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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateConfigurationSet` operation.
pub mod create_configuration_set;

/// Types for the `CreateConfigurationSetEventDestination` operation.
pub mod create_configuration_set_event_destination;

/// Types for the `DeleteConfigurationSet` operation.
pub mod delete_configuration_set;

/// Types for the `DeleteConfigurationSetEventDestination` operation.
pub mod delete_configuration_set_event_destination;

/// Types for the `GetConfigurationSetEventDestinations` operation.
pub mod get_configuration_set_event_destinations;

/// Types for the `ListConfigurationSets` operation.
pub mod list_configuration_sets;

/// Types for the `SendVoiceMessage` operation.
pub mod send_voice_message;

/// Types for the `UpdateConfigurationSetEventDestination` operation.
pub mod update_configuration_set_event_destination;