aws_sdk_pinpointsmsvoicev2/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 `AssociateOriginationIdentity` operation.
5pub mod associate_origination_identity;
6
7/// Types for the `AssociateProtectConfiguration` operation.
8pub mod associate_protect_configuration;
9
10/// Types for the `CarrierLookup` operation.
11pub mod carrier_lookup;
12
13/// Types for the `CreateConfigurationSet` operation.
14pub mod create_configuration_set;
15
16/// Types for the `CreateEventDestination` operation.
17pub mod create_event_destination;
18
19/// Types for the `CreateOptOutList` operation.
20pub mod create_opt_out_list;
21
22/// Types for the `CreatePool` operation.
23pub mod create_pool;
24
25/// Types for the `CreateProtectConfiguration` operation.
26pub mod create_protect_configuration;
27
28/// Types for the `CreateRegistration` operation.
29pub mod create_registration;
30
31/// Types for the `CreateRegistrationAssociation` operation.
32pub mod create_registration_association;
33
34/// Types for the `CreateRegistrationAttachment` operation.
35pub mod create_registration_attachment;
36
37/// Types for the `CreateRegistrationVersion` operation.
38pub mod create_registration_version;
39
40/// Types for the `CreateVerifiedDestinationNumber` operation.
41pub mod create_verified_destination_number;
42
43/// Types for the `DeleteAccountDefaultProtectConfiguration` operation.
44pub mod delete_account_default_protect_configuration;
45
46/// Types for the `DeleteConfigurationSet` operation.
47pub mod delete_configuration_set;
48
49/// Types for the `DeleteDefaultMessageType` operation.
50pub mod delete_default_message_type;
51
52/// Types for the `DeleteDefaultSenderId` operation.
53pub mod delete_default_sender_id;
54
55/// Types for the `DeleteEventDestination` operation.
56pub mod delete_event_destination;
57
58/// Types for the `DeleteKeyword` operation.
59pub mod delete_keyword;
60
61/// Types for the `DeleteMediaMessageSpendLimitOverride` operation.
62pub mod delete_media_message_spend_limit_override;
63
64/// Types for the `DeleteOptOutList` operation.
65pub mod delete_opt_out_list;
66
67/// Types for the `DeleteOptedOutNumber` operation.
68pub mod delete_opted_out_number;
69
70/// Types for the `DeletePool` operation.
71pub mod delete_pool;
72
73/// Types for the `DeleteProtectConfiguration` operation.
74pub mod delete_protect_configuration;
75
76/// Types for the `DeleteProtectConfigurationRuleSetNumberOverride` operation.
77pub mod delete_protect_configuration_rule_set_number_override;
78
79/// Types for the `DeleteRegistration` operation.
80pub mod delete_registration;
81
82/// Types for the `DeleteRegistrationAttachment` operation.
83pub mod delete_registration_attachment;
84
85/// Types for the `DeleteRegistrationFieldValue` operation.
86pub mod delete_registration_field_value;
87
88/// Types for the `DeleteResourcePolicy` operation.
89pub mod delete_resource_policy;
90
91/// Types for the `DeleteTextMessageSpendLimitOverride` operation.
92pub mod delete_text_message_spend_limit_override;
93
94/// Types for the `DeleteVerifiedDestinationNumber` operation.
95pub mod delete_verified_destination_number;
96
97/// Types for the `DeleteVoiceMessageSpendLimitOverride` operation.
98pub mod delete_voice_message_spend_limit_override;
99
100/// Types for the `DescribeAccountAttributes` operation.
101pub mod describe_account_attributes;
102
103/// Types for the `DescribeAccountLimits` operation.
104pub mod describe_account_limits;
105
106/// Types for the `DescribeConfigurationSets` operation.
107pub mod describe_configuration_sets;
108
109/// Types for the `DescribeKeywords` operation.
110pub mod describe_keywords;
111
112/// Types for the `DescribeOptOutLists` operation.
113pub mod describe_opt_out_lists;
114
115/// Types for the `DescribeOptedOutNumbers` operation.
116pub mod describe_opted_out_numbers;
117
118/// Types for the `DescribePhoneNumbers` operation.
119pub mod describe_phone_numbers;
120
121/// Types for the `DescribePools` operation.
122pub mod describe_pools;
123
124/// Types for the `DescribeProtectConfigurations` operation.
125pub mod describe_protect_configurations;
126
127/// Types for the `DescribeRegistrationAttachments` operation.
128pub mod describe_registration_attachments;
129
130/// Types for the `DescribeRegistrationFieldDefinitions` operation.
131pub mod describe_registration_field_definitions;
132
133/// Types for the `DescribeRegistrationFieldValues` operation.
134pub mod describe_registration_field_values;
135
136/// Types for the `DescribeRegistrationSectionDefinitions` operation.
137pub mod describe_registration_section_definitions;
138
139/// Types for the `DescribeRegistrationTypeDefinitions` operation.
140pub mod describe_registration_type_definitions;
141
142/// Types for the `DescribeRegistrationVersions` operation.
143pub mod describe_registration_versions;
144
145/// Types for the `DescribeRegistrations` operation.
146pub mod describe_registrations;
147
148/// Types for the `DescribeSenderIds` operation.
149pub mod describe_sender_ids;
150
151/// Types for the `DescribeSpendLimits` operation.
152pub mod describe_spend_limits;
153
154/// Types for the `DescribeVerifiedDestinationNumbers` operation.
155pub mod describe_verified_destination_numbers;
156
157/// Types for the `DisassociateOriginationIdentity` operation.
158pub mod disassociate_origination_identity;
159
160/// Types for the `DisassociateProtectConfiguration` operation.
161pub mod disassociate_protect_configuration;
162
163/// Types for the `DiscardRegistrationVersion` operation.
164pub mod discard_registration_version;
165
166/// Types for the `GetProtectConfigurationCountryRuleSet` operation.
167pub mod get_protect_configuration_country_rule_set;
168
169/// Types for the `GetResourcePolicy` operation.
170pub mod get_resource_policy;
171
172/// Types for the `ListPoolOriginationIdentities` operation.
173pub mod list_pool_origination_identities;
174
175/// Types for the `ListProtectConfigurationRuleSetNumberOverrides` operation.
176pub mod list_protect_configuration_rule_set_number_overrides;
177
178/// Types for the `ListRegistrationAssociations` operation.
179pub mod list_registration_associations;
180
181/// Types for the `ListTagsForResource` operation.
182pub mod list_tags_for_resource;
183
184/// Types for the `PutKeyword` operation.
185pub mod put_keyword;
186
187/// Types for the `PutMessageFeedback` operation.
188pub mod put_message_feedback;
189
190/// Types for the `PutOptedOutNumber` operation.
191pub mod put_opted_out_number;
192
193/// Types for the `PutProtectConfigurationRuleSetNumberOverride` operation.
194pub mod put_protect_configuration_rule_set_number_override;
195
196/// Types for the `PutRegistrationFieldValue` operation.
197pub mod put_registration_field_value;
198
199/// Types for the `PutResourcePolicy` operation.
200pub mod put_resource_policy;
201
202/// Types for the `ReleasePhoneNumber` operation.
203pub mod release_phone_number;
204
205/// Types for the `ReleaseSenderId` operation.
206pub mod release_sender_id;
207
208/// Types for the `RequestPhoneNumber` operation.
209pub mod request_phone_number;
210
211/// Types for the `RequestSenderId` operation.
212pub mod request_sender_id;
213
214/// Types for the `SendDestinationNumberVerificationCode` operation.
215pub mod send_destination_number_verification_code;
216
217/// Types for the `SendMediaMessage` operation.
218pub mod send_media_message;
219
220/// Types for the `SendTextMessage` operation.
221pub mod send_text_message;
222
223/// Types for the `SendVoiceMessage` operation.
224pub mod send_voice_message;
225
226/// Types for the `SetAccountDefaultProtectConfiguration` operation.
227pub mod set_account_default_protect_configuration;
228
229/// Types for the `SetDefaultMessageFeedbackEnabled` operation.
230pub mod set_default_message_feedback_enabled;
231
232/// Types for the `SetDefaultMessageType` operation.
233pub mod set_default_message_type;
234
235/// Types for the `SetDefaultSenderId` operation.
236pub mod set_default_sender_id;
237
238/// Types for the `SetMediaMessageSpendLimitOverride` operation.
239pub mod set_media_message_spend_limit_override;
240
241/// Types for the `SetTextMessageSpendLimitOverride` operation.
242pub mod set_text_message_spend_limit_override;
243
244/// Types for the `SetVoiceMessageSpendLimitOverride` operation.
245pub mod set_voice_message_spend_limit_override;
246
247/// Types for the `SubmitRegistrationVersion` operation.
248pub mod submit_registration_version;
249
250/// Types for the `TagResource` operation.
251pub mod tag_resource;
252
253/// Types for the `UntagResource` operation.
254pub mod untag_resource;
255
256/// Types for the `UpdateEventDestination` operation.
257pub mod update_event_destination;
258
259/// Types for the `UpdatePhoneNumber` operation.
260pub mod update_phone_number;
261
262/// Types for the `UpdatePool` operation.
263pub mod update_pool;
264
265/// Types for the `UpdateProtectConfiguration` operation.
266pub mod update_protect_configuration;
267
268/// Types for the `UpdateProtectConfigurationCountryRuleSet` operation.
269pub mod update_protect_configuration_country_rule_set;
270
271/// Types for the `UpdateSenderId` operation.
272pub mod update_sender_id;
273
274/// Types for the `VerifyDestinationNumber` operation.
275pub mod verify_destination_number;