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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociatePhoneNumberWithUser` operation.
pub mod associate_phone_number_with_user;

/// Types for the `AssociatePhoneNumbersWithVoiceConnector` operation.
pub mod associate_phone_numbers_with_voice_connector;

/// Types for the `AssociatePhoneNumbersWithVoiceConnectorGroup` operation.
pub mod associate_phone_numbers_with_voice_connector_group;

/// Types for the `AssociateSigninDelegateGroupsWithAccount` operation.
pub mod associate_signin_delegate_groups_with_account;

/// Types for the `BatchCreateAttendee` operation.
pub mod batch_create_attendee;

/// Types for the `BatchCreateChannelMembership` operation.
pub mod batch_create_channel_membership;

/// Types for the `BatchCreateRoomMembership` operation.
pub mod batch_create_room_membership;

/// Types for the `BatchDeletePhoneNumber` operation.
pub mod batch_delete_phone_number;

/// Types for the `BatchSuspendUser` operation.
pub mod batch_suspend_user;

/// Types for the `BatchUnsuspendUser` operation.
pub mod batch_unsuspend_user;

/// Types for the `BatchUpdatePhoneNumber` operation.
pub mod batch_update_phone_number;

/// Types for the `BatchUpdateUser` operation.
pub mod batch_update_user;

/// Types for the `CreateAccount` operation.
pub mod create_account;

/// Types for the `CreateAppInstance` operation.
pub mod create_app_instance;

/// Types for the `CreateAppInstanceAdmin` operation.
pub mod create_app_instance_admin;

/// Types for the `CreateAppInstanceUser` operation.
pub mod create_app_instance_user;

/// Types for the `CreateAttendee` operation.
pub mod create_attendee;

/// Types for the `CreateBot` operation.
pub mod create_bot;

/// Types for the `CreateChannel` operation.
pub mod create_channel;

/// Types for the `CreateChannelBan` operation.
pub mod create_channel_ban;

/// Types for the `CreateChannelMembership` operation.
pub mod create_channel_membership;

/// Types for the `CreateChannelModerator` operation.
pub mod create_channel_moderator;

/// Types for the `CreateMediaCapturePipeline` operation.
pub mod create_media_capture_pipeline;

/// Types for the `CreateMeeting` operation.
pub mod create_meeting;

/// Types for the `CreateMeetingDialOut` operation.
pub mod create_meeting_dial_out;

/// Types for the `CreateMeetingWithAttendees` operation.
pub mod create_meeting_with_attendees;

/// Types for the `CreatePhoneNumberOrder` operation.
pub mod create_phone_number_order;

/// Types for the `CreateProxySession` operation.
pub mod create_proxy_session;

/// Types for the `CreateRoom` operation.
pub mod create_room;

/// Types for the `CreateRoomMembership` operation.
pub mod create_room_membership;

/// Types for the `CreateSipMediaApplication` operation.
pub mod create_sip_media_application;

/// Types for the `CreateSipMediaApplicationCall` operation.
pub mod create_sip_media_application_call;

/// Types for the `CreateSipRule` operation.
pub mod create_sip_rule;

/// Types for the `CreateUser` operation.
pub mod create_user;

/// Types for the `CreateVoiceConnector` operation.
pub mod create_voice_connector;

/// Types for the `CreateVoiceConnectorGroup` operation.
pub mod create_voice_connector_group;

/// Types for the `DeleteAccount` operation.
pub mod delete_account;

/// Types for the `DeleteAppInstance` operation.
pub mod delete_app_instance;

/// Types for the `DeleteAppInstanceAdmin` operation.
pub mod delete_app_instance_admin;

/// Types for the `DeleteAppInstanceStreamingConfigurations` operation.
pub mod delete_app_instance_streaming_configurations;

/// Types for the `DeleteAppInstanceUser` operation.
pub mod delete_app_instance_user;

/// Types for the `DeleteAttendee` operation.
pub mod delete_attendee;

/// Types for the `DeleteChannel` operation.
pub mod delete_channel;

/// Types for the `DeleteChannelBan` operation.
pub mod delete_channel_ban;

/// Types for the `DeleteChannelMembership` operation.
pub mod delete_channel_membership;

/// Types for the `DeleteChannelMessage` operation.
pub mod delete_channel_message;

/// Types for the `DeleteChannelModerator` operation.
pub mod delete_channel_moderator;

/// Types for the `DeleteEventsConfiguration` operation.
pub mod delete_events_configuration;

/// Types for the `DeleteMediaCapturePipeline` operation.
pub mod delete_media_capture_pipeline;

/// Types for the `DeleteMeeting` operation.
pub mod delete_meeting;

/// Types for the `DeletePhoneNumber` operation.
pub mod delete_phone_number;

/// Types for the `DeleteProxySession` operation.
pub mod delete_proxy_session;

/// Types for the `DeleteRoom` operation.
pub mod delete_room;

/// Types for the `DeleteRoomMembership` operation.
pub mod delete_room_membership;

/// Types for the `DeleteSipMediaApplication` operation.
pub mod delete_sip_media_application;

/// Types for the `DeleteSipRule` operation.
pub mod delete_sip_rule;

/// Types for the `DeleteVoiceConnector` operation.
pub mod delete_voice_connector;

/// Types for the `DeleteVoiceConnectorEmergencyCallingConfiguration` operation.
pub mod delete_voice_connector_emergency_calling_configuration;

/// Types for the `DeleteVoiceConnectorGroup` operation.
pub mod delete_voice_connector_group;

/// Types for the `DeleteVoiceConnectorOrigination` operation.
pub mod delete_voice_connector_origination;

/// Types for the `DeleteVoiceConnectorProxy` operation.
pub mod delete_voice_connector_proxy;

/// Types for the `DeleteVoiceConnectorStreamingConfiguration` operation.
pub mod delete_voice_connector_streaming_configuration;

/// Types for the `DeleteVoiceConnectorTermination` operation.
pub mod delete_voice_connector_termination;

/// Types for the `DeleteVoiceConnectorTerminationCredentials` operation.
pub mod delete_voice_connector_termination_credentials;

/// Types for the `DescribeAppInstance` operation.
pub mod describe_app_instance;

/// Types for the `DescribeAppInstanceAdmin` operation.
pub mod describe_app_instance_admin;

/// Types for the `DescribeAppInstanceUser` operation.
pub mod describe_app_instance_user;

/// Types for the `DescribeChannel` operation.
pub mod describe_channel;

/// Types for the `DescribeChannelBan` operation.
pub mod describe_channel_ban;

/// Types for the `DescribeChannelMembership` operation.
pub mod describe_channel_membership;

/// Types for the `DescribeChannelMembershipForAppInstanceUser` operation.
pub mod describe_channel_membership_for_app_instance_user;

/// Types for the `DescribeChannelModeratedByAppInstanceUser` operation.
pub mod describe_channel_moderated_by_app_instance_user;

/// Types for the `DescribeChannelModerator` operation.
pub mod describe_channel_moderator;

/// Types for the `DisassociatePhoneNumberFromUser` operation.
pub mod disassociate_phone_number_from_user;

/// Types for the `DisassociatePhoneNumbersFromVoiceConnector` operation.
pub mod disassociate_phone_numbers_from_voice_connector;

/// Types for the `DisassociatePhoneNumbersFromVoiceConnectorGroup` operation.
pub mod disassociate_phone_numbers_from_voice_connector_group;

/// Types for the `DisassociateSigninDelegateGroupsFromAccount` operation.
pub mod disassociate_signin_delegate_groups_from_account;

/// Types for the `GetAccount` operation.
pub mod get_account;

/// Types for the `GetAccountSettings` operation.
pub mod get_account_settings;

/// Types for the `GetAppInstanceRetentionSettings` operation.
pub mod get_app_instance_retention_settings;

/// Types for the `GetAppInstanceStreamingConfigurations` operation.
pub mod get_app_instance_streaming_configurations;

/// Types for the `GetAttendee` operation.
pub mod get_attendee;

/// Types for the `GetBot` operation.
pub mod get_bot;

/// Types for the `GetChannelMessage` operation.
pub mod get_channel_message;

/// Types for the `GetEventsConfiguration` operation.
pub mod get_events_configuration;

/// Types for the `GetGlobalSettings` operation.
pub mod get_global_settings;

/// Types for the `GetMediaCapturePipeline` operation.
pub mod get_media_capture_pipeline;

/// Types for the `GetMeeting` operation.
pub mod get_meeting;

/// Types for the `GetMessagingSessionEndpoint` operation.
pub mod get_messaging_session_endpoint;

/// Types for the `GetPhoneNumber` operation.
pub mod get_phone_number;

/// Types for the `GetPhoneNumberOrder` operation.
pub mod get_phone_number_order;

/// Types for the `GetPhoneNumberSettings` operation.
pub mod get_phone_number_settings;

/// Types for the `GetProxySession` operation.
pub mod get_proxy_session;

/// Types for the `GetRetentionSettings` operation.
pub mod get_retention_settings;

/// Types for the `GetRoom` operation.
pub mod get_room;

/// Types for the `GetSipMediaApplication` operation.
pub mod get_sip_media_application;

/// Types for the `GetSipMediaApplicationLoggingConfiguration` operation.
pub mod get_sip_media_application_logging_configuration;

/// Types for the `GetSipRule` operation.
pub mod get_sip_rule;

/// Types for the `GetUser` operation.
pub mod get_user;

/// Types for the `GetUserSettings` operation.
pub mod get_user_settings;

/// Types for the `GetVoiceConnector` operation.
pub mod get_voice_connector;

/// Types for the `GetVoiceConnectorEmergencyCallingConfiguration` operation.
pub mod get_voice_connector_emergency_calling_configuration;

/// Types for the `GetVoiceConnectorGroup` operation.
pub mod get_voice_connector_group;

/// Types for the `GetVoiceConnectorLoggingConfiguration` operation.
pub mod get_voice_connector_logging_configuration;

/// Types for the `GetVoiceConnectorOrigination` operation.
pub mod get_voice_connector_origination;

/// Types for the `GetVoiceConnectorProxy` operation.
pub mod get_voice_connector_proxy;

/// Types for the `GetVoiceConnectorStreamingConfiguration` operation.
pub mod get_voice_connector_streaming_configuration;

/// Types for the `GetVoiceConnectorTermination` operation.
pub mod get_voice_connector_termination;

/// Types for the `GetVoiceConnectorTerminationHealth` operation.
pub mod get_voice_connector_termination_health;

/// Types for the `InviteUsers` operation.
pub mod invite_users;

/// Types for the `ListAccounts` operation.
pub mod list_accounts;

/// Types for the `ListAppInstanceAdmins` operation.
pub mod list_app_instance_admins;

/// Types for the `ListAppInstanceUsers` operation.
pub mod list_app_instance_users;

/// Types for the `ListAppInstances` operation.
pub mod list_app_instances;

/// Types for the `ListAttendeeTags` operation.
pub mod list_attendee_tags;

/// Types for the `ListAttendees` operation.
pub mod list_attendees;

/// Types for the `ListBots` operation.
pub mod list_bots;

/// Types for the `ListChannelBans` operation.
pub mod list_channel_bans;

/// Types for the `ListChannelMemberships` operation.
pub mod list_channel_memberships;

/// Types for the `ListChannelMembershipsForAppInstanceUser` operation.
pub mod list_channel_memberships_for_app_instance_user;

/// Types for the `ListChannelMessages` operation.
pub mod list_channel_messages;

/// Types for the `ListChannelModerators` operation.
pub mod list_channel_moderators;

/// Types for the `ListChannels` operation.
pub mod list_channels;

/// Types for the `ListChannelsModeratedByAppInstanceUser` operation.
pub mod list_channels_moderated_by_app_instance_user;

/// Types for the `ListMediaCapturePipelines` operation.
pub mod list_media_capture_pipelines;

/// Types for the `ListMeetingTags` operation.
pub mod list_meeting_tags;

/// Types for the `ListMeetings` operation.
pub mod list_meetings;

/// Types for the `ListPhoneNumberOrders` operation.
pub mod list_phone_number_orders;

/// Types for the `ListPhoneNumbers` operation.
pub mod list_phone_numbers;

/// Types for the `ListProxySessions` operation.
pub mod list_proxy_sessions;

/// Types for the `ListRoomMemberships` operation.
pub mod list_room_memberships;

/// Types for the `ListRooms` operation.
pub mod list_rooms;

/// Types for the `ListSipMediaApplications` operation.
pub mod list_sip_media_applications;

/// Types for the `ListSipRules` operation.
pub mod list_sip_rules;

/// Types for the `ListSupportedPhoneNumberCountries` operation.
pub mod list_supported_phone_number_countries;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListUsers` operation.
pub mod list_users;

/// Types for the `ListVoiceConnectorGroups` operation.
pub mod list_voice_connector_groups;

/// Types for the `ListVoiceConnectorTerminationCredentials` operation.
pub mod list_voice_connector_termination_credentials;

/// Types for the `ListVoiceConnectors` operation.
pub mod list_voice_connectors;

/// Types for the `LogoutUser` operation.
pub mod logout_user;

/// Types for the `PutAppInstanceRetentionSettings` operation.
pub mod put_app_instance_retention_settings;

/// Types for the `PutAppInstanceStreamingConfigurations` operation.
pub mod put_app_instance_streaming_configurations;

/// Types for the `PutEventsConfiguration` operation.
pub mod put_events_configuration;

/// Types for the `PutRetentionSettings` operation.
pub mod put_retention_settings;

/// Types for the `PutSipMediaApplicationLoggingConfiguration` operation.
pub mod put_sip_media_application_logging_configuration;

/// Types for the `PutVoiceConnectorEmergencyCallingConfiguration` operation.
pub mod put_voice_connector_emergency_calling_configuration;

/// Types for the `PutVoiceConnectorLoggingConfiguration` operation.
pub mod put_voice_connector_logging_configuration;

/// Types for the `PutVoiceConnectorOrigination` operation.
pub mod put_voice_connector_origination;

/// Types for the `PutVoiceConnectorProxy` operation.
pub mod put_voice_connector_proxy;

/// Types for the `PutVoiceConnectorStreamingConfiguration` operation.
pub mod put_voice_connector_streaming_configuration;

/// Types for the `PutVoiceConnectorTermination` operation.
pub mod put_voice_connector_termination;

/// Types for the `PutVoiceConnectorTerminationCredentials` operation.
pub mod put_voice_connector_termination_credentials;

/// Types for the `RedactChannelMessage` operation.
pub mod redact_channel_message;

/// Types for the `RedactConversationMessage` operation.
pub mod redact_conversation_message;

/// Types for the `RedactRoomMessage` operation.
pub mod redact_room_message;

/// Types for the `RegenerateSecurityToken` operation.
pub mod regenerate_security_token;

/// Types for the `ResetPersonalPIN` operation.
pub mod reset_personal_pin;

/// Types for the `RestorePhoneNumber` operation.
pub mod restore_phone_number;

/// Types for the `SearchAvailablePhoneNumbers` operation.
pub mod search_available_phone_numbers;

/// Types for the `SendChannelMessage` operation.
pub mod send_channel_message;

/// Types for the `StartMeetingTranscription` operation.
pub mod start_meeting_transcription;

/// Types for the `StopMeetingTranscription` operation.
pub mod stop_meeting_transcription;

/// Types for the `TagAttendee` operation.
pub mod tag_attendee;

/// Types for the `TagMeeting` operation.
pub mod tag_meeting;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagAttendee` operation.
pub mod untag_attendee;

/// Types for the `UntagMeeting` operation.
pub mod untag_meeting;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateAccount` operation.
pub mod update_account;

/// Types for the `UpdateAccountSettings` operation.
pub mod update_account_settings;

/// Types for the `UpdateAppInstance` operation.
pub mod update_app_instance;

/// Types for the `UpdateAppInstanceUser` operation.
pub mod update_app_instance_user;

/// Types for the `UpdateBot` operation.
pub mod update_bot;

/// Types for the `UpdateChannel` operation.
pub mod update_channel;

/// Types for the `UpdateChannelMessage` operation.
pub mod update_channel_message;

/// Types for the `UpdateChannelReadMarker` operation.
pub mod update_channel_read_marker;

/// Types for the `UpdateGlobalSettings` operation.
pub mod update_global_settings;

/// Types for the `UpdatePhoneNumber` operation.
pub mod update_phone_number;

/// Types for the `UpdatePhoneNumberSettings` operation.
pub mod update_phone_number_settings;

/// Types for the `UpdateProxySession` operation.
pub mod update_proxy_session;

/// Types for the `UpdateRoom` operation.
pub mod update_room;

/// Types for the `UpdateRoomMembership` operation.
pub mod update_room_membership;

/// Types for the `UpdateSipMediaApplication` operation.
pub mod update_sip_media_application;

/// Types for the `UpdateSipMediaApplicationCall` operation.
pub mod update_sip_media_application_call;

/// Types for the `UpdateSipRule` operation.
pub mod update_sip_rule;

/// Types for the `UpdateUser` operation.
pub mod update_user;

/// Types for the `UpdateUserSettings` operation.
pub mod update_user_settings;

/// Types for the `UpdateVoiceConnector` operation.
pub mod update_voice_connector;

/// Types for the `UpdateVoiceConnectorGroup` operation.
pub mod update_voice_connector_group;

/// Types for the `ValidateE911Address` operation.
pub mod validate_e911_address;