

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 使用 Amazon Polly 执行的操作 AWS SDKs
<a name="service_code_examples_actions"></a>

以下代码示例演示了如何使用执行单个 Amazon Polly 操作。 AWS SDKs每个示例都包含一个指向的链接 GitHub，您可以在其中找到有关设置和运行代码的说明。

这些代码节选调用了 Amazon Polly API，是必须在上下文中运行的较大型程序的代码节选。您可以在[Amazon Polly 使用的场景 AWS SDKs](service_code_examples_scenarios.md)中结合上下文查看操作。

 以下示例仅包括最常用的操作。有关完整列表，请参阅 [Amazon Polly API 参考](https://docs.aws.amazon.com/polly/latest/dg/API_Reference.html)。

**Topics**
+ [`DeleteLexicon`](example_polly_DeleteLexicon_section.md)
+ [`DescribeVoices`](example_polly_DescribeVoices_section.md)
+ [`GetLexicon`](example_polly_GetLexicon_section.md)
+ [`GetSpeechSynthesisTask`](example_polly_GetSpeechSynthesisTask_section.md)
+ [`ListLexicons`](example_polly_ListLexicons_section.md)
+ [`ListSpeechSynthesisTasks`](example_polly_ListSpeechSynthesisTasks_section.md)
+ [`PutLexicon`](example_polly_PutLexicon_section.md)
+ [`StartSpeechSynthesisTask`](example_polly_StartSpeechSynthesisTask_section.md)
+ [`SynthesizeSpeech`](example_polly_SynthesizeSpeech_section.md)