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
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `ActivateEvaluationForm` operation.
pub mod activate_evaluation_form;

/// Types for the `AssociateAnalyticsDataSet` operation.
pub mod associate_analytics_data_set;

/// Types for the `AssociateApprovedOrigin` operation.
pub mod associate_approved_origin;

/// Types for the `AssociateBot` operation.
pub mod associate_bot;

/// Types for the `AssociateDefaultVocabulary` operation.
pub mod associate_default_vocabulary;

/// Types for the `AssociateFlow` operation.
pub mod associate_flow;

/// Types for the `AssociateInstanceStorageConfig` operation.
pub mod associate_instance_storage_config;

/// Types for the `AssociateLambdaFunction` operation.
pub mod associate_lambda_function;

/// Types for the `AssociateLexBot` operation.
pub mod associate_lex_bot;

/// Types for the `AssociatePhoneNumberContactFlow` operation.
pub mod associate_phone_number_contact_flow;

/// Types for the `AssociateQueueQuickConnects` operation.
pub mod associate_queue_quick_connects;

/// Types for the `AssociateRoutingProfileQueues` operation.
pub mod associate_routing_profile_queues;

/// Types for the `AssociateSecurityKey` operation.
pub mod associate_security_key;

/// Types for the `AssociateTrafficDistributionGroupUser` operation.
pub mod associate_traffic_distribution_group_user;

/// Types for the `BatchAssociateAnalyticsDataSet` operation.
pub mod batch_associate_analytics_data_set;

/// Types for the `BatchDisassociateAnalyticsDataSet` operation.
pub mod batch_disassociate_analytics_data_set;

/// Types for the `BatchGetFlowAssociation` operation.
pub mod batch_get_flow_association;

/// Types for the `BatchPutContact` operation.
pub mod batch_put_contact;

/// Types for the `ClaimPhoneNumber` operation.
pub mod claim_phone_number;

/// Types for the `CreateAgentStatus` operation.
pub mod create_agent_status;

/// Types for the `CreateContactFlow` operation.
pub mod create_contact_flow;

/// Types for the `CreateContactFlowModule` operation.
pub mod create_contact_flow_module;

/// Types for the `CreateEvaluationForm` operation.
pub mod create_evaluation_form;

/// Types for the `CreateHoursOfOperation` operation.
pub mod create_hours_of_operation;

/// Types for the `CreateInstance` operation.
pub mod create_instance;

/// Types for the `CreateIntegrationAssociation` operation.
pub mod create_integration_association;

/// Types for the `CreateParticipant` operation.
pub mod create_participant;

/// Types for the `CreatePersistentContactAssociation` operation.
pub mod create_persistent_contact_association;

/// Types for the `CreatePrompt` operation.
pub mod create_prompt;

/// Types for the `CreateQueue` operation.
pub mod create_queue;

/// Types for the `CreateQuickConnect` operation.
pub mod create_quick_connect;

/// Types for the `CreateRoutingProfile` operation.
pub mod create_routing_profile;

/// Types for the `CreateRule` operation.
pub mod create_rule;

/// Types for the `CreateSecurityProfile` operation.
pub mod create_security_profile;

/// Types for the `CreateTaskTemplate` operation.
pub mod create_task_template;

/// Types for the `CreateTrafficDistributionGroup` operation.
pub mod create_traffic_distribution_group;

/// Types for the `CreateUseCase` operation.
pub mod create_use_case;

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

/// Types for the `CreateUserHierarchyGroup` operation.
pub mod create_user_hierarchy_group;

/// Types for the `CreateView` operation.
pub mod create_view;

/// Types for the `CreateViewVersion` operation.
pub mod create_view_version;

/// Types for the `CreateVocabulary` operation.
pub mod create_vocabulary;

/// Types for the `DeactivateEvaluationForm` operation.
pub mod deactivate_evaluation_form;

/// Types for the `DeleteContactEvaluation` operation.
pub mod delete_contact_evaluation;

/// Types for the `DeleteContactFlow` operation.
pub mod delete_contact_flow;

/// Types for the `DeleteContactFlowModule` operation.
pub mod delete_contact_flow_module;

/// Types for the `DeleteEvaluationForm` operation.
pub mod delete_evaluation_form;

/// Types for the `DeleteHoursOfOperation` operation.
pub mod delete_hours_of_operation;

/// Types for the `DeleteInstance` operation.
pub mod delete_instance;

/// Types for the `DeleteIntegrationAssociation` operation.
pub mod delete_integration_association;

/// Types for the `DeletePrompt` operation.
pub mod delete_prompt;

/// Types for the `DeleteQueue` operation.
pub mod delete_queue;

/// Types for the `DeleteQuickConnect` operation.
pub mod delete_quick_connect;

/// Types for the `DeleteRoutingProfile` operation.
pub mod delete_routing_profile;

/// Types for the `DeleteRule` operation.
pub mod delete_rule;

/// Types for the `DeleteSecurityProfile` operation.
pub mod delete_security_profile;

/// Types for the `DeleteTaskTemplate` operation.
pub mod delete_task_template;

/// Types for the `DeleteTrafficDistributionGroup` operation.
pub mod delete_traffic_distribution_group;

/// Types for the `DeleteUseCase` operation.
pub mod delete_use_case;

/// Types for the `DeleteUser` operation.
pub mod delete_user;

/// Types for the `DeleteUserHierarchyGroup` operation.
pub mod delete_user_hierarchy_group;

/// Types for the `DeleteView` operation.
pub mod delete_view;

/// Types for the `DeleteViewVersion` operation.
pub mod delete_view_version;

/// Types for the `DeleteVocabulary` operation.
pub mod delete_vocabulary;

/// Types for the `DescribeAgentStatus` operation.
pub mod describe_agent_status;

/// Types for the `DescribeContact` operation.
pub mod describe_contact;

/// Types for the `DescribeContactEvaluation` operation.
pub mod describe_contact_evaluation;

/// Types for the `DescribeContactFlow` operation.
pub mod describe_contact_flow;

/// Types for the `DescribeContactFlowModule` operation.
pub mod describe_contact_flow_module;

/// Types for the `DescribeEvaluationForm` operation.
pub mod describe_evaluation_form;

/// Types for the `DescribeHoursOfOperation` operation.
pub mod describe_hours_of_operation;

/// Types for the `DescribeInstance` operation.
pub mod describe_instance;

/// Types for the `DescribeInstanceAttribute` operation.
pub mod describe_instance_attribute;

/// Types for the `DescribeInstanceStorageConfig` operation.
pub mod describe_instance_storage_config;

/// Types for the `DescribePhoneNumber` operation.
pub mod describe_phone_number;

/// Types for the `DescribePrompt` operation.
pub mod describe_prompt;

/// Types for the `DescribeQueue` operation.
pub mod describe_queue;

/// Types for the `DescribeQuickConnect` operation.
pub mod describe_quick_connect;

/// Types for the `DescribeRoutingProfile` operation.
pub mod describe_routing_profile;

/// Types for the `DescribeRule` operation.
pub mod describe_rule;

/// Types for the `DescribeSecurityProfile` operation.
pub mod describe_security_profile;

/// Types for the `DescribeTrafficDistributionGroup` operation.
pub mod describe_traffic_distribution_group;

/// Types for the `DescribeUser` operation.
pub mod describe_user;

/// Types for the `DescribeUserHierarchyGroup` operation.
pub mod describe_user_hierarchy_group;

/// Types for the `DescribeUserHierarchyStructure` operation.
pub mod describe_user_hierarchy_structure;

/// Types for the `DescribeView` operation.
pub mod describe_view;

/// Types for the `DescribeVocabulary` operation.
pub mod describe_vocabulary;

/// Types for the `DisassociateAnalyticsDataSet` operation.
pub mod disassociate_analytics_data_set;

/// Types for the `DisassociateApprovedOrigin` operation.
pub mod disassociate_approved_origin;

/// Types for the `DisassociateBot` operation.
pub mod disassociate_bot;

/// Types for the `DisassociateFlow` operation.
pub mod disassociate_flow;

/// Types for the `DisassociateInstanceStorageConfig` operation.
pub mod disassociate_instance_storage_config;

/// Types for the `DisassociateLambdaFunction` operation.
pub mod disassociate_lambda_function;

/// Types for the `DisassociateLexBot` operation.
pub mod disassociate_lex_bot;

/// Types for the `DisassociatePhoneNumberContactFlow` operation.
pub mod disassociate_phone_number_contact_flow;

/// Types for the `DisassociateQueueQuickConnects` operation.
pub mod disassociate_queue_quick_connects;

/// Types for the `DisassociateRoutingProfileQueues` operation.
pub mod disassociate_routing_profile_queues;

/// Types for the `DisassociateSecurityKey` operation.
pub mod disassociate_security_key;

/// Types for the `DisassociateTrafficDistributionGroupUser` operation.
pub mod disassociate_traffic_distribution_group_user;

/// Types for the `DismissUserContact` operation.
pub mod dismiss_user_contact;

/// Types for the `GetContactAttributes` operation.
pub mod get_contact_attributes;

/// Types for the `GetCurrentMetricData` operation.
pub mod get_current_metric_data;

/// Types for the `GetCurrentUserData` operation.
pub mod get_current_user_data;

/// Types for the `GetFederationToken` operation.
pub mod get_federation_token;

/// Types for the `GetFlowAssociation` operation.
pub mod get_flow_association;

/// Types for the `GetMetricData` operation.
pub mod get_metric_data;

/// Types for the `GetMetricDataV2` operation.
pub mod get_metric_data_v2;

/// Types for the `GetPromptFile` operation.
pub mod get_prompt_file;

/// Types for the `GetTaskTemplate` operation.
pub mod get_task_template;

/// Types for the `GetTrafficDistribution` operation.
pub mod get_traffic_distribution;

/// Types for the `ImportPhoneNumber` operation.
pub mod import_phone_number;

/// Types for the `ListAgentStatuses` operation.
pub mod list_agent_statuses;

/// Types for the `ListAnalyticsDataAssociations` operation.
pub mod list_analytics_data_associations;

/// Types for the `ListApprovedOrigins` operation.
pub mod list_approved_origins;

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

/// Types for the `ListContactEvaluations` operation.
pub mod list_contact_evaluations;

/// Types for the `ListContactFlowModules` operation.
pub mod list_contact_flow_modules;

/// Types for the `ListContactFlows` operation.
pub mod list_contact_flows;

/// Types for the `ListContactReferences` operation.
pub mod list_contact_references;

/// Types for the `ListDefaultVocabularies` operation.
pub mod list_default_vocabularies;

/// Types for the `ListEvaluationFormVersions` operation.
pub mod list_evaluation_form_versions;

/// Types for the `ListEvaluationForms` operation.
pub mod list_evaluation_forms;

/// Types for the `ListFlowAssociations` operation.
pub mod list_flow_associations;

/// Types for the `ListHoursOfOperations` operation.
pub mod list_hours_of_operations;

/// Types for the `ListInstanceAttributes` operation.
pub mod list_instance_attributes;

/// Types for the `ListInstanceStorageConfigs` operation.
pub mod list_instance_storage_configs;

/// Types for the `ListInstances` operation.
pub mod list_instances;

/// Types for the `ListIntegrationAssociations` operation.
pub mod list_integration_associations;

/// Types for the `ListLambdaFunctions` operation.
pub mod list_lambda_functions;

/// Types for the `ListLexBots` operation.
pub mod list_lex_bots;

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

/// Types for the `ListPhoneNumbersV2` operation.
pub mod list_phone_numbers_v2;

/// Types for the `ListPrompts` operation.
pub mod list_prompts;

/// Types for the `ListQueueQuickConnects` operation.
pub mod list_queue_quick_connects;

/// Types for the `ListQueues` operation.
pub mod list_queues;

/// Types for the `ListQuickConnects` operation.
pub mod list_quick_connects;

/// Types for the `ListRealtimeContactAnalysisSegmentsV2` operation.
pub mod list_realtime_contact_analysis_segments_v2;

/// Types for the `ListRoutingProfileQueues` operation.
pub mod list_routing_profile_queues;

/// Types for the `ListRoutingProfiles` operation.
pub mod list_routing_profiles;

/// Types for the `ListRules` operation.
pub mod list_rules;

/// Types for the `ListSecurityKeys` operation.
pub mod list_security_keys;

/// Types for the `ListSecurityProfileApplications` operation.
pub mod list_security_profile_applications;

/// Types for the `ListSecurityProfilePermissions` operation.
pub mod list_security_profile_permissions;

/// Types for the `ListSecurityProfiles` operation.
pub mod list_security_profiles;

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

/// Types for the `ListTaskTemplates` operation.
pub mod list_task_templates;

/// Types for the `ListTrafficDistributionGroupUsers` operation.
pub mod list_traffic_distribution_group_users;

/// Types for the `ListTrafficDistributionGroups` operation.
pub mod list_traffic_distribution_groups;

/// Types for the `ListUseCases` operation.
pub mod list_use_cases;

/// Types for the `ListUserHierarchyGroups` operation.
pub mod list_user_hierarchy_groups;

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

/// Types for the `ListViewVersions` operation.
pub mod list_view_versions;

/// Types for the `ListViews` operation.
pub mod list_views;

/// Types for the `MonitorContact` operation.
pub mod monitor_contact;

/// Types for the `PauseContact` operation.
pub mod pause_contact;

/// Types for the `PutUserStatus` operation.
pub mod put_user_status;

/// Types for the `ReleasePhoneNumber` operation.
pub mod release_phone_number;

/// Types for the `ReplicateInstance` operation.
pub mod replicate_instance;

/// Types for the `ResumeContact` operation.
pub mod resume_contact;

/// Types for the `ResumeContactRecording` operation.
pub mod resume_contact_recording;

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

/// Types for the `SearchHoursOfOperations` operation.
pub mod search_hours_of_operations;

/// Types for the `SearchPrompts` operation.
pub mod search_prompts;

/// Types for the `SearchQueues` operation.
pub mod search_queues;

/// Types for the `SearchQuickConnects` operation.
pub mod search_quick_connects;

/// Types for the `SearchResourceTags` operation.
pub mod search_resource_tags;

/// Types for the `SearchRoutingProfiles` operation.
pub mod search_routing_profiles;

/// Types for the `SearchSecurityProfiles` operation.
pub mod search_security_profiles;

/// Types for the `SearchUsers` operation.
pub mod search_users;

/// Types for the `SearchVocabularies` operation.
pub mod search_vocabularies;

/// Types for the `SendChatIntegrationEvent` operation.
pub mod send_chat_integration_event;

/// Types for the `StartChatContact` operation.
pub mod start_chat_contact;

/// Types for the `StartContactEvaluation` operation.
pub mod start_contact_evaluation;

/// Types for the `StartContactRecording` operation.
pub mod start_contact_recording;

/// Types for the `StartContactStreaming` operation.
pub mod start_contact_streaming;

/// Types for the `StartOutboundVoiceContact` operation.
pub mod start_outbound_voice_contact;

/// Types for the `StartTaskContact` operation.
pub mod start_task_contact;

/// Types for the `StartWebRTCContact` operation.
pub mod start_web_rtc_contact;

/// Types for the `StopContact` operation.
pub mod stop_contact;

/// Types for the `StopContactRecording` operation.
pub mod stop_contact_recording;

/// Types for the `StopContactStreaming` operation.
pub mod stop_contact_streaming;

/// Types for the `SubmitContactEvaluation` operation.
pub mod submit_contact_evaluation;

/// Types for the `SuspendContactRecording` operation.
pub mod suspend_contact_recording;

/// Types for the `TagContact` operation.
pub mod tag_contact;

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

/// Types for the `TransferContact` operation.
pub mod transfer_contact;

/// Types for the `UntagContact` operation.
pub mod untag_contact;

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

/// Types for the `UpdateAgentStatus` operation.
pub mod update_agent_status;

/// Types for the `UpdateContact` operation.
pub mod update_contact;

/// Types for the `UpdateContactAttributes` operation.
pub mod update_contact_attributes;

/// Types for the `UpdateContactEvaluation` operation.
pub mod update_contact_evaluation;

/// Types for the `UpdateContactFlowContent` operation.
pub mod update_contact_flow_content;

/// Types for the `UpdateContactFlowMetadata` operation.
pub mod update_contact_flow_metadata;

/// Types for the `UpdateContactFlowModuleContent` operation.
pub mod update_contact_flow_module_content;

/// Types for the `UpdateContactFlowModuleMetadata` operation.
pub mod update_contact_flow_module_metadata;

/// Types for the `UpdateContactFlowName` operation.
pub mod update_contact_flow_name;

/// Types for the `UpdateContactSchedule` operation.
pub mod update_contact_schedule;

/// Types for the `UpdateEvaluationForm` operation.
pub mod update_evaluation_form;

/// Types for the `UpdateHoursOfOperation` operation.
pub mod update_hours_of_operation;

/// Types for the `UpdateInstanceAttribute` operation.
pub mod update_instance_attribute;

/// Types for the `UpdateInstanceStorageConfig` operation.
pub mod update_instance_storage_config;

/// Types for the `UpdateParticipantRoleConfig` operation.
pub mod update_participant_role_config;

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

/// Types for the `UpdatePhoneNumberMetadata` operation.
pub mod update_phone_number_metadata;

/// Types for the `UpdatePrompt` operation.
pub mod update_prompt;

/// Types for the `UpdateQueueHoursOfOperation` operation.
pub mod update_queue_hours_of_operation;

/// Types for the `UpdateQueueMaxContacts` operation.
pub mod update_queue_max_contacts;

/// Types for the `UpdateQueueName` operation.
pub mod update_queue_name;

/// Types for the `UpdateQueueOutboundCallerConfig` operation.
pub mod update_queue_outbound_caller_config;

/// Types for the `UpdateQueueStatus` operation.
pub mod update_queue_status;

/// Types for the `UpdateQuickConnectConfig` operation.
pub mod update_quick_connect_config;

/// Types for the `UpdateQuickConnectName` operation.
pub mod update_quick_connect_name;

/// Types for the `UpdateRoutingProfileAgentAvailabilityTimer` operation.
pub mod update_routing_profile_agent_availability_timer;

/// Types for the `UpdateRoutingProfileConcurrency` operation.
pub mod update_routing_profile_concurrency;

/// Types for the `UpdateRoutingProfileDefaultOutboundQueue` operation.
pub mod update_routing_profile_default_outbound_queue;

/// Types for the `UpdateRoutingProfileName` operation.
pub mod update_routing_profile_name;

/// Types for the `UpdateRoutingProfileQueues` operation.
pub mod update_routing_profile_queues;

/// Types for the `UpdateRule` operation.
pub mod update_rule;

/// Types for the `UpdateSecurityProfile` operation.
pub mod update_security_profile;

/// Types for the `UpdateTaskTemplate` operation.
pub mod update_task_template;

/// Types for the `UpdateTrafficDistribution` operation.
pub mod update_traffic_distribution;

/// Types for the `UpdateUserHierarchy` operation.
pub mod update_user_hierarchy;

/// Types for the `UpdateUserHierarchyGroupName` operation.
pub mod update_user_hierarchy_group_name;

/// Types for the `UpdateUserHierarchyStructure` operation.
pub mod update_user_hierarchy_structure;

/// Types for the `UpdateUserIdentityInfo` operation.
pub mod update_user_identity_info;

/// Types for the `UpdateUserPhoneConfig` operation.
pub mod update_user_phone_config;

/// Types for the `UpdateUserRoutingProfile` operation.
pub mod update_user_routing_profile;

/// Types for the `UpdateUserSecurityProfiles` operation.
pub mod update_user_security_profiles;

/// Types for the `UpdateViewContent` operation.
pub mod update_view_content;

/// Types for the `UpdateViewMetadata` operation.
pub mod update_view_metadata;