1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `DeleteLexicon` operation.
pub mod delete_lexicon;

/// Types for the `DescribeVoices` operation.
pub mod describe_voices;

/// Types for the `GetLexicon` operation.
pub mod get_lexicon;

/// Types for the `GetSpeechSynthesisTask` operation.
pub mod get_speech_synthesis_task;

/// Types for the `ListLexicons` operation.
pub mod list_lexicons;

/// Types for the `ListSpeechSynthesisTasks` operation.
pub mod list_speech_synthesis_tasks;

/// Types for the `PutLexicon` operation.
pub mod put_lexicon;

/// Types for the `StartSpeechSynthesisTask` operation.
pub mod start_speech_synthesis_task;

/// Types for the `SynthesizeSpeech` operation.
pub mod synthesize_speech;