aws_sdk_pinpointsmsvoice/
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 `CreateConfigurationSet` operation.
5pub mod create_configuration_set;
6
7/// Types for the `CreateConfigurationSetEventDestination` operation.
8pub mod create_configuration_set_event_destination;
9
10/// Types for the `DeleteConfigurationSet` operation.
11pub mod delete_configuration_set;
12
13/// Types for the `DeleteConfigurationSetEventDestination` operation.
14pub mod delete_configuration_set_event_destination;
15
16/// Types for the `GetConfigurationSetEventDestinations` operation.
17pub mod get_configuration_set_event_destinations;
18
19/// Types for the `ListConfigurationSets` operation.
20pub mod list_configuration_sets;
21
22/// Types for the `SendVoiceMessage` operation.
23pub mod send_voice_message;
24
25/// Types for the `UpdateConfigurationSetEventDestination` operation.
26pub mod update_configuration_set_event_destination;