@aws-sdk/client-connect 3.438.0 → 3.441.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/README.md +11 -3
  2. package/dist-cjs/Connect.js +2 -0
  3. package/dist-cjs/commands/BatchGetFlowAssociationCommand.js +51 -0
  4. package/dist-cjs/commands/DescribeViewCommand.js +2 -2
  5. package/dist-cjs/commands/index.js +1 -0
  6. package/dist-cjs/models/models_0.js +6 -7
  7. package/dist-cjs/models/models_1.js +7 -14
  8. package/dist-cjs/models/models_2.js +14 -1
  9. package/dist-cjs/protocols/Aws_restJson1.js +468 -34
  10. package/dist-es/Connect.js +2 -0
  11. package/dist-es/commands/BatchGetFlowAssociationCommand.js +47 -0
  12. package/dist-es/commands/DescribeViewCommand.js +1 -1
  13. package/dist-es/commands/index.js +1 -0
  14. package/dist-es/models/models_0.js +4 -4
  15. package/dist-es/models/models_1.js +5 -13
  16. package/dist-es/models/models_2.js +13 -0
  17. package/dist-es/protocols/Aws_restJson1.js +457 -25
  18. package/dist-types/Connect.d.ts +10 -3
  19. package/dist-types/ConnectClient.d.ts +6 -5
  20. package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +101 -0
  21. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateViewCommand.d.ts +5 -7
  23. package/dist-types/commands/CreateViewVersionCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteViewCommand.d.ts +1 -2
  25. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +2 -0
  26. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -0
  27. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +1 -0
  28. package/dist-types/commands/DescribePromptCommand.d.ts +2 -0
  29. package/dist-types/commands/DescribeQueueCommand.d.ts +2 -0
  30. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +2 -0
  31. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +3 -0
  32. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +2 -0
  33. package/dist-types/commands/DescribeUserCommand.d.ts +2 -0
  34. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +12 -0
  35. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +12 -1
  36. package/dist-types/commands/DescribeViewCommand.d.ts +5 -5
  37. package/dist-types/commands/GetPromptFileCommand.d.ts +2 -0
  38. package/dist-types/commands/ListAgentStatusesCommand.d.ts +2 -0
  39. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +2 -0
  40. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +2 -0
  41. package/dist-types/commands/ListPromptsCommand.d.ts +2 -0
  42. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +4 -0
  43. package/dist-types/commands/ListQueuesCommand.d.ts +2 -0
  44. package/dist-types/commands/ListQuickConnectsCommand.d.ts +2 -0
  45. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +2 -0
  46. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +2 -0
  47. package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +3 -1
  48. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +2 -0
  49. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +2 -0
  50. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +2 -0
  51. package/dist-types/commands/ListUsersCommand.d.ts +2 -0
  52. package/dist-types/commands/ListViewVersionsCommand.d.ts +1 -2
  53. package/dist-types/commands/ReplicateInstanceCommand.d.ts +3 -1
  54. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +3 -1
  55. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +2 -1
  56. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -0
  57. package/dist-types/commands/SearchPromptsCommand.d.ts +2 -0
  58. package/dist-types/commands/SearchQueuesCommand.d.ts +2 -0
  59. package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -0
  60. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +3 -0
  61. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +5 -3
  62. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateViewContentCommand.d.ts +4 -6
  64. package/dist-types/commands/index.d.ts +1 -0
  65. package/dist-types/index.d.ts +3 -3
  66. package/dist-types/models/models_0.d.ts +231 -107
  67. package/dist-types/models/models_1.d.ts +242 -129
  68. package/dist-types/models/models_2.d.ts +116 -14
  69. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  70. package/dist-types/ts3.4/Connect.d.ts +17 -0
  71. package/dist-types/ts3.4/ConnectClient.d.ts +6 -0
  72. package/dist-types/ts3.4/commands/BatchGetFlowAssociationCommand.d.ts +42 -0
  73. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +2 -4
  74. package/dist-types/ts3.4/commands/DescribeViewCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  76. package/dist-types/ts3.4/models/models_0.d.ts +47 -21
  77. package/dist-types/ts3.4/models/models_1.d.ts +50 -41
  78. package/dist-types/ts3.4/models/models_2.d.ts +44 -2
  79. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  80. package/package.json +4 -4
@@ -1,14 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.se_DeleteTaskTemplateCommand = exports.se_DeleteSecurityProfileCommand = exports.se_DeleteRuleCommand = exports.se_DeleteRoutingProfileCommand = exports.se_DeleteQuickConnectCommand = exports.se_DeleteQueueCommand = exports.se_DeletePromptCommand = exports.se_DeleteIntegrationAssociationCommand = exports.se_DeleteInstanceCommand = exports.se_DeleteHoursOfOperationCommand = exports.se_DeleteEvaluationFormCommand = exports.se_DeleteContactFlowModuleCommand = exports.se_DeleteContactFlowCommand = exports.se_DeleteContactEvaluationCommand = exports.se_DeactivateEvaluationFormCommand = exports.se_CreateVocabularyCommand = exports.se_CreateViewVersionCommand = exports.se_CreateViewCommand = exports.se_CreateUserHierarchyGroupCommand = exports.se_CreateUserCommand = exports.se_CreateUseCaseCommand = exports.se_CreateTrafficDistributionGroupCommand = exports.se_CreateTaskTemplateCommand = exports.se_CreateSecurityProfileCommand = exports.se_CreateRuleCommand = exports.se_CreateRoutingProfileCommand = exports.se_CreateQuickConnectCommand = exports.se_CreateQueueCommand = exports.se_CreatePromptCommand = exports.se_CreateParticipantCommand = exports.se_CreateIntegrationAssociationCommand = exports.se_CreateInstanceCommand = exports.se_CreateHoursOfOperationCommand = exports.se_CreateEvaluationFormCommand = exports.se_CreateContactFlowModuleCommand = exports.se_CreateContactFlowCommand = exports.se_CreateAgentStatusCommand = exports.se_ClaimPhoneNumberCommand = exports.se_AssociateTrafficDistributionGroupUserCommand = exports.se_AssociateSecurityKeyCommand = exports.se_AssociateRoutingProfileQueuesCommand = exports.se_AssociateQueueQuickConnectsCommand = exports.se_AssociatePhoneNumberContactFlowCommand = exports.se_AssociateLexBotCommand = exports.se_AssociateLambdaFunctionCommand = exports.se_AssociateInstanceStorageConfigCommand = exports.se_AssociateDefaultVocabularyCommand = exports.se_AssociateBotCommand = exports.se_AssociateApprovedOriginCommand = exports.se_ActivateEvaluationFormCommand = void 0;
4
- exports.se_GetTrafficDistributionCommand = exports.se_GetTaskTemplateCommand = exports.se_GetPromptFileCommand = exports.se_GetMetricDataV2Command = exports.se_GetMetricDataCommand = exports.se_GetFederationTokenCommand = exports.se_GetCurrentUserDataCommand = exports.se_GetCurrentMetricDataCommand = exports.se_GetContactAttributesCommand = exports.se_DismissUserContactCommand = exports.se_DisassociateTrafficDistributionGroupUserCommand = exports.se_DisassociateSecurityKeyCommand = exports.se_DisassociateRoutingProfileQueuesCommand = exports.se_DisassociateQueueQuickConnectsCommand = exports.se_DisassociatePhoneNumberContactFlowCommand = exports.se_DisassociateLexBotCommand = exports.se_DisassociateLambdaFunctionCommand = exports.se_DisassociateInstanceStorageConfigCommand = exports.se_DisassociateBotCommand = exports.se_DisassociateApprovedOriginCommand = exports.se_DescribeVocabularyCommand = exports.se_DescribeViewCommand = exports.se_DescribeUserHierarchyStructureCommand = exports.se_DescribeUserHierarchyGroupCommand = exports.se_DescribeUserCommand = exports.se_DescribeTrafficDistributionGroupCommand = exports.se_DescribeSecurityProfileCommand = exports.se_DescribeRuleCommand = exports.se_DescribeRoutingProfileCommand = exports.se_DescribeQuickConnectCommand = exports.se_DescribeQueueCommand = exports.se_DescribePromptCommand = exports.se_DescribePhoneNumberCommand = exports.se_DescribeInstanceStorageConfigCommand = exports.se_DescribeInstanceAttributeCommand = exports.se_DescribeInstanceCommand = exports.se_DescribeHoursOfOperationCommand = exports.se_DescribeEvaluationFormCommand = exports.se_DescribeContactFlowModuleCommand = exports.se_DescribeContactFlowCommand = exports.se_DescribeContactEvaluationCommand = exports.se_DescribeContactCommand = exports.se_DescribeAgentStatusCommand = exports.se_DeleteVocabularyCommand = exports.se_DeleteViewVersionCommand = exports.se_DeleteViewCommand = exports.se_DeleteUserHierarchyGroupCommand = exports.se_DeleteUserCommand = exports.se_DeleteUseCaseCommand = exports.se_DeleteTrafficDistributionGroupCommand = void 0;
5
- exports.se_SearchResourceTagsCommand = exports.se_SearchQuickConnectsCommand = exports.se_SearchQueuesCommand = exports.se_SearchPromptsCommand = exports.se_SearchHoursOfOperationsCommand = exports.se_SearchAvailablePhoneNumbersCommand = exports.se_ResumeContactRecordingCommand = exports.se_ReplicateInstanceCommand = exports.se_ReleasePhoneNumberCommand = exports.se_PutUserStatusCommand = exports.se_MonitorContactCommand = exports.se_ListViewVersionsCommand = exports.se_ListViewsCommand = exports.se_ListUsersCommand = exports.se_ListUserHierarchyGroupsCommand = exports.se_ListUseCasesCommand = exports.se_ListTrafficDistributionGroupUsersCommand = exports.se_ListTrafficDistributionGroupsCommand = exports.se_ListTaskTemplatesCommand = exports.se_ListTagsForResourceCommand = exports.se_ListSecurityProfilesCommand = exports.se_ListSecurityProfilePermissionsCommand = exports.se_ListSecurityProfileApplicationsCommand = exports.se_ListSecurityKeysCommand = exports.se_ListRulesCommand = exports.se_ListRoutingProfilesCommand = exports.se_ListRoutingProfileQueuesCommand = exports.se_ListQuickConnectsCommand = exports.se_ListQueuesCommand = exports.se_ListQueueQuickConnectsCommand = exports.se_ListPromptsCommand = exports.se_ListPhoneNumbersV2Command = exports.se_ListPhoneNumbersCommand = exports.se_ListLexBotsCommand = exports.se_ListLambdaFunctionsCommand = exports.se_ListIntegrationAssociationsCommand = exports.se_ListInstanceStorageConfigsCommand = exports.se_ListInstancesCommand = exports.se_ListInstanceAttributesCommand = exports.se_ListHoursOfOperationsCommand = exports.se_ListEvaluationFormVersionsCommand = exports.se_ListEvaluationFormsCommand = exports.se_ListDefaultVocabulariesCommand = exports.se_ListContactReferencesCommand = exports.se_ListContactFlowsCommand = exports.se_ListContactFlowModulesCommand = exports.se_ListContactEvaluationsCommand = exports.se_ListBotsCommand = exports.se_ListApprovedOriginsCommand = exports.se_ListAgentStatusesCommand = void 0;
6
- exports.se_UpdateSecurityProfileCommand = exports.se_UpdateRuleCommand = exports.se_UpdateRoutingProfileQueuesCommand = exports.se_UpdateRoutingProfileNameCommand = exports.se_UpdateRoutingProfileDefaultOutboundQueueCommand = exports.se_UpdateRoutingProfileConcurrencyCommand = exports.se_UpdateRoutingProfileAgentAvailabilityTimerCommand = exports.se_UpdateQuickConnectNameCommand = exports.se_UpdateQuickConnectConfigCommand = exports.se_UpdateQueueStatusCommand = exports.se_UpdateQueueOutboundCallerConfigCommand = exports.se_UpdateQueueNameCommand = exports.se_UpdateQueueMaxContactsCommand = exports.se_UpdateQueueHoursOfOperationCommand = exports.se_UpdatePromptCommand = exports.se_UpdatePhoneNumberMetadataCommand = exports.se_UpdatePhoneNumberCommand = exports.se_UpdateParticipantRoleConfigCommand = exports.se_UpdateInstanceStorageConfigCommand = exports.se_UpdateInstanceAttributeCommand = exports.se_UpdateHoursOfOperationCommand = exports.se_UpdateEvaluationFormCommand = exports.se_UpdateContactScheduleCommand = exports.se_UpdateContactFlowNameCommand = exports.se_UpdateContactFlowModuleMetadataCommand = exports.se_UpdateContactFlowModuleContentCommand = exports.se_UpdateContactFlowMetadataCommand = exports.se_UpdateContactFlowContentCommand = exports.se_UpdateContactEvaluationCommand = exports.se_UpdateContactAttributesCommand = exports.se_UpdateContactCommand = exports.se_UpdateAgentStatusCommand = exports.se_UntagResourceCommand = exports.se_TransferContactCommand = exports.se_TagResourceCommand = exports.se_SuspendContactRecordingCommand = exports.se_SubmitContactEvaluationCommand = exports.se_StopContactStreamingCommand = exports.se_StopContactRecordingCommand = exports.se_StopContactCommand = exports.se_StartTaskContactCommand = exports.se_StartOutboundVoiceContactCommand = exports.se_StartContactStreamingCommand = exports.se_StartContactRecordingCommand = exports.se_StartContactEvaluationCommand = exports.se_StartChatContactCommand = exports.se_SearchVocabulariesCommand = exports.se_SearchUsersCommand = exports.se_SearchSecurityProfilesCommand = exports.se_SearchRoutingProfilesCommand = void 0;
7
- exports.de_DeleteContactFlowModuleCommand = exports.de_DeleteContactFlowCommand = exports.de_DeleteContactEvaluationCommand = exports.de_DeactivateEvaluationFormCommand = exports.de_CreateVocabularyCommand = exports.de_CreateViewVersionCommand = exports.de_CreateViewCommand = exports.de_CreateUserHierarchyGroupCommand = exports.de_CreateUserCommand = exports.de_CreateUseCaseCommand = exports.de_CreateTrafficDistributionGroupCommand = exports.de_CreateTaskTemplateCommand = exports.de_CreateSecurityProfileCommand = exports.de_CreateRuleCommand = exports.de_CreateRoutingProfileCommand = exports.de_CreateQuickConnectCommand = exports.de_CreateQueueCommand = exports.de_CreatePromptCommand = exports.de_CreateParticipantCommand = exports.de_CreateIntegrationAssociationCommand = exports.de_CreateInstanceCommand = exports.de_CreateHoursOfOperationCommand = exports.de_CreateEvaluationFormCommand = exports.de_CreateContactFlowModuleCommand = exports.de_CreateContactFlowCommand = exports.de_CreateAgentStatusCommand = exports.de_ClaimPhoneNumberCommand = exports.de_AssociateTrafficDistributionGroupUserCommand = exports.de_AssociateSecurityKeyCommand = exports.de_AssociateRoutingProfileQueuesCommand = exports.de_AssociateQueueQuickConnectsCommand = exports.de_AssociatePhoneNumberContactFlowCommand = exports.de_AssociateLexBotCommand = exports.de_AssociateLambdaFunctionCommand = exports.de_AssociateInstanceStorageConfigCommand = exports.de_AssociateDefaultVocabularyCommand = exports.de_AssociateBotCommand = exports.de_AssociateApprovedOriginCommand = exports.de_ActivateEvaluationFormCommand = exports.se_UpdateViewMetadataCommand = exports.se_UpdateViewContentCommand = exports.se_UpdateUserSecurityProfilesCommand = exports.se_UpdateUserRoutingProfileCommand = exports.se_UpdateUserPhoneConfigCommand = exports.se_UpdateUserIdentityInfoCommand = exports.se_UpdateUserHierarchyStructureCommand = exports.se_UpdateUserHierarchyGroupNameCommand = exports.se_UpdateUserHierarchyCommand = exports.se_UpdateTrafficDistributionCommand = exports.se_UpdateTaskTemplateCommand = void 0;
8
- exports.de_DisassociateSecurityKeyCommand = exports.de_DisassociateRoutingProfileQueuesCommand = exports.de_DisassociateQueueQuickConnectsCommand = exports.de_DisassociatePhoneNumberContactFlowCommand = exports.de_DisassociateLexBotCommand = exports.de_DisassociateLambdaFunctionCommand = exports.de_DisassociateInstanceStorageConfigCommand = exports.de_DisassociateBotCommand = exports.de_DisassociateApprovedOriginCommand = exports.de_DescribeVocabularyCommand = exports.de_DescribeViewCommand = exports.de_DescribeUserHierarchyStructureCommand = exports.de_DescribeUserHierarchyGroupCommand = exports.de_DescribeUserCommand = exports.de_DescribeTrafficDistributionGroupCommand = exports.de_DescribeSecurityProfileCommand = exports.de_DescribeRuleCommand = exports.de_DescribeRoutingProfileCommand = exports.de_DescribeQuickConnectCommand = exports.de_DescribeQueueCommand = exports.de_DescribePromptCommand = exports.de_DescribePhoneNumberCommand = exports.de_DescribeInstanceStorageConfigCommand = exports.de_DescribeInstanceAttributeCommand = exports.de_DescribeInstanceCommand = exports.de_DescribeHoursOfOperationCommand = exports.de_DescribeEvaluationFormCommand = exports.de_DescribeContactFlowModuleCommand = exports.de_DescribeContactFlowCommand = exports.de_DescribeContactEvaluationCommand = exports.de_DescribeContactCommand = exports.de_DescribeAgentStatusCommand = exports.de_DeleteVocabularyCommand = exports.de_DeleteViewVersionCommand = exports.de_DeleteViewCommand = exports.de_DeleteUserHierarchyGroupCommand = exports.de_DeleteUserCommand = exports.de_DeleteUseCaseCommand = exports.de_DeleteTrafficDistributionGroupCommand = exports.de_DeleteTaskTemplateCommand = exports.de_DeleteSecurityProfileCommand = exports.de_DeleteRuleCommand = exports.de_DeleteRoutingProfileCommand = exports.de_DeleteQuickConnectCommand = exports.de_DeleteQueueCommand = exports.de_DeletePromptCommand = exports.de_DeleteIntegrationAssociationCommand = exports.de_DeleteInstanceCommand = exports.de_DeleteHoursOfOperationCommand = exports.de_DeleteEvaluationFormCommand = void 0;
9
- exports.de_ListViewVersionsCommand = exports.de_ListViewsCommand = exports.de_ListUsersCommand = exports.de_ListUserHierarchyGroupsCommand = exports.de_ListUseCasesCommand = exports.de_ListTrafficDistributionGroupUsersCommand = exports.de_ListTrafficDistributionGroupsCommand = exports.de_ListTaskTemplatesCommand = exports.de_ListTagsForResourceCommand = exports.de_ListSecurityProfilesCommand = exports.de_ListSecurityProfilePermissionsCommand = exports.de_ListSecurityProfileApplicationsCommand = exports.de_ListSecurityKeysCommand = exports.de_ListRulesCommand = exports.de_ListRoutingProfilesCommand = exports.de_ListRoutingProfileQueuesCommand = exports.de_ListQuickConnectsCommand = exports.de_ListQueuesCommand = exports.de_ListQueueQuickConnectsCommand = exports.de_ListPromptsCommand = exports.de_ListPhoneNumbersV2Command = exports.de_ListPhoneNumbersCommand = exports.de_ListLexBotsCommand = exports.de_ListLambdaFunctionsCommand = exports.de_ListIntegrationAssociationsCommand = exports.de_ListInstanceStorageConfigsCommand = exports.de_ListInstancesCommand = exports.de_ListInstanceAttributesCommand = exports.de_ListHoursOfOperationsCommand = exports.de_ListEvaluationFormVersionsCommand = exports.de_ListEvaluationFormsCommand = exports.de_ListDefaultVocabulariesCommand = exports.de_ListContactReferencesCommand = exports.de_ListContactFlowsCommand = exports.de_ListContactFlowModulesCommand = exports.de_ListContactEvaluationsCommand = exports.de_ListBotsCommand = exports.de_ListApprovedOriginsCommand = exports.de_ListAgentStatusesCommand = exports.de_GetTrafficDistributionCommand = exports.de_GetTaskTemplateCommand = exports.de_GetPromptFileCommand = exports.de_GetMetricDataV2Command = exports.de_GetMetricDataCommand = exports.de_GetFederationTokenCommand = exports.de_GetCurrentUserDataCommand = exports.de_GetCurrentMetricDataCommand = exports.de_GetContactAttributesCommand = exports.de_DismissUserContactCommand = exports.de_DisassociateTrafficDistributionGroupUserCommand = void 0;
10
- exports.de_UpdateQueueNameCommand = exports.de_UpdateQueueMaxContactsCommand = exports.de_UpdateQueueHoursOfOperationCommand = exports.de_UpdatePromptCommand = exports.de_UpdatePhoneNumberMetadataCommand = exports.de_UpdatePhoneNumberCommand = exports.de_UpdateParticipantRoleConfigCommand = exports.de_UpdateInstanceStorageConfigCommand = exports.de_UpdateInstanceAttributeCommand = exports.de_UpdateHoursOfOperationCommand = exports.de_UpdateEvaluationFormCommand = exports.de_UpdateContactScheduleCommand = exports.de_UpdateContactFlowNameCommand = exports.de_UpdateContactFlowModuleMetadataCommand = exports.de_UpdateContactFlowModuleContentCommand = exports.de_UpdateContactFlowMetadataCommand = exports.de_UpdateContactFlowContentCommand = exports.de_UpdateContactEvaluationCommand = exports.de_UpdateContactAttributesCommand = exports.de_UpdateContactCommand = exports.de_UpdateAgentStatusCommand = exports.de_UntagResourceCommand = exports.de_TransferContactCommand = exports.de_TagResourceCommand = exports.de_SuspendContactRecordingCommand = exports.de_SubmitContactEvaluationCommand = exports.de_StopContactStreamingCommand = exports.de_StopContactRecordingCommand = exports.de_StopContactCommand = exports.de_StartTaskContactCommand = exports.de_StartOutboundVoiceContactCommand = exports.de_StartContactStreamingCommand = exports.de_StartContactRecordingCommand = exports.de_StartContactEvaluationCommand = exports.de_StartChatContactCommand = exports.de_SearchVocabulariesCommand = exports.de_SearchUsersCommand = exports.de_SearchSecurityProfilesCommand = exports.de_SearchRoutingProfilesCommand = exports.de_SearchResourceTagsCommand = exports.de_SearchQuickConnectsCommand = exports.de_SearchQueuesCommand = exports.de_SearchPromptsCommand = exports.de_SearchHoursOfOperationsCommand = exports.de_SearchAvailablePhoneNumbersCommand = exports.de_ResumeContactRecordingCommand = exports.de_ReplicateInstanceCommand = exports.de_ReleasePhoneNumberCommand = exports.de_PutUserStatusCommand = exports.de_MonitorContactCommand = void 0;
11
- exports.de_UpdateViewMetadataCommand = exports.de_UpdateViewContentCommand = exports.de_UpdateUserSecurityProfilesCommand = exports.de_UpdateUserRoutingProfileCommand = exports.de_UpdateUserPhoneConfigCommand = exports.de_UpdateUserIdentityInfoCommand = exports.de_UpdateUserHierarchyStructureCommand = exports.de_UpdateUserHierarchyGroupNameCommand = exports.de_UpdateUserHierarchyCommand = exports.de_UpdateTrafficDistributionCommand = exports.de_UpdateTaskTemplateCommand = exports.de_UpdateSecurityProfileCommand = exports.de_UpdateRuleCommand = exports.de_UpdateRoutingProfileQueuesCommand = exports.de_UpdateRoutingProfileNameCommand = exports.de_UpdateRoutingProfileDefaultOutboundQueueCommand = exports.de_UpdateRoutingProfileConcurrencyCommand = exports.de_UpdateRoutingProfileAgentAvailabilityTimerCommand = exports.de_UpdateQuickConnectNameCommand = exports.de_UpdateQuickConnectConfigCommand = exports.de_UpdateQueueStatusCommand = exports.de_UpdateQueueOutboundCallerConfigCommand = void 0;
3
+ exports.se_DeleteSecurityProfileCommand = exports.se_DeleteRuleCommand = exports.se_DeleteRoutingProfileCommand = exports.se_DeleteQuickConnectCommand = exports.se_DeleteQueueCommand = exports.se_DeletePromptCommand = exports.se_DeleteIntegrationAssociationCommand = exports.se_DeleteInstanceCommand = exports.se_DeleteHoursOfOperationCommand = exports.se_DeleteEvaluationFormCommand = exports.se_DeleteContactFlowModuleCommand = exports.se_DeleteContactFlowCommand = exports.se_DeleteContactEvaluationCommand = exports.se_DeactivateEvaluationFormCommand = exports.se_CreateVocabularyCommand = exports.se_CreateViewVersionCommand = exports.se_CreateViewCommand = exports.se_CreateUserHierarchyGroupCommand = exports.se_CreateUserCommand = exports.se_CreateUseCaseCommand = exports.se_CreateTrafficDistributionGroupCommand = exports.se_CreateTaskTemplateCommand = exports.se_CreateSecurityProfileCommand = exports.se_CreateRuleCommand = exports.se_CreateRoutingProfileCommand = exports.se_CreateQuickConnectCommand = exports.se_CreateQueueCommand = exports.se_CreatePromptCommand = exports.se_CreateParticipantCommand = exports.se_CreateIntegrationAssociationCommand = exports.se_CreateInstanceCommand = exports.se_CreateHoursOfOperationCommand = exports.se_CreateEvaluationFormCommand = exports.se_CreateContactFlowModuleCommand = exports.se_CreateContactFlowCommand = exports.se_CreateAgentStatusCommand = exports.se_ClaimPhoneNumberCommand = exports.se_BatchGetFlowAssociationCommand = exports.se_AssociateTrafficDistributionGroupUserCommand = exports.se_AssociateSecurityKeyCommand = exports.se_AssociateRoutingProfileQueuesCommand = exports.se_AssociateQueueQuickConnectsCommand = exports.se_AssociatePhoneNumberContactFlowCommand = exports.se_AssociateLexBotCommand = exports.se_AssociateLambdaFunctionCommand = exports.se_AssociateInstanceStorageConfigCommand = exports.se_AssociateDefaultVocabularyCommand = exports.se_AssociateBotCommand = exports.se_AssociateApprovedOriginCommand = exports.se_ActivateEvaluationFormCommand = void 0;
4
+ exports.se_GetTaskTemplateCommand = exports.se_GetPromptFileCommand = exports.se_GetMetricDataV2Command = exports.se_GetMetricDataCommand = exports.se_GetFederationTokenCommand = exports.se_GetCurrentUserDataCommand = exports.se_GetCurrentMetricDataCommand = exports.se_GetContactAttributesCommand = exports.se_DismissUserContactCommand = exports.se_DisassociateTrafficDistributionGroupUserCommand = exports.se_DisassociateSecurityKeyCommand = exports.se_DisassociateRoutingProfileQueuesCommand = exports.se_DisassociateQueueQuickConnectsCommand = exports.se_DisassociatePhoneNumberContactFlowCommand = exports.se_DisassociateLexBotCommand = exports.se_DisassociateLambdaFunctionCommand = exports.se_DisassociateInstanceStorageConfigCommand = exports.se_DisassociateBotCommand = exports.se_DisassociateApprovedOriginCommand = exports.se_DescribeVocabularyCommand = exports.se_DescribeViewCommand = exports.se_DescribeUserHierarchyStructureCommand = exports.se_DescribeUserHierarchyGroupCommand = exports.se_DescribeUserCommand = exports.se_DescribeTrafficDistributionGroupCommand = exports.se_DescribeSecurityProfileCommand = exports.se_DescribeRuleCommand = exports.se_DescribeRoutingProfileCommand = exports.se_DescribeQuickConnectCommand = exports.se_DescribeQueueCommand = exports.se_DescribePromptCommand = exports.se_DescribePhoneNumberCommand = exports.se_DescribeInstanceStorageConfigCommand = exports.se_DescribeInstanceAttributeCommand = exports.se_DescribeInstanceCommand = exports.se_DescribeHoursOfOperationCommand = exports.se_DescribeEvaluationFormCommand = exports.se_DescribeContactFlowModuleCommand = exports.se_DescribeContactFlowCommand = exports.se_DescribeContactEvaluationCommand = exports.se_DescribeContactCommand = exports.se_DescribeAgentStatusCommand = exports.se_DeleteVocabularyCommand = exports.se_DeleteViewVersionCommand = exports.se_DeleteViewCommand = exports.se_DeleteUserHierarchyGroupCommand = exports.se_DeleteUserCommand = exports.se_DeleteUseCaseCommand = exports.se_DeleteTrafficDistributionGroupCommand = exports.se_DeleteTaskTemplateCommand = void 0;
5
+ exports.se_SearchQuickConnectsCommand = exports.se_SearchQueuesCommand = exports.se_SearchPromptsCommand = exports.se_SearchHoursOfOperationsCommand = exports.se_SearchAvailablePhoneNumbersCommand = exports.se_ResumeContactRecordingCommand = exports.se_ReplicateInstanceCommand = exports.se_ReleasePhoneNumberCommand = exports.se_PutUserStatusCommand = exports.se_MonitorContactCommand = exports.se_ListViewVersionsCommand = exports.se_ListViewsCommand = exports.se_ListUsersCommand = exports.se_ListUserHierarchyGroupsCommand = exports.se_ListUseCasesCommand = exports.se_ListTrafficDistributionGroupUsersCommand = exports.se_ListTrafficDistributionGroupsCommand = exports.se_ListTaskTemplatesCommand = exports.se_ListTagsForResourceCommand = exports.se_ListSecurityProfilesCommand = exports.se_ListSecurityProfilePermissionsCommand = exports.se_ListSecurityProfileApplicationsCommand = exports.se_ListSecurityKeysCommand = exports.se_ListRulesCommand = exports.se_ListRoutingProfilesCommand = exports.se_ListRoutingProfileQueuesCommand = exports.se_ListQuickConnectsCommand = exports.se_ListQueuesCommand = exports.se_ListQueueQuickConnectsCommand = exports.se_ListPromptsCommand = exports.se_ListPhoneNumbersV2Command = exports.se_ListPhoneNumbersCommand = exports.se_ListLexBotsCommand = exports.se_ListLambdaFunctionsCommand = exports.se_ListIntegrationAssociationsCommand = exports.se_ListInstanceStorageConfigsCommand = exports.se_ListInstancesCommand = exports.se_ListInstanceAttributesCommand = exports.se_ListHoursOfOperationsCommand = exports.se_ListEvaluationFormVersionsCommand = exports.se_ListEvaluationFormsCommand = exports.se_ListDefaultVocabulariesCommand = exports.se_ListContactReferencesCommand = exports.se_ListContactFlowsCommand = exports.se_ListContactFlowModulesCommand = exports.se_ListContactEvaluationsCommand = exports.se_ListBotsCommand = exports.se_ListApprovedOriginsCommand = exports.se_ListAgentStatusesCommand = exports.se_GetTrafficDistributionCommand = void 0;
6
+ exports.se_UpdateRuleCommand = exports.se_UpdateRoutingProfileQueuesCommand = exports.se_UpdateRoutingProfileNameCommand = exports.se_UpdateRoutingProfileDefaultOutboundQueueCommand = exports.se_UpdateRoutingProfileConcurrencyCommand = exports.se_UpdateRoutingProfileAgentAvailabilityTimerCommand = exports.se_UpdateQuickConnectNameCommand = exports.se_UpdateQuickConnectConfigCommand = exports.se_UpdateQueueStatusCommand = exports.se_UpdateQueueOutboundCallerConfigCommand = exports.se_UpdateQueueNameCommand = exports.se_UpdateQueueMaxContactsCommand = exports.se_UpdateQueueHoursOfOperationCommand = exports.se_UpdatePromptCommand = exports.se_UpdatePhoneNumberMetadataCommand = exports.se_UpdatePhoneNumberCommand = exports.se_UpdateParticipantRoleConfigCommand = exports.se_UpdateInstanceStorageConfigCommand = exports.se_UpdateInstanceAttributeCommand = exports.se_UpdateHoursOfOperationCommand = exports.se_UpdateEvaluationFormCommand = exports.se_UpdateContactScheduleCommand = exports.se_UpdateContactFlowNameCommand = exports.se_UpdateContactFlowModuleMetadataCommand = exports.se_UpdateContactFlowModuleContentCommand = exports.se_UpdateContactFlowMetadataCommand = exports.se_UpdateContactFlowContentCommand = exports.se_UpdateContactEvaluationCommand = exports.se_UpdateContactAttributesCommand = exports.se_UpdateContactCommand = exports.se_UpdateAgentStatusCommand = exports.se_UntagResourceCommand = exports.se_TransferContactCommand = exports.se_TagResourceCommand = exports.se_SuspendContactRecordingCommand = exports.se_SubmitContactEvaluationCommand = exports.se_StopContactStreamingCommand = exports.se_StopContactRecordingCommand = exports.se_StopContactCommand = exports.se_StartTaskContactCommand = exports.se_StartOutboundVoiceContactCommand = exports.se_StartContactStreamingCommand = exports.se_StartContactRecordingCommand = exports.se_StartContactEvaluationCommand = exports.se_StartChatContactCommand = exports.se_SearchVocabulariesCommand = exports.se_SearchUsersCommand = exports.se_SearchSecurityProfilesCommand = exports.se_SearchRoutingProfilesCommand = exports.se_SearchResourceTagsCommand = void 0;
7
+ exports.de_DeleteContactEvaluationCommand = exports.de_DeactivateEvaluationFormCommand = exports.de_CreateVocabularyCommand = exports.de_CreateViewVersionCommand = exports.de_CreateViewCommand = exports.de_CreateUserHierarchyGroupCommand = exports.de_CreateUserCommand = exports.de_CreateUseCaseCommand = exports.de_CreateTrafficDistributionGroupCommand = exports.de_CreateTaskTemplateCommand = exports.de_CreateSecurityProfileCommand = exports.de_CreateRuleCommand = exports.de_CreateRoutingProfileCommand = exports.de_CreateQuickConnectCommand = exports.de_CreateQueueCommand = exports.de_CreatePromptCommand = exports.de_CreateParticipantCommand = exports.de_CreateIntegrationAssociationCommand = exports.de_CreateInstanceCommand = exports.de_CreateHoursOfOperationCommand = exports.de_CreateEvaluationFormCommand = exports.de_CreateContactFlowModuleCommand = exports.de_CreateContactFlowCommand = exports.de_CreateAgentStatusCommand = exports.de_ClaimPhoneNumberCommand = exports.de_BatchGetFlowAssociationCommand = exports.de_AssociateTrafficDistributionGroupUserCommand = exports.de_AssociateSecurityKeyCommand = exports.de_AssociateRoutingProfileQueuesCommand = exports.de_AssociateQueueQuickConnectsCommand = exports.de_AssociatePhoneNumberContactFlowCommand = exports.de_AssociateLexBotCommand = exports.de_AssociateLambdaFunctionCommand = exports.de_AssociateInstanceStorageConfigCommand = exports.de_AssociateDefaultVocabularyCommand = exports.de_AssociateBotCommand = exports.de_AssociateApprovedOriginCommand = exports.de_ActivateEvaluationFormCommand = exports.se_UpdateViewMetadataCommand = exports.se_UpdateViewContentCommand = exports.se_UpdateUserSecurityProfilesCommand = exports.se_UpdateUserRoutingProfileCommand = exports.se_UpdateUserPhoneConfigCommand = exports.se_UpdateUserIdentityInfoCommand = exports.se_UpdateUserHierarchyStructureCommand = exports.se_UpdateUserHierarchyGroupNameCommand = exports.se_UpdateUserHierarchyCommand = exports.se_UpdateTrafficDistributionCommand = exports.se_UpdateTaskTemplateCommand = exports.se_UpdateSecurityProfileCommand = void 0;
8
+ exports.de_DisassociateQueueQuickConnectsCommand = exports.de_DisassociatePhoneNumberContactFlowCommand = exports.de_DisassociateLexBotCommand = exports.de_DisassociateLambdaFunctionCommand = exports.de_DisassociateInstanceStorageConfigCommand = exports.de_DisassociateBotCommand = exports.de_DisassociateApprovedOriginCommand = exports.de_DescribeVocabularyCommand = exports.de_DescribeViewCommand = exports.de_DescribeUserHierarchyStructureCommand = exports.de_DescribeUserHierarchyGroupCommand = exports.de_DescribeUserCommand = exports.de_DescribeTrafficDistributionGroupCommand = exports.de_DescribeSecurityProfileCommand = exports.de_DescribeRuleCommand = exports.de_DescribeRoutingProfileCommand = exports.de_DescribeQuickConnectCommand = exports.de_DescribeQueueCommand = exports.de_DescribePromptCommand = exports.de_DescribePhoneNumberCommand = exports.de_DescribeInstanceStorageConfigCommand = exports.de_DescribeInstanceAttributeCommand = exports.de_DescribeInstanceCommand = exports.de_DescribeHoursOfOperationCommand = exports.de_DescribeEvaluationFormCommand = exports.de_DescribeContactFlowModuleCommand = exports.de_DescribeContactFlowCommand = exports.de_DescribeContactEvaluationCommand = exports.de_DescribeContactCommand = exports.de_DescribeAgentStatusCommand = exports.de_DeleteVocabularyCommand = exports.de_DeleteViewVersionCommand = exports.de_DeleteViewCommand = exports.de_DeleteUserHierarchyGroupCommand = exports.de_DeleteUserCommand = exports.de_DeleteUseCaseCommand = exports.de_DeleteTrafficDistributionGroupCommand = exports.de_DeleteTaskTemplateCommand = exports.de_DeleteSecurityProfileCommand = exports.de_DeleteRuleCommand = exports.de_DeleteRoutingProfileCommand = exports.de_DeleteQuickConnectCommand = exports.de_DeleteQueueCommand = exports.de_DeletePromptCommand = exports.de_DeleteIntegrationAssociationCommand = exports.de_DeleteInstanceCommand = exports.de_DeleteHoursOfOperationCommand = exports.de_DeleteEvaluationFormCommand = exports.de_DeleteContactFlowModuleCommand = exports.de_DeleteContactFlowCommand = void 0;
9
+ exports.de_ListUsersCommand = exports.de_ListUserHierarchyGroupsCommand = exports.de_ListUseCasesCommand = exports.de_ListTrafficDistributionGroupUsersCommand = exports.de_ListTrafficDistributionGroupsCommand = exports.de_ListTaskTemplatesCommand = exports.de_ListTagsForResourceCommand = exports.de_ListSecurityProfilesCommand = exports.de_ListSecurityProfilePermissionsCommand = exports.de_ListSecurityProfileApplicationsCommand = exports.de_ListSecurityKeysCommand = exports.de_ListRulesCommand = exports.de_ListRoutingProfilesCommand = exports.de_ListRoutingProfileQueuesCommand = exports.de_ListQuickConnectsCommand = exports.de_ListQueuesCommand = exports.de_ListQueueQuickConnectsCommand = exports.de_ListPromptsCommand = exports.de_ListPhoneNumbersV2Command = exports.de_ListPhoneNumbersCommand = exports.de_ListLexBotsCommand = exports.de_ListLambdaFunctionsCommand = exports.de_ListIntegrationAssociationsCommand = exports.de_ListInstanceStorageConfigsCommand = exports.de_ListInstancesCommand = exports.de_ListInstanceAttributesCommand = exports.de_ListHoursOfOperationsCommand = exports.de_ListEvaluationFormVersionsCommand = exports.de_ListEvaluationFormsCommand = exports.de_ListDefaultVocabulariesCommand = exports.de_ListContactReferencesCommand = exports.de_ListContactFlowsCommand = exports.de_ListContactFlowModulesCommand = exports.de_ListContactEvaluationsCommand = exports.de_ListBotsCommand = exports.de_ListApprovedOriginsCommand = exports.de_ListAgentStatusesCommand = exports.de_GetTrafficDistributionCommand = exports.de_GetTaskTemplateCommand = exports.de_GetPromptFileCommand = exports.de_GetMetricDataV2Command = exports.de_GetMetricDataCommand = exports.de_GetFederationTokenCommand = exports.de_GetCurrentUserDataCommand = exports.de_GetCurrentMetricDataCommand = exports.de_GetContactAttributesCommand = exports.de_DismissUserContactCommand = exports.de_DisassociateTrafficDistributionGroupUserCommand = exports.de_DisassociateSecurityKeyCommand = exports.de_DisassociateRoutingProfileQueuesCommand = void 0;
10
+ exports.de_UpdateQueueHoursOfOperationCommand = exports.de_UpdatePromptCommand = exports.de_UpdatePhoneNumberMetadataCommand = exports.de_UpdatePhoneNumberCommand = exports.de_UpdateParticipantRoleConfigCommand = exports.de_UpdateInstanceStorageConfigCommand = exports.de_UpdateInstanceAttributeCommand = exports.de_UpdateHoursOfOperationCommand = exports.de_UpdateEvaluationFormCommand = exports.de_UpdateContactScheduleCommand = exports.de_UpdateContactFlowNameCommand = exports.de_UpdateContactFlowModuleMetadataCommand = exports.de_UpdateContactFlowModuleContentCommand = exports.de_UpdateContactFlowMetadataCommand = exports.de_UpdateContactFlowContentCommand = exports.de_UpdateContactEvaluationCommand = exports.de_UpdateContactAttributesCommand = exports.de_UpdateContactCommand = exports.de_UpdateAgentStatusCommand = exports.de_UntagResourceCommand = exports.de_TransferContactCommand = exports.de_TagResourceCommand = exports.de_SuspendContactRecordingCommand = exports.de_SubmitContactEvaluationCommand = exports.de_StopContactStreamingCommand = exports.de_StopContactRecordingCommand = exports.de_StopContactCommand = exports.de_StartTaskContactCommand = exports.de_StartOutboundVoiceContactCommand = exports.de_StartContactStreamingCommand = exports.de_StartContactRecordingCommand = exports.de_StartContactEvaluationCommand = exports.de_StartChatContactCommand = exports.de_SearchVocabulariesCommand = exports.de_SearchUsersCommand = exports.de_SearchSecurityProfilesCommand = exports.de_SearchRoutingProfilesCommand = exports.de_SearchResourceTagsCommand = exports.de_SearchQuickConnectsCommand = exports.de_SearchQueuesCommand = exports.de_SearchPromptsCommand = exports.de_SearchHoursOfOperationsCommand = exports.de_SearchAvailablePhoneNumbersCommand = exports.de_ResumeContactRecordingCommand = exports.de_ReplicateInstanceCommand = exports.de_ReleasePhoneNumberCommand = exports.de_PutUserStatusCommand = exports.de_MonitorContactCommand = exports.de_ListViewVersionsCommand = exports.de_ListViewsCommand = void 0;
11
+ exports.de_UpdateViewMetadataCommand = exports.de_UpdateViewContentCommand = exports.de_UpdateUserSecurityProfilesCommand = exports.de_UpdateUserRoutingProfileCommand = exports.de_UpdateUserPhoneConfigCommand = exports.de_UpdateUserIdentityInfoCommand = exports.de_UpdateUserHierarchyStructureCommand = exports.de_UpdateUserHierarchyGroupNameCommand = exports.de_UpdateUserHierarchyCommand = exports.de_UpdateTrafficDistributionCommand = exports.de_UpdateTaskTemplateCommand = exports.de_UpdateSecurityProfileCommand = exports.de_UpdateRuleCommand = exports.de_UpdateRoutingProfileQueuesCommand = exports.de_UpdateRoutingProfileNameCommand = exports.de_UpdateRoutingProfileDefaultOutboundQueueCommand = exports.de_UpdateRoutingProfileConcurrencyCommand = exports.de_UpdateRoutingProfileAgentAvailabilityTimerCommand = exports.de_UpdateQuickConnectNameCommand = exports.de_UpdateQuickConnectConfigCommand = exports.de_UpdateQueueStatusCommand = exports.de_UpdateQueueOutboundCallerConfigCommand = exports.de_UpdateQueueNameCommand = exports.de_UpdateQueueMaxContactsCommand = void 0;
12
12
  const core_1 = require("@aws-sdk/core");
13
13
  const protocol_http_1 = require("@smithy/protocol-http");
14
14
  const smithy_client_1 = require("@smithy/smithy-client");
@@ -295,6 +295,29 @@ const se_AssociateTrafficDistributionGroupUserCommand = async (input, context) =
295
295
  });
296
296
  };
297
297
  exports.se_AssociateTrafficDistributionGroupUserCommand = se_AssociateTrafficDistributionGroupUserCommand;
298
+ const se_BatchGetFlowAssociationCommand = async (input, context) => {
299
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
300
+ const headers = {
301
+ "content-type": "application/json",
302
+ };
303
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/flow-associations-batch/{InstanceId}";
304
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "InstanceId", () => input.InstanceId, "{InstanceId}", false);
305
+ let body;
306
+ body = JSON.stringify((0, smithy_client_1.take)(input, {
307
+ ResourceIds: (_) => (0, smithy_client_1._json)(_),
308
+ ResourceType: [],
309
+ }));
310
+ return new protocol_http_1.HttpRequest({
311
+ protocol,
312
+ hostname,
313
+ port,
314
+ method: "POST",
315
+ headers,
316
+ path: resolvedPath,
317
+ body,
318
+ });
319
+ };
320
+ exports.se_BatchGetFlowAssociationCommand = se_BatchGetFlowAssociationCommand;
298
321
  const se_ClaimPhoneNumberCommand = async (input, context) => {
299
322
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
300
323
  const headers = {
@@ -304,6 +327,7 @@ const se_ClaimPhoneNumberCommand = async (input, context) => {
304
327
  let body;
305
328
  body = JSON.stringify((0, smithy_client_1.take)(input, {
306
329
  ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
330
+ InstanceId: [],
307
331
  PhoneNumber: [],
308
332
  PhoneNumberDescription: [],
309
333
  Tags: (_) => (0, smithy_client_1._json)(_),
@@ -2632,6 +2656,7 @@ const se_ListPhoneNumbersV2Command = async (input, context) => {
2632
2656
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/phone-number/list";
2633
2657
  let body;
2634
2658
  body = JSON.stringify((0, smithy_client_1.take)(input, {
2659
+ InstanceId: [],
2635
2660
  MaxResults: [],
2636
2661
  NextToken: [],
2637
2662
  PhoneNumberCountryCodes: (_) => (0, smithy_client_1._json)(_),
@@ -3232,6 +3257,7 @@ const se_SearchAvailablePhoneNumbersCommand = async (input, context) => {
3232
3257
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/phone-number/search-available";
3233
3258
  let body;
3234
3259
  body = JSON.stringify((0, smithy_client_1.take)(input, {
3260
+ InstanceId: [],
3235
3261
  MaxResults: [],
3236
3262
  NextToken: [],
3237
3263
  PhoneNumberCountryCode: [],
@@ -4220,6 +4246,7 @@ const se_UpdatePhoneNumberCommand = async (input, context) => {
4220
4246
  let body;
4221
4247
  body = JSON.stringify((0, smithy_client_1.take)(input, {
4222
4248
  ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
4249
+ InstanceId: [],
4223
4250
  TargetArn: [],
4224
4251
  }));
4225
4252
  return new protocol_http_1.HttpRequest({
@@ -5447,6 +5474,55 @@ const de_AssociateTrafficDistributionGroupUserCommandError = async (output, cont
5447
5474
  });
5448
5475
  }
5449
5476
  };
5477
+ const de_BatchGetFlowAssociationCommand = async (output, context) => {
5478
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
5479
+ return de_BatchGetFlowAssociationCommandError(output, context);
5480
+ }
5481
+ const contents = (0, smithy_client_1.map)({
5482
+ $metadata: deserializeMetadata(output),
5483
+ });
5484
+ const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
5485
+ const doc = (0, smithy_client_1.take)(data, {
5486
+ FlowAssociationSummaryList: smithy_client_1._json,
5487
+ });
5488
+ Object.assign(contents, doc);
5489
+ return contents;
5490
+ };
5491
+ exports.de_BatchGetFlowAssociationCommand = de_BatchGetFlowAssociationCommand;
5492
+ const de_BatchGetFlowAssociationCommandError = async (output, context) => {
5493
+ const parsedOutput = {
5494
+ ...output,
5495
+ body: await parseErrorBody(output.body, context),
5496
+ };
5497
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
5498
+ switch (errorCode) {
5499
+ case "AccessDeniedException":
5500
+ case "com.amazonaws.connect#AccessDeniedException":
5501
+ throw await de_AccessDeniedExceptionRes(parsedOutput, context);
5502
+ case "InternalServiceException":
5503
+ case "com.amazonaws.connect#InternalServiceException":
5504
+ throw await de_InternalServiceExceptionRes(parsedOutput, context);
5505
+ case "InvalidParameterException":
5506
+ case "com.amazonaws.connect#InvalidParameterException":
5507
+ throw await de_InvalidParameterExceptionRes(parsedOutput, context);
5508
+ case "InvalidRequestException":
5509
+ case "com.amazonaws.connect#InvalidRequestException":
5510
+ throw await de_InvalidRequestExceptionRes(parsedOutput, context);
5511
+ case "ResourceNotFoundException":
5512
+ case "com.amazonaws.connect#ResourceNotFoundException":
5513
+ throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
5514
+ case "ThrottlingException":
5515
+ case "com.amazonaws.connect#ThrottlingException":
5516
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
5517
+ default:
5518
+ const parsedBody = parsedOutput.body;
5519
+ return throwDefaultError({
5520
+ output,
5521
+ parsedBody,
5522
+ errorCode,
5523
+ });
5524
+ }
5525
+ };
5450
5526
  const de_ClaimPhoneNumberCommand = async (output, context) => {
5451
5527
  if (output.statusCode !== 200 && output.statusCode >= 300) {
5452
5528
  return de_ClaimPhoneNumberCommandError(output, context);
@@ -7622,7 +7698,7 @@ const de_DescribeAgentStatusCommand = async (output, context) => {
7622
7698
  });
7623
7699
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
7624
7700
  const doc = (0, smithy_client_1.take)(data, {
7625
- AgentStatus: smithy_client_1._json,
7701
+ AgentStatus: (_) => de_AgentStatus(_, context),
7626
7702
  });
7627
7703
  Object.assign(contents, doc);
7628
7704
  return contents;
@@ -7899,7 +7975,7 @@ const de_DescribeHoursOfOperationCommand = async (output, context) => {
7899
7975
  });
7900
7976
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
7901
7977
  const doc = (0, smithy_client_1.take)(data, {
7902
- HoursOfOperation: smithy_client_1._json,
7978
+ HoursOfOperation: (_) => de_HoursOfOperation(_, context),
7903
7979
  });
7904
7980
  Object.assign(contents, doc);
7905
7981
  return contents;
@@ -8123,7 +8199,7 @@ const de_DescribePromptCommand = async (output, context) => {
8123
8199
  });
8124
8200
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
8125
8201
  const doc = (0, smithy_client_1.take)(data, {
8126
- Prompt: smithy_client_1._json,
8202
+ Prompt: (_) => de_Prompt(_, context),
8127
8203
  });
8128
8204
  Object.assign(contents, doc);
8129
8205
  return contents;
@@ -8169,7 +8245,7 @@ const de_DescribeQueueCommand = async (output, context) => {
8169
8245
  });
8170
8246
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
8171
8247
  const doc = (0, smithy_client_1.take)(data, {
8172
- Queue: smithy_client_1._json,
8248
+ Queue: (_) => de_Queue(_, context),
8173
8249
  });
8174
8250
  Object.assign(contents, doc);
8175
8251
  return contents;
@@ -8215,7 +8291,7 @@ const de_DescribeQuickConnectCommand = async (output, context) => {
8215
8291
  });
8216
8292
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
8217
8293
  const doc = (0, smithy_client_1.take)(data, {
8218
- QuickConnect: smithy_client_1._json,
8294
+ QuickConnect: (_) => de_QuickConnect(_, context),
8219
8295
  });
8220
8296
  Object.assign(contents, doc);
8221
8297
  return contents;
@@ -8261,7 +8337,7 @@ const de_DescribeRoutingProfileCommand = async (output, context) => {
8261
8337
  });
8262
8338
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
8263
8339
  const doc = (0, smithy_client_1.take)(data, {
8264
- RoutingProfile: smithy_client_1._json,
8340
+ RoutingProfile: (_) => de_RoutingProfile(_, context),
8265
8341
  });
8266
8342
  Object.assign(contents, doc);
8267
8343
  return contents;
@@ -8353,7 +8429,7 @@ const de_DescribeSecurityProfileCommand = async (output, context) => {
8353
8429
  });
8354
8430
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
8355
8431
  const doc = (0, smithy_client_1.take)(data, {
8356
- SecurityProfile: smithy_client_1._json,
8432
+ SecurityProfile: (_) => de_SecurityProfile(_, context),
8357
8433
  });
8358
8434
  Object.assign(contents, doc);
8359
8435
  return contents;
@@ -8445,7 +8521,7 @@ const de_DescribeUserCommand = async (output, context) => {
8445
8521
  });
8446
8522
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
8447
8523
  const doc = (0, smithy_client_1.take)(data, {
8448
- User: smithy_client_1._json,
8524
+ User: (_) => de_User(_, context),
8449
8525
  });
8450
8526
  Object.assign(contents, doc);
8451
8527
  return contents;
@@ -8491,7 +8567,7 @@ const de_DescribeUserHierarchyGroupCommand = async (output, context) => {
8491
8567
  });
8492
8568
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
8493
8569
  const doc = (0, smithy_client_1.take)(data, {
8494
- HierarchyGroup: smithy_client_1._json,
8570
+ HierarchyGroup: (_) => de_HierarchyGroup(_, context),
8495
8571
  });
8496
8572
  Object.assign(contents, doc);
8497
8573
  return contents;
@@ -8537,7 +8613,7 @@ const de_DescribeUserHierarchyStructureCommand = async (output, context) => {
8537
8613
  });
8538
8614
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
8539
8615
  const doc = (0, smithy_client_1.take)(data, {
8540
- HierarchyStructure: smithy_client_1._json,
8616
+ HierarchyStructure: (_) => de_HierarchyStructure(_, context),
8541
8617
  });
8542
8618
  Object.assign(contents, doc);
8543
8619
  return contents;
@@ -9426,6 +9502,8 @@ const de_GetPromptFileCommand = async (output, context) => {
9426
9502
  });
9427
9503
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
9428
9504
  const doc = (0, smithy_client_1.take)(data, {
9505
+ LastModifiedRegion: smithy_client_1.expectString,
9506
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
9429
9507
  PromptPresignedUrl: smithy_client_1.expectString,
9430
9508
  });
9431
9509
  Object.assign(contents, doc);
@@ -9580,7 +9658,7 @@ const de_ListAgentStatusesCommand = async (output, context) => {
9580
9658
  });
9581
9659
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
9582
9660
  const doc = (0, smithy_client_1.take)(data, {
9583
- AgentStatusSummaryList: smithy_client_1._json,
9661
+ AgentStatusSummaryList: (_) => de_AgentStatusSummaryList(_, context),
9584
9662
  NextToken: smithy_client_1.expectString,
9585
9663
  });
9586
9664
  Object.assign(contents, doc);
@@ -10038,7 +10116,7 @@ const de_ListHoursOfOperationsCommand = async (output, context) => {
10038
10116
  });
10039
10117
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
10040
10118
  const doc = (0, smithy_client_1.take)(data, {
10041
- HoursOfOperationSummaryList: smithy_client_1._json,
10119
+ HoursOfOperationSummaryList: (_) => de_HoursOfOperationSummaryList(_, context),
10042
10120
  NextToken: smithy_client_1.expectString,
10043
10121
  });
10044
10122
  Object.assign(contents, doc);
@@ -10450,7 +10528,7 @@ const de_ListPromptsCommand = async (output, context) => {
10450
10528
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
10451
10529
  const doc = (0, smithy_client_1.take)(data, {
10452
10530
  NextToken: smithy_client_1.expectString,
10453
- PromptSummaryList: smithy_client_1._json,
10531
+ PromptSummaryList: (_) => de_PromptSummaryList(_, context),
10454
10532
  });
10455
10533
  Object.assign(contents, doc);
10456
10534
  return contents;
@@ -10496,8 +10574,10 @@ const de_ListQueueQuickConnectsCommand = async (output, context) => {
10496
10574
  });
10497
10575
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
10498
10576
  const doc = (0, smithy_client_1.take)(data, {
10577
+ LastModifiedRegion: smithy_client_1.expectString,
10578
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
10499
10579
  NextToken: smithy_client_1.expectString,
10500
- QuickConnectSummaryList: smithy_client_1._json,
10580
+ QuickConnectSummaryList: (_) => de_QuickConnectSummaryList(_, context),
10501
10581
  });
10502
10582
  Object.assign(contents, doc);
10503
10583
  return contents;
@@ -10544,7 +10624,7 @@ const de_ListQueuesCommand = async (output, context) => {
10544
10624
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
10545
10625
  const doc = (0, smithy_client_1.take)(data, {
10546
10626
  NextToken: smithy_client_1.expectString,
10547
- QueueSummaryList: smithy_client_1._json,
10627
+ QueueSummaryList: (_) => de_QueueSummaryList(_, context),
10548
10628
  });
10549
10629
  Object.assign(contents, doc);
10550
10630
  return contents;
@@ -10591,7 +10671,7 @@ const de_ListQuickConnectsCommand = async (output, context) => {
10591
10671
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
10592
10672
  const doc = (0, smithy_client_1.take)(data, {
10593
10673
  NextToken: smithy_client_1.expectString,
10594
- QuickConnectSummaryList: smithy_client_1._json,
10674
+ QuickConnectSummaryList: (_) => de_QuickConnectSummaryList(_, context),
10595
10675
  });
10596
10676
  Object.assign(contents, doc);
10597
10677
  return contents;
@@ -10637,6 +10717,8 @@ const de_ListRoutingProfileQueuesCommand = async (output, context) => {
10637
10717
  });
10638
10718
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
10639
10719
  const doc = (0, smithy_client_1.take)(data, {
10720
+ LastModifiedRegion: smithy_client_1.expectString,
10721
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
10640
10722
  NextToken: smithy_client_1.expectString,
10641
10723
  RoutingProfileQueueConfigSummaryList: smithy_client_1._json,
10642
10724
  });
@@ -10685,7 +10767,7 @@ const de_ListRoutingProfilesCommand = async (output, context) => {
10685
10767
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
10686
10768
  const doc = (0, smithy_client_1.take)(data, {
10687
10769
  NextToken: smithy_client_1.expectString,
10688
- RoutingProfileSummaryList: smithy_client_1._json,
10770
+ RoutingProfileSummaryList: (_) => de_RoutingProfileSummaryList(_, context),
10689
10771
  });
10690
10772
  Object.assign(contents, doc);
10691
10773
  return contents;
@@ -10826,6 +10908,8 @@ const de_ListSecurityProfileApplicationsCommand = async (output, context) => {
10826
10908
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
10827
10909
  const doc = (0, smithy_client_1.take)(data, {
10828
10910
  Applications: smithy_client_1._json,
10911
+ LastModifiedRegion: smithy_client_1.expectString,
10912
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
10829
10913
  NextToken: smithy_client_1.expectString,
10830
10914
  });
10831
10915
  Object.assign(contents, doc);
@@ -10872,6 +10956,8 @@ const de_ListSecurityProfilePermissionsCommand = async (output, context) => {
10872
10956
  });
10873
10957
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
10874
10958
  const doc = (0, smithy_client_1.take)(data, {
10959
+ LastModifiedRegion: smithy_client_1.expectString,
10960
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
10875
10961
  NextToken: smithy_client_1.expectString,
10876
10962
  Permissions: smithy_client_1._json,
10877
10963
  });
@@ -10920,7 +11006,7 @@ const de_ListSecurityProfilesCommand = async (output, context) => {
10920
11006
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
10921
11007
  const doc = (0, smithy_client_1.take)(data, {
10922
11008
  NextToken: smithy_client_1.expectString,
10923
- SecurityProfileSummaryList: smithy_client_1._json,
11009
+ SecurityProfileSummaryList: (_) => de_SecurityProfileSummaryList(_, context),
10924
11010
  });
10925
11011
  Object.assign(contents, doc);
10926
11012
  return contents;
@@ -11195,7 +11281,7 @@ const de_ListUserHierarchyGroupsCommand = async (output, context) => {
11195
11281
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
11196
11282
  const doc = (0, smithy_client_1.take)(data, {
11197
11283
  NextToken: smithy_client_1.expectString,
11198
- UserHierarchyGroupSummaryList: smithy_client_1._json,
11284
+ UserHierarchyGroupSummaryList: (_) => de_HierarchyGroupSummaryList(_, context),
11199
11285
  });
11200
11286
  Object.assign(contents, doc);
11201
11287
  return contents;
@@ -11242,7 +11328,7 @@ const de_ListUsersCommand = async (output, context) => {
11242
11328
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
11243
11329
  const doc = (0, smithy_client_1.take)(data, {
11244
11330
  NextToken: smithy_client_1.expectString,
11245
- UserSummaryList: smithy_client_1._json,
11331
+ UserSummaryList: (_) => de_UserSummaryList(_, context),
11246
11332
  });
11247
11333
  Object.assign(contents, doc);
11248
11334
  return contents;
@@ -11671,7 +11757,7 @@ const de_SearchHoursOfOperationsCommand = async (output, context) => {
11671
11757
  const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
11672
11758
  const doc = (0, smithy_client_1.take)(data, {
11673
11759
  ApproximateTotalCount: smithy_client_1.expectLong,
11674
- HoursOfOperations: smithy_client_1._json,
11760
+ HoursOfOperations: (_) => de_HoursOfOperationList(_, context),
11675
11761
  NextToken: smithy_client_1.expectString,
11676
11762
  });
11677
11763
  Object.assign(contents, doc);
@@ -11720,7 +11806,7 @@ const de_SearchPromptsCommand = async (output, context) => {
11720
11806
  const doc = (0, smithy_client_1.take)(data, {
11721
11807
  ApproximateTotalCount: smithy_client_1.expectLong,
11722
11808
  NextToken: smithy_client_1.expectString,
11723
- Prompts: smithy_client_1._json,
11809
+ Prompts: (_) => de_PromptList(_, context),
11724
11810
  });
11725
11811
  Object.assign(contents, doc);
11726
11812
  return contents;
@@ -11768,7 +11854,7 @@ const de_SearchQueuesCommand = async (output, context) => {
11768
11854
  const doc = (0, smithy_client_1.take)(data, {
11769
11855
  ApproximateTotalCount: smithy_client_1.expectLong,
11770
11856
  NextToken: smithy_client_1.expectString,
11771
- Queues: smithy_client_1._json,
11857
+ Queues: (_) => de_QueueSearchSummaryList(_, context),
11772
11858
  });
11773
11859
  Object.assign(contents, doc);
11774
11860
  return contents;
@@ -11816,7 +11902,7 @@ const de_SearchQuickConnectsCommand = async (output, context) => {
11816
11902
  const doc = (0, smithy_client_1.take)(data, {
11817
11903
  ApproximateTotalCount: smithy_client_1.expectLong,
11818
11904
  NextToken: smithy_client_1.expectString,
11819
- QuickConnects: smithy_client_1._json,
11905
+ QuickConnects: (_) => de_QuickConnectSearchSummaryList(_, context),
11820
11906
  });
11821
11907
  Object.assign(contents, doc);
11822
11908
  return contents;
@@ -11914,7 +12000,7 @@ const de_SearchRoutingProfilesCommand = async (output, context) => {
11914
12000
  const doc = (0, smithy_client_1.take)(data, {
11915
12001
  ApproximateTotalCount: smithy_client_1.expectLong,
11916
12002
  NextToken: smithy_client_1.expectString,
11917
- RoutingProfiles: smithy_client_1._json,
12003
+ RoutingProfiles: (_) => de_RoutingProfileList(_, context),
11918
12004
  });
11919
12005
  Object.assign(contents, doc);
11920
12006
  return contents;
@@ -15175,6 +15261,20 @@ const de_AgentInfo = (output, context) => {
15175
15261
  Id: smithy_client_1.expectString,
15176
15262
  });
15177
15263
  };
15264
+ const de_AgentStatus = (output, context) => {
15265
+ return (0, smithy_client_1.take)(output, {
15266
+ AgentStatusARN: smithy_client_1.expectString,
15267
+ AgentStatusId: smithy_client_1.expectString,
15268
+ Description: smithy_client_1.expectString,
15269
+ DisplayOrder: smithy_client_1.expectInt32,
15270
+ LastModifiedRegion: smithy_client_1.expectString,
15271
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15272
+ Name: smithy_client_1.expectString,
15273
+ State: smithy_client_1.expectString,
15274
+ Tags: smithy_client_1._json,
15275
+ Type: smithy_client_1.expectString,
15276
+ });
15277
+ };
15178
15278
  const de_AgentStatusReference = (output, context) => {
15179
15279
  return (0, smithy_client_1.take)(output, {
15180
15280
  StatusArn: smithy_client_1.expectString,
@@ -15182,6 +15282,24 @@ const de_AgentStatusReference = (output, context) => {
15182
15282
  StatusStartTimestamp: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15183
15283
  });
15184
15284
  };
15285
+ const de_AgentStatusSummary = (output, context) => {
15286
+ return (0, smithy_client_1.take)(output, {
15287
+ Arn: smithy_client_1.expectString,
15288
+ Id: smithy_client_1.expectString,
15289
+ LastModifiedRegion: smithy_client_1.expectString,
15290
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15291
+ Name: smithy_client_1.expectString,
15292
+ Type: smithy_client_1.expectString,
15293
+ });
15294
+ };
15295
+ const de_AgentStatusSummaryList = (output, context) => {
15296
+ const retVal = (output || [])
15297
+ .filter((e) => e != null)
15298
+ .map((entry) => {
15299
+ return de_AgentStatusSummary(entry, context);
15300
+ });
15301
+ return retVal;
15302
+ };
15185
15303
  const de_Contact = (output, context) => {
15186
15304
  return (0, smithy_client_1.take)(output, {
15187
15305
  AgentInfo: (_) => de_AgentInfo(_, context),
@@ -15438,6 +15556,62 @@ const de_EvaluationSummaryList = (output, context) => {
15438
15556
  });
15439
15557
  return retVal;
15440
15558
  };
15559
+ const de_HierarchyGroup = (output, context) => {
15560
+ return (0, smithy_client_1.take)(output, {
15561
+ Arn: smithy_client_1.expectString,
15562
+ HierarchyPath: (_) => de_HierarchyPath(_, context),
15563
+ Id: smithy_client_1.expectString,
15564
+ LastModifiedRegion: smithy_client_1.expectString,
15565
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15566
+ LevelId: smithy_client_1.expectString,
15567
+ Name: smithy_client_1.expectString,
15568
+ Tags: smithy_client_1._json,
15569
+ });
15570
+ };
15571
+ const de_HierarchyGroupSummary = (output, context) => {
15572
+ return (0, smithy_client_1.take)(output, {
15573
+ Arn: smithy_client_1.expectString,
15574
+ Id: smithy_client_1.expectString,
15575
+ LastModifiedRegion: smithy_client_1.expectString,
15576
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15577
+ Name: smithy_client_1.expectString,
15578
+ });
15579
+ };
15580
+ const de_HierarchyGroupSummaryList = (output, context) => {
15581
+ const retVal = (output || [])
15582
+ .filter((e) => e != null)
15583
+ .map((entry) => {
15584
+ return de_HierarchyGroupSummary(entry, context);
15585
+ });
15586
+ return retVal;
15587
+ };
15588
+ const de_HierarchyLevel = (output, context) => {
15589
+ return (0, smithy_client_1.take)(output, {
15590
+ Arn: smithy_client_1.expectString,
15591
+ Id: smithy_client_1.expectString,
15592
+ LastModifiedRegion: smithy_client_1.expectString,
15593
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15594
+ Name: smithy_client_1.expectString,
15595
+ });
15596
+ };
15597
+ const de_HierarchyPath = (output, context) => {
15598
+ return (0, smithy_client_1.take)(output, {
15599
+ LevelFive: (_) => de_HierarchyGroupSummary(_, context),
15600
+ LevelFour: (_) => de_HierarchyGroupSummary(_, context),
15601
+ LevelOne: (_) => de_HierarchyGroupSummary(_, context),
15602
+ LevelThree: (_) => de_HierarchyGroupSummary(_, context),
15603
+ LevelTwo: (_) => de_HierarchyGroupSummary(_, context),
15604
+ });
15605
+ };
15606
+ const de_HierarchyStructure = (output, context) => {
15607
+ return (0, smithy_client_1.take)(output, {
15608
+ LevelFive: (_) => de_HierarchyLevel(_, context),
15609
+ LevelFour: (_) => de_HierarchyLevel(_, context),
15610
+ LevelOne: (_) => de_HierarchyLevel(_, context),
15611
+ LevelThree: (_) => de_HierarchyLevel(_, context),
15612
+ LevelTwo: (_) => de_HierarchyLevel(_, context),
15613
+ });
15614
+ };
15441
15615
  const de_HistoricalMetric = (output, context) => {
15442
15616
  return (0, smithy_client_1.take)(output, {
15443
15617
  Name: smithy_client_1.expectString,
@@ -15474,6 +15648,44 @@ const de_HistoricalMetricResults = (output, context) => {
15474
15648
  });
15475
15649
  return retVal;
15476
15650
  };
15651
+ const de_HoursOfOperation = (output, context) => {
15652
+ return (0, smithy_client_1.take)(output, {
15653
+ Config: smithy_client_1._json,
15654
+ Description: smithy_client_1.expectString,
15655
+ HoursOfOperationArn: smithy_client_1.expectString,
15656
+ HoursOfOperationId: smithy_client_1.expectString,
15657
+ LastModifiedRegion: smithy_client_1.expectString,
15658
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15659
+ Name: smithy_client_1.expectString,
15660
+ Tags: smithy_client_1._json,
15661
+ TimeZone: smithy_client_1.expectString,
15662
+ });
15663
+ };
15664
+ const de_HoursOfOperationList = (output, context) => {
15665
+ const retVal = (output || [])
15666
+ .filter((e) => e != null)
15667
+ .map((entry) => {
15668
+ return de_HoursOfOperation(entry, context);
15669
+ });
15670
+ return retVal;
15671
+ };
15672
+ const de_HoursOfOperationSummary = (output, context) => {
15673
+ return (0, smithy_client_1.take)(output, {
15674
+ Arn: smithy_client_1.expectString,
15675
+ Id: smithy_client_1.expectString,
15676
+ LastModifiedRegion: smithy_client_1.expectString,
15677
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15678
+ Name: smithy_client_1.expectString,
15679
+ });
15680
+ };
15681
+ const de_HoursOfOperationSummaryList = (output, context) => {
15682
+ const retVal = (output || [])
15683
+ .filter((e) => e != null)
15684
+ .map((entry) => {
15685
+ return de_HoursOfOperationSummary(entry, context);
15686
+ });
15687
+ return retVal;
15688
+ };
15477
15689
  const de_Instance = (output, context) => {
15478
15690
  return (0, smithy_client_1.take)(output, {
15479
15691
  Arn: smithy_client_1.expectString,
@@ -15554,12 +15766,170 @@ const de_MetricV2 = (output, context) => {
15554
15766
  Threshold: (_) => de_ThresholdCollections(_, context),
15555
15767
  });
15556
15768
  };
15769
+ const de_Prompt = (output, context) => {
15770
+ return (0, smithy_client_1.take)(output, {
15771
+ Description: smithy_client_1.expectString,
15772
+ LastModifiedRegion: smithy_client_1.expectString,
15773
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15774
+ Name: smithy_client_1.expectString,
15775
+ PromptARN: smithy_client_1.expectString,
15776
+ PromptId: smithy_client_1.expectString,
15777
+ Tags: smithy_client_1._json,
15778
+ });
15779
+ };
15780
+ const de_PromptList = (output, context) => {
15781
+ const retVal = (output || [])
15782
+ .filter((e) => e != null)
15783
+ .map((entry) => {
15784
+ return de_Prompt(entry, context);
15785
+ });
15786
+ return retVal;
15787
+ };
15788
+ const de_PromptSummary = (output, context) => {
15789
+ return (0, smithy_client_1.take)(output, {
15790
+ Arn: smithy_client_1.expectString,
15791
+ Id: smithy_client_1.expectString,
15792
+ LastModifiedRegion: smithy_client_1.expectString,
15793
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15794
+ Name: smithy_client_1.expectString,
15795
+ });
15796
+ };
15797
+ const de_PromptSummaryList = (output, context) => {
15798
+ const retVal = (output || [])
15799
+ .filter((e) => e != null)
15800
+ .map((entry) => {
15801
+ return de_PromptSummary(entry, context);
15802
+ });
15803
+ return retVal;
15804
+ };
15805
+ const de_Queue = (output, context) => {
15806
+ return (0, smithy_client_1.take)(output, {
15807
+ Description: smithy_client_1.expectString,
15808
+ HoursOfOperationId: smithy_client_1.expectString,
15809
+ LastModifiedRegion: smithy_client_1.expectString,
15810
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15811
+ MaxContacts: smithy_client_1.expectInt32,
15812
+ Name: smithy_client_1.expectString,
15813
+ OutboundCallerConfig: smithy_client_1._json,
15814
+ QueueArn: smithy_client_1.expectString,
15815
+ QueueId: smithy_client_1.expectString,
15816
+ Status: smithy_client_1.expectString,
15817
+ Tags: smithy_client_1._json,
15818
+ });
15819
+ };
15557
15820
  const de_QueueInfo = (output, context) => {
15558
15821
  return (0, smithy_client_1.take)(output, {
15559
15822
  EnqueueTimestamp: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15560
15823
  Id: smithy_client_1.expectString,
15561
15824
  });
15562
15825
  };
15826
+ const de_QueueSearchSummaryList = (output, context) => {
15827
+ const retVal = (output || [])
15828
+ .filter((e) => e != null)
15829
+ .map((entry) => {
15830
+ return de_Queue(entry, context);
15831
+ });
15832
+ return retVal;
15833
+ };
15834
+ const de_QueueSummary = (output, context) => {
15835
+ return (0, smithy_client_1.take)(output, {
15836
+ Arn: smithy_client_1.expectString,
15837
+ Id: smithy_client_1.expectString,
15838
+ LastModifiedRegion: smithy_client_1.expectString,
15839
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15840
+ Name: smithy_client_1.expectString,
15841
+ QueueType: smithy_client_1.expectString,
15842
+ });
15843
+ };
15844
+ const de_QueueSummaryList = (output, context) => {
15845
+ const retVal = (output || [])
15846
+ .filter((e) => e != null)
15847
+ .map((entry) => {
15848
+ return de_QueueSummary(entry, context);
15849
+ });
15850
+ return retVal;
15851
+ };
15852
+ const de_QuickConnect = (output, context) => {
15853
+ return (0, smithy_client_1.take)(output, {
15854
+ Description: smithy_client_1.expectString,
15855
+ LastModifiedRegion: smithy_client_1.expectString,
15856
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15857
+ Name: smithy_client_1.expectString,
15858
+ QuickConnectARN: smithy_client_1.expectString,
15859
+ QuickConnectConfig: smithy_client_1._json,
15860
+ QuickConnectId: smithy_client_1.expectString,
15861
+ Tags: smithy_client_1._json,
15862
+ });
15863
+ };
15864
+ const de_QuickConnectSearchSummaryList = (output, context) => {
15865
+ const retVal = (output || [])
15866
+ .filter((e) => e != null)
15867
+ .map((entry) => {
15868
+ return de_QuickConnect(entry, context);
15869
+ });
15870
+ return retVal;
15871
+ };
15872
+ const de_QuickConnectSummary = (output, context) => {
15873
+ return (0, smithy_client_1.take)(output, {
15874
+ Arn: smithy_client_1.expectString,
15875
+ Id: smithy_client_1.expectString,
15876
+ LastModifiedRegion: smithy_client_1.expectString,
15877
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15878
+ Name: smithy_client_1.expectString,
15879
+ QuickConnectType: smithy_client_1.expectString,
15880
+ });
15881
+ };
15882
+ const de_QuickConnectSummaryList = (output, context) => {
15883
+ const retVal = (output || [])
15884
+ .filter((e) => e != null)
15885
+ .map((entry) => {
15886
+ return de_QuickConnectSummary(entry, context);
15887
+ });
15888
+ return retVal;
15889
+ };
15890
+ const de_RoutingProfile = (output, context) => {
15891
+ return (0, smithy_client_1.take)(output, {
15892
+ AgentAvailabilityTimer: smithy_client_1.expectString,
15893
+ DefaultOutboundQueueId: smithy_client_1.expectString,
15894
+ Description: smithy_client_1.expectString,
15895
+ InstanceId: smithy_client_1.expectString,
15896
+ IsDefault: smithy_client_1.expectBoolean,
15897
+ LastModifiedRegion: smithy_client_1.expectString,
15898
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15899
+ MediaConcurrencies: smithy_client_1._json,
15900
+ Name: smithy_client_1.expectString,
15901
+ NumberOfAssociatedQueues: smithy_client_1.expectLong,
15902
+ NumberOfAssociatedUsers: smithy_client_1.expectLong,
15903
+ RoutingProfileArn: smithy_client_1.expectString,
15904
+ RoutingProfileId: smithy_client_1.expectString,
15905
+ Tags: smithy_client_1._json,
15906
+ });
15907
+ };
15908
+ const de_RoutingProfileList = (output, context) => {
15909
+ const retVal = (output || [])
15910
+ .filter((e) => e != null)
15911
+ .map((entry) => {
15912
+ return de_RoutingProfile(entry, context);
15913
+ });
15914
+ return retVal;
15915
+ };
15916
+ const de_RoutingProfileSummary = (output, context) => {
15917
+ return (0, smithy_client_1.take)(output, {
15918
+ Arn: smithy_client_1.expectString,
15919
+ Id: smithy_client_1.expectString,
15920
+ LastModifiedRegion: smithy_client_1.expectString,
15921
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15922
+ Name: smithy_client_1.expectString,
15923
+ });
15924
+ };
15925
+ const de_RoutingProfileSummaryList = (output, context) => {
15926
+ const retVal = (output || [])
15927
+ .filter((e) => e != null)
15928
+ .map((entry) => {
15929
+ return de_RoutingProfileSummary(entry, context);
15930
+ });
15931
+ return retVal;
15932
+ };
15563
15933
  const de_Rule = (output, context) => {
15564
15934
  return (0, smithy_client_1.take)(output, {
15565
15935
  Actions: smithy_client_1._json,
@@ -15610,6 +15980,37 @@ const de_SecurityKeysList = (output, context) => {
15610
15980
  });
15611
15981
  return retVal;
15612
15982
  };
15983
+ const de_SecurityProfile = (output, context) => {
15984
+ return (0, smithy_client_1.take)(output, {
15985
+ AllowedAccessControlTags: smithy_client_1._json,
15986
+ Arn: smithy_client_1.expectString,
15987
+ Description: smithy_client_1.expectString,
15988
+ Id: smithy_client_1.expectString,
15989
+ LastModifiedRegion: smithy_client_1.expectString,
15990
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15991
+ OrganizationResourceId: smithy_client_1.expectString,
15992
+ SecurityProfileName: smithy_client_1.expectString,
15993
+ TagRestrictedResources: smithy_client_1._json,
15994
+ Tags: smithy_client_1._json,
15995
+ });
15996
+ };
15997
+ const de_SecurityProfileSummary = (output, context) => {
15998
+ return (0, smithy_client_1.take)(output, {
15999
+ Arn: smithy_client_1.expectString,
16000
+ Id: smithy_client_1.expectString,
16001
+ LastModifiedRegion: smithy_client_1.expectString,
16002
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
16003
+ Name: smithy_client_1.expectString,
16004
+ });
16005
+ };
16006
+ const de_SecurityProfileSummaryList = (output, context) => {
16007
+ const retVal = (output || [])
16008
+ .filter((e) => e != null)
16009
+ .map((entry) => {
16010
+ return de_SecurityProfileSummary(entry, context);
16011
+ });
16012
+ return retVal;
16013
+ };
15613
16014
  const de_TaskTemplateList = (output, context) => {
15614
16015
  const retVal = (output || [])
15615
16016
  .filter((e) => e != null)
@@ -15649,6 +16050,22 @@ const de_ThresholdV2 = (output, context) => {
15649
16050
  ThresholdValue: smithy_client_1.limitedParseDouble,
15650
16051
  });
15651
16052
  };
16053
+ const de_User = (output, context) => {
16054
+ return (0, smithy_client_1.take)(output, {
16055
+ Arn: smithy_client_1.expectString,
16056
+ DirectoryUserId: smithy_client_1.expectString,
16057
+ HierarchyGroupId: smithy_client_1.expectString,
16058
+ Id: smithy_client_1.expectString,
16059
+ IdentityInfo: smithy_client_1._json,
16060
+ LastModifiedRegion: smithy_client_1.expectString,
16061
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
16062
+ PhoneConfig: smithy_client_1._json,
16063
+ RoutingProfileId: smithy_client_1.expectString,
16064
+ SecurityProfileIds: smithy_client_1._json,
16065
+ Tags: smithy_client_1._json,
16066
+ Username: smithy_client_1.expectString,
16067
+ });
16068
+ };
15652
16069
  const de_UserData = (output, context) => {
15653
16070
  return (0, smithy_client_1.take)(output, {
15654
16071
  ActiveSlotsByChannel: smithy_client_1._json,
@@ -15670,6 +16087,23 @@ const de_UserDataList = (output, context) => {
15670
16087
  });
15671
16088
  return retVal;
15672
16089
  };
16090
+ const de_UserSummary = (output, context) => {
16091
+ return (0, smithy_client_1.take)(output, {
16092
+ Arn: smithy_client_1.expectString,
16093
+ Id: smithy_client_1.expectString,
16094
+ LastModifiedRegion: smithy_client_1.expectString,
16095
+ LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
16096
+ Username: smithy_client_1.expectString,
16097
+ });
16098
+ };
16099
+ const de_UserSummaryList = (output, context) => {
16100
+ const retVal = (output || [])
16101
+ .filter((e) => e != null)
16102
+ .map((entry) => {
16103
+ return de_UserSummary(entry, context);
16104
+ });
16105
+ return retVal;
16106
+ };
15673
16107
  const de_View = (output, context) => {
15674
16108
  return (0, smithy_client_1.take)(output, {
15675
16109
  Arn: smithy_client_1.expectString,