@aws-sdk/client-connect 3.34.0 → 3.37.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.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/Connect.js +1642 -0
- package/dist-cjs/ConnectClient.js +35 -0
- package/dist-cjs/commands/AssociateApprovedOriginCommand.js +36 -0
- package/dist-cjs/commands/AssociateBotCommand.js +36 -0
- package/dist-cjs/commands/AssociateInstanceStorageConfigCommand.js +36 -0
- package/dist-cjs/commands/AssociateLambdaFunctionCommand.js +36 -0
- package/dist-cjs/commands/AssociateLexBotCommand.js +36 -0
- package/dist-cjs/commands/AssociateQueueQuickConnectsCommand.js +36 -0
- package/dist-cjs/commands/AssociateRoutingProfileQueuesCommand.js +36 -0
- package/dist-cjs/commands/AssociateSecurityKeyCommand.js +36 -0
- package/dist-cjs/commands/CreateAgentStatusCommand.js +36 -0
- package/dist-cjs/commands/CreateContactFlowCommand.js +36 -0
- package/dist-cjs/commands/CreateHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/CreateInstanceCommand.js +36 -0
- package/dist-cjs/commands/CreateIntegrationAssociationCommand.js +36 -0
- package/dist-cjs/commands/CreateQueueCommand.js +36 -0
- package/dist-cjs/commands/CreateQuickConnectCommand.js +36 -0
- package/dist-cjs/commands/CreateRoutingProfileCommand.js +36 -0
- package/dist-cjs/commands/CreateUseCaseCommand.js +36 -0
- package/dist-cjs/commands/CreateUserCommand.js +36 -0
- package/dist-cjs/commands/CreateUserHierarchyGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/DeleteInstanceCommand.js +36 -0
- package/dist-cjs/commands/DeleteIntegrationAssociationCommand.js +36 -0
- package/dist-cjs/commands/DeleteQuickConnectCommand.js +36 -0
- package/dist-cjs/commands/DeleteUseCaseCommand.js +36 -0
- package/dist-cjs/commands/DeleteUserCommand.js +36 -0
- package/dist-cjs/commands/DeleteUserHierarchyGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeAgentStatusCommand.js +36 -0
- package/dist-cjs/commands/DescribeContactFlowCommand.js +36 -0
- package/dist-cjs/commands/DescribeHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/DescribeInstanceAttributeCommand.js +36 -0
- package/dist-cjs/commands/DescribeInstanceCommand.js +36 -0
- package/dist-cjs/commands/DescribeInstanceStorageConfigCommand.js +36 -0
- package/dist-cjs/commands/DescribeQueueCommand.js +36 -0
- package/dist-cjs/commands/DescribeQuickConnectCommand.js +36 -0
- package/dist-cjs/commands/DescribeRoutingProfileCommand.js +36 -0
- package/dist-cjs/commands/DescribeUserCommand.js +36 -0
- package/dist-cjs/commands/DescribeUserHierarchyGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeUserHierarchyStructureCommand.js +36 -0
- package/dist-cjs/commands/DisassociateApprovedOriginCommand.js +36 -0
- package/dist-cjs/commands/DisassociateBotCommand.js +36 -0
- package/dist-cjs/commands/DisassociateInstanceStorageConfigCommand.js +36 -0
- package/dist-cjs/commands/DisassociateLambdaFunctionCommand.js +36 -0
- package/dist-cjs/commands/DisassociateLexBotCommand.js +36 -0
- package/dist-cjs/commands/DisassociateQueueQuickConnectsCommand.js +36 -0
- package/dist-cjs/commands/DisassociateRoutingProfileQueuesCommand.js +36 -0
- package/dist-cjs/commands/DisassociateSecurityKeyCommand.js +36 -0
- package/dist-cjs/commands/GetContactAttributesCommand.js +36 -0
- package/dist-cjs/commands/GetCurrentMetricDataCommand.js +36 -0
- package/dist-cjs/commands/GetFederationTokenCommand.js +36 -0
- package/dist-cjs/commands/GetMetricDataCommand.js +36 -0
- package/dist-cjs/commands/ListAgentStatusesCommand.js +36 -0
- package/dist-cjs/commands/ListApprovedOriginsCommand.js +36 -0
- package/dist-cjs/commands/ListBotsCommand.js +36 -0
- package/dist-cjs/commands/ListContactFlowsCommand.js +36 -0
- package/dist-cjs/commands/ListHoursOfOperationsCommand.js +36 -0
- package/dist-cjs/commands/ListInstanceAttributesCommand.js +36 -0
- package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js +36 -0
- package/dist-cjs/commands/ListInstancesCommand.js +36 -0
- package/dist-cjs/commands/ListIntegrationAssociationsCommand.js +36 -0
- package/dist-cjs/commands/ListLambdaFunctionsCommand.js +36 -0
- package/dist-cjs/commands/ListLexBotsCommand.js +36 -0
- package/dist-cjs/commands/ListPhoneNumbersCommand.js +36 -0
- package/dist-cjs/commands/ListPromptsCommand.js +36 -0
- package/dist-cjs/commands/ListQueueQuickConnectsCommand.js +36 -0
- package/dist-cjs/commands/ListQueuesCommand.js +36 -0
- package/dist-cjs/commands/ListQuickConnectsCommand.js +36 -0
- package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js +36 -0
- package/dist-cjs/commands/ListRoutingProfilesCommand.js +36 -0
- package/dist-cjs/commands/ListSecurityKeysCommand.js +36 -0
- package/dist-cjs/commands/ListSecurityProfilesCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ListUseCasesCommand.js +36 -0
- package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListUsersCommand.js +36 -0
- package/dist-cjs/commands/ResumeContactRecordingCommand.js +36 -0
- package/dist-cjs/commands/StartChatContactCommand.js +36 -0
- package/dist-cjs/commands/StartContactRecordingCommand.js +36 -0
- package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +36 -0
- package/dist-cjs/commands/StartTaskContactCommand.js +36 -0
- package/dist-cjs/commands/StopContactCommand.js +36 -0
- package/dist-cjs/commands/StopContactRecordingCommand.js +36 -0
- package/dist-cjs/commands/SuspendContactRecordingCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactAttributesCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowContentCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +36 -0
- package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueStatusCommand.js +36 -0
- package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +36 -0
- package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +36 -0
- package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserHierarchyCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js +36 -0
- package/dist-cjs/endpoints.js +56 -0
- package/dist-cjs/index.js +141 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +2021 -0
- package/dist-cjs/pagination/GetCurrentMetricDataPaginator.js +35 -0
- package/dist-cjs/pagination/GetMetricDataPaginator.js +35 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAgentStatusesPaginator.js +35 -0
- package/dist-cjs/pagination/ListApprovedOriginsPaginator.js +35 -0
- package/dist-cjs/pagination/ListBotsPaginator.js +35 -0
- package/dist-cjs/pagination/ListContactFlowsPaginator.js +35 -0
- package/dist-cjs/pagination/ListHoursOfOperationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListInstanceAttributesPaginator.js +35 -0
- package/dist-cjs/pagination/ListInstanceStorageConfigsPaginator.js +35 -0
- package/dist-cjs/pagination/ListInstancesPaginator.js +35 -0
- package/dist-cjs/pagination/ListIntegrationAssociationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListLambdaFunctionsPaginator.js +35 -0
- package/dist-cjs/pagination/ListLexBotsPaginator.js +35 -0
- package/dist-cjs/pagination/ListPhoneNumbersPaginator.js +35 -0
- package/dist-cjs/pagination/ListPromptsPaginator.js +35 -0
- package/dist-cjs/pagination/ListQueueQuickConnectsPaginator.js +35 -0
- package/dist-cjs/pagination/ListQueuesPaginator.js +35 -0
- package/dist-cjs/pagination/ListQuickConnectsPaginator.js +35 -0
- package/dist-cjs/pagination/ListRoutingProfileQueuesPaginator.js +35 -0
- package/dist-cjs/pagination/ListRoutingProfilesPaginator.js +35 -0
- package/dist-cjs/pagination/ListSecurityKeysPaginator.js +35 -0
- package/dist-cjs/pagination/ListSecurityProfilesPaginator.js +35 -0
- package/dist-cjs/pagination/ListUseCasesPaginator.js +35 -0
- package/dist-cjs/pagination/ListUserHierarchyGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListUsersPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_restJson1.js +14360 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/Connect.js +1645 -0
- package/dist-es/ConnectClient.js +37 -0
- package/dist-es/commands/AssociateApprovedOriginCommand.js +39 -0
- package/dist-es/commands/AssociateBotCommand.js +39 -0
- package/dist-es/commands/AssociateInstanceStorageConfigCommand.js +39 -0
- package/dist-es/commands/AssociateLambdaFunctionCommand.js +39 -0
- package/dist-es/commands/AssociateLexBotCommand.js +39 -0
- package/dist-es/commands/AssociateQueueQuickConnectsCommand.js +39 -0
- package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js +39 -0
- package/dist-es/commands/AssociateSecurityKeyCommand.js +39 -0
- package/dist-es/commands/CreateAgentStatusCommand.js +39 -0
- package/dist-es/commands/CreateContactFlowCommand.js +39 -0
- package/dist-es/commands/CreateHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/CreateInstanceCommand.js +39 -0
- package/dist-es/commands/CreateIntegrationAssociationCommand.js +39 -0
- package/dist-es/commands/CreateQueueCommand.js +39 -0
- package/dist-es/commands/CreateQuickConnectCommand.js +39 -0
- package/dist-es/commands/CreateRoutingProfileCommand.js +39 -0
- package/dist-es/commands/CreateUseCaseCommand.js +39 -0
- package/dist-es/commands/CreateUserCommand.js +39 -0
- package/dist-es/commands/CreateUserHierarchyGroupCommand.js +39 -0
- package/dist-es/commands/DeleteHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/DeleteInstanceCommand.js +39 -0
- package/dist-es/commands/DeleteIntegrationAssociationCommand.js +39 -0
- package/dist-es/commands/DeleteQuickConnectCommand.js +39 -0
- package/dist-es/commands/DeleteUseCaseCommand.js +39 -0
- package/dist-es/commands/DeleteUserCommand.js +39 -0
- package/dist-es/commands/DeleteUserHierarchyGroupCommand.js +39 -0
- package/dist-es/commands/DescribeAgentStatusCommand.js +39 -0
- package/dist-es/commands/DescribeContactFlowCommand.js +39 -0
- package/dist-es/commands/DescribeHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/DescribeInstanceAttributeCommand.js +39 -0
- package/dist-es/commands/DescribeInstanceCommand.js +39 -0
- package/dist-es/commands/DescribeInstanceStorageConfigCommand.js +39 -0
- package/dist-es/commands/DescribeQueueCommand.js +39 -0
- package/dist-es/commands/DescribeQuickConnectCommand.js +39 -0
- package/dist-es/commands/DescribeRoutingProfileCommand.js +39 -0
- package/dist-es/commands/DescribeUserCommand.js +39 -0
- package/dist-es/commands/DescribeUserHierarchyGroupCommand.js +39 -0
- package/dist-es/commands/DescribeUserHierarchyStructureCommand.js +39 -0
- package/dist-es/commands/DisassociateApprovedOriginCommand.js +39 -0
- package/dist-es/commands/DisassociateBotCommand.js +39 -0
- package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js +39 -0
- package/dist-es/commands/DisassociateLambdaFunctionCommand.js +39 -0
- package/dist-es/commands/DisassociateLexBotCommand.js +39 -0
- package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js +39 -0
- package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js +39 -0
- package/dist-es/commands/DisassociateSecurityKeyCommand.js +39 -0
- package/dist-es/commands/GetContactAttributesCommand.js +39 -0
- package/dist-es/commands/GetCurrentMetricDataCommand.js +39 -0
- package/dist-es/commands/GetFederationTokenCommand.js +39 -0
- package/dist-es/commands/GetMetricDataCommand.js +39 -0
- package/dist-es/commands/ListAgentStatusesCommand.js +39 -0
- package/dist-es/commands/ListApprovedOriginsCommand.js +39 -0
- package/dist-es/commands/ListBotsCommand.js +39 -0
- package/dist-es/commands/ListContactFlowsCommand.js +39 -0
- package/dist-es/commands/ListHoursOfOperationsCommand.js +39 -0
- package/dist-es/commands/ListInstanceAttributesCommand.js +39 -0
- package/dist-es/commands/ListInstanceStorageConfigsCommand.js +39 -0
- package/dist-es/commands/ListInstancesCommand.js +39 -0
- package/dist-es/commands/ListIntegrationAssociationsCommand.js +39 -0
- package/dist-es/commands/ListLambdaFunctionsCommand.js +39 -0
- package/dist-es/commands/ListLexBotsCommand.js +39 -0
- package/dist-es/commands/ListPhoneNumbersCommand.js +39 -0
- package/dist-es/commands/ListPromptsCommand.js +39 -0
- package/dist-es/commands/ListQueueQuickConnectsCommand.js +39 -0
- package/dist-es/commands/ListQueuesCommand.js +39 -0
- package/dist-es/commands/ListQuickConnectsCommand.js +39 -0
- package/dist-es/commands/ListRoutingProfileQueuesCommand.js +39 -0
- package/dist-es/commands/ListRoutingProfilesCommand.js +39 -0
- package/dist-es/commands/ListSecurityKeysCommand.js +39 -0
- package/dist-es/commands/ListSecurityProfilesCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListUseCasesCommand.js +39 -0
- package/dist-es/commands/ListUserHierarchyGroupsCommand.js +39 -0
- package/dist-es/commands/ListUsersCommand.js +39 -0
- package/dist-es/commands/ResumeContactRecordingCommand.js +39 -0
- package/dist-es/commands/StartChatContactCommand.js +39 -0
- package/dist-es/commands/StartContactRecordingCommand.js +39 -0
- package/dist-es/commands/StartOutboundVoiceContactCommand.js +39 -0
- package/dist-es/commands/StartTaskContactCommand.js +39 -0
- package/dist-es/commands/StopContactCommand.js +39 -0
- package/dist-es/commands/StopContactRecordingCommand.js +39 -0
- package/dist-es/commands/SuspendContactRecordingCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateAgentStatusCommand.js +39 -0
- package/dist-es/commands/UpdateContactAttributesCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowContentCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowNameCommand.js +39 -0
- package/dist-es/commands/UpdateHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/UpdateInstanceAttributeCommand.js +39 -0
- package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +39 -0
- package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/UpdateQueueMaxContactsCommand.js +39 -0
- package/dist-es/commands/UpdateQueueNameCommand.js +39 -0
- package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +39 -0
- package/dist-es/commands/UpdateQueueStatusCommand.js +39 -0
- package/dist-es/commands/UpdateQuickConnectConfigCommand.js +39 -0
- package/dist-es/commands/UpdateQuickConnectNameCommand.js +39 -0
- package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +39 -0
- package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +39 -0
- package/dist-es/commands/UpdateRoutingProfileNameCommand.js +39 -0
- package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +39 -0
- package/dist-es/commands/UpdateUserHierarchyCommand.js +39 -0
- package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +39 -0
- package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +39 -0
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +39 -0
- package/dist-es/commands/UpdateUserPhoneConfigCommand.js +39 -0
- package/dist-es/commands/UpdateUserRoutingProfileCommand.js +39 -0
- package/dist-es/commands/UpdateUserSecurityProfilesCommand.js +39 -0
- package/dist-es/endpoints.js +52 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1492 -0
- package/dist-es/pagination/GetCurrentMetricDataPaginator.js +74 -0
- package/dist-es/pagination/GetMetricDataPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAgentStatusesPaginator.js +74 -0
- package/dist-es/pagination/ListApprovedOriginsPaginator.js +74 -0
- package/dist-es/pagination/ListBotsPaginator.js +74 -0
- package/dist-es/pagination/ListContactFlowsPaginator.js +74 -0
- package/dist-es/pagination/ListHoursOfOperationsPaginator.js +74 -0
- package/dist-es/pagination/ListInstanceAttributesPaginator.js +74 -0
- package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js +74 -0
- package/dist-es/pagination/ListInstancesPaginator.js +74 -0
- package/dist-es/pagination/ListIntegrationAssociationsPaginator.js +74 -0
- package/dist-es/pagination/ListLambdaFunctionsPaginator.js +74 -0
- package/dist-es/pagination/ListLexBotsPaginator.js +74 -0
- package/dist-es/pagination/ListPhoneNumbersPaginator.js +74 -0
- package/dist-es/pagination/ListPromptsPaginator.js +74 -0
- package/dist-es/pagination/ListQueueQuickConnectsPaginator.js +74 -0
- package/dist-es/pagination/ListQueuesPaginator.js +74 -0
- package/dist-es/pagination/ListQuickConnectsPaginator.js +74 -0
- package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js +74 -0
- package/dist-es/pagination/ListRoutingProfilesPaginator.js +74 -0
- package/dist-es/pagination/ListSecurityKeysPaginator.js +74 -0
- package/dist-es/pagination/ListSecurityProfilesPaginator.js +74 -0
- package/dist-es/pagination/ListUseCasesPaginator.js +74 -0
- package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListUsersPaginator.js +74 -0
- package/dist-es/protocols/Aws_restJson1.js +15952 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/Connect.d.ts +1008 -0
- package/dist-types/ConnectClient.d.ts +256 -0
- package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +36 -0
- package/dist-types/commands/AssociateBotCommand.d.ts +36 -0
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -0
- package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +36 -0
- package/dist-types/commands/AssociateLexBotCommand.d.ts +36 -0
- package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +36 -0
- package/dist-types/commands/CreateAgentStatusCommand.d.ts +36 -0
- package/dist-types/commands/CreateContactFlowCommand.d.ts +37 -0
- package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/CreateInstanceCommand.d.ts +41 -0
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +35 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +36 -0
- package/dist-types/commands/CreateQuickConnectCommand.d.ts +35 -0
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +35 -0
- package/dist-types/commands/CreateUseCaseCommand.d.ts +35 -0
- package/dist-types/commands/CreateUserCommand.d.ts +37 -0
- package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/DeleteInstanceCommand.d.ts +39 -0
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +36 -0
- package/dist-types/commands/DeleteQuickConnectCommand.d.ts +35 -0
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +35 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +38 -0
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +36 -0
- package/dist-types/commands/DescribeContactFlowCommand.d.ts +37 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInstanceCommand.d.ts +40 -0
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +37 -0
- package/dist-types/commands/DescribeQueueCommand.d.ts +36 -0
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +35 -0
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +35 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +37 -0
- package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +35 -0
- package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateBotCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +36 -0
- package/dist-types/commands/GetContactAttributesCommand.d.ts +35 -0
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +37 -0
- package/dist-types/commands/GetFederationTokenCommand.d.ts +43 -0
- package/dist-types/commands/GetMetricDataCommand.d.ts +38 -0
- package/dist-types/commands/ListAgentStatusesCommand.d.ts +36 -0
- package/dist-types/commands/ListApprovedOriginsCommand.d.ts +36 -0
- package/dist-types/commands/ListBotsCommand.d.ts +37 -0
- package/dist-types/commands/ListContactFlowsCommand.d.ts +39 -0
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +37 -0
- package/dist-types/commands/ListInstanceAttributesCommand.d.ts +36 -0
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +38 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +38 -0
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +36 -0
- package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +37 -0
- package/dist-types/commands/ListLexBotsCommand.d.ts +37 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +37 -0
- package/dist-types/commands/ListPromptsCommand.d.ts +35 -0
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +41 -0
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +35 -0
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +38 -0
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +36 -0
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +38 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/dist-types/commands/ListUseCasesCommand.d.ts +35 -0
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +38 -0
- package/dist-types/commands/ListUsersCommand.d.ts +35 -0
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +38 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +55 -0
- package/dist-types/commands/StartContactRecordingCommand.d.ts +42 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +53 -0
- package/dist-types/commands/StartTaskContactCommand.d.ts +35 -0
- package/dist-types/commands/StopContactCommand.d.ts +35 -0
- package/dist-types/commands/StopContactRecordingCommand.d.ts +41 -0
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +40 -0
- package/dist-types/commands/TagResourceCommand.d.ts +39 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +36 -0
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +54 -0
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +37 -0
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +37 -0
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +36 -0
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +37 -0
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -0
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +35 -0
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +36 -0
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +36 -0
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +43 -0
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/dist-types/models/models_0.d.ts +6152 -0
- package/dist-types/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
- package/dist-types/pagination/GetMetricDataPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAgentStatusesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBotsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListContactFlowsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLexBotsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPromptsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQueuesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSecurityKeysPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUseCasesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUsersPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +329 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Connect.d.ts +550 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +176 -0
- package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3598 -0
- package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +329 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +45 -42
- package/Connect.ts +0 -4166
- package/ConnectClient.ts +0 -784
- package/commands/AssociateApprovedOriginCommand.ts +0 -95
- package/commands/AssociateBotCommand.ts +0 -95
- package/commands/AssociateInstanceStorageConfigCommand.ts +0 -108
- package/commands/AssociateLambdaFunctionCommand.ts +0 -95
- package/commands/AssociateLexBotCommand.ts +0 -95
- package/commands/AssociateQueueQuickConnectsCommand.ts +0 -98
- package/commands/AssociateRoutingProfileQueuesCommand.ts +0 -97
- package/commands/AssociateSecurityKeyCommand.ts +0 -95
- package/commands/CreateAgentStatusCommand.ts +0 -95
- package/commands/CreateContactFlowCommand.ts +0 -96
- package/commands/CreateHoursOfOperationCommand.ts +0 -95
- package/commands/CreateInstanceCommand.ts +0 -100
- package/commands/CreateIntegrationAssociationCommand.ts +0 -99
- package/commands/CreateQueueCommand.ts +0 -95
- package/commands/CreateQuickConnectCommand.ts +0 -94
- package/commands/CreateRoutingProfileCommand.ts +0 -94
- package/commands/CreateUseCaseCommand.ts +0 -94
- package/commands/CreateUserCommand.ts +0 -96
- package/commands/CreateUserHierarchyGroupCommand.ts +0 -94
- package/commands/DeleteHoursOfOperationCommand.ts +0 -95
- package/commands/DeleteInstanceCommand.ts +0 -98
- package/commands/DeleteIntegrationAssociationCommand.ts +0 -98
- package/commands/DeleteQuickConnectCommand.ts +0 -94
- package/commands/DeleteUseCaseCommand.ts +0 -94
- package/commands/DeleteUserCommand.ts +0 -97
- package/commands/DeleteUserHierarchyGroupCommand.ts +0 -95
- package/commands/DescribeAgentStatusCommand.ts +0 -95
- package/commands/DescribeContactFlowCommand.ts +0 -96
- package/commands/DescribeHoursOfOperationCommand.ts +0 -95
- package/commands/DescribeInstanceAttributeCommand.ts +0 -98
- package/commands/DescribeInstanceCommand.ts +0 -99
- package/commands/DescribeInstanceStorageConfigCommand.ts +0 -101
- package/commands/DescribeQueueCommand.ts +0 -95
- package/commands/DescribeQuickConnectCommand.ts +0 -94
- package/commands/DescribeRoutingProfileCommand.ts +0 -94
- package/commands/DescribeUserCommand.ts +0 -96
- package/commands/DescribeUserHierarchyGroupCommand.ts +0 -97
- package/commands/DescribeUserHierarchyStructureCommand.ts +0 -102
- package/commands/DisassociateApprovedOriginCommand.ts +0 -98
- package/commands/DisassociateBotCommand.ts +0 -96
- package/commands/DisassociateInstanceStorageConfigCommand.ts +0 -102
- package/commands/DisassociateLambdaFunctionCommand.ts +0 -99
- package/commands/DisassociateLexBotCommand.ts +0 -95
- package/commands/DisassociateQueueQuickConnectsCommand.ts +0 -101
- package/commands/DisassociateRoutingProfileQueuesCommand.ts +0 -100
- package/commands/DisassociateSecurityKeyCommand.ts +0 -95
- package/commands/GetContactAttributesCommand.ts +0 -94
- package/commands/GetCurrentMetricDataCommand.ts +0 -96
- package/commands/GetFederationTokenCommand.ts +0 -102
- package/commands/GetMetricDataCommand.ts +0 -97
- package/commands/ListAgentStatusesCommand.ts +0 -95
- package/commands/ListApprovedOriginsCommand.ts +0 -95
- package/commands/ListBotsCommand.ts +0 -96
- package/commands/ListContactFlowsCommand.ts +0 -98
- package/commands/ListHoursOfOperationsCommand.ts +0 -96
- package/commands/ListInstanceAttributesCommand.ts +0 -95
- package/commands/ListInstanceStorageConfigsCommand.ts +0 -100
- package/commands/ListInstancesCommand.ts +0 -97
- package/commands/ListIntegrationAssociationsCommand.ts +0 -100
- package/commands/ListLambdaFunctionsCommand.ts +0 -96
- package/commands/ListLexBotsCommand.ts +0 -96
- package/commands/ListPhoneNumbersCommand.ts +0 -96
- package/commands/ListPromptsCommand.ts +0 -94
- package/commands/ListQueueQuickConnectsCommand.ts +0 -95
- package/commands/ListQueuesCommand.ts +0 -100
- package/commands/ListQuickConnectsCommand.ts +0 -94
- package/commands/ListRoutingProfileQueuesCommand.ts +0 -94
- package/commands/ListRoutingProfilesCommand.ts +0 -97
- package/commands/ListSecurityKeysCommand.ts +0 -95
- package/commands/ListSecurityProfilesCommand.ts +0 -97
- package/commands/ListTagsForResourceCommand.ts +0 -96
- package/commands/ListUseCasesCommand.ts +0 -94
- package/commands/ListUserHierarchyGroupsCommand.ts +0 -97
- package/commands/ListUsersCommand.ts +0 -94
- package/commands/ResumeContactRecordingCommand.ts +0 -97
- package/commands/StartChatContactCommand.ts +0 -114
- package/commands/StartContactRecordingCommand.ts +0 -101
- package/commands/StartOutboundVoiceContactCommand.ts +0 -110
- package/commands/StartTaskContactCommand.ts +0 -94
- package/commands/StopContactCommand.ts +0 -94
- package/commands/StopContactRecordingCommand.ts +0 -100
- package/commands/SuspendContactRecordingCommand.ts +0 -99
- package/commands/TagResourceCommand.ts +0 -98
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateAgentStatusCommand.ts +0 -95
- package/commands/UpdateContactAttributesCommand.ts +0 -113
- package/commands/UpdateContactFlowContentCommand.ts +0 -96
- package/commands/UpdateContactFlowNameCommand.ts +0 -96
- package/commands/UpdateHoursOfOperationCommand.ts +0 -95
- package/commands/UpdateInstanceAttributeCommand.ts +0 -95
- package/commands/UpdateInstanceStorageConfigCommand.ts +0 -98
- package/commands/UpdateQueueHoursOfOperationCommand.ts +0 -98
- package/commands/UpdateQueueMaxContactsCommand.ts +0 -96
- package/commands/UpdateQueueNameCommand.ts +0 -95
- package/commands/UpdateQueueOutboundCallerConfigCommand.ts +0 -102
- package/commands/UpdateQueueStatusCommand.ts +0 -95
- package/commands/UpdateQuickConnectConfigCommand.ts +0 -94
- package/commands/UpdateQuickConnectNameCommand.ts +0 -94
- package/commands/UpdateRoutingProfileConcurrencyCommand.ts +0 -101
- package/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts +0 -104
- package/commands/UpdateRoutingProfileNameCommand.ts +0 -95
- package/commands/UpdateRoutingProfileQueuesCommand.ts +0 -97
- package/commands/UpdateUserHierarchyCommand.ts +0 -94
- package/commands/UpdateUserHierarchyGroupNameCommand.ts +0 -97
- package/commands/UpdateUserHierarchyStructureCommand.ts +0 -97
- package/commands/UpdateUserIdentityInfoCommand.ts +0 -102
- package/commands/UpdateUserPhoneConfigCommand.ts +0 -94
- package/commands/UpdateUserRoutingProfileCommand.ts +0 -94
- package/commands/UpdateUserSecurityProfilesCommand.ts +0 -97
- package/dist/cjs/Connect.js +0 -1661
- package/dist/cjs/Connect.js.map +0 -1
- package/dist/cjs/ConnectClient.js +0 -59
- package/dist/cjs/ConnectClient.js.map +0 -1
- package/dist/cjs/commands/AssociateApprovedOriginCommand.js +0 -62
- package/dist/cjs/commands/AssociateApprovedOriginCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateBotCommand.js +0 -62
- package/dist/cjs/commands/AssociateBotCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateInstanceStorageConfigCommand.js +0 -67
- package/dist/cjs/commands/AssociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateLambdaFunctionCommand.js +0 -62
- package/dist/cjs/commands/AssociateLambdaFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateLexBotCommand.js +0 -62
- package/dist/cjs/commands/AssociateLexBotCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateQueueQuickConnectsCommand.js +0 -62
- package/dist/cjs/commands/AssociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/AssociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateSecurityKeyCommand.js +0 -62
- package/dist/cjs/commands/AssociateSecurityKeyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAgentStatusCommand.js +0 -62
- package/dist/cjs/commands/CreateAgentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/CreateContactFlowCommand.js +0 -63
- package/dist/cjs/commands/CreateContactFlowCommand.js.map +0 -1
- package/dist/cjs/commands/CreateHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/CreateHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInstanceCommand.js +0 -67
- package/dist/cjs/commands/CreateInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateIntegrationAssociationCommand.js +0 -61
- package/dist/cjs/commands/CreateIntegrationAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateQueueCommand.js +0 -62
- package/dist/cjs/commands/CreateQueueCommand.js.map +0 -1
- package/dist/cjs/commands/CreateQuickConnectCommand.js +0 -61
- package/dist/cjs/commands/CreateQuickConnectCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRoutingProfileCommand.js +0 -61
- package/dist/cjs/commands/CreateRoutingProfileCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUseCaseCommand.js +0 -61
- package/dist/cjs/commands/CreateUseCaseCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserCommand.js +0 -63
- package/dist/cjs/commands/CreateUserCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserHierarchyGroupCommand.js +0 -61
- package/dist/cjs/commands/CreateUserHierarchyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/DeleteHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInstanceCommand.js +0 -65
- package/dist/cjs/commands/DeleteInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteIntegrationAssociationCommand.js +0 -62
- package/dist/cjs/commands/DeleteIntegrationAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteQuickConnectCommand.js +0 -61
- package/dist/cjs/commands/DeleteQuickConnectCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUseCaseCommand.js +0 -61
- package/dist/cjs/commands/DeleteUseCaseCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserCommand.js +0 -64
- package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserHierarchyGroupCommand.js +0 -62
- package/dist/cjs/commands/DeleteUserHierarchyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAgentStatusCommand.js +0 -62
- package/dist/cjs/commands/DescribeAgentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeContactFlowCommand.js +0 -63
- package/dist/cjs/commands/DescribeContactFlowCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/DescribeHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceAttributeCommand.js +0 -62
- package/dist/cjs/commands/DescribeInstanceAttributeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceCommand.js +0 -66
- package/dist/cjs/commands/DescribeInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceStorageConfigCommand.js +0 -63
- package/dist/cjs/commands/DescribeInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeQueueCommand.js +0 -62
- package/dist/cjs/commands/DescribeQueueCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeQuickConnectCommand.js +0 -61
- package/dist/cjs/commands/DescribeQuickConnectCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRoutingProfileCommand.js +0 -61
- package/dist/cjs/commands/DescribeRoutingProfileCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserCommand.js +0 -63
- package/dist/cjs/commands/DescribeUserCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserHierarchyGroupCommand.js +0 -61
- package/dist/cjs/commands/DescribeUserHierarchyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserHierarchyStructureCommand.js +0 -61
- package/dist/cjs/commands/DescribeUserHierarchyStructureCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateApprovedOriginCommand.js +0 -62
- package/dist/cjs/commands/DisassociateApprovedOriginCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateBotCommand.js +0 -63
- package/dist/cjs/commands/DisassociateBotCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateInstanceStorageConfigCommand.js +0 -63
- package/dist/cjs/commands/DisassociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateLambdaFunctionCommand.js +0 -63
- package/dist/cjs/commands/DisassociateLambdaFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateLexBotCommand.js +0 -62
- package/dist/cjs/commands/DisassociateLexBotCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateQueueQuickConnectsCommand.js +0 -62
- package/dist/cjs/commands/DisassociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/DisassociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateSecurityKeyCommand.js +0 -62
- package/dist/cjs/commands/DisassociateSecurityKeyCommand.js.map +0 -1
- package/dist/cjs/commands/GetContactAttributesCommand.js +0 -61
- package/dist/cjs/commands/GetContactAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/GetCurrentMetricDataCommand.js +0 -63
- package/dist/cjs/commands/GetCurrentMetricDataCommand.js.map +0 -1
- package/dist/cjs/commands/GetFederationTokenCommand.js +0 -69
- package/dist/cjs/commands/GetFederationTokenCommand.js.map +0 -1
- package/dist/cjs/commands/GetMetricDataCommand.js +0 -64
- package/dist/cjs/commands/GetMetricDataCommand.js.map +0 -1
- package/dist/cjs/commands/ListAgentStatusesCommand.js +0 -62
- package/dist/cjs/commands/ListAgentStatusesCommand.js.map +0 -1
- package/dist/cjs/commands/ListApprovedOriginsCommand.js +0 -62
- package/dist/cjs/commands/ListApprovedOriginsCommand.js.map +0 -1
- package/dist/cjs/commands/ListBotsCommand.js +0 -63
- package/dist/cjs/commands/ListBotsCommand.js.map +0 -1
- package/dist/cjs/commands/ListContactFlowsCommand.js +0 -65
- package/dist/cjs/commands/ListContactFlowsCommand.js.map +0 -1
- package/dist/cjs/commands/ListHoursOfOperationsCommand.js +0 -63
- package/dist/cjs/commands/ListHoursOfOperationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstanceAttributesCommand.js +0 -62
- package/dist/cjs/commands/ListInstanceAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstanceStorageConfigsCommand.js +0 -64
- package/dist/cjs/commands/ListInstanceStorageConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstancesCommand.js +0 -64
- package/dist/cjs/commands/ListInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ListIntegrationAssociationsCommand.js +0 -62
- package/dist/cjs/commands/ListIntegrationAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLambdaFunctionsCommand.js +0 -63
- package/dist/cjs/commands/ListLambdaFunctionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLexBotsCommand.js +0 -63
- package/dist/cjs/commands/ListLexBotsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPhoneNumbersCommand.js +0 -63
- package/dist/cjs/commands/ListPhoneNumbersCommand.js.map +0 -1
- package/dist/cjs/commands/ListPromptsCommand.js +0 -61
- package/dist/cjs/commands/ListPromptsCommand.js.map +0 -1
- package/dist/cjs/commands/ListQueueQuickConnectsCommand.js +0 -62
- package/dist/cjs/commands/ListQueueQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/ListQueuesCommand.js +0 -67
- package/dist/cjs/commands/ListQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/ListQuickConnectsCommand.js +0 -61
- package/dist/cjs/commands/ListQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/ListRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/ListRoutingProfilesCommand.js +0 -64
- package/dist/cjs/commands/ListRoutingProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListSecurityKeysCommand.js +0 -62
- package/dist/cjs/commands/ListSecurityKeysCommand.js.map +0 -1
- package/dist/cjs/commands/ListSecurityProfilesCommand.js +0 -64
- package/dist/cjs/commands/ListSecurityProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -63
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListUseCasesCommand.js +0 -61
- package/dist/cjs/commands/ListUseCasesCommand.js.map +0 -1
- package/dist/cjs/commands/ListUserHierarchyGroupsCommand.js +0 -64
- package/dist/cjs/commands/ListUserHierarchyGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListUsersCommand.js +0 -61
- package/dist/cjs/commands/ListUsersCommand.js.map +0 -1
- package/dist/cjs/commands/ResumeContactRecordingCommand.js +0 -64
- package/dist/cjs/commands/ResumeContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/StartChatContactCommand.js +0 -81
- package/dist/cjs/commands/StartChatContactCommand.js.map +0 -1
- package/dist/cjs/commands/StartContactRecordingCommand.js +0 -68
- package/dist/cjs/commands/StartContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/StartOutboundVoiceContactCommand.js +0 -74
- package/dist/cjs/commands/StartOutboundVoiceContactCommand.js.map +0 -1
- package/dist/cjs/commands/StartTaskContactCommand.js +0 -61
- package/dist/cjs/commands/StartTaskContactCommand.js.map +0 -1
- package/dist/cjs/commands/StopContactCommand.js +0 -61
- package/dist/cjs/commands/StopContactCommand.js.map +0 -1
- package/dist/cjs/commands/StopContactRecordingCommand.js +0 -67
- package/dist/cjs/commands/StopContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/SuspendContactRecordingCommand.js +0 -66
- package/dist/cjs/commands/SuspendContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -65
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAgentStatusCommand.js +0 -62
- package/dist/cjs/commands/UpdateAgentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateContactAttributesCommand.js +0 -80
- package/dist/cjs/commands/UpdateContactAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateContactFlowContentCommand.js +0 -63
- package/dist/cjs/commands/UpdateContactFlowContentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateContactFlowNameCommand.js +0 -63
- package/dist/cjs/commands/UpdateContactFlowNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/UpdateHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInstanceAttributeCommand.js +0 -62
- package/dist/cjs/commands/UpdateInstanceAttributeCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInstanceStorageConfigCommand.js +0 -62
- package/dist/cjs/commands/UpdateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/UpdateQueueHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueMaxContactsCommand.js +0 -63
- package/dist/cjs/commands/UpdateQueueMaxContactsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueNameCommand.js +0 -62
- package/dist/cjs/commands/UpdateQueueNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +0 -63
- package/dist/cjs/commands/UpdateQueueOutboundCallerConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueStatusCommand.js +0 -62
- package/dist/cjs/commands/UpdateQueueStatusCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQuickConnectConfigCommand.js +0 -61
- package/dist/cjs/commands/UpdateQuickConnectConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQuickConnectNameCommand.js +0 -61
- package/dist/cjs/commands/UpdateQuickConnectNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +0 -62
- package/dist/cjs/commands/UpdateRoutingProfileConcurrencyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +0 -61
- package/dist/cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileNameCommand.js +0 -62
- package/dist/cjs/commands/UpdateRoutingProfileNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/UpdateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserHierarchyCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserHierarchyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserHierarchyGroupNameCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserHierarchyGroupNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserHierarchyStructureCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserHierarchyStructureCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserIdentityInfoCommand.js +0 -69
- package/dist/cjs/commands/UpdateUserIdentityInfoCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserPhoneConfigCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserPhoneConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserRoutingProfileCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserRoutingProfileCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserSecurityProfilesCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserSecurityProfilesCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -142
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2774
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/GetCurrentMetricDataPaginator.js +0 -46
- package/dist/cjs/pagination/GetCurrentMetricDataPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetMetricDataPaginator.js +0 -46
- package/dist/cjs/pagination/GetMetricDataPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAgentStatusesPaginator.js +0 -46
- package/dist/cjs/pagination/ListAgentStatusesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListApprovedOriginsPaginator.js +0 -46
- package/dist/cjs/pagination/ListApprovedOriginsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBotsPaginator.js +0 -46
- package/dist/cjs/pagination/ListBotsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListContactFlowsPaginator.js +0 -46
- package/dist/cjs/pagination/ListContactFlowsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListHoursOfOperationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListHoursOfOperationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInstanceAttributesPaginator.js +0 -46
- package/dist/cjs/pagination/ListInstanceAttributesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInstanceStorageConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListInstanceStorageConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/ListInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListIntegrationAssociationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListIntegrationAssociationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLambdaFunctionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListLambdaFunctionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLexBotsPaginator.js +0 -46
- package/dist/cjs/pagination/ListLexBotsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPhoneNumbersPaginator.js +0 -46
- package/dist/cjs/pagination/ListPhoneNumbersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPromptsPaginator.js +0 -46
- package/dist/cjs/pagination/ListPromptsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQueueQuickConnectsPaginator.js +0 -46
- package/dist/cjs/pagination/ListQueueQuickConnectsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQueuesPaginator.js +0 -46
- package/dist/cjs/pagination/ListQueuesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQuickConnectsPaginator.js +0 -46
- package/dist/cjs/pagination/ListQuickConnectsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRoutingProfileQueuesPaginator.js +0 -46
- package/dist/cjs/pagination/ListRoutingProfileQueuesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRoutingProfilesPaginator.js +0 -46
- package/dist/cjs/pagination/ListRoutingProfilesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSecurityKeysPaginator.js +0 -46
- package/dist/cjs/pagination/ListSecurityKeysPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSecurityProfilesPaginator.js +0 -46
- package/dist/cjs/pagination/ListSecurityProfilesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUseCasesPaginator.js +0 -46
- package/dist/cjs/pagination/ListUseCasesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUserHierarchyGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/ListUserHierarchyGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUsersPaginator.js +0 -46
- package/dist/cjs/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -14349
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Connect.js +0 -1646
- package/dist/es/Connect.js.map +0 -1
- package/dist/es/ConnectClient.js +0 -38
- package/dist/es/ConnectClient.js.map +0 -1
- package/dist/es/commands/AssociateApprovedOriginCommand.js +0 -40
- package/dist/es/commands/AssociateApprovedOriginCommand.js.map +0 -1
- package/dist/es/commands/AssociateBotCommand.js +0 -40
- package/dist/es/commands/AssociateBotCommand.js.map +0 -1
- package/dist/es/commands/AssociateInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/AssociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/AssociateLambdaFunctionCommand.js +0 -40
- package/dist/es/commands/AssociateLambdaFunctionCommand.js.map +0 -1
- package/dist/es/commands/AssociateLexBotCommand.js +0 -40
- package/dist/es/commands/AssociateLexBotCommand.js.map +0 -1
- package/dist/es/commands/AssociateQueueQuickConnectsCommand.js +0 -40
- package/dist/es/commands/AssociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/AssociateRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/AssociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/AssociateSecurityKeyCommand.js +0 -40
- package/dist/es/commands/AssociateSecurityKeyCommand.js.map +0 -1
- package/dist/es/commands/CreateAgentStatusCommand.js +0 -40
- package/dist/es/commands/CreateAgentStatusCommand.js.map +0 -1
- package/dist/es/commands/CreateContactFlowCommand.js +0 -40
- package/dist/es/commands/CreateContactFlowCommand.js.map +0 -1
- package/dist/es/commands/CreateHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/CreateHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/CreateInstanceCommand.js +0 -40
- package/dist/es/commands/CreateInstanceCommand.js.map +0 -1
- package/dist/es/commands/CreateIntegrationAssociationCommand.js +0 -40
- package/dist/es/commands/CreateIntegrationAssociationCommand.js.map +0 -1
- package/dist/es/commands/CreateQueueCommand.js +0 -40
- package/dist/es/commands/CreateQueueCommand.js.map +0 -1
- package/dist/es/commands/CreateQuickConnectCommand.js +0 -40
- package/dist/es/commands/CreateQuickConnectCommand.js.map +0 -1
- package/dist/es/commands/CreateRoutingProfileCommand.js +0 -40
- package/dist/es/commands/CreateRoutingProfileCommand.js.map +0 -1
- package/dist/es/commands/CreateUseCaseCommand.js +0 -40
- package/dist/es/commands/CreateUseCaseCommand.js.map +0 -1
- package/dist/es/commands/CreateUserCommand.js +0 -40
- package/dist/es/commands/CreateUserCommand.js.map +0 -1
- package/dist/es/commands/CreateUserHierarchyGroupCommand.js +0 -40
- package/dist/es/commands/CreateUserHierarchyGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/DeleteHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/DeleteInstanceCommand.js +0 -40
- package/dist/es/commands/DeleteInstanceCommand.js.map +0 -1
- package/dist/es/commands/DeleteIntegrationAssociationCommand.js +0 -40
- package/dist/es/commands/DeleteIntegrationAssociationCommand.js.map +0 -1
- package/dist/es/commands/DeleteQuickConnectCommand.js +0 -40
- package/dist/es/commands/DeleteQuickConnectCommand.js.map +0 -1
- package/dist/es/commands/DeleteUseCaseCommand.js +0 -40
- package/dist/es/commands/DeleteUseCaseCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserCommand.js +0 -40
- package/dist/es/commands/DeleteUserCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserHierarchyGroupCommand.js +0 -40
- package/dist/es/commands/DeleteUserHierarchyGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeAgentStatusCommand.js +0 -40
- package/dist/es/commands/DescribeAgentStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribeContactFlowCommand.js +0 -40
- package/dist/es/commands/DescribeContactFlowCommand.js.map +0 -1
- package/dist/es/commands/DescribeHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/DescribeHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceAttributeCommand.js +0 -40
- package/dist/es/commands/DescribeInstanceAttributeCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceCommand.js +0 -40
- package/dist/es/commands/DescribeInstanceCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/DescribeInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/DescribeQueueCommand.js +0 -40
- package/dist/es/commands/DescribeQueueCommand.js.map +0 -1
- package/dist/es/commands/DescribeQuickConnectCommand.js +0 -40
- package/dist/es/commands/DescribeQuickConnectCommand.js.map +0 -1
- package/dist/es/commands/DescribeRoutingProfileCommand.js +0 -40
- package/dist/es/commands/DescribeRoutingProfileCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserCommand.js +0 -40
- package/dist/es/commands/DescribeUserCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserHierarchyGroupCommand.js +0 -40
- package/dist/es/commands/DescribeUserHierarchyGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserHierarchyStructureCommand.js +0 -40
- package/dist/es/commands/DescribeUserHierarchyStructureCommand.js.map +0 -1
- package/dist/es/commands/DisassociateApprovedOriginCommand.js +0 -40
- package/dist/es/commands/DisassociateApprovedOriginCommand.js.map +0 -1
- package/dist/es/commands/DisassociateBotCommand.js +0 -40
- package/dist/es/commands/DisassociateBotCommand.js.map +0 -1
- package/dist/es/commands/DisassociateInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/DisassociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/DisassociateLambdaFunctionCommand.js +0 -40
- package/dist/es/commands/DisassociateLambdaFunctionCommand.js.map +0 -1
- package/dist/es/commands/DisassociateLexBotCommand.js +0 -40
- package/dist/es/commands/DisassociateLexBotCommand.js.map +0 -1
- package/dist/es/commands/DisassociateQueueQuickConnectsCommand.js +0 -40
- package/dist/es/commands/DisassociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/DisassociateRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/DisassociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/DisassociateSecurityKeyCommand.js +0 -40
- package/dist/es/commands/DisassociateSecurityKeyCommand.js.map +0 -1
- package/dist/es/commands/GetContactAttributesCommand.js +0 -40
- package/dist/es/commands/GetContactAttributesCommand.js.map +0 -1
- package/dist/es/commands/GetCurrentMetricDataCommand.js +0 -40
- package/dist/es/commands/GetCurrentMetricDataCommand.js.map +0 -1
- package/dist/es/commands/GetFederationTokenCommand.js +0 -40
- package/dist/es/commands/GetFederationTokenCommand.js.map +0 -1
- package/dist/es/commands/GetMetricDataCommand.js +0 -40
- package/dist/es/commands/GetMetricDataCommand.js.map +0 -1
- package/dist/es/commands/ListAgentStatusesCommand.js +0 -40
- package/dist/es/commands/ListAgentStatusesCommand.js.map +0 -1
- package/dist/es/commands/ListApprovedOriginsCommand.js +0 -40
- package/dist/es/commands/ListApprovedOriginsCommand.js.map +0 -1
- package/dist/es/commands/ListBotsCommand.js +0 -40
- package/dist/es/commands/ListBotsCommand.js.map +0 -1
- package/dist/es/commands/ListContactFlowsCommand.js +0 -40
- package/dist/es/commands/ListContactFlowsCommand.js.map +0 -1
- package/dist/es/commands/ListHoursOfOperationsCommand.js +0 -40
- package/dist/es/commands/ListHoursOfOperationsCommand.js.map +0 -1
- package/dist/es/commands/ListInstanceAttributesCommand.js +0 -40
- package/dist/es/commands/ListInstanceAttributesCommand.js.map +0 -1
- package/dist/es/commands/ListInstanceStorageConfigsCommand.js +0 -40
- package/dist/es/commands/ListInstanceStorageConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListInstancesCommand.js +0 -40
- package/dist/es/commands/ListInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListIntegrationAssociationsCommand.js +0 -40
- package/dist/es/commands/ListIntegrationAssociationsCommand.js.map +0 -1
- package/dist/es/commands/ListLambdaFunctionsCommand.js +0 -40
- package/dist/es/commands/ListLambdaFunctionsCommand.js.map +0 -1
- package/dist/es/commands/ListLexBotsCommand.js +0 -40
- package/dist/es/commands/ListLexBotsCommand.js.map +0 -1
- package/dist/es/commands/ListPhoneNumbersCommand.js +0 -40
- package/dist/es/commands/ListPhoneNumbersCommand.js.map +0 -1
- package/dist/es/commands/ListPromptsCommand.js +0 -40
- package/dist/es/commands/ListPromptsCommand.js.map +0 -1
- package/dist/es/commands/ListQueueQuickConnectsCommand.js +0 -40
- package/dist/es/commands/ListQueueQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/ListQueuesCommand.js +0 -40
- package/dist/es/commands/ListQueuesCommand.js.map +0 -1
- package/dist/es/commands/ListQuickConnectsCommand.js +0 -40
- package/dist/es/commands/ListQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/ListRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/ListRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/ListRoutingProfilesCommand.js +0 -40
- package/dist/es/commands/ListRoutingProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListSecurityKeysCommand.js +0 -40
- package/dist/es/commands/ListSecurityKeysCommand.js.map +0 -1
- package/dist/es/commands/ListSecurityProfilesCommand.js +0 -40
- package/dist/es/commands/ListSecurityProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListUseCasesCommand.js +0 -40
- package/dist/es/commands/ListUseCasesCommand.js.map +0 -1
- package/dist/es/commands/ListUserHierarchyGroupsCommand.js +0 -40
- package/dist/es/commands/ListUserHierarchyGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListUsersCommand.js +0 -40
- package/dist/es/commands/ListUsersCommand.js.map +0 -1
- package/dist/es/commands/ResumeContactRecordingCommand.js +0 -40
- package/dist/es/commands/ResumeContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/StartChatContactCommand.js +0 -40
- package/dist/es/commands/StartChatContactCommand.js.map +0 -1
- package/dist/es/commands/StartContactRecordingCommand.js +0 -40
- package/dist/es/commands/StartContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/StartOutboundVoiceContactCommand.js +0 -40
- package/dist/es/commands/StartOutboundVoiceContactCommand.js.map +0 -1
- package/dist/es/commands/StartTaskContactCommand.js +0 -40
- package/dist/es/commands/StartTaskContactCommand.js.map +0 -1
- package/dist/es/commands/StopContactCommand.js +0 -40
- package/dist/es/commands/StopContactCommand.js.map +0 -1
- package/dist/es/commands/StopContactRecordingCommand.js +0 -40
- package/dist/es/commands/StopContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/SuspendContactRecordingCommand.js +0 -40
- package/dist/es/commands/SuspendContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAgentStatusCommand.js +0 -40
- package/dist/es/commands/UpdateAgentStatusCommand.js.map +0 -1
- package/dist/es/commands/UpdateContactAttributesCommand.js +0 -40
- package/dist/es/commands/UpdateContactAttributesCommand.js.map +0 -1
- package/dist/es/commands/UpdateContactFlowContentCommand.js +0 -40
- package/dist/es/commands/UpdateContactFlowContentCommand.js.map +0 -1
- package/dist/es/commands/UpdateContactFlowNameCommand.js +0 -40
- package/dist/es/commands/UpdateContactFlowNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/UpdateHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/UpdateInstanceAttributeCommand.js +0 -40
- package/dist/es/commands/UpdateInstanceAttributeCommand.js.map +0 -1
- package/dist/es/commands/UpdateInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/UpdateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/UpdateQueueHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueMaxContactsCommand.js +0 -40
- package/dist/es/commands/UpdateQueueMaxContactsCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueNameCommand.js +0 -40
- package/dist/es/commands/UpdateQueueNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueOutboundCallerConfigCommand.js +0 -40
- package/dist/es/commands/UpdateQueueOutboundCallerConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueStatusCommand.js +0 -40
- package/dist/es/commands/UpdateQueueStatusCommand.js.map +0 -1
- package/dist/es/commands/UpdateQuickConnectConfigCommand.js +0 -40
- package/dist/es/commands/UpdateQuickConnectConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateQuickConnectNameCommand.js +0 -40
- package/dist/es/commands/UpdateQuickConnectNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileConcurrencyCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileConcurrencyCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileNameCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserHierarchyCommand.js +0 -40
- package/dist/es/commands/UpdateUserHierarchyCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserHierarchyGroupNameCommand.js +0 -40
- package/dist/es/commands/UpdateUserHierarchyGroupNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserHierarchyStructureCommand.js +0 -40
- package/dist/es/commands/UpdateUserHierarchyStructureCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserIdentityInfoCommand.js +0 -40
- package/dist/es/commands/UpdateUserIdentityInfoCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserPhoneConfigCommand.js +0 -40
- package/dist/es/commands/UpdateUserPhoneConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserRoutingProfileCommand.js +0 -40
- package/dist/es/commands/UpdateUserRoutingProfileCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserSecurityProfilesCommand.js +0 -40
- package/dist/es/commands/UpdateUserSecurityProfilesCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -139
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1479
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/GetCurrentMetricDataPaginator.js +0 -75
- package/dist/es/pagination/GetCurrentMetricDataPaginator.js.map +0 -1
- package/dist/es/pagination/GetMetricDataPaginator.js +0 -75
- package/dist/es/pagination/GetMetricDataPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAgentStatusesPaginator.js +0 -75
- package/dist/es/pagination/ListAgentStatusesPaginator.js.map +0 -1
- package/dist/es/pagination/ListApprovedOriginsPaginator.js +0 -75
- package/dist/es/pagination/ListApprovedOriginsPaginator.js.map +0 -1
- package/dist/es/pagination/ListBotsPaginator.js +0 -75
- package/dist/es/pagination/ListBotsPaginator.js.map +0 -1
- package/dist/es/pagination/ListContactFlowsPaginator.js +0 -75
- package/dist/es/pagination/ListContactFlowsPaginator.js.map +0 -1
- package/dist/es/pagination/ListHoursOfOperationsPaginator.js +0 -75
- package/dist/es/pagination/ListHoursOfOperationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInstanceAttributesPaginator.js +0 -75
- package/dist/es/pagination/ListInstanceAttributesPaginator.js.map +0 -1
- package/dist/es/pagination/ListInstanceStorageConfigsPaginator.js +0 -75
- package/dist/es/pagination/ListInstanceStorageConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInstancesPaginator.js +0 -75
- package/dist/es/pagination/ListInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/ListIntegrationAssociationsPaginator.js +0 -75
- package/dist/es/pagination/ListIntegrationAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListLambdaFunctionsPaginator.js +0 -75
- package/dist/es/pagination/ListLambdaFunctionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListLexBotsPaginator.js +0 -75
- package/dist/es/pagination/ListLexBotsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPhoneNumbersPaginator.js +0 -75
- package/dist/es/pagination/ListPhoneNumbersPaginator.js.map +0 -1
- package/dist/es/pagination/ListPromptsPaginator.js +0 -75
- package/dist/es/pagination/ListPromptsPaginator.js.map +0 -1
- package/dist/es/pagination/ListQueueQuickConnectsPaginator.js +0 -75
- package/dist/es/pagination/ListQueueQuickConnectsPaginator.js.map +0 -1
- package/dist/es/pagination/ListQueuesPaginator.js +0 -75
- package/dist/es/pagination/ListQueuesPaginator.js.map +0 -1
- package/dist/es/pagination/ListQuickConnectsPaginator.js +0 -75
- package/dist/es/pagination/ListQuickConnectsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRoutingProfileQueuesPaginator.js +0 -75
- package/dist/es/pagination/ListRoutingProfileQueuesPaginator.js.map +0 -1
- package/dist/es/pagination/ListRoutingProfilesPaginator.js +0 -75
- package/dist/es/pagination/ListRoutingProfilesPaginator.js.map +0 -1
- package/dist/es/pagination/ListSecurityKeysPaginator.js +0 -75
- package/dist/es/pagination/ListSecurityKeysPaginator.js.map +0 -1
- package/dist/es/pagination/ListSecurityProfilesPaginator.js +0 -75
- package/dist/es/pagination/ListSecurityProfilesPaginator.js.map +0 -1
- package/dist/es/pagination/ListUseCasesPaginator.js +0 -75
- package/dist/es/pagination/ListUseCasesPaginator.js.map +0 -1
- package/dist/es/pagination/ListUserHierarchyGroupsPaginator.js +0 -75
- package/dist/es/pagination/ListUserHierarchyGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListUsersPaginator.js +0 -75
- package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -15943
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -9
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/Connect.d.ts +0 -1003
- package/dist/types/ConnectClient.d.ts +0 -256
- package/dist/types/commands/AssociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/commands/AssociateBotCommand.d.ts +0 -36
- package/dist/types/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -41
- package/dist/types/commands/AssociateLambdaFunctionCommand.d.ts +0 -36
- package/dist/types/commands/AssociateLexBotCommand.d.ts +0 -36
- package/dist/types/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/AssociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/commands/CreateAgentStatusCommand.d.ts +0 -36
- package/dist/types/commands/CreateContactFlowCommand.d.ts +0 -37
- package/dist/types/commands/CreateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/CreateInstanceCommand.d.ts +0 -41
- package/dist/types/commands/CreateIntegrationAssociationCommand.d.ts +0 -35
- package/dist/types/commands/CreateQueueCommand.d.ts +0 -36
- package/dist/types/commands/CreateQuickConnectCommand.d.ts +0 -35
- package/dist/types/commands/CreateRoutingProfileCommand.d.ts +0 -35
- package/dist/types/commands/CreateUseCaseCommand.d.ts +0 -35
- package/dist/types/commands/CreateUserCommand.d.ts +0 -37
- package/dist/types/commands/CreateUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/DeleteInstanceCommand.d.ts +0 -39
- package/dist/types/commands/DeleteIntegrationAssociationCommand.d.ts +0 -36
- package/dist/types/commands/DeleteQuickConnectCommand.d.ts +0 -35
- package/dist/types/commands/DeleteUseCaseCommand.d.ts +0 -35
- package/dist/types/commands/DeleteUserCommand.d.ts +0 -38
- package/dist/types/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -36
- package/dist/types/commands/DescribeAgentStatusCommand.d.ts +0 -36
- package/dist/types/commands/DescribeContactFlowCommand.d.ts +0 -37
- package/dist/types/commands/DescribeHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/DescribeInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/commands/DescribeInstanceCommand.d.ts +0 -40
- package/dist/types/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/commands/DescribeQueueCommand.d.ts +0 -36
- package/dist/types/commands/DescribeQuickConnectCommand.d.ts +0 -35
- package/dist/types/commands/DescribeRoutingProfileCommand.d.ts +0 -35
- package/dist/types/commands/DescribeUserCommand.d.ts +0 -37
- package/dist/types/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateBotCommand.d.ts +0 -37
- package/dist/types/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/commands/DisassociateLambdaFunctionCommand.d.ts +0 -37
- package/dist/types/commands/DisassociateLexBotCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/commands/GetContactAttributesCommand.d.ts +0 -35
- package/dist/types/commands/GetCurrentMetricDataCommand.d.ts +0 -37
- package/dist/types/commands/GetFederationTokenCommand.d.ts +0 -43
- package/dist/types/commands/GetMetricDataCommand.d.ts +0 -38
- package/dist/types/commands/ListAgentStatusesCommand.d.ts +0 -36
- package/dist/types/commands/ListApprovedOriginsCommand.d.ts +0 -36
- package/dist/types/commands/ListBotsCommand.d.ts +0 -37
- package/dist/types/commands/ListContactFlowsCommand.d.ts +0 -39
- package/dist/types/commands/ListHoursOfOperationsCommand.d.ts +0 -37
- package/dist/types/commands/ListInstanceAttributesCommand.d.ts +0 -36
- package/dist/types/commands/ListInstanceStorageConfigsCommand.d.ts +0 -38
- package/dist/types/commands/ListInstancesCommand.d.ts +0 -38
- package/dist/types/commands/ListIntegrationAssociationsCommand.d.ts +0 -36
- package/dist/types/commands/ListLambdaFunctionsCommand.d.ts +0 -37
- package/dist/types/commands/ListLexBotsCommand.d.ts +0 -37
- package/dist/types/commands/ListPhoneNumbersCommand.d.ts +0 -37
- package/dist/types/commands/ListPromptsCommand.d.ts +0 -35
- package/dist/types/commands/ListQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/commands/ListQueuesCommand.d.ts +0 -41
- package/dist/types/commands/ListQuickConnectsCommand.d.ts +0 -35
- package/dist/types/commands/ListRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/ListRoutingProfilesCommand.d.ts +0 -38
- package/dist/types/commands/ListSecurityKeysCommand.d.ts +0 -36
- package/dist/types/commands/ListSecurityProfilesCommand.d.ts +0 -38
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -37
- package/dist/types/commands/ListUseCasesCommand.d.ts +0 -35
- package/dist/types/commands/ListUserHierarchyGroupsCommand.d.ts +0 -38
- package/dist/types/commands/ListUsersCommand.d.ts +0 -35
- package/dist/types/commands/ResumeContactRecordingCommand.d.ts +0 -38
- package/dist/types/commands/StartChatContactCommand.d.ts +0 -55
- package/dist/types/commands/StartContactRecordingCommand.d.ts +0 -42
- package/dist/types/commands/StartOutboundVoiceContactCommand.d.ts +0 -48
- package/dist/types/commands/StartTaskContactCommand.d.ts +0 -35
- package/dist/types/commands/StopContactCommand.d.ts +0 -35
- package/dist/types/commands/StopContactRecordingCommand.d.ts +0 -41
- package/dist/types/commands/SuspendContactRecordingCommand.d.ts +0 -40
- package/dist/types/commands/TagResourceCommand.d.ts +0 -39
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateAgentStatusCommand.d.ts +0 -36
- package/dist/types/commands/UpdateContactAttributesCommand.d.ts +0 -54
- package/dist/types/commands/UpdateContactFlowContentCommand.d.ts +0 -37
- package/dist/types/commands/UpdateContactFlowNameCommand.d.ts +0 -37
- package/dist/types/commands/UpdateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/UpdateInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQueueMaxContactsCommand.d.ts +0 -37
- package/dist/types/commands/UpdateQueueNameCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -37
- package/dist/types/commands/UpdateQueueStatusCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQuickConnectConfigCommand.d.ts +0 -35
- package/dist/types/commands/UpdateQuickConnectNameCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -36
- package/dist/types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRoutingProfileNameCommand.d.ts +0 -36
- package/dist/types/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserHierarchyCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserIdentityInfoCommand.d.ts +0 -43
- package/dist/types/commands/UpdateUserPhoneConfigCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserRoutingProfileCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -35
- package/dist/types/models/models_0.d.ts +0 -6096
- package/dist/types/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
- package/dist/types/pagination/GetMetricDataPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAgentStatusesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListBotsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListContactFlowsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListLexBotsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPromptsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQueuesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSecurityKeysPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUseCasesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUsersPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -329
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Connect.d.ts +0 -1003
- package/dist/types/ts3.4/ConnectClient.d.ts +0 -256
- package/dist/types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateBotCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateLexBotCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateAgentStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateContactFlowCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateInstanceCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateQueueCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateQuickConnectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateUseCaseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateUserCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteInstanceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUseCaseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeContactFlowCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeInstanceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeQueueCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeUserCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateBotCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisassociateLexBotCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetContactAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetMetricDataCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListAgentStatusesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListBotsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListContactFlowsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListInstancesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListLexBotsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListPromptsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListQueuesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListQuickConnectsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListSecurityKeysCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListUseCasesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListUsersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/StartChatContactCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/StartContactRecordingCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/StartTaskContactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopContactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopContactRecordingCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateQueueNameCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -6096
- package/dist/types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetMetricDataPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListBotsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListLexBotsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPromptsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQueuesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUseCasesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -329
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -7583
- package/pagination/GetCurrentMetricDataPaginator.ts +0 -58
- package/pagination/GetMetricDataPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAgentStatusesPaginator.ts +0 -58
- package/pagination/ListApprovedOriginsPaginator.ts +0 -58
- package/pagination/ListBotsPaginator.ts +0 -54
- package/pagination/ListContactFlowsPaginator.ts +0 -58
- package/pagination/ListHoursOfOperationsPaginator.ts +0 -58
- package/pagination/ListInstanceAttributesPaginator.ts +0 -58
- package/pagination/ListInstanceStorageConfigsPaginator.ts +0 -58
- package/pagination/ListInstancesPaginator.ts +0 -58
- package/pagination/ListIntegrationAssociationsPaginator.ts +0 -58
- package/pagination/ListLambdaFunctionsPaginator.ts +0 -58
- package/pagination/ListLexBotsPaginator.ts +0 -54
- package/pagination/ListPhoneNumbersPaginator.ts +0 -58
- package/pagination/ListPromptsPaginator.ts +0 -54
- package/pagination/ListQueueQuickConnectsPaginator.ts +0 -58
- package/pagination/ListQueuesPaginator.ts +0 -54
- package/pagination/ListQuickConnectsPaginator.ts +0 -58
- package/pagination/ListRoutingProfileQueuesPaginator.ts +0 -58
- package/pagination/ListRoutingProfilesPaginator.ts +0 -58
- package/pagination/ListSecurityKeysPaginator.ts +0 -58
- package/pagination/ListSecurityProfilesPaginator.ts +0 -58
- package/pagination/ListUseCasesPaginator.ts +0 -58
- package/pagination/ListUserHierarchyGroupsPaginator.ts +0 -58
- package/pagination/ListUsersPaginator.ts +0 -54
- package/protocols/Aws_restJson1.ts +0 -16199
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "../commands/GetCurrentMetricDataCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetCurrentMetricData(config: ConnectPaginationConfiguration, input: GetCurrentMetricDataCommandInput, ...additionalArguments: any): Paginator<GetCurrentMetricDataCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "../commands/GetMetricDataCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetMetricData(config: ConnectPaginationConfiguration, input: GetMetricDataCommandInput, ...additionalArguments: any): Paginator<GetMetricDataCommandOutput>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Connect } from "../Connect";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export interface ConnectPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: Connect | ConnectClient;
|
|
6
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "../commands/ListAgentStatusesCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListAgentStatuses(config: ConnectPaginationConfiguration, input: ListAgentStatusesCommandInput, ...additionalArguments: any): Paginator<ListAgentStatusesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "../commands/ListApprovedOriginsCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListApprovedOrigins(config: ConnectPaginationConfiguration, input: ListApprovedOriginsCommandInput, ...additionalArguments: any): Paginator<ListApprovedOriginsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListBots(config: ConnectPaginationConfiguration, input: ListBotsCommandInput, ...additionalArguments: any): Paginator<ListBotsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "../commands/ListContactFlowsCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListContactFlows(config: ConnectPaginationConfiguration, input: ListContactFlowsCommandInput, ...additionalArguments: any): Paginator<ListContactFlowsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "../commands/ListHoursOfOperationsCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListHoursOfOperations(config: ConnectPaginationConfiguration, input: ListHoursOfOperationsCommandInput, ...additionalArguments: any): Paginator<ListHoursOfOperationsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "../commands/ListInstanceAttributesCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListInstanceAttributes(config: ConnectPaginationConfiguration, input: ListInstanceAttributesCommandInput, ...additionalArguments: any): Paginator<ListInstanceAttributesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListInstanceStorageConfigsCommandInput, ListInstanceStorageConfigsCommandOutput } from "../commands/ListInstanceStorageConfigsCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListInstanceStorageConfigs(config: ConnectPaginationConfiguration, input: ListInstanceStorageConfigsCommandInput, ...additionalArguments: any): Paginator<ListInstanceStorageConfigsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListInstances(config: ConnectPaginationConfiguration, input: ListInstancesCommandInput, ...additionalArguments: any): Paginator<ListInstancesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListIntegrationAssociationsCommandInput, ListIntegrationAssociationsCommandOutput } from "../commands/ListIntegrationAssociationsCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListIntegrationAssociations(config: ConnectPaginationConfiguration, input: ListIntegrationAssociationsCommandInput, ...additionalArguments: any): Paginator<ListIntegrationAssociationsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListLambdaFunctionsCommandInput, ListLambdaFunctionsCommandOutput } from "../commands/ListLambdaFunctionsCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListLambdaFunctions(config: ConnectPaginationConfiguration, input: ListLambdaFunctionsCommandInput, ...additionalArguments: any): Paginator<ListLambdaFunctionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListLexBotsCommandInput, ListLexBotsCommandOutput } from "../commands/ListLexBotsCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListLexBots(config: ConnectPaginationConfiguration, input: ListLexBotsCommandInput, ...additionalArguments: any): Paginator<ListLexBotsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "../commands/ListPhoneNumbersCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListPhoneNumbers(config: ConnectPaginationConfiguration, input: ListPhoneNumbersCommandInput, ...additionalArguments: any): Paginator<ListPhoneNumbersCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListPromptsCommandInput, ListPromptsCommandOutput } from "../commands/ListPromptsCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListPrompts(config: ConnectPaginationConfiguration, input: ListPromptsCommandInput, ...additionalArguments: any): Paginator<ListPromptsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListQueueQuickConnectsCommandInput, ListQueueQuickConnectsCommandOutput } from "../commands/ListQueueQuickConnectsCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListQueueQuickConnects(config: ConnectPaginationConfiguration, input: ListQueueQuickConnectsCommandInput, ...additionalArguments: any): Paginator<ListQueueQuickConnectsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListQueues(config: ConnectPaginationConfiguration, input: ListQueuesCommandInput, ...additionalArguments: any): Paginator<ListQueuesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListQuickConnectsCommandInput, ListQuickConnectsCommandOutput } from "../commands/ListQuickConnectsCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListQuickConnects(config: ConnectPaginationConfiguration, input: ListQuickConnectsCommandInput, ...additionalArguments: any): Paginator<ListQuickConnectsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListRoutingProfileQueuesCommandInput, ListRoutingProfileQueuesCommandOutput } from "../commands/ListRoutingProfileQueuesCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListRoutingProfileQueues(config: ConnectPaginationConfiguration, input: ListRoutingProfileQueuesCommandInput, ...additionalArguments: any): Paginator<ListRoutingProfileQueuesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListRoutingProfilesCommandInput, ListRoutingProfilesCommandOutput } from "../commands/ListRoutingProfilesCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListRoutingProfiles(config: ConnectPaginationConfiguration, input: ListRoutingProfilesCommandInput, ...additionalArguments: any): Paginator<ListRoutingProfilesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListSecurityKeysCommandInput, ListSecurityKeysCommandOutput } from "../commands/ListSecurityKeysCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListSecurityKeys(config: ConnectPaginationConfiguration, input: ListSecurityKeysCommandInput, ...additionalArguments: any): Paginator<ListSecurityKeysCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "../commands/ListSecurityProfilesCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListSecurityProfiles(config: ConnectPaginationConfiguration, input: ListSecurityProfilesCommandInput, ...additionalArguments: any): Paginator<ListSecurityProfilesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListUseCasesCommandInput, ListUseCasesCommandOutput } from "../commands/ListUseCasesCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListUseCases(config: ConnectPaginationConfiguration, input: ListUseCasesCommandInput, ...additionalArguments: any): Paginator<ListUseCasesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput } from "../commands/ListUserHierarchyGroupsCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListUserHierarchyGroups(config: ConnectPaginationConfiguration, input: ListUserHierarchyGroupsCommandInput, ...additionalArguments: any): Paginator<ListUserHierarchyGroupsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListUsers(config: ConnectPaginationConfiguration, input: ListUsersCommandInput, ...additionalArguments: any): Paginator<ListUsersCommandOutput>;
|
|
@@ -0,0 +1,329 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput } from "../commands/AssociateApprovedOriginCommand";
|
|
4
|
+
import { AssociateBotCommandInput, AssociateBotCommandOutput } from "../commands/AssociateBotCommand";
|
|
5
|
+
import { AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput } from "../commands/AssociateInstanceStorageConfigCommand";
|
|
6
|
+
import { AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput } from "../commands/AssociateLambdaFunctionCommand";
|
|
7
|
+
import { AssociateLexBotCommandInput, AssociateLexBotCommandOutput } from "../commands/AssociateLexBotCommand";
|
|
8
|
+
import { AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCommandOutput } from "../commands/AssociateQueueQuickConnectsCommand";
|
|
9
|
+
import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput } from "../commands/AssociateRoutingProfileQueuesCommand";
|
|
10
|
+
import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "../commands/AssociateSecurityKeyCommand";
|
|
11
|
+
import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "../commands/CreateAgentStatusCommand";
|
|
12
|
+
import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "../commands/CreateContactFlowCommand";
|
|
13
|
+
import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "../commands/CreateHoursOfOperationCommand";
|
|
14
|
+
import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "../commands/CreateInstanceCommand";
|
|
15
|
+
import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "../commands/CreateIntegrationAssociationCommand";
|
|
16
|
+
import { CreateQueueCommandInput, CreateQueueCommandOutput } from "../commands/CreateQueueCommand";
|
|
17
|
+
import { CreateQuickConnectCommandInput, CreateQuickConnectCommandOutput } from "../commands/CreateQuickConnectCommand";
|
|
18
|
+
import { CreateRoutingProfileCommandInput, CreateRoutingProfileCommandOutput } from "../commands/CreateRoutingProfileCommand";
|
|
19
|
+
import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "../commands/CreateUseCaseCommand";
|
|
20
|
+
import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
|
|
21
|
+
import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "../commands/CreateUserHierarchyGroupCommand";
|
|
22
|
+
import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "../commands/DeleteHoursOfOperationCommand";
|
|
23
|
+
import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "../commands/DeleteInstanceCommand";
|
|
24
|
+
import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "../commands/DeleteIntegrationAssociationCommand";
|
|
25
|
+
import { DeleteQuickConnectCommandInput, DeleteQuickConnectCommandOutput } from "../commands/DeleteQuickConnectCommand";
|
|
26
|
+
import { DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput } from "../commands/DeleteUseCaseCommand";
|
|
27
|
+
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
|
|
28
|
+
import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput } from "../commands/DeleteUserHierarchyGroupCommand";
|
|
29
|
+
import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "../commands/DescribeAgentStatusCommand";
|
|
30
|
+
import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "../commands/DescribeContactFlowCommand";
|
|
31
|
+
import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "../commands/DescribeHoursOfOperationCommand";
|
|
32
|
+
import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "../commands/DescribeInstanceAttributeCommand";
|
|
33
|
+
import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "../commands/DescribeInstanceCommand";
|
|
34
|
+
import { DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput } from "../commands/DescribeInstanceStorageConfigCommand";
|
|
35
|
+
import { DescribeQueueCommandInput, DescribeQueueCommandOutput } from "../commands/DescribeQueueCommand";
|
|
36
|
+
import { DescribeQuickConnectCommandInput, DescribeQuickConnectCommandOutput } from "../commands/DescribeQuickConnectCommand";
|
|
37
|
+
import { DescribeRoutingProfileCommandInput, DescribeRoutingProfileCommandOutput } from "../commands/DescribeRoutingProfileCommand";
|
|
38
|
+
import { DescribeUserCommandInput, DescribeUserCommandOutput } from "../commands/DescribeUserCommand";
|
|
39
|
+
import { DescribeUserHierarchyGroupCommandInput, DescribeUserHierarchyGroupCommandOutput } from "../commands/DescribeUserHierarchyGroupCommand";
|
|
40
|
+
import { DescribeUserHierarchyStructureCommandInput, DescribeUserHierarchyStructureCommandOutput } from "../commands/DescribeUserHierarchyStructureCommand";
|
|
41
|
+
import { DisassociateApprovedOriginCommandInput, DisassociateApprovedOriginCommandOutput } from "../commands/DisassociateApprovedOriginCommand";
|
|
42
|
+
import { DisassociateBotCommandInput, DisassociateBotCommandOutput } from "../commands/DisassociateBotCommand";
|
|
43
|
+
import { DisassociateInstanceStorageConfigCommandInput, DisassociateInstanceStorageConfigCommandOutput } from "../commands/DisassociateInstanceStorageConfigCommand";
|
|
44
|
+
import { DisassociateLambdaFunctionCommandInput, DisassociateLambdaFunctionCommandOutput } from "../commands/DisassociateLambdaFunctionCommand";
|
|
45
|
+
import { DisassociateLexBotCommandInput, DisassociateLexBotCommandOutput } from "../commands/DisassociateLexBotCommand";
|
|
46
|
+
import { DisassociateQueueQuickConnectsCommandInput, DisassociateQueueQuickConnectsCommandOutput } from "../commands/DisassociateQueueQuickConnectsCommand";
|
|
47
|
+
import { DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfileQueuesCommandOutput } from "../commands/DisassociateRoutingProfileQueuesCommand";
|
|
48
|
+
import { DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput } from "../commands/DisassociateSecurityKeyCommand";
|
|
49
|
+
import { GetContactAttributesCommandInput, GetContactAttributesCommandOutput } from "../commands/GetContactAttributesCommand";
|
|
50
|
+
import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "../commands/GetCurrentMetricDataCommand";
|
|
51
|
+
import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "../commands/GetFederationTokenCommand";
|
|
52
|
+
import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "../commands/GetMetricDataCommand";
|
|
53
|
+
import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "../commands/ListAgentStatusesCommand";
|
|
54
|
+
import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "../commands/ListApprovedOriginsCommand";
|
|
55
|
+
import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
|
|
56
|
+
import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "../commands/ListContactFlowsCommand";
|
|
57
|
+
import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "../commands/ListHoursOfOperationsCommand";
|
|
58
|
+
import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "../commands/ListInstanceAttributesCommand";
|
|
59
|
+
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
|
|
60
|
+
import { ListInstanceStorageConfigsCommandInput, ListInstanceStorageConfigsCommandOutput } from "../commands/ListInstanceStorageConfigsCommand";
|
|
61
|
+
import { ListIntegrationAssociationsCommandInput, ListIntegrationAssociationsCommandOutput } from "../commands/ListIntegrationAssociationsCommand";
|
|
62
|
+
import { ListLambdaFunctionsCommandInput, ListLambdaFunctionsCommandOutput } from "../commands/ListLambdaFunctionsCommand";
|
|
63
|
+
import { ListLexBotsCommandInput, ListLexBotsCommandOutput } from "../commands/ListLexBotsCommand";
|
|
64
|
+
import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "../commands/ListPhoneNumbersCommand";
|
|
65
|
+
import { ListPromptsCommandInput, ListPromptsCommandOutput } from "../commands/ListPromptsCommand";
|
|
66
|
+
import { ListQueueQuickConnectsCommandInput, ListQueueQuickConnectsCommandOutput } from "../commands/ListQueueQuickConnectsCommand";
|
|
67
|
+
import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
|
|
68
|
+
import { ListQuickConnectsCommandInput, ListQuickConnectsCommandOutput } from "../commands/ListQuickConnectsCommand";
|
|
69
|
+
import { ListRoutingProfileQueuesCommandInput, ListRoutingProfileQueuesCommandOutput } from "../commands/ListRoutingProfileQueuesCommand";
|
|
70
|
+
import { ListRoutingProfilesCommandInput, ListRoutingProfilesCommandOutput } from "../commands/ListRoutingProfilesCommand";
|
|
71
|
+
import { ListSecurityKeysCommandInput, ListSecurityKeysCommandOutput } from "../commands/ListSecurityKeysCommand";
|
|
72
|
+
import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "../commands/ListSecurityProfilesCommand";
|
|
73
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
74
|
+
import { ListUseCasesCommandInput, ListUseCasesCommandOutput } from "../commands/ListUseCasesCommand";
|
|
75
|
+
import { ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput } from "../commands/ListUserHierarchyGroupsCommand";
|
|
76
|
+
import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
|
|
77
|
+
import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "../commands/ResumeContactRecordingCommand";
|
|
78
|
+
import { StartChatContactCommandInput, StartChatContactCommandOutput } from "../commands/StartChatContactCommand";
|
|
79
|
+
import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "../commands/StartContactRecordingCommand";
|
|
80
|
+
import { StartOutboundVoiceContactCommandInput, StartOutboundVoiceContactCommandOutput } from "../commands/StartOutboundVoiceContactCommand";
|
|
81
|
+
import { StartTaskContactCommandInput, StartTaskContactCommandOutput } from "../commands/StartTaskContactCommand";
|
|
82
|
+
import { StopContactCommandInput, StopContactCommandOutput } from "../commands/StopContactCommand";
|
|
83
|
+
import { StopContactRecordingCommandInput, StopContactRecordingCommandOutput } from "../commands/StopContactRecordingCommand";
|
|
84
|
+
import { SuspendContactRecordingCommandInput, SuspendContactRecordingCommandOutput } from "../commands/SuspendContactRecordingCommand";
|
|
85
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
86
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
87
|
+
import { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from "../commands/UpdateAgentStatusCommand";
|
|
88
|
+
import { UpdateContactAttributesCommandInput, UpdateContactAttributesCommandOutput } from "../commands/UpdateContactAttributesCommand";
|
|
89
|
+
import { UpdateContactFlowContentCommandInput, UpdateContactFlowContentCommandOutput } from "../commands/UpdateContactFlowContentCommand";
|
|
90
|
+
import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "../commands/UpdateContactFlowNameCommand";
|
|
91
|
+
import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "../commands/UpdateHoursOfOperationCommand";
|
|
92
|
+
import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "../commands/UpdateInstanceAttributeCommand";
|
|
93
|
+
import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput } from "../commands/UpdateInstanceStorageConfigCommand";
|
|
94
|
+
import { UpdateQueueHoursOfOperationCommandInput, UpdateQueueHoursOfOperationCommandOutput } from "../commands/UpdateQueueHoursOfOperationCommand";
|
|
95
|
+
import { UpdateQueueMaxContactsCommandInput, UpdateQueueMaxContactsCommandOutput } from "../commands/UpdateQueueMaxContactsCommand";
|
|
96
|
+
import { UpdateQueueNameCommandInput, UpdateQueueNameCommandOutput } from "../commands/UpdateQueueNameCommand";
|
|
97
|
+
import { UpdateQueueOutboundCallerConfigCommandInput, UpdateQueueOutboundCallerConfigCommandOutput } from "../commands/UpdateQueueOutboundCallerConfigCommand";
|
|
98
|
+
import { UpdateQueueStatusCommandInput, UpdateQueueStatusCommandOutput } from "../commands/UpdateQueueStatusCommand";
|
|
99
|
+
import { UpdateQuickConnectConfigCommandInput, UpdateQuickConnectConfigCommandOutput } from "../commands/UpdateQuickConnectConfigCommand";
|
|
100
|
+
import { UpdateQuickConnectNameCommandInput, UpdateQuickConnectNameCommandOutput } from "../commands/UpdateQuickConnectNameCommand";
|
|
101
|
+
import { UpdateRoutingProfileConcurrencyCommandInput, UpdateRoutingProfileConcurrencyCommandOutput } from "../commands/UpdateRoutingProfileConcurrencyCommand";
|
|
102
|
+
import { UpdateRoutingProfileDefaultOutboundQueueCommandInput, UpdateRoutingProfileDefaultOutboundQueueCommandOutput } from "../commands/UpdateRoutingProfileDefaultOutboundQueueCommand";
|
|
103
|
+
import { UpdateRoutingProfileNameCommandInput, UpdateRoutingProfileNameCommandOutput } from "../commands/UpdateRoutingProfileNameCommand";
|
|
104
|
+
import { UpdateRoutingProfileQueuesCommandInput, UpdateRoutingProfileQueuesCommandOutput } from "../commands/UpdateRoutingProfileQueuesCommand";
|
|
105
|
+
import { UpdateUserHierarchyCommandInput, UpdateUserHierarchyCommandOutput } from "../commands/UpdateUserHierarchyCommand";
|
|
106
|
+
import { UpdateUserHierarchyGroupNameCommandInput, UpdateUserHierarchyGroupNameCommandOutput } from "../commands/UpdateUserHierarchyGroupNameCommand";
|
|
107
|
+
import { UpdateUserHierarchyStructureCommandInput, UpdateUserHierarchyStructureCommandOutput } from "../commands/UpdateUserHierarchyStructureCommand";
|
|
108
|
+
import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput } from "../commands/UpdateUserIdentityInfoCommand";
|
|
109
|
+
import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "../commands/UpdateUserPhoneConfigCommand";
|
|
110
|
+
import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "../commands/UpdateUserRoutingProfileCommand";
|
|
111
|
+
import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "../commands/UpdateUserSecurityProfilesCommand";
|
|
112
|
+
export declare const serializeAws_restJson1AssociateApprovedOriginCommand: (input: AssociateApprovedOriginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
export declare const serializeAws_restJson1AssociateBotCommand: (input: AssociateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
export declare const serializeAws_restJson1AssociateInstanceStorageConfigCommand: (input: AssociateInstanceStorageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
export declare const serializeAws_restJson1AssociateLambdaFunctionCommand: (input: AssociateLambdaFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
+
export declare const serializeAws_restJson1AssociateLexBotCommand: (input: AssociateLexBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
export declare const serializeAws_restJson1AssociateQueueQuickConnectsCommand: (input: AssociateQueueQuickConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
export declare const serializeAws_restJson1AssociateRoutingProfileQueuesCommand: (input: AssociateRoutingProfileQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
export declare const serializeAws_restJson1AssociateSecurityKeyCommand: (input: AssociateSecurityKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
+
export declare const serializeAws_restJson1CreateAgentStatusCommand: (input: CreateAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
export declare const serializeAws_restJson1CreateContactFlowCommand: (input: CreateContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
export declare const serializeAws_restJson1CreateHoursOfOperationCommand: (input: CreateHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
export declare const serializeAws_restJson1CreateInstanceCommand: (input: CreateInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
+
export declare const serializeAws_restJson1CreateIntegrationAssociationCommand: (input: CreateIntegrationAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
export declare const serializeAws_restJson1CreateQueueCommand: (input: CreateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
export declare const serializeAws_restJson1CreateQuickConnectCommand: (input: CreateQuickConnectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
export declare const serializeAws_restJson1CreateRoutingProfileCommand: (input: CreateRoutingProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
+
export declare const serializeAws_restJson1CreateUseCaseCommand: (input: CreateUseCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
export declare const serializeAws_restJson1CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
export declare const serializeAws_restJson1CreateUserHierarchyGroupCommand: (input: CreateUserHierarchyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
export declare const serializeAws_restJson1DeleteHoursOfOperationCommand: (input: DeleteHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
+
export declare const serializeAws_restJson1DeleteInstanceCommand: (input: DeleteInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
+
export declare const serializeAws_restJson1DeleteIntegrationAssociationCommand: (input: DeleteIntegrationAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
+
export declare const serializeAws_restJson1DeleteQuickConnectCommand: (input: DeleteQuickConnectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
+
export declare const serializeAws_restJson1DeleteUseCaseCommand: (input: DeleteUseCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
+
export declare const serializeAws_restJson1DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
+
export declare const serializeAws_restJson1DeleteUserHierarchyGroupCommand: (input: DeleteUserHierarchyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
+
export declare const serializeAws_restJson1DescribeAgentStatusCommand: (input: DescribeAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
+
export declare const serializeAws_restJson1DescribeContactFlowCommand: (input: DescribeContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
+
export declare const serializeAws_restJson1DescribeHoursOfOperationCommand: (input: DescribeHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
+
export declare const serializeAws_restJson1DescribeInstanceCommand: (input: DescribeInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
+
export declare const serializeAws_restJson1DescribeInstanceAttributeCommand: (input: DescribeInstanceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
export declare const serializeAws_restJson1DescribeInstanceStorageConfigCommand: (input: DescribeInstanceStorageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
+
export declare const serializeAws_restJson1DescribeQueueCommand: (input: DescribeQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
+
export declare const serializeAws_restJson1DescribeQuickConnectCommand: (input: DescribeQuickConnectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
+
export declare const serializeAws_restJson1DescribeRoutingProfileCommand: (input: DescribeRoutingProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
+
export declare const serializeAws_restJson1DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
+
export declare const serializeAws_restJson1DescribeUserHierarchyGroupCommand: (input: DescribeUserHierarchyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
+
export declare const serializeAws_restJson1DescribeUserHierarchyStructureCommand: (input: DescribeUserHierarchyStructureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const serializeAws_restJson1DisassociateApprovedOriginCommand: (input: DisassociateApprovedOriginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
+
export declare const serializeAws_restJson1DisassociateBotCommand: (input: DisassociateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
|
+
export declare const serializeAws_restJson1DisassociateInstanceStorageConfigCommand: (input: DisassociateInstanceStorageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
+
export declare const serializeAws_restJson1DisassociateLambdaFunctionCommand: (input: DisassociateLambdaFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const serializeAws_restJson1DisassociateLexBotCommand: (input: DisassociateLexBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
+
export declare const serializeAws_restJson1DisassociateQueueQuickConnectsCommand: (input: DisassociateQueueQuickConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
|
+
export declare const serializeAws_restJson1DisassociateRoutingProfileQueuesCommand: (input: DisassociateRoutingProfileQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
+
export declare const serializeAws_restJson1DisassociateSecurityKeyCommand: (input: DisassociateSecurityKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const serializeAws_restJson1GetContactAttributesCommand: (input: GetContactAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
+
export declare const serializeAws_restJson1GetCurrentMetricDataCommand: (input: GetCurrentMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
|
+
export declare const serializeAws_restJson1GetFederationTokenCommand: (input: GetFederationTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
|
+
export declare const serializeAws_restJson1GetMetricDataCommand: (input: GetMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const serializeAws_restJson1ListAgentStatusesCommand: (input: ListAgentStatusesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
+
export declare const serializeAws_restJson1ListApprovedOriginsCommand: (input: ListApprovedOriginsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
|
+
export declare const serializeAws_restJson1ListBotsCommand: (input: ListBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
+
export declare const serializeAws_restJson1ListContactFlowsCommand: (input: ListContactFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const serializeAws_restJson1ListHoursOfOperationsCommand: (input: ListHoursOfOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
+
export declare const serializeAws_restJson1ListInstanceAttributesCommand: (input: ListInstanceAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
|
+
export declare const serializeAws_restJson1ListInstancesCommand: (input: ListInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
|
+
export declare const serializeAws_restJson1ListInstanceStorageConfigsCommand: (input: ListInstanceStorageConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_restJson1ListIntegrationAssociationsCommand: (input: ListIntegrationAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
+
export declare const serializeAws_restJson1ListLambdaFunctionsCommand: (input: ListLambdaFunctionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
+
export declare const serializeAws_restJson1ListLexBotsCommand: (input: ListLexBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
+
export declare const serializeAws_restJson1ListPhoneNumbersCommand: (input: ListPhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const serializeAws_restJson1ListPromptsCommand: (input: ListPromptsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
+
export declare const serializeAws_restJson1ListQueueQuickConnectsCommand: (input: ListQueueQuickConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
+
export declare const serializeAws_restJson1ListQueuesCommand: (input: ListQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
|
+
export declare const serializeAws_restJson1ListQuickConnectsCommand: (input: ListQuickConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const serializeAws_restJson1ListRoutingProfileQueuesCommand: (input: ListRoutingProfileQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
|
+
export declare const serializeAws_restJson1ListRoutingProfilesCommand: (input: ListRoutingProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
180
|
+
export declare const serializeAws_restJson1ListSecurityKeysCommand: (input: ListSecurityKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
+
export declare const serializeAws_restJson1ListSecurityProfilesCommand: (input: ListSecurityProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
|
+
export declare const serializeAws_restJson1ListUseCasesCommand: (input: ListUseCasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
184
|
+
export declare const serializeAws_restJson1ListUserHierarchyGroupsCommand: (input: ListUserHierarchyGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
|
+
export declare const serializeAws_restJson1ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const serializeAws_restJson1ResumeContactRecordingCommand: (input: ResumeContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
|
+
export declare const serializeAws_restJson1StartChatContactCommand: (input: StartChatContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
|
+
export declare const serializeAws_restJson1StartContactRecordingCommand: (input: StartContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
+
export declare const serializeAws_restJson1StartOutboundVoiceContactCommand: (input: StartOutboundVoiceContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_restJson1StartTaskContactCommand: (input: StartTaskContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
191
|
+
export declare const serializeAws_restJson1StopContactCommand: (input: StopContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
192
|
+
export declare const serializeAws_restJson1StopContactRecordingCommand: (input: StopContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
|
+
export declare const serializeAws_restJson1SuspendContactRecordingCommand: (input: SuspendContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
195
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
196
|
+
export declare const serializeAws_restJson1UpdateAgentStatusCommand: (input: UpdateAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
|
+
export declare const serializeAws_restJson1UpdateContactAttributesCommand: (input: UpdateContactAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const serializeAws_restJson1UpdateContactFlowContentCommand: (input: UpdateContactFlowContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
199
|
+
export declare const serializeAws_restJson1UpdateContactFlowNameCommand: (input: UpdateContactFlowNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
200
|
+
export declare const serializeAws_restJson1UpdateHoursOfOperationCommand: (input: UpdateHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
201
|
+
export declare const serializeAws_restJson1UpdateInstanceAttributeCommand: (input: UpdateInstanceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_restJson1UpdateInstanceStorageConfigCommand: (input: UpdateInstanceStorageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
|
+
export declare const serializeAws_restJson1UpdateQueueHoursOfOperationCommand: (input: UpdateQueueHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
|
+
export declare const serializeAws_restJson1UpdateQueueMaxContactsCommand: (input: UpdateQueueMaxContactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
205
|
+
export declare const serializeAws_restJson1UpdateQueueNameCommand: (input: UpdateQueueNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_restJson1UpdateQueueOutboundCallerConfigCommand: (input: UpdateQueueOutboundCallerConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
207
|
+
export declare const serializeAws_restJson1UpdateQueueStatusCommand: (input: UpdateQueueStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
208
|
+
export declare const serializeAws_restJson1UpdateQuickConnectConfigCommand: (input: UpdateQuickConnectConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
209
|
+
export declare const serializeAws_restJson1UpdateQuickConnectNameCommand: (input: UpdateQuickConnectNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_restJson1UpdateRoutingProfileConcurrencyCommand: (input: UpdateRoutingProfileConcurrencyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
211
|
+
export declare const serializeAws_restJson1UpdateRoutingProfileDefaultOutboundQueueCommand: (input: UpdateRoutingProfileDefaultOutboundQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
212
|
+
export declare const serializeAws_restJson1UpdateRoutingProfileNameCommand: (input: UpdateRoutingProfileNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
213
|
+
export declare const serializeAws_restJson1UpdateRoutingProfileQueuesCommand: (input: UpdateRoutingProfileQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_restJson1UpdateUserHierarchyCommand: (input: UpdateUserHierarchyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
215
|
+
export declare const serializeAws_restJson1UpdateUserHierarchyGroupNameCommand: (input: UpdateUserHierarchyGroupNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
216
|
+
export declare const serializeAws_restJson1UpdateUserHierarchyStructureCommand: (input: UpdateUserHierarchyStructureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
217
|
+
export declare const serializeAws_restJson1UpdateUserIdentityInfoCommand: (input: UpdateUserIdentityInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_restJson1UpdateUserPhoneConfigCommand: (input: UpdateUserPhoneConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
219
|
+
export declare const serializeAws_restJson1UpdateUserRoutingProfileCommand: (input: UpdateUserRoutingProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
220
|
+
export declare const serializeAws_restJson1UpdateUserSecurityProfilesCommand: (input: UpdateUserSecurityProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
221
|
+
export declare const deserializeAws_restJson1AssociateApprovedOriginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateApprovedOriginCommandOutput>;
|
|
222
|
+
export declare const deserializeAws_restJson1AssociateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateBotCommandOutput>;
|
|
223
|
+
export declare const deserializeAws_restJson1AssociateInstanceStorageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateInstanceStorageConfigCommandOutput>;
|
|
224
|
+
export declare const deserializeAws_restJson1AssociateLambdaFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateLambdaFunctionCommandOutput>;
|
|
225
|
+
export declare const deserializeAws_restJson1AssociateLexBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateLexBotCommandOutput>;
|
|
226
|
+
export declare const deserializeAws_restJson1AssociateQueueQuickConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateQueueQuickConnectsCommandOutput>;
|
|
227
|
+
export declare const deserializeAws_restJson1AssociateRoutingProfileQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateRoutingProfileQueuesCommandOutput>;
|
|
228
|
+
export declare const deserializeAws_restJson1AssociateSecurityKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSecurityKeyCommandOutput>;
|
|
229
|
+
export declare const deserializeAws_restJson1CreateAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentStatusCommandOutput>;
|
|
230
|
+
export declare const deserializeAws_restJson1CreateContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContactFlowCommandOutput>;
|
|
231
|
+
export declare const deserializeAws_restJson1CreateHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHoursOfOperationCommandOutput>;
|
|
232
|
+
export declare const deserializeAws_restJson1CreateInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstanceCommandOutput>;
|
|
233
|
+
export declare const deserializeAws_restJson1CreateIntegrationAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationAssociationCommandOutput>;
|
|
234
|
+
export declare const deserializeAws_restJson1CreateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueueCommandOutput>;
|
|
235
|
+
export declare const deserializeAws_restJson1CreateQuickConnectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQuickConnectCommandOutput>;
|
|
236
|
+
export declare const deserializeAws_restJson1CreateRoutingProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoutingProfileCommandOutput>;
|
|
237
|
+
export declare const deserializeAws_restJson1CreateUseCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUseCaseCommandOutput>;
|
|
238
|
+
export declare const deserializeAws_restJson1CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
|
|
239
|
+
export declare const deserializeAws_restJson1CreateUserHierarchyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserHierarchyGroupCommandOutput>;
|
|
240
|
+
export declare const deserializeAws_restJson1DeleteHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHoursOfOperationCommandOutput>;
|
|
241
|
+
export declare const deserializeAws_restJson1DeleteInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceCommandOutput>;
|
|
242
|
+
export declare const deserializeAws_restJson1DeleteIntegrationAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationAssociationCommandOutput>;
|
|
243
|
+
export declare const deserializeAws_restJson1DeleteQuickConnectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQuickConnectCommandOutput>;
|
|
244
|
+
export declare const deserializeAws_restJson1DeleteUseCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUseCaseCommandOutput>;
|
|
245
|
+
export declare const deserializeAws_restJson1DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
|
|
246
|
+
export declare const deserializeAws_restJson1DeleteUserHierarchyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserHierarchyGroupCommandOutput>;
|
|
247
|
+
export declare const deserializeAws_restJson1DescribeAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgentStatusCommandOutput>;
|
|
248
|
+
export declare const deserializeAws_restJson1DescribeContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactFlowCommandOutput>;
|
|
249
|
+
export declare const deserializeAws_restJson1DescribeHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHoursOfOperationCommandOutput>;
|
|
250
|
+
export declare const deserializeAws_restJson1DescribeInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceCommandOutput>;
|
|
251
|
+
export declare const deserializeAws_restJson1DescribeInstanceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceAttributeCommandOutput>;
|
|
252
|
+
export declare const deserializeAws_restJson1DescribeInstanceStorageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceStorageConfigCommandOutput>;
|
|
253
|
+
export declare const deserializeAws_restJson1DescribeQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQueueCommandOutput>;
|
|
254
|
+
export declare const deserializeAws_restJson1DescribeQuickConnectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQuickConnectCommandOutput>;
|
|
255
|
+
export declare const deserializeAws_restJson1DescribeRoutingProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRoutingProfileCommandOutput>;
|
|
256
|
+
export declare const deserializeAws_restJson1DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
|
|
257
|
+
export declare const deserializeAws_restJson1DescribeUserHierarchyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserHierarchyGroupCommandOutput>;
|
|
258
|
+
export declare const deserializeAws_restJson1DescribeUserHierarchyStructureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserHierarchyStructureCommandOutput>;
|
|
259
|
+
export declare const deserializeAws_restJson1DisassociateApprovedOriginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateApprovedOriginCommandOutput>;
|
|
260
|
+
export declare const deserializeAws_restJson1DisassociateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateBotCommandOutput>;
|
|
261
|
+
export declare const deserializeAws_restJson1DisassociateInstanceStorageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateInstanceStorageConfigCommandOutput>;
|
|
262
|
+
export declare const deserializeAws_restJson1DisassociateLambdaFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateLambdaFunctionCommandOutput>;
|
|
263
|
+
export declare const deserializeAws_restJson1DisassociateLexBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateLexBotCommandOutput>;
|
|
264
|
+
export declare const deserializeAws_restJson1DisassociateQueueQuickConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateQueueQuickConnectsCommandOutput>;
|
|
265
|
+
export declare const deserializeAws_restJson1DisassociateRoutingProfileQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateRoutingProfileQueuesCommandOutput>;
|
|
266
|
+
export declare const deserializeAws_restJson1DisassociateSecurityKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSecurityKeyCommandOutput>;
|
|
267
|
+
export declare const deserializeAws_restJson1GetContactAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContactAttributesCommandOutput>;
|
|
268
|
+
export declare const deserializeAws_restJson1GetCurrentMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCurrentMetricDataCommandOutput>;
|
|
269
|
+
export declare const deserializeAws_restJson1GetFederationTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFederationTokenCommandOutput>;
|
|
270
|
+
export declare const deserializeAws_restJson1GetMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricDataCommandOutput>;
|
|
271
|
+
export declare const deserializeAws_restJson1ListAgentStatusesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgentStatusesCommandOutput>;
|
|
272
|
+
export declare const deserializeAws_restJson1ListApprovedOriginsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApprovedOriginsCommandOutput>;
|
|
273
|
+
export declare const deserializeAws_restJson1ListBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotsCommandOutput>;
|
|
274
|
+
export declare const deserializeAws_restJson1ListContactFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactFlowsCommandOutput>;
|
|
275
|
+
export declare const deserializeAws_restJson1ListHoursOfOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHoursOfOperationsCommandOutput>;
|
|
276
|
+
export declare const deserializeAws_restJson1ListInstanceAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceAttributesCommandOutput>;
|
|
277
|
+
export declare const deserializeAws_restJson1ListInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstancesCommandOutput>;
|
|
278
|
+
export declare const deserializeAws_restJson1ListInstanceStorageConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceStorageConfigsCommandOutput>;
|
|
279
|
+
export declare const deserializeAws_restJson1ListIntegrationAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIntegrationAssociationsCommandOutput>;
|
|
280
|
+
export declare const deserializeAws_restJson1ListLambdaFunctionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLambdaFunctionsCommandOutput>;
|
|
281
|
+
export declare const deserializeAws_restJson1ListLexBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLexBotsCommandOutput>;
|
|
282
|
+
export declare const deserializeAws_restJson1ListPhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPhoneNumbersCommandOutput>;
|
|
283
|
+
export declare const deserializeAws_restJson1ListPromptsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPromptsCommandOutput>;
|
|
284
|
+
export declare const deserializeAws_restJson1ListQueueQuickConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueueQuickConnectsCommandOutput>;
|
|
285
|
+
export declare const deserializeAws_restJson1ListQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuesCommandOutput>;
|
|
286
|
+
export declare const deserializeAws_restJson1ListQuickConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQuickConnectsCommandOutput>;
|
|
287
|
+
export declare const deserializeAws_restJson1ListRoutingProfileQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoutingProfileQueuesCommandOutput>;
|
|
288
|
+
export declare const deserializeAws_restJson1ListRoutingProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoutingProfilesCommandOutput>;
|
|
289
|
+
export declare const deserializeAws_restJson1ListSecurityKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityKeysCommandOutput>;
|
|
290
|
+
export declare const deserializeAws_restJson1ListSecurityProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityProfilesCommandOutput>;
|
|
291
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
292
|
+
export declare const deserializeAws_restJson1ListUseCasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUseCasesCommandOutput>;
|
|
293
|
+
export declare const deserializeAws_restJson1ListUserHierarchyGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserHierarchyGroupsCommandOutput>;
|
|
294
|
+
export declare const deserializeAws_restJson1ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
|
|
295
|
+
export declare const deserializeAws_restJson1ResumeContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeContactRecordingCommandOutput>;
|
|
296
|
+
export declare const deserializeAws_restJson1StartChatContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChatContactCommandOutput>;
|
|
297
|
+
export declare const deserializeAws_restJson1StartContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartContactRecordingCommandOutput>;
|
|
298
|
+
export declare const deserializeAws_restJson1StartOutboundVoiceContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartOutboundVoiceContactCommandOutput>;
|
|
299
|
+
export declare const deserializeAws_restJson1StartTaskContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTaskContactCommandOutput>;
|
|
300
|
+
export declare const deserializeAws_restJson1StopContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopContactCommandOutput>;
|
|
301
|
+
export declare const deserializeAws_restJson1StopContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopContactRecordingCommandOutput>;
|
|
302
|
+
export declare const deserializeAws_restJson1SuspendContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SuspendContactRecordingCommandOutput>;
|
|
303
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
304
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
305
|
+
export declare const deserializeAws_restJson1UpdateAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgentStatusCommandOutput>;
|
|
306
|
+
export declare const deserializeAws_restJson1UpdateContactAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactAttributesCommandOutput>;
|
|
307
|
+
export declare const deserializeAws_restJson1UpdateContactFlowContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowContentCommandOutput>;
|
|
308
|
+
export declare const deserializeAws_restJson1UpdateContactFlowNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowNameCommandOutput>;
|
|
309
|
+
export declare const deserializeAws_restJson1UpdateHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHoursOfOperationCommandOutput>;
|
|
310
|
+
export declare const deserializeAws_restJson1UpdateInstanceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceAttributeCommandOutput>;
|
|
311
|
+
export declare const deserializeAws_restJson1UpdateInstanceStorageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceStorageConfigCommandOutput>;
|
|
312
|
+
export declare const deserializeAws_restJson1UpdateQueueHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueHoursOfOperationCommandOutput>;
|
|
313
|
+
export declare const deserializeAws_restJson1UpdateQueueMaxContactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueMaxContactsCommandOutput>;
|
|
314
|
+
export declare const deserializeAws_restJson1UpdateQueueNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueNameCommandOutput>;
|
|
315
|
+
export declare const deserializeAws_restJson1UpdateQueueOutboundCallerConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueOutboundCallerConfigCommandOutput>;
|
|
316
|
+
export declare const deserializeAws_restJson1UpdateQueueStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueStatusCommandOutput>;
|
|
317
|
+
export declare const deserializeAws_restJson1UpdateQuickConnectConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQuickConnectConfigCommandOutput>;
|
|
318
|
+
export declare const deserializeAws_restJson1UpdateQuickConnectNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQuickConnectNameCommandOutput>;
|
|
319
|
+
export declare const deserializeAws_restJson1UpdateRoutingProfileConcurrencyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoutingProfileConcurrencyCommandOutput>;
|
|
320
|
+
export declare const deserializeAws_restJson1UpdateRoutingProfileDefaultOutboundQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoutingProfileDefaultOutboundQueueCommandOutput>;
|
|
321
|
+
export declare const deserializeAws_restJson1UpdateRoutingProfileNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoutingProfileNameCommandOutput>;
|
|
322
|
+
export declare const deserializeAws_restJson1UpdateRoutingProfileQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoutingProfileQueuesCommandOutput>;
|
|
323
|
+
export declare const deserializeAws_restJson1UpdateUserHierarchyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserHierarchyCommandOutput>;
|
|
324
|
+
export declare const deserializeAws_restJson1UpdateUserHierarchyGroupNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserHierarchyGroupNameCommandOutput>;
|
|
325
|
+
export declare const deserializeAws_restJson1UpdateUserHierarchyStructureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserHierarchyStructureCommandOutput>;
|
|
326
|
+
export declare const deserializeAws_restJson1UpdateUserIdentityInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserIdentityInfoCommandOutput>;
|
|
327
|
+
export declare const deserializeAws_restJson1UpdateUserPhoneConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserPhoneConfigCommandOutput>;
|
|
328
|
+
export declare const deserializeAws_restJson1UpdateUserRoutingProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserRoutingProfileCommandOutput>;
|
|
329
|
+
export declare const deserializeAws_restJson1UpdateUserSecurityProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserSecurityProfilesCommandOutput>;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { ConnectClientConfig } from "./ConnectClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
|
|
14
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
|
+
apiVersion: string;
|
|
20
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
21
|
+
disableHostPrefix: boolean;
|
|
22
|
+
logger: import("@aws-sdk/types").Logger;
|
|
23
|
+
serviceId: string;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
26
|
+
tls?: boolean | undefined;
|
|
27
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
28
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
29
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
30
|
+
signingEscapePath?: boolean | undefined;
|
|
31
|
+
systemClockOffset?: number | undefined;
|
|
32
|
+
signingRegion?: string | undefined;
|
|
33
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
34
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
35
|
+
};
|