aws_sdk_polly/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `DeleteLexicon` operation.
5pub mod delete_lexicon;
6
7/// Types for the `DescribeVoices` operation.
8pub mod describe_voices;
9
10/// Types for the `GetLexicon` operation.
11pub mod get_lexicon;
12
13/// Types for the `GetSpeechSynthesisTask` operation.
14pub mod get_speech_synthesis_task;
15
16/// Types for the `ListLexicons` operation.
17pub mod list_lexicons;
18
19/// Types for the `ListSpeechSynthesisTasks` operation.
20pub mod list_speech_synthesis_tasks;
21
22/// Types for the `PutLexicon` operation.
23pub mod put_lexicon;
24
25/// Types for the `StartSpeechSynthesisTask` operation.
26pub mod start_speech_synthesis_task;
27
28/// Types for the `SynthesizeSpeech` operation.
29pub mod synthesize_speech;