@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
package/dist/es/Connect.js
DELETED
|
@@ -1,1646 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { ConnectClient } from "./ConnectClient";
|
|
3
|
-
import { AssociateApprovedOriginCommand, } from "./commands/AssociateApprovedOriginCommand";
|
|
4
|
-
import { AssociateBotCommand, } from "./commands/AssociateBotCommand";
|
|
5
|
-
import { AssociateInstanceStorageConfigCommand, } from "./commands/AssociateInstanceStorageConfigCommand";
|
|
6
|
-
import { AssociateLambdaFunctionCommand, } from "./commands/AssociateLambdaFunctionCommand";
|
|
7
|
-
import { AssociateLexBotCommand, } from "./commands/AssociateLexBotCommand";
|
|
8
|
-
import { AssociateQueueQuickConnectsCommand, } from "./commands/AssociateQueueQuickConnectsCommand";
|
|
9
|
-
import { AssociateRoutingProfileQueuesCommand, } from "./commands/AssociateRoutingProfileQueuesCommand";
|
|
10
|
-
import { AssociateSecurityKeyCommand, } from "./commands/AssociateSecurityKeyCommand";
|
|
11
|
-
import { CreateAgentStatusCommand, } from "./commands/CreateAgentStatusCommand";
|
|
12
|
-
import { CreateContactFlowCommand, } from "./commands/CreateContactFlowCommand";
|
|
13
|
-
import { CreateHoursOfOperationCommand, } from "./commands/CreateHoursOfOperationCommand";
|
|
14
|
-
import { CreateInstanceCommand, } from "./commands/CreateInstanceCommand";
|
|
15
|
-
import { CreateIntegrationAssociationCommand, } from "./commands/CreateIntegrationAssociationCommand";
|
|
16
|
-
import { CreateQueueCommand } from "./commands/CreateQueueCommand";
|
|
17
|
-
import { CreateQuickConnectCommand, } from "./commands/CreateQuickConnectCommand";
|
|
18
|
-
import { CreateRoutingProfileCommand, } from "./commands/CreateRoutingProfileCommand";
|
|
19
|
-
import { CreateUseCaseCommand, } from "./commands/CreateUseCaseCommand";
|
|
20
|
-
import { CreateUserCommand } from "./commands/CreateUserCommand";
|
|
21
|
-
import { CreateUserHierarchyGroupCommand, } from "./commands/CreateUserHierarchyGroupCommand";
|
|
22
|
-
import { DeleteHoursOfOperationCommand, } from "./commands/DeleteHoursOfOperationCommand";
|
|
23
|
-
import { DeleteInstanceCommand, } from "./commands/DeleteInstanceCommand";
|
|
24
|
-
import { DeleteIntegrationAssociationCommand, } from "./commands/DeleteIntegrationAssociationCommand";
|
|
25
|
-
import { DeleteQuickConnectCommand, } from "./commands/DeleteQuickConnectCommand";
|
|
26
|
-
import { DeleteUseCaseCommand, } from "./commands/DeleteUseCaseCommand";
|
|
27
|
-
import { DeleteUserCommand } from "./commands/DeleteUserCommand";
|
|
28
|
-
import { DeleteUserHierarchyGroupCommand, } from "./commands/DeleteUserHierarchyGroupCommand";
|
|
29
|
-
import { DescribeAgentStatusCommand, } from "./commands/DescribeAgentStatusCommand";
|
|
30
|
-
import { DescribeContactFlowCommand, } from "./commands/DescribeContactFlowCommand";
|
|
31
|
-
import { DescribeHoursOfOperationCommand, } from "./commands/DescribeHoursOfOperationCommand";
|
|
32
|
-
import { DescribeInstanceAttributeCommand, } from "./commands/DescribeInstanceAttributeCommand";
|
|
33
|
-
import { DescribeInstanceCommand, } from "./commands/DescribeInstanceCommand";
|
|
34
|
-
import { DescribeInstanceStorageConfigCommand, } from "./commands/DescribeInstanceStorageConfigCommand";
|
|
35
|
-
import { DescribeQueueCommand, } from "./commands/DescribeQueueCommand";
|
|
36
|
-
import { DescribeQuickConnectCommand, } from "./commands/DescribeQuickConnectCommand";
|
|
37
|
-
import { DescribeRoutingProfileCommand, } from "./commands/DescribeRoutingProfileCommand";
|
|
38
|
-
import { DescribeUserCommand, } from "./commands/DescribeUserCommand";
|
|
39
|
-
import { DescribeUserHierarchyGroupCommand, } from "./commands/DescribeUserHierarchyGroupCommand";
|
|
40
|
-
import { DescribeUserHierarchyStructureCommand, } from "./commands/DescribeUserHierarchyStructureCommand";
|
|
41
|
-
import { DisassociateApprovedOriginCommand, } from "./commands/DisassociateApprovedOriginCommand";
|
|
42
|
-
import { DisassociateBotCommand, } from "./commands/DisassociateBotCommand";
|
|
43
|
-
import { DisassociateInstanceStorageConfigCommand, } from "./commands/DisassociateInstanceStorageConfigCommand";
|
|
44
|
-
import { DisassociateLambdaFunctionCommand, } from "./commands/DisassociateLambdaFunctionCommand";
|
|
45
|
-
import { DisassociateLexBotCommand, } from "./commands/DisassociateLexBotCommand";
|
|
46
|
-
import { DisassociateQueueQuickConnectsCommand, } from "./commands/DisassociateQueueQuickConnectsCommand";
|
|
47
|
-
import { DisassociateRoutingProfileQueuesCommand, } from "./commands/DisassociateRoutingProfileQueuesCommand";
|
|
48
|
-
import { DisassociateSecurityKeyCommand, } from "./commands/DisassociateSecurityKeyCommand";
|
|
49
|
-
import { GetContactAttributesCommand, } from "./commands/GetContactAttributesCommand";
|
|
50
|
-
import { GetCurrentMetricDataCommand, } from "./commands/GetCurrentMetricDataCommand";
|
|
51
|
-
import { GetFederationTokenCommand, } from "./commands/GetFederationTokenCommand";
|
|
52
|
-
import { GetMetricDataCommand, } from "./commands/GetMetricDataCommand";
|
|
53
|
-
import { ListAgentStatusesCommand, } from "./commands/ListAgentStatusesCommand";
|
|
54
|
-
import { ListApprovedOriginsCommand, } from "./commands/ListApprovedOriginsCommand";
|
|
55
|
-
import { ListBotsCommand } from "./commands/ListBotsCommand";
|
|
56
|
-
import { ListContactFlowsCommand, } from "./commands/ListContactFlowsCommand";
|
|
57
|
-
import { ListHoursOfOperationsCommand, } from "./commands/ListHoursOfOperationsCommand";
|
|
58
|
-
import { ListInstanceAttributesCommand, } from "./commands/ListInstanceAttributesCommand";
|
|
59
|
-
import { ListInstanceStorageConfigsCommand, } from "./commands/ListInstanceStorageConfigsCommand";
|
|
60
|
-
import { ListInstancesCommand, } from "./commands/ListInstancesCommand";
|
|
61
|
-
import { ListIntegrationAssociationsCommand, } from "./commands/ListIntegrationAssociationsCommand";
|
|
62
|
-
import { ListLambdaFunctionsCommand, } from "./commands/ListLambdaFunctionsCommand";
|
|
63
|
-
import { ListLexBotsCommand } from "./commands/ListLexBotsCommand";
|
|
64
|
-
import { ListPhoneNumbersCommand, } from "./commands/ListPhoneNumbersCommand";
|
|
65
|
-
import { ListPromptsCommand } from "./commands/ListPromptsCommand";
|
|
66
|
-
import { ListQueueQuickConnectsCommand, } from "./commands/ListQueueQuickConnectsCommand";
|
|
67
|
-
import { ListQueuesCommand } from "./commands/ListQueuesCommand";
|
|
68
|
-
import { ListQuickConnectsCommand, } from "./commands/ListQuickConnectsCommand";
|
|
69
|
-
import { ListRoutingProfileQueuesCommand, } from "./commands/ListRoutingProfileQueuesCommand";
|
|
70
|
-
import { ListRoutingProfilesCommand, } from "./commands/ListRoutingProfilesCommand";
|
|
71
|
-
import { ListSecurityKeysCommand, } from "./commands/ListSecurityKeysCommand";
|
|
72
|
-
import { ListSecurityProfilesCommand, } from "./commands/ListSecurityProfilesCommand";
|
|
73
|
-
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
74
|
-
import { ListUseCasesCommand, } from "./commands/ListUseCasesCommand";
|
|
75
|
-
import { ListUserHierarchyGroupsCommand, } from "./commands/ListUserHierarchyGroupsCommand";
|
|
76
|
-
import { ListUsersCommand } from "./commands/ListUsersCommand";
|
|
77
|
-
import { ResumeContactRecordingCommand, } from "./commands/ResumeContactRecordingCommand";
|
|
78
|
-
import { StartChatContactCommand, } from "./commands/StartChatContactCommand";
|
|
79
|
-
import { StartContactRecordingCommand, } from "./commands/StartContactRecordingCommand";
|
|
80
|
-
import { StartOutboundVoiceContactCommand, } from "./commands/StartOutboundVoiceContactCommand";
|
|
81
|
-
import { StartTaskContactCommand, } from "./commands/StartTaskContactCommand";
|
|
82
|
-
import { StopContactCommand } from "./commands/StopContactCommand";
|
|
83
|
-
import { StopContactRecordingCommand, } from "./commands/StopContactRecordingCommand";
|
|
84
|
-
import { SuspendContactRecordingCommand, } from "./commands/SuspendContactRecordingCommand";
|
|
85
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
86
|
-
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
87
|
-
import { UpdateAgentStatusCommand, } from "./commands/UpdateAgentStatusCommand";
|
|
88
|
-
import { UpdateContactAttributesCommand, } from "./commands/UpdateContactAttributesCommand";
|
|
89
|
-
import { UpdateContactFlowContentCommand, } from "./commands/UpdateContactFlowContentCommand";
|
|
90
|
-
import { UpdateContactFlowNameCommand, } from "./commands/UpdateContactFlowNameCommand";
|
|
91
|
-
import { UpdateHoursOfOperationCommand, } from "./commands/UpdateHoursOfOperationCommand";
|
|
92
|
-
import { UpdateInstanceAttributeCommand, } from "./commands/UpdateInstanceAttributeCommand";
|
|
93
|
-
import { UpdateInstanceStorageConfigCommand, } from "./commands/UpdateInstanceStorageConfigCommand";
|
|
94
|
-
import { UpdateQueueHoursOfOperationCommand, } from "./commands/UpdateQueueHoursOfOperationCommand";
|
|
95
|
-
import { UpdateQueueMaxContactsCommand, } from "./commands/UpdateQueueMaxContactsCommand";
|
|
96
|
-
import { UpdateQueueNameCommand, } from "./commands/UpdateQueueNameCommand";
|
|
97
|
-
import { UpdateQueueOutboundCallerConfigCommand, } from "./commands/UpdateQueueOutboundCallerConfigCommand";
|
|
98
|
-
import { UpdateQueueStatusCommand, } from "./commands/UpdateQueueStatusCommand";
|
|
99
|
-
import { UpdateQuickConnectConfigCommand, } from "./commands/UpdateQuickConnectConfigCommand";
|
|
100
|
-
import { UpdateQuickConnectNameCommand, } from "./commands/UpdateQuickConnectNameCommand";
|
|
101
|
-
import { UpdateRoutingProfileConcurrencyCommand, } from "./commands/UpdateRoutingProfileConcurrencyCommand";
|
|
102
|
-
import { UpdateRoutingProfileDefaultOutboundQueueCommand, } from "./commands/UpdateRoutingProfileDefaultOutboundQueueCommand";
|
|
103
|
-
import { UpdateRoutingProfileNameCommand, } from "./commands/UpdateRoutingProfileNameCommand";
|
|
104
|
-
import { UpdateRoutingProfileQueuesCommand, } from "./commands/UpdateRoutingProfileQueuesCommand";
|
|
105
|
-
import { UpdateUserHierarchyCommand, } from "./commands/UpdateUserHierarchyCommand";
|
|
106
|
-
import { UpdateUserHierarchyGroupNameCommand, } from "./commands/UpdateUserHierarchyGroupNameCommand";
|
|
107
|
-
import { UpdateUserHierarchyStructureCommand, } from "./commands/UpdateUserHierarchyStructureCommand";
|
|
108
|
-
import { UpdateUserIdentityInfoCommand, } from "./commands/UpdateUserIdentityInfoCommand";
|
|
109
|
-
import { UpdateUserPhoneConfigCommand, } from "./commands/UpdateUserPhoneConfigCommand";
|
|
110
|
-
import { UpdateUserRoutingProfileCommand, } from "./commands/UpdateUserRoutingProfileCommand";
|
|
111
|
-
import { UpdateUserSecurityProfilesCommand, } from "./commands/UpdateUserSecurityProfilesCommand";
|
|
112
|
-
var Connect = (function (_super) {
|
|
113
|
-
__extends(Connect, _super);
|
|
114
|
-
function Connect() {
|
|
115
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
116
|
-
}
|
|
117
|
-
Connect.prototype.associateApprovedOrigin = function (args, optionsOrCb, cb) {
|
|
118
|
-
var command = new AssociateApprovedOriginCommand(args);
|
|
119
|
-
if (typeof optionsOrCb === "function") {
|
|
120
|
-
this.send(command, optionsOrCb);
|
|
121
|
-
}
|
|
122
|
-
else if (typeof cb === "function") {
|
|
123
|
-
if (typeof optionsOrCb !== "object")
|
|
124
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
125
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
126
|
-
}
|
|
127
|
-
else {
|
|
128
|
-
return this.send(command, optionsOrCb);
|
|
129
|
-
}
|
|
130
|
-
};
|
|
131
|
-
Connect.prototype.associateBot = function (args, optionsOrCb, cb) {
|
|
132
|
-
var command = new AssociateBotCommand(args);
|
|
133
|
-
if (typeof optionsOrCb === "function") {
|
|
134
|
-
this.send(command, optionsOrCb);
|
|
135
|
-
}
|
|
136
|
-
else if (typeof cb === "function") {
|
|
137
|
-
if (typeof optionsOrCb !== "object")
|
|
138
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
139
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
140
|
-
}
|
|
141
|
-
else {
|
|
142
|
-
return this.send(command, optionsOrCb);
|
|
143
|
-
}
|
|
144
|
-
};
|
|
145
|
-
Connect.prototype.associateInstanceStorageConfig = function (args, optionsOrCb, cb) {
|
|
146
|
-
var command = new AssociateInstanceStorageConfigCommand(args);
|
|
147
|
-
if (typeof optionsOrCb === "function") {
|
|
148
|
-
this.send(command, optionsOrCb);
|
|
149
|
-
}
|
|
150
|
-
else if (typeof cb === "function") {
|
|
151
|
-
if (typeof optionsOrCb !== "object")
|
|
152
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
153
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
154
|
-
}
|
|
155
|
-
else {
|
|
156
|
-
return this.send(command, optionsOrCb);
|
|
157
|
-
}
|
|
158
|
-
};
|
|
159
|
-
Connect.prototype.associateLambdaFunction = function (args, optionsOrCb, cb) {
|
|
160
|
-
var command = new AssociateLambdaFunctionCommand(args);
|
|
161
|
-
if (typeof optionsOrCb === "function") {
|
|
162
|
-
this.send(command, optionsOrCb);
|
|
163
|
-
}
|
|
164
|
-
else if (typeof cb === "function") {
|
|
165
|
-
if (typeof optionsOrCb !== "object")
|
|
166
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
167
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
168
|
-
}
|
|
169
|
-
else {
|
|
170
|
-
return this.send(command, optionsOrCb);
|
|
171
|
-
}
|
|
172
|
-
};
|
|
173
|
-
Connect.prototype.associateLexBot = function (args, optionsOrCb, cb) {
|
|
174
|
-
var command = new AssociateLexBotCommand(args);
|
|
175
|
-
if (typeof optionsOrCb === "function") {
|
|
176
|
-
this.send(command, optionsOrCb);
|
|
177
|
-
}
|
|
178
|
-
else if (typeof cb === "function") {
|
|
179
|
-
if (typeof optionsOrCb !== "object")
|
|
180
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
181
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
182
|
-
}
|
|
183
|
-
else {
|
|
184
|
-
return this.send(command, optionsOrCb);
|
|
185
|
-
}
|
|
186
|
-
};
|
|
187
|
-
Connect.prototype.associateQueueQuickConnects = function (args, optionsOrCb, cb) {
|
|
188
|
-
var command = new AssociateQueueQuickConnectsCommand(args);
|
|
189
|
-
if (typeof optionsOrCb === "function") {
|
|
190
|
-
this.send(command, optionsOrCb);
|
|
191
|
-
}
|
|
192
|
-
else if (typeof cb === "function") {
|
|
193
|
-
if (typeof optionsOrCb !== "object")
|
|
194
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
195
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
196
|
-
}
|
|
197
|
-
else {
|
|
198
|
-
return this.send(command, optionsOrCb);
|
|
199
|
-
}
|
|
200
|
-
};
|
|
201
|
-
Connect.prototype.associateRoutingProfileQueues = function (args, optionsOrCb, cb) {
|
|
202
|
-
var command = new AssociateRoutingProfileQueuesCommand(args);
|
|
203
|
-
if (typeof optionsOrCb === "function") {
|
|
204
|
-
this.send(command, optionsOrCb);
|
|
205
|
-
}
|
|
206
|
-
else if (typeof cb === "function") {
|
|
207
|
-
if (typeof optionsOrCb !== "object")
|
|
208
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
209
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
210
|
-
}
|
|
211
|
-
else {
|
|
212
|
-
return this.send(command, optionsOrCb);
|
|
213
|
-
}
|
|
214
|
-
};
|
|
215
|
-
Connect.prototype.associateSecurityKey = function (args, optionsOrCb, cb) {
|
|
216
|
-
var command = new AssociateSecurityKeyCommand(args);
|
|
217
|
-
if (typeof optionsOrCb === "function") {
|
|
218
|
-
this.send(command, optionsOrCb);
|
|
219
|
-
}
|
|
220
|
-
else if (typeof cb === "function") {
|
|
221
|
-
if (typeof optionsOrCb !== "object")
|
|
222
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
223
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
224
|
-
}
|
|
225
|
-
else {
|
|
226
|
-
return this.send(command, optionsOrCb);
|
|
227
|
-
}
|
|
228
|
-
};
|
|
229
|
-
Connect.prototype.createAgentStatus = function (args, optionsOrCb, cb) {
|
|
230
|
-
var command = new CreateAgentStatusCommand(args);
|
|
231
|
-
if (typeof optionsOrCb === "function") {
|
|
232
|
-
this.send(command, optionsOrCb);
|
|
233
|
-
}
|
|
234
|
-
else if (typeof cb === "function") {
|
|
235
|
-
if (typeof optionsOrCb !== "object")
|
|
236
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
237
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
238
|
-
}
|
|
239
|
-
else {
|
|
240
|
-
return this.send(command, optionsOrCb);
|
|
241
|
-
}
|
|
242
|
-
};
|
|
243
|
-
Connect.prototype.createContactFlow = function (args, optionsOrCb, cb) {
|
|
244
|
-
var command = new CreateContactFlowCommand(args);
|
|
245
|
-
if (typeof optionsOrCb === "function") {
|
|
246
|
-
this.send(command, optionsOrCb);
|
|
247
|
-
}
|
|
248
|
-
else if (typeof cb === "function") {
|
|
249
|
-
if (typeof optionsOrCb !== "object")
|
|
250
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
251
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
252
|
-
}
|
|
253
|
-
else {
|
|
254
|
-
return this.send(command, optionsOrCb);
|
|
255
|
-
}
|
|
256
|
-
};
|
|
257
|
-
Connect.prototype.createHoursOfOperation = function (args, optionsOrCb, cb) {
|
|
258
|
-
var command = new CreateHoursOfOperationCommand(args);
|
|
259
|
-
if (typeof optionsOrCb === "function") {
|
|
260
|
-
this.send(command, optionsOrCb);
|
|
261
|
-
}
|
|
262
|
-
else if (typeof cb === "function") {
|
|
263
|
-
if (typeof optionsOrCb !== "object")
|
|
264
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
265
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
266
|
-
}
|
|
267
|
-
else {
|
|
268
|
-
return this.send(command, optionsOrCb);
|
|
269
|
-
}
|
|
270
|
-
};
|
|
271
|
-
Connect.prototype.createInstance = function (args, optionsOrCb, cb) {
|
|
272
|
-
var command = new CreateInstanceCommand(args);
|
|
273
|
-
if (typeof optionsOrCb === "function") {
|
|
274
|
-
this.send(command, optionsOrCb);
|
|
275
|
-
}
|
|
276
|
-
else if (typeof cb === "function") {
|
|
277
|
-
if (typeof optionsOrCb !== "object")
|
|
278
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
279
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
280
|
-
}
|
|
281
|
-
else {
|
|
282
|
-
return this.send(command, optionsOrCb);
|
|
283
|
-
}
|
|
284
|
-
};
|
|
285
|
-
Connect.prototype.createIntegrationAssociation = function (args, optionsOrCb, cb) {
|
|
286
|
-
var command = new CreateIntegrationAssociationCommand(args);
|
|
287
|
-
if (typeof optionsOrCb === "function") {
|
|
288
|
-
this.send(command, optionsOrCb);
|
|
289
|
-
}
|
|
290
|
-
else if (typeof cb === "function") {
|
|
291
|
-
if (typeof optionsOrCb !== "object")
|
|
292
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
293
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
294
|
-
}
|
|
295
|
-
else {
|
|
296
|
-
return this.send(command, optionsOrCb);
|
|
297
|
-
}
|
|
298
|
-
};
|
|
299
|
-
Connect.prototype.createQueue = function (args, optionsOrCb, cb) {
|
|
300
|
-
var command = new CreateQueueCommand(args);
|
|
301
|
-
if (typeof optionsOrCb === "function") {
|
|
302
|
-
this.send(command, optionsOrCb);
|
|
303
|
-
}
|
|
304
|
-
else if (typeof cb === "function") {
|
|
305
|
-
if (typeof optionsOrCb !== "object")
|
|
306
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
307
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
308
|
-
}
|
|
309
|
-
else {
|
|
310
|
-
return this.send(command, optionsOrCb);
|
|
311
|
-
}
|
|
312
|
-
};
|
|
313
|
-
Connect.prototype.createQuickConnect = function (args, optionsOrCb, cb) {
|
|
314
|
-
var command = new CreateQuickConnectCommand(args);
|
|
315
|
-
if (typeof optionsOrCb === "function") {
|
|
316
|
-
this.send(command, optionsOrCb);
|
|
317
|
-
}
|
|
318
|
-
else if (typeof cb === "function") {
|
|
319
|
-
if (typeof optionsOrCb !== "object")
|
|
320
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
321
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
322
|
-
}
|
|
323
|
-
else {
|
|
324
|
-
return this.send(command, optionsOrCb);
|
|
325
|
-
}
|
|
326
|
-
};
|
|
327
|
-
Connect.prototype.createRoutingProfile = function (args, optionsOrCb, cb) {
|
|
328
|
-
var command = new CreateRoutingProfileCommand(args);
|
|
329
|
-
if (typeof optionsOrCb === "function") {
|
|
330
|
-
this.send(command, optionsOrCb);
|
|
331
|
-
}
|
|
332
|
-
else if (typeof cb === "function") {
|
|
333
|
-
if (typeof optionsOrCb !== "object")
|
|
334
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
335
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
336
|
-
}
|
|
337
|
-
else {
|
|
338
|
-
return this.send(command, optionsOrCb);
|
|
339
|
-
}
|
|
340
|
-
};
|
|
341
|
-
Connect.prototype.createUseCase = function (args, optionsOrCb, cb) {
|
|
342
|
-
var command = new CreateUseCaseCommand(args);
|
|
343
|
-
if (typeof optionsOrCb === "function") {
|
|
344
|
-
this.send(command, optionsOrCb);
|
|
345
|
-
}
|
|
346
|
-
else if (typeof cb === "function") {
|
|
347
|
-
if (typeof optionsOrCb !== "object")
|
|
348
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
349
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
350
|
-
}
|
|
351
|
-
else {
|
|
352
|
-
return this.send(command, optionsOrCb);
|
|
353
|
-
}
|
|
354
|
-
};
|
|
355
|
-
Connect.prototype.createUser = function (args, optionsOrCb, cb) {
|
|
356
|
-
var command = new CreateUserCommand(args);
|
|
357
|
-
if (typeof optionsOrCb === "function") {
|
|
358
|
-
this.send(command, optionsOrCb);
|
|
359
|
-
}
|
|
360
|
-
else if (typeof cb === "function") {
|
|
361
|
-
if (typeof optionsOrCb !== "object")
|
|
362
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
363
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
364
|
-
}
|
|
365
|
-
else {
|
|
366
|
-
return this.send(command, optionsOrCb);
|
|
367
|
-
}
|
|
368
|
-
};
|
|
369
|
-
Connect.prototype.createUserHierarchyGroup = function (args, optionsOrCb, cb) {
|
|
370
|
-
var command = new CreateUserHierarchyGroupCommand(args);
|
|
371
|
-
if (typeof optionsOrCb === "function") {
|
|
372
|
-
this.send(command, optionsOrCb);
|
|
373
|
-
}
|
|
374
|
-
else if (typeof cb === "function") {
|
|
375
|
-
if (typeof optionsOrCb !== "object")
|
|
376
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
377
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
378
|
-
}
|
|
379
|
-
else {
|
|
380
|
-
return this.send(command, optionsOrCb);
|
|
381
|
-
}
|
|
382
|
-
};
|
|
383
|
-
Connect.prototype.deleteHoursOfOperation = function (args, optionsOrCb, cb) {
|
|
384
|
-
var command = new DeleteHoursOfOperationCommand(args);
|
|
385
|
-
if (typeof optionsOrCb === "function") {
|
|
386
|
-
this.send(command, optionsOrCb);
|
|
387
|
-
}
|
|
388
|
-
else if (typeof cb === "function") {
|
|
389
|
-
if (typeof optionsOrCb !== "object")
|
|
390
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
391
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
392
|
-
}
|
|
393
|
-
else {
|
|
394
|
-
return this.send(command, optionsOrCb);
|
|
395
|
-
}
|
|
396
|
-
};
|
|
397
|
-
Connect.prototype.deleteInstance = function (args, optionsOrCb, cb) {
|
|
398
|
-
var command = new DeleteInstanceCommand(args);
|
|
399
|
-
if (typeof optionsOrCb === "function") {
|
|
400
|
-
this.send(command, optionsOrCb);
|
|
401
|
-
}
|
|
402
|
-
else if (typeof cb === "function") {
|
|
403
|
-
if (typeof optionsOrCb !== "object")
|
|
404
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
405
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
406
|
-
}
|
|
407
|
-
else {
|
|
408
|
-
return this.send(command, optionsOrCb);
|
|
409
|
-
}
|
|
410
|
-
};
|
|
411
|
-
Connect.prototype.deleteIntegrationAssociation = function (args, optionsOrCb, cb) {
|
|
412
|
-
var command = new DeleteIntegrationAssociationCommand(args);
|
|
413
|
-
if (typeof optionsOrCb === "function") {
|
|
414
|
-
this.send(command, optionsOrCb);
|
|
415
|
-
}
|
|
416
|
-
else if (typeof cb === "function") {
|
|
417
|
-
if (typeof optionsOrCb !== "object")
|
|
418
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
419
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
420
|
-
}
|
|
421
|
-
else {
|
|
422
|
-
return this.send(command, optionsOrCb);
|
|
423
|
-
}
|
|
424
|
-
};
|
|
425
|
-
Connect.prototype.deleteQuickConnect = function (args, optionsOrCb, cb) {
|
|
426
|
-
var command = new DeleteQuickConnectCommand(args);
|
|
427
|
-
if (typeof optionsOrCb === "function") {
|
|
428
|
-
this.send(command, optionsOrCb);
|
|
429
|
-
}
|
|
430
|
-
else if (typeof cb === "function") {
|
|
431
|
-
if (typeof optionsOrCb !== "object")
|
|
432
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
433
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
434
|
-
}
|
|
435
|
-
else {
|
|
436
|
-
return this.send(command, optionsOrCb);
|
|
437
|
-
}
|
|
438
|
-
};
|
|
439
|
-
Connect.prototype.deleteUseCase = function (args, optionsOrCb, cb) {
|
|
440
|
-
var command = new DeleteUseCaseCommand(args);
|
|
441
|
-
if (typeof optionsOrCb === "function") {
|
|
442
|
-
this.send(command, optionsOrCb);
|
|
443
|
-
}
|
|
444
|
-
else if (typeof cb === "function") {
|
|
445
|
-
if (typeof optionsOrCb !== "object")
|
|
446
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
447
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
448
|
-
}
|
|
449
|
-
else {
|
|
450
|
-
return this.send(command, optionsOrCb);
|
|
451
|
-
}
|
|
452
|
-
};
|
|
453
|
-
Connect.prototype.deleteUser = function (args, optionsOrCb, cb) {
|
|
454
|
-
var command = new DeleteUserCommand(args);
|
|
455
|
-
if (typeof optionsOrCb === "function") {
|
|
456
|
-
this.send(command, optionsOrCb);
|
|
457
|
-
}
|
|
458
|
-
else if (typeof cb === "function") {
|
|
459
|
-
if (typeof optionsOrCb !== "object")
|
|
460
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
461
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
462
|
-
}
|
|
463
|
-
else {
|
|
464
|
-
return this.send(command, optionsOrCb);
|
|
465
|
-
}
|
|
466
|
-
};
|
|
467
|
-
Connect.prototype.deleteUserHierarchyGroup = function (args, optionsOrCb, cb) {
|
|
468
|
-
var command = new DeleteUserHierarchyGroupCommand(args);
|
|
469
|
-
if (typeof optionsOrCb === "function") {
|
|
470
|
-
this.send(command, optionsOrCb);
|
|
471
|
-
}
|
|
472
|
-
else if (typeof cb === "function") {
|
|
473
|
-
if (typeof optionsOrCb !== "object")
|
|
474
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
475
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
476
|
-
}
|
|
477
|
-
else {
|
|
478
|
-
return this.send(command, optionsOrCb);
|
|
479
|
-
}
|
|
480
|
-
};
|
|
481
|
-
Connect.prototype.describeAgentStatus = function (args, optionsOrCb, cb) {
|
|
482
|
-
var command = new DescribeAgentStatusCommand(args);
|
|
483
|
-
if (typeof optionsOrCb === "function") {
|
|
484
|
-
this.send(command, optionsOrCb);
|
|
485
|
-
}
|
|
486
|
-
else if (typeof cb === "function") {
|
|
487
|
-
if (typeof optionsOrCb !== "object")
|
|
488
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
489
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
490
|
-
}
|
|
491
|
-
else {
|
|
492
|
-
return this.send(command, optionsOrCb);
|
|
493
|
-
}
|
|
494
|
-
};
|
|
495
|
-
Connect.prototype.describeContactFlow = function (args, optionsOrCb, cb) {
|
|
496
|
-
var command = new DescribeContactFlowCommand(args);
|
|
497
|
-
if (typeof optionsOrCb === "function") {
|
|
498
|
-
this.send(command, optionsOrCb);
|
|
499
|
-
}
|
|
500
|
-
else if (typeof cb === "function") {
|
|
501
|
-
if (typeof optionsOrCb !== "object")
|
|
502
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
503
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
504
|
-
}
|
|
505
|
-
else {
|
|
506
|
-
return this.send(command, optionsOrCb);
|
|
507
|
-
}
|
|
508
|
-
};
|
|
509
|
-
Connect.prototype.describeHoursOfOperation = function (args, optionsOrCb, cb) {
|
|
510
|
-
var command = new DescribeHoursOfOperationCommand(args);
|
|
511
|
-
if (typeof optionsOrCb === "function") {
|
|
512
|
-
this.send(command, optionsOrCb);
|
|
513
|
-
}
|
|
514
|
-
else if (typeof cb === "function") {
|
|
515
|
-
if (typeof optionsOrCb !== "object")
|
|
516
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
517
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
518
|
-
}
|
|
519
|
-
else {
|
|
520
|
-
return this.send(command, optionsOrCb);
|
|
521
|
-
}
|
|
522
|
-
};
|
|
523
|
-
Connect.prototype.describeInstance = function (args, optionsOrCb, cb) {
|
|
524
|
-
var command = new DescribeInstanceCommand(args);
|
|
525
|
-
if (typeof optionsOrCb === "function") {
|
|
526
|
-
this.send(command, optionsOrCb);
|
|
527
|
-
}
|
|
528
|
-
else if (typeof cb === "function") {
|
|
529
|
-
if (typeof optionsOrCb !== "object")
|
|
530
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
531
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
532
|
-
}
|
|
533
|
-
else {
|
|
534
|
-
return this.send(command, optionsOrCb);
|
|
535
|
-
}
|
|
536
|
-
};
|
|
537
|
-
Connect.prototype.describeInstanceAttribute = function (args, optionsOrCb, cb) {
|
|
538
|
-
var command = new DescribeInstanceAttributeCommand(args);
|
|
539
|
-
if (typeof optionsOrCb === "function") {
|
|
540
|
-
this.send(command, optionsOrCb);
|
|
541
|
-
}
|
|
542
|
-
else if (typeof cb === "function") {
|
|
543
|
-
if (typeof optionsOrCb !== "object")
|
|
544
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
545
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
546
|
-
}
|
|
547
|
-
else {
|
|
548
|
-
return this.send(command, optionsOrCb);
|
|
549
|
-
}
|
|
550
|
-
};
|
|
551
|
-
Connect.prototype.describeInstanceStorageConfig = function (args, optionsOrCb, cb) {
|
|
552
|
-
var command = new DescribeInstanceStorageConfigCommand(args);
|
|
553
|
-
if (typeof optionsOrCb === "function") {
|
|
554
|
-
this.send(command, optionsOrCb);
|
|
555
|
-
}
|
|
556
|
-
else if (typeof cb === "function") {
|
|
557
|
-
if (typeof optionsOrCb !== "object")
|
|
558
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
559
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
560
|
-
}
|
|
561
|
-
else {
|
|
562
|
-
return this.send(command, optionsOrCb);
|
|
563
|
-
}
|
|
564
|
-
};
|
|
565
|
-
Connect.prototype.describeQueue = function (args, optionsOrCb, cb) {
|
|
566
|
-
var command = new DescribeQueueCommand(args);
|
|
567
|
-
if (typeof optionsOrCb === "function") {
|
|
568
|
-
this.send(command, optionsOrCb);
|
|
569
|
-
}
|
|
570
|
-
else if (typeof cb === "function") {
|
|
571
|
-
if (typeof optionsOrCb !== "object")
|
|
572
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
573
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
574
|
-
}
|
|
575
|
-
else {
|
|
576
|
-
return this.send(command, optionsOrCb);
|
|
577
|
-
}
|
|
578
|
-
};
|
|
579
|
-
Connect.prototype.describeQuickConnect = function (args, optionsOrCb, cb) {
|
|
580
|
-
var command = new DescribeQuickConnectCommand(args);
|
|
581
|
-
if (typeof optionsOrCb === "function") {
|
|
582
|
-
this.send(command, optionsOrCb);
|
|
583
|
-
}
|
|
584
|
-
else if (typeof cb === "function") {
|
|
585
|
-
if (typeof optionsOrCb !== "object")
|
|
586
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
587
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
588
|
-
}
|
|
589
|
-
else {
|
|
590
|
-
return this.send(command, optionsOrCb);
|
|
591
|
-
}
|
|
592
|
-
};
|
|
593
|
-
Connect.prototype.describeRoutingProfile = function (args, optionsOrCb, cb) {
|
|
594
|
-
var command = new DescribeRoutingProfileCommand(args);
|
|
595
|
-
if (typeof optionsOrCb === "function") {
|
|
596
|
-
this.send(command, optionsOrCb);
|
|
597
|
-
}
|
|
598
|
-
else if (typeof cb === "function") {
|
|
599
|
-
if (typeof optionsOrCb !== "object")
|
|
600
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
601
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
602
|
-
}
|
|
603
|
-
else {
|
|
604
|
-
return this.send(command, optionsOrCb);
|
|
605
|
-
}
|
|
606
|
-
};
|
|
607
|
-
Connect.prototype.describeUser = function (args, optionsOrCb, cb) {
|
|
608
|
-
var command = new DescribeUserCommand(args);
|
|
609
|
-
if (typeof optionsOrCb === "function") {
|
|
610
|
-
this.send(command, optionsOrCb);
|
|
611
|
-
}
|
|
612
|
-
else if (typeof cb === "function") {
|
|
613
|
-
if (typeof optionsOrCb !== "object")
|
|
614
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
615
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
616
|
-
}
|
|
617
|
-
else {
|
|
618
|
-
return this.send(command, optionsOrCb);
|
|
619
|
-
}
|
|
620
|
-
};
|
|
621
|
-
Connect.prototype.describeUserHierarchyGroup = function (args, optionsOrCb, cb) {
|
|
622
|
-
var command = new DescribeUserHierarchyGroupCommand(args);
|
|
623
|
-
if (typeof optionsOrCb === "function") {
|
|
624
|
-
this.send(command, optionsOrCb);
|
|
625
|
-
}
|
|
626
|
-
else if (typeof cb === "function") {
|
|
627
|
-
if (typeof optionsOrCb !== "object")
|
|
628
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
629
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
630
|
-
}
|
|
631
|
-
else {
|
|
632
|
-
return this.send(command, optionsOrCb);
|
|
633
|
-
}
|
|
634
|
-
};
|
|
635
|
-
Connect.prototype.describeUserHierarchyStructure = function (args, optionsOrCb, cb) {
|
|
636
|
-
var command = new DescribeUserHierarchyStructureCommand(args);
|
|
637
|
-
if (typeof optionsOrCb === "function") {
|
|
638
|
-
this.send(command, optionsOrCb);
|
|
639
|
-
}
|
|
640
|
-
else if (typeof cb === "function") {
|
|
641
|
-
if (typeof optionsOrCb !== "object")
|
|
642
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
643
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
644
|
-
}
|
|
645
|
-
else {
|
|
646
|
-
return this.send(command, optionsOrCb);
|
|
647
|
-
}
|
|
648
|
-
};
|
|
649
|
-
Connect.prototype.disassociateApprovedOrigin = function (args, optionsOrCb, cb) {
|
|
650
|
-
var command = new DisassociateApprovedOriginCommand(args);
|
|
651
|
-
if (typeof optionsOrCb === "function") {
|
|
652
|
-
this.send(command, optionsOrCb);
|
|
653
|
-
}
|
|
654
|
-
else if (typeof cb === "function") {
|
|
655
|
-
if (typeof optionsOrCb !== "object")
|
|
656
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
657
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
658
|
-
}
|
|
659
|
-
else {
|
|
660
|
-
return this.send(command, optionsOrCb);
|
|
661
|
-
}
|
|
662
|
-
};
|
|
663
|
-
Connect.prototype.disassociateBot = function (args, optionsOrCb, cb) {
|
|
664
|
-
var command = new DisassociateBotCommand(args);
|
|
665
|
-
if (typeof optionsOrCb === "function") {
|
|
666
|
-
this.send(command, optionsOrCb);
|
|
667
|
-
}
|
|
668
|
-
else if (typeof cb === "function") {
|
|
669
|
-
if (typeof optionsOrCb !== "object")
|
|
670
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
671
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
672
|
-
}
|
|
673
|
-
else {
|
|
674
|
-
return this.send(command, optionsOrCb);
|
|
675
|
-
}
|
|
676
|
-
};
|
|
677
|
-
Connect.prototype.disassociateInstanceStorageConfig = function (args, optionsOrCb, cb) {
|
|
678
|
-
var command = new DisassociateInstanceStorageConfigCommand(args);
|
|
679
|
-
if (typeof optionsOrCb === "function") {
|
|
680
|
-
this.send(command, optionsOrCb);
|
|
681
|
-
}
|
|
682
|
-
else if (typeof cb === "function") {
|
|
683
|
-
if (typeof optionsOrCb !== "object")
|
|
684
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
685
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
686
|
-
}
|
|
687
|
-
else {
|
|
688
|
-
return this.send(command, optionsOrCb);
|
|
689
|
-
}
|
|
690
|
-
};
|
|
691
|
-
Connect.prototype.disassociateLambdaFunction = function (args, optionsOrCb, cb) {
|
|
692
|
-
var command = new DisassociateLambdaFunctionCommand(args);
|
|
693
|
-
if (typeof optionsOrCb === "function") {
|
|
694
|
-
this.send(command, optionsOrCb);
|
|
695
|
-
}
|
|
696
|
-
else if (typeof cb === "function") {
|
|
697
|
-
if (typeof optionsOrCb !== "object")
|
|
698
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
699
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
700
|
-
}
|
|
701
|
-
else {
|
|
702
|
-
return this.send(command, optionsOrCb);
|
|
703
|
-
}
|
|
704
|
-
};
|
|
705
|
-
Connect.prototype.disassociateLexBot = function (args, optionsOrCb, cb) {
|
|
706
|
-
var command = new DisassociateLexBotCommand(args);
|
|
707
|
-
if (typeof optionsOrCb === "function") {
|
|
708
|
-
this.send(command, optionsOrCb);
|
|
709
|
-
}
|
|
710
|
-
else if (typeof cb === "function") {
|
|
711
|
-
if (typeof optionsOrCb !== "object")
|
|
712
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
713
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
714
|
-
}
|
|
715
|
-
else {
|
|
716
|
-
return this.send(command, optionsOrCb);
|
|
717
|
-
}
|
|
718
|
-
};
|
|
719
|
-
Connect.prototype.disassociateQueueQuickConnects = function (args, optionsOrCb, cb) {
|
|
720
|
-
var command = new DisassociateQueueQuickConnectsCommand(args);
|
|
721
|
-
if (typeof optionsOrCb === "function") {
|
|
722
|
-
this.send(command, optionsOrCb);
|
|
723
|
-
}
|
|
724
|
-
else if (typeof cb === "function") {
|
|
725
|
-
if (typeof optionsOrCb !== "object")
|
|
726
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
727
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
728
|
-
}
|
|
729
|
-
else {
|
|
730
|
-
return this.send(command, optionsOrCb);
|
|
731
|
-
}
|
|
732
|
-
};
|
|
733
|
-
Connect.prototype.disassociateRoutingProfileQueues = function (args, optionsOrCb, cb) {
|
|
734
|
-
var command = new DisassociateRoutingProfileQueuesCommand(args);
|
|
735
|
-
if (typeof optionsOrCb === "function") {
|
|
736
|
-
this.send(command, optionsOrCb);
|
|
737
|
-
}
|
|
738
|
-
else if (typeof cb === "function") {
|
|
739
|
-
if (typeof optionsOrCb !== "object")
|
|
740
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
741
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
742
|
-
}
|
|
743
|
-
else {
|
|
744
|
-
return this.send(command, optionsOrCb);
|
|
745
|
-
}
|
|
746
|
-
};
|
|
747
|
-
Connect.prototype.disassociateSecurityKey = function (args, optionsOrCb, cb) {
|
|
748
|
-
var command = new DisassociateSecurityKeyCommand(args);
|
|
749
|
-
if (typeof optionsOrCb === "function") {
|
|
750
|
-
this.send(command, optionsOrCb);
|
|
751
|
-
}
|
|
752
|
-
else if (typeof cb === "function") {
|
|
753
|
-
if (typeof optionsOrCb !== "object")
|
|
754
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
755
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
756
|
-
}
|
|
757
|
-
else {
|
|
758
|
-
return this.send(command, optionsOrCb);
|
|
759
|
-
}
|
|
760
|
-
};
|
|
761
|
-
Connect.prototype.getContactAttributes = function (args, optionsOrCb, cb) {
|
|
762
|
-
var command = new GetContactAttributesCommand(args);
|
|
763
|
-
if (typeof optionsOrCb === "function") {
|
|
764
|
-
this.send(command, optionsOrCb);
|
|
765
|
-
}
|
|
766
|
-
else if (typeof cb === "function") {
|
|
767
|
-
if (typeof optionsOrCb !== "object")
|
|
768
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
769
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
770
|
-
}
|
|
771
|
-
else {
|
|
772
|
-
return this.send(command, optionsOrCb);
|
|
773
|
-
}
|
|
774
|
-
};
|
|
775
|
-
Connect.prototype.getCurrentMetricData = function (args, optionsOrCb, cb) {
|
|
776
|
-
var command = new GetCurrentMetricDataCommand(args);
|
|
777
|
-
if (typeof optionsOrCb === "function") {
|
|
778
|
-
this.send(command, optionsOrCb);
|
|
779
|
-
}
|
|
780
|
-
else if (typeof cb === "function") {
|
|
781
|
-
if (typeof optionsOrCb !== "object")
|
|
782
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
783
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
784
|
-
}
|
|
785
|
-
else {
|
|
786
|
-
return this.send(command, optionsOrCb);
|
|
787
|
-
}
|
|
788
|
-
};
|
|
789
|
-
Connect.prototype.getFederationToken = function (args, optionsOrCb, cb) {
|
|
790
|
-
var command = new GetFederationTokenCommand(args);
|
|
791
|
-
if (typeof optionsOrCb === "function") {
|
|
792
|
-
this.send(command, optionsOrCb);
|
|
793
|
-
}
|
|
794
|
-
else if (typeof cb === "function") {
|
|
795
|
-
if (typeof optionsOrCb !== "object")
|
|
796
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
797
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
798
|
-
}
|
|
799
|
-
else {
|
|
800
|
-
return this.send(command, optionsOrCb);
|
|
801
|
-
}
|
|
802
|
-
};
|
|
803
|
-
Connect.prototype.getMetricData = function (args, optionsOrCb, cb) {
|
|
804
|
-
var command = new GetMetricDataCommand(args);
|
|
805
|
-
if (typeof optionsOrCb === "function") {
|
|
806
|
-
this.send(command, optionsOrCb);
|
|
807
|
-
}
|
|
808
|
-
else if (typeof cb === "function") {
|
|
809
|
-
if (typeof optionsOrCb !== "object")
|
|
810
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
811
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
812
|
-
}
|
|
813
|
-
else {
|
|
814
|
-
return this.send(command, optionsOrCb);
|
|
815
|
-
}
|
|
816
|
-
};
|
|
817
|
-
Connect.prototype.listAgentStatuses = function (args, optionsOrCb, cb) {
|
|
818
|
-
var command = new ListAgentStatusesCommand(args);
|
|
819
|
-
if (typeof optionsOrCb === "function") {
|
|
820
|
-
this.send(command, optionsOrCb);
|
|
821
|
-
}
|
|
822
|
-
else if (typeof cb === "function") {
|
|
823
|
-
if (typeof optionsOrCb !== "object")
|
|
824
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
825
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
826
|
-
}
|
|
827
|
-
else {
|
|
828
|
-
return this.send(command, optionsOrCb);
|
|
829
|
-
}
|
|
830
|
-
};
|
|
831
|
-
Connect.prototype.listApprovedOrigins = function (args, optionsOrCb, cb) {
|
|
832
|
-
var command = new ListApprovedOriginsCommand(args);
|
|
833
|
-
if (typeof optionsOrCb === "function") {
|
|
834
|
-
this.send(command, optionsOrCb);
|
|
835
|
-
}
|
|
836
|
-
else if (typeof cb === "function") {
|
|
837
|
-
if (typeof optionsOrCb !== "object")
|
|
838
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
839
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
840
|
-
}
|
|
841
|
-
else {
|
|
842
|
-
return this.send(command, optionsOrCb);
|
|
843
|
-
}
|
|
844
|
-
};
|
|
845
|
-
Connect.prototype.listBots = function (args, optionsOrCb, cb) {
|
|
846
|
-
var command = new ListBotsCommand(args);
|
|
847
|
-
if (typeof optionsOrCb === "function") {
|
|
848
|
-
this.send(command, optionsOrCb);
|
|
849
|
-
}
|
|
850
|
-
else if (typeof cb === "function") {
|
|
851
|
-
if (typeof optionsOrCb !== "object")
|
|
852
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
853
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
854
|
-
}
|
|
855
|
-
else {
|
|
856
|
-
return this.send(command, optionsOrCb);
|
|
857
|
-
}
|
|
858
|
-
};
|
|
859
|
-
Connect.prototype.listContactFlows = function (args, optionsOrCb, cb) {
|
|
860
|
-
var command = new ListContactFlowsCommand(args);
|
|
861
|
-
if (typeof optionsOrCb === "function") {
|
|
862
|
-
this.send(command, optionsOrCb);
|
|
863
|
-
}
|
|
864
|
-
else if (typeof cb === "function") {
|
|
865
|
-
if (typeof optionsOrCb !== "object")
|
|
866
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
867
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
868
|
-
}
|
|
869
|
-
else {
|
|
870
|
-
return this.send(command, optionsOrCb);
|
|
871
|
-
}
|
|
872
|
-
};
|
|
873
|
-
Connect.prototype.listHoursOfOperations = function (args, optionsOrCb, cb) {
|
|
874
|
-
var command = new ListHoursOfOperationsCommand(args);
|
|
875
|
-
if (typeof optionsOrCb === "function") {
|
|
876
|
-
this.send(command, optionsOrCb);
|
|
877
|
-
}
|
|
878
|
-
else if (typeof cb === "function") {
|
|
879
|
-
if (typeof optionsOrCb !== "object")
|
|
880
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
881
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
882
|
-
}
|
|
883
|
-
else {
|
|
884
|
-
return this.send(command, optionsOrCb);
|
|
885
|
-
}
|
|
886
|
-
};
|
|
887
|
-
Connect.prototype.listInstanceAttributes = function (args, optionsOrCb, cb) {
|
|
888
|
-
var command = new ListInstanceAttributesCommand(args);
|
|
889
|
-
if (typeof optionsOrCb === "function") {
|
|
890
|
-
this.send(command, optionsOrCb);
|
|
891
|
-
}
|
|
892
|
-
else if (typeof cb === "function") {
|
|
893
|
-
if (typeof optionsOrCb !== "object")
|
|
894
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
895
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
896
|
-
}
|
|
897
|
-
else {
|
|
898
|
-
return this.send(command, optionsOrCb);
|
|
899
|
-
}
|
|
900
|
-
};
|
|
901
|
-
Connect.prototype.listInstances = function (args, optionsOrCb, cb) {
|
|
902
|
-
var command = new ListInstancesCommand(args);
|
|
903
|
-
if (typeof optionsOrCb === "function") {
|
|
904
|
-
this.send(command, optionsOrCb);
|
|
905
|
-
}
|
|
906
|
-
else if (typeof cb === "function") {
|
|
907
|
-
if (typeof optionsOrCb !== "object")
|
|
908
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
909
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
910
|
-
}
|
|
911
|
-
else {
|
|
912
|
-
return this.send(command, optionsOrCb);
|
|
913
|
-
}
|
|
914
|
-
};
|
|
915
|
-
Connect.prototype.listInstanceStorageConfigs = function (args, optionsOrCb, cb) {
|
|
916
|
-
var command = new ListInstanceStorageConfigsCommand(args);
|
|
917
|
-
if (typeof optionsOrCb === "function") {
|
|
918
|
-
this.send(command, optionsOrCb);
|
|
919
|
-
}
|
|
920
|
-
else if (typeof cb === "function") {
|
|
921
|
-
if (typeof optionsOrCb !== "object")
|
|
922
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
923
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
924
|
-
}
|
|
925
|
-
else {
|
|
926
|
-
return this.send(command, optionsOrCb);
|
|
927
|
-
}
|
|
928
|
-
};
|
|
929
|
-
Connect.prototype.listIntegrationAssociations = function (args, optionsOrCb, cb) {
|
|
930
|
-
var command = new ListIntegrationAssociationsCommand(args);
|
|
931
|
-
if (typeof optionsOrCb === "function") {
|
|
932
|
-
this.send(command, optionsOrCb);
|
|
933
|
-
}
|
|
934
|
-
else if (typeof cb === "function") {
|
|
935
|
-
if (typeof optionsOrCb !== "object")
|
|
936
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
937
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
938
|
-
}
|
|
939
|
-
else {
|
|
940
|
-
return this.send(command, optionsOrCb);
|
|
941
|
-
}
|
|
942
|
-
};
|
|
943
|
-
Connect.prototype.listLambdaFunctions = function (args, optionsOrCb, cb) {
|
|
944
|
-
var command = new ListLambdaFunctionsCommand(args);
|
|
945
|
-
if (typeof optionsOrCb === "function") {
|
|
946
|
-
this.send(command, optionsOrCb);
|
|
947
|
-
}
|
|
948
|
-
else if (typeof cb === "function") {
|
|
949
|
-
if (typeof optionsOrCb !== "object")
|
|
950
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
951
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
952
|
-
}
|
|
953
|
-
else {
|
|
954
|
-
return this.send(command, optionsOrCb);
|
|
955
|
-
}
|
|
956
|
-
};
|
|
957
|
-
Connect.prototype.listLexBots = function (args, optionsOrCb, cb) {
|
|
958
|
-
var command = new ListLexBotsCommand(args);
|
|
959
|
-
if (typeof optionsOrCb === "function") {
|
|
960
|
-
this.send(command, optionsOrCb);
|
|
961
|
-
}
|
|
962
|
-
else if (typeof cb === "function") {
|
|
963
|
-
if (typeof optionsOrCb !== "object")
|
|
964
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
965
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
966
|
-
}
|
|
967
|
-
else {
|
|
968
|
-
return this.send(command, optionsOrCb);
|
|
969
|
-
}
|
|
970
|
-
};
|
|
971
|
-
Connect.prototype.listPhoneNumbers = function (args, optionsOrCb, cb) {
|
|
972
|
-
var command = new ListPhoneNumbersCommand(args);
|
|
973
|
-
if (typeof optionsOrCb === "function") {
|
|
974
|
-
this.send(command, optionsOrCb);
|
|
975
|
-
}
|
|
976
|
-
else if (typeof cb === "function") {
|
|
977
|
-
if (typeof optionsOrCb !== "object")
|
|
978
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
979
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
980
|
-
}
|
|
981
|
-
else {
|
|
982
|
-
return this.send(command, optionsOrCb);
|
|
983
|
-
}
|
|
984
|
-
};
|
|
985
|
-
Connect.prototype.listPrompts = function (args, optionsOrCb, cb) {
|
|
986
|
-
var command = new ListPromptsCommand(args);
|
|
987
|
-
if (typeof optionsOrCb === "function") {
|
|
988
|
-
this.send(command, optionsOrCb);
|
|
989
|
-
}
|
|
990
|
-
else if (typeof cb === "function") {
|
|
991
|
-
if (typeof optionsOrCb !== "object")
|
|
992
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
993
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
994
|
-
}
|
|
995
|
-
else {
|
|
996
|
-
return this.send(command, optionsOrCb);
|
|
997
|
-
}
|
|
998
|
-
};
|
|
999
|
-
Connect.prototype.listQueueQuickConnects = function (args, optionsOrCb, cb) {
|
|
1000
|
-
var command = new ListQueueQuickConnectsCommand(args);
|
|
1001
|
-
if (typeof optionsOrCb === "function") {
|
|
1002
|
-
this.send(command, optionsOrCb);
|
|
1003
|
-
}
|
|
1004
|
-
else if (typeof cb === "function") {
|
|
1005
|
-
if (typeof optionsOrCb !== "object")
|
|
1006
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1007
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1008
|
-
}
|
|
1009
|
-
else {
|
|
1010
|
-
return this.send(command, optionsOrCb);
|
|
1011
|
-
}
|
|
1012
|
-
};
|
|
1013
|
-
Connect.prototype.listQueues = function (args, optionsOrCb, cb) {
|
|
1014
|
-
var command = new ListQueuesCommand(args);
|
|
1015
|
-
if (typeof optionsOrCb === "function") {
|
|
1016
|
-
this.send(command, optionsOrCb);
|
|
1017
|
-
}
|
|
1018
|
-
else if (typeof cb === "function") {
|
|
1019
|
-
if (typeof optionsOrCb !== "object")
|
|
1020
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1021
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1022
|
-
}
|
|
1023
|
-
else {
|
|
1024
|
-
return this.send(command, optionsOrCb);
|
|
1025
|
-
}
|
|
1026
|
-
};
|
|
1027
|
-
Connect.prototype.listQuickConnects = function (args, optionsOrCb, cb) {
|
|
1028
|
-
var command = new ListQuickConnectsCommand(args);
|
|
1029
|
-
if (typeof optionsOrCb === "function") {
|
|
1030
|
-
this.send(command, optionsOrCb);
|
|
1031
|
-
}
|
|
1032
|
-
else if (typeof cb === "function") {
|
|
1033
|
-
if (typeof optionsOrCb !== "object")
|
|
1034
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1035
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1036
|
-
}
|
|
1037
|
-
else {
|
|
1038
|
-
return this.send(command, optionsOrCb);
|
|
1039
|
-
}
|
|
1040
|
-
};
|
|
1041
|
-
Connect.prototype.listRoutingProfileQueues = function (args, optionsOrCb, cb) {
|
|
1042
|
-
var command = new ListRoutingProfileQueuesCommand(args);
|
|
1043
|
-
if (typeof optionsOrCb === "function") {
|
|
1044
|
-
this.send(command, optionsOrCb);
|
|
1045
|
-
}
|
|
1046
|
-
else if (typeof cb === "function") {
|
|
1047
|
-
if (typeof optionsOrCb !== "object")
|
|
1048
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1049
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1050
|
-
}
|
|
1051
|
-
else {
|
|
1052
|
-
return this.send(command, optionsOrCb);
|
|
1053
|
-
}
|
|
1054
|
-
};
|
|
1055
|
-
Connect.prototype.listRoutingProfiles = function (args, optionsOrCb, cb) {
|
|
1056
|
-
var command = new ListRoutingProfilesCommand(args);
|
|
1057
|
-
if (typeof optionsOrCb === "function") {
|
|
1058
|
-
this.send(command, optionsOrCb);
|
|
1059
|
-
}
|
|
1060
|
-
else if (typeof cb === "function") {
|
|
1061
|
-
if (typeof optionsOrCb !== "object")
|
|
1062
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1063
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1064
|
-
}
|
|
1065
|
-
else {
|
|
1066
|
-
return this.send(command, optionsOrCb);
|
|
1067
|
-
}
|
|
1068
|
-
};
|
|
1069
|
-
Connect.prototype.listSecurityKeys = function (args, optionsOrCb, cb) {
|
|
1070
|
-
var command = new ListSecurityKeysCommand(args);
|
|
1071
|
-
if (typeof optionsOrCb === "function") {
|
|
1072
|
-
this.send(command, optionsOrCb);
|
|
1073
|
-
}
|
|
1074
|
-
else if (typeof cb === "function") {
|
|
1075
|
-
if (typeof optionsOrCb !== "object")
|
|
1076
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1077
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1078
|
-
}
|
|
1079
|
-
else {
|
|
1080
|
-
return this.send(command, optionsOrCb);
|
|
1081
|
-
}
|
|
1082
|
-
};
|
|
1083
|
-
Connect.prototype.listSecurityProfiles = function (args, optionsOrCb, cb) {
|
|
1084
|
-
var command = new ListSecurityProfilesCommand(args);
|
|
1085
|
-
if (typeof optionsOrCb === "function") {
|
|
1086
|
-
this.send(command, optionsOrCb);
|
|
1087
|
-
}
|
|
1088
|
-
else if (typeof cb === "function") {
|
|
1089
|
-
if (typeof optionsOrCb !== "object")
|
|
1090
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1091
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1092
|
-
}
|
|
1093
|
-
else {
|
|
1094
|
-
return this.send(command, optionsOrCb);
|
|
1095
|
-
}
|
|
1096
|
-
};
|
|
1097
|
-
Connect.prototype.listTagsForResource = function (args, optionsOrCb, cb) {
|
|
1098
|
-
var command = new ListTagsForResourceCommand(args);
|
|
1099
|
-
if (typeof optionsOrCb === "function") {
|
|
1100
|
-
this.send(command, optionsOrCb);
|
|
1101
|
-
}
|
|
1102
|
-
else if (typeof cb === "function") {
|
|
1103
|
-
if (typeof optionsOrCb !== "object")
|
|
1104
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1105
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1106
|
-
}
|
|
1107
|
-
else {
|
|
1108
|
-
return this.send(command, optionsOrCb);
|
|
1109
|
-
}
|
|
1110
|
-
};
|
|
1111
|
-
Connect.prototype.listUseCases = function (args, optionsOrCb, cb) {
|
|
1112
|
-
var command = new ListUseCasesCommand(args);
|
|
1113
|
-
if (typeof optionsOrCb === "function") {
|
|
1114
|
-
this.send(command, optionsOrCb);
|
|
1115
|
-
}
|
|
1116
|
-
else if (typeof cb === "function") {
|
|
1117
|
-
if (typeof optionsOrCb !== "object")
|
|
1118
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1119
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1120
|
-
}
|
|
1121
|
-
else {
|
|
1122
|
-
return this.send(command, optionsOrCb);
|
|
1123
|
-
}
|
|
1124
|
-
};
|
|
1125
|
-
Connect.prototype.listUserHierarchyGroups = function (args, optionsOrCb, cb) {
|
|
1126
|
-
var command = new ListUserHierarchyGroupsCommand(args);
|
|
1127
|
-
if (typeof optionsOrCb === "function") {
|
|
1128
|
-
this.send(command, optionsOrCb);
|
|
1129
|
-
}
|
|
1130
|
-
else if (typeof cb === "function") {
|
|
1131
|
-
if (typeof optionsOrCb !== "object")
|
|
1132
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1133
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1134
|
-
}
|
|
1135
|
-
else {
|
|
1136
|
-
return this.send(command, optionsOrCb);
|
|
1137
|
-
}
|
|
1138
|
-
};
|
|
1139
|
-
Connect.prototype.listUsers = function (args, optionsOrCb, cb) {
|
|
1140
|
-
var command = new ListUsersCommand(args);
|
|
1141
|
-
if (typeof optionsOrCb === "function") {
|
|
1142
|
-
this.send(command, optionsOrCb);
|
|
1143
|
-
}
|
|
1144
|
-
else if (typeof cb === "function") {
|
|
1145
|
-
if (typeof optionsOrCb !== "object")
|
|
1146
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1147
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1148
|
-
}
|
|
1149
|
-
else {
|
|
1150
|
-
return this.send(command, optionsOrCb);
|
|
1151
|
-
}
|
|
1152
|
-
};
|
|
1153
|
-
Connect.prototype.resumeContactRecording = function (args, optionsOrCb, cb) {
|
|
1154
|
-
var command = new ResumeContactRecordingCommand(args);
|
|
1155
|
-
if (typeof optionsOrCb === "function") {
|
|
1156
|
-
this.send(command, optionsOrCb);
|
|
1157
|
-
}
|
|
1158
|
-
else if (typeof cb === "function") {
|
|
1159
|
-
if (typeof optionsOrCb !== "object")
|
|
1160
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1161
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1162
|
-
}
|
|
1163
|
-
else {
|
|
1164
|
-
return this.send(command, optionsOrCb);
|
|
1165
|
-
}
|
|
1166
|
-
};
|
|
1167
|
-
Connect.prototype.startChatContact = function (args, optionsOrCb, cb) {
|
|
1168
|
-
var command = new StartChatContactCommand(args);
|
|
1169
|
-
if (typeof optionsOrCb === "function") {
|
|
1170
|
-
this.send(command, optionsOrCb);
|
|
1171
|
-
}
|
|
1172
|
-
else if (typeof cb === "function") {
|
|
1173
|
-
if (typeof optionsOrCb !== "object")
|
|
1174
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1175
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1176
|
-
}
|
|
1177
|
-
else {
|
|
1178
|
-
return this.send(command, optionsOrCb);
|
|
1179
|
-
}
|
|
1180
|
-
};
|
|
1181
|
-
Connect.prototype.startContactRecording = function (args, optionsOrCb, cb) {
|
|
1182
|
-
var command = new StartContactRecordingCommand(args);
|
|
1183
|
-
if (typeof optionsOrCb === "function") {
|
|
1184
|
-
this.send(command, optionsOrCb);
|
|
1185
|
-
}
|
|
1186
|
-
else if (typeof cb === "function") {
|
|
1187
|
-
if (typeof optionsOrCb !== "object")
|
|
1188
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1189
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1190
|
-
}
|
|
1191
|
-
else {
|
|
1192
|
-
return this.send(command, optionsOrCb);
|
|
1193
|
-
}
|
|
1194
|
-
};
|
|
1195
|
-
Connect.prototype.startOutboundVoiceContact = function (args, optionsOrCb, cb) {
|
|
1196
|
-
var command = new StartOutboundVoiceContactCommand(args);
|
|
1197
|
-
if (typeof optionsOrCb === "function") {
|
|
1198
|
-
this.send(command, optionsOrCb);
|
|
1199
|
-
}
|
|
1200
|
-
else if (typeof cb === "function") {
|
|
1201
|
-
if (typeof optionsOrCb !== "object")
|
|
1202
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1203
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1204
|
-
}
|
|
1205
|
-
else {
|
|
1206
|
-
return this.send(command, optionsOrCb);
|
|
1207
|
-
}
|
|
1208
|
-
};
|
|
1209
|
-
Connect.prototype.startTaskContact = function (args, optionsOrCb, cb) {
|
|
1210
|
-
var command = new StartTaskContactCommand(args);
|
|
1211
|
-
if (typeof optionsOrCb === "function") {
|
|
1212
|
-
this.send(command, optionsOrCb);
|
|
1213
|
-
}
|
|
1214
|
-
else if (typeof cb === "function") {
|
|
1215
|
-
if (typeof optionsOrCb !== "object")
|
|
1216
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1217
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1218
|
-
}
|
|
1219
|
-
else {
|
|
1220
|
-
return this.send(command, optionsOrCb);
|
|
1221
|
-
}
|
|
1222
|
-
};
|
|
1223
|
-
Connect.prototype.stopContact = function (args, optionsOrCb, cb) {
|
|
1224
|
-
var command = new StopContactCommand(args);
|
|
1225
|
-
if (typeof optionsOrCb === "function") {
|
|
1226
|
-
this.send(command, optionsOrCb);
|
|
1227
|
-
}
|
|
1228
|
-
else if (typeof cb === "function") {
|
|
1229
|
-
if (typeof optionsOrCb !== "object")
|
|
1230
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1231
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1232
|
-
}
|
|
1233
|
-
else {
|
|
1234
|
-
return this.send(command, optionsOrCb);
|
|
1235
|
-
}
|
|
1236
|
-
};
|
|
1237
|
-
Connect.prototype.stopContactRecording = function (args, optionsOrCb, cb) {
|
|
1238
|
-
var command = new StopContactRecordingCommand(args);
|
|
1239
|
-
if (typeof optionsOrCb === "function") {
|
|
1240
|
-
this.send(command, optionsOrCb);
|
|
1241
|
-
}
|
|
1242
|
-
else if (typeof cb === "function") {
|
|
1243
|
-
if (typeof optionsOrCb !== "object")
|
|
1244
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1245
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1246
|
-
}
|
|
1247
|
-
else {
|
|
1248
|
-
return this.send(command, optionsOrCb);
|
|
1249
|
-
}
|
|
1250
|
-
};
|
|
1251
|
-
Connect.prototype.suspendContactRecording = function (args, optionsOrCb, cb) {
|
|
1252
|
-
var command = new SuspendContactRecordingCommand(args);
|
|
1253
|
-
if (typeof optionsOrCb === "function") {
|
|
1254
|
-
this.send(command, optionsOrCb);
|
|
1255
|
-
}
|
|
1256
|
-
else if (typeof cb === "function") {
|
|
1257
|
-
if (typeof optionsOrCb !== "object")
|
|
1258
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1259
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1260
|
-
}
|
|
1261
|
-
else {
|
|
1262
|
-
return this.send(command, optionsOrCb);
|
|
1263
|
-
}
|
|
1264
|
-
};
|
|
1265
|
-
Connect.prototype.tagResource = function (args, optionsOrCb, cb) {
|
|
1266
|
-
var command = new TagResourceCommand(args);
|
|
1267
|
-
if (typeof optionsOrCb === "function") {
|
|
1268
|
-
this.send(command, optionsOrCb);
|
|
1269
|
-
}
|
|
1270
|
-
else if (typeof cb === "function") {
|
|
1271
|
-
if (typeof optionsOrCb !== "object")
|
|
1272
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1273
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1274
|
-
}
|
|
1275
|
-
else {
|
|
1276
|
-
return this.send(command, optionsOrCb);
|
|
1277
|
-
}
|
|
1278
|
-
};
|
|
1279
|
-
Connect.prototype.untagResource = function (args, optionsOrCb, cb) {
|
|
1280
|
-
var command = new UntagResourceCommand(args);
|
|
1281
|
-
if (typeof optionsOrCb === "function") {
|
|
1282
|
-
this.send(command, optionsOrCb);
|
|
1283
|
-
}
|
|
1284
|
-
else if (typeof cb === "function") {
|
|
1285
|
-
if (typeof optionsOrCb !== "object")
|
|
1286
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1287
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1288
|
-
}
|
|
1289
|
-
else {
|
|
1290
|
-
return this.send(command, optionsOrCb);
|
|
1291
|
-
}
|
|
1292
|
-
};
|
|
1293
|
-
Connect.prototype.updateAgentStatus = function (args, optionsOrCb, cb) {
|
|
1294
|
-
var command = new UpdateAgentStatusCommand(args);
|
|
1295
|
-
if (typeof optionsOrCb === "function") {
|
|
1296
|
-
this.send(command, optionsOrCb);
|
|
1297
|
-
}
|
|
1298
|
-
else if (typeof cb === "function") {
|
|
1299
|
-
if (typeof optionsOrCb !== "object")
|
|
1300
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1301
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1302
|
-
}
|
|
1303
|
-
else {
|
|
1304
|
-
return this.send(command, optionsOrCb);
|
|
1305
|
-
}
|
|
1306
|
-
};
|
|
1307
|
-
Connect.prototype.updateContactAttributes = function (args, optionsOrCb, cb) {
|
|
1308
|
-
var command = new UpdateContactAttributesCommand(args);
|
|
1309
|
-
if (typeof optionsOrCb === "function") {
|
|
1310
|
-
this.send(command, optionsOrCb);
|
|
1311
|
-
}
|
|
1312
|
-
else if (typeof cb === "function") {
|
|
1313
|
-
if (typeof optionsOrCb !== "object")
|
|
1314
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1315
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1316
|
-
}
|
|
1317
|
-
else {
|
|
1318
|
-
return this.send(command, optionsOrCb);
|
|
1319
|
-
}
|
|
1320
|
-
};
|
|
1321
|
-
Connect.prototype.updateContactFlowContent = function (args, optionsOrCb, cb) {
|
|
1322
|
-
var command = new UpdateContactFlowContentCommand(args);
|
|
1323
|
-
if (typeof optionsOrCb === "function") {
|
|
1324
|
-
this.send(command, optionsOrCb);
|
|
1325
|
-
}
|
|
1326
|
-
else if (typeof cb === "function") {
|
|
1327
|
-
if (typeof optionsOrCb !== "object")
|
|
1328
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1329
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1330
|
-
}
|
|
1331
|
-
else {
|
|
1332
|
-
return this.send(command, optionsOrCb);
|
|
1333
|
-
}
|
|
1334
|
-
};
|
|
1335
|
-
Connect.prototype.updateContactFlowName = function (args, optionsOrCb, cb) {
|
|
1336
|
-
var command = new UpdateContactFlowNameCommand(args);
|
|
1337
|
-
if (typeof optionsOrCb === "function") {
|
|
1338
|
-
this.send(command, optionsOrCb);
|
|
1339
|
-
}
|
|
1340
|
-
else if (typeof cb === "function") {
|
|
1341
|
-
if (typeof optionsOrCb !== "object")
|
|
1342
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1343
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1344
|
-
}
|
|
1345
|
-
else {
|
|
1346
|
-
return this.send(command, optionsOrCb);
|
|
1347
|
-
}
|
|
1348
|
-
};
|
|
1349
|
-
Connect.prototype.updateHoursOfOperation = function (args, optionsOrCb, cb) {
|
|
1350
|
-
var command = new UpdateHoursOfOperationCommand(args);
|
|
1351
|
-
if (typeof optionsOrCb === "function") {
|
|
1352
|
-
this.send(command, optionsOrCb);
|
|
1353
|
-
}
|
|
1354
|
-
else if (typeof cb === "function") {
|
|
1355
|
-
if (typeof optionsOrCb !== "object")
|
|
1356
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1357
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1358
|
-
}
|
|
1359
|
-
else {
|
|
1360
|
-
return this.send(command, optionsOrCb);
|
|
1361
|
-
}
|
|
1362
|
-
};
|
|
1363
|
-
Connect.prototype.updateInstanceAttribute = function (args, optionsOrCb, cb) {
|
|
1364
|
-
var command = new UpdateInstanceAttributeCommand(args);
|
|
1365
|
-
if (typeof optionsOrCb === "function") {
|
|
1366
|
-
this.send(command, optionsOrCb);
|
|
1367
|
-
}
|
|
1368
|
-
else if (typeof cb === "function") {
|
|
1369
|
-
if (typeof optionsOrCb !== "object")
|
|
1370
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1371
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1372
|
-
}
|
|
1373
|
-
else {
|
|
1374
|
-
return this.send(command, optionsOrCb);
|
|
1375
|
-
}
|
|
1376
|
-
};
|
|
1377
|
-
Connect.prototype.updateInstanceStorageConfig = function (args, optionsOrCb, cb) {
|
|
1378
|
-
var command = new UpdateInstanceStorageConfigCommand(args);
|
|
1379
|
-
if (typeof optionsOrCb === "function") {
|
|
1380
|
-
this.send(command, optionsOrCb);
|
|
1381
|
-
}
|
|
1382
|
-
else if (typeof cb === "function") {
|
|
1383
|
-
if (typeof optionsOrCb !== "object")
|
|
1384
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1385
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1386
|
-
}
|
|
1387
|
-
else {
|
|
1388
|
-
return this.send(command, optionsOrCb);
|
|
1389
|
-
}
|
|
1390
|
-
};
|
|
1391
|
-
Connect.prototype.updateQueueHoursOfOperation = function (args, optionsOrCb, cb) {
|
|
1392
|
-
var command = new UpdateQueueHoursOfOperationCommand(args);
|
|
1393
|
-
if (typeof optionsOrCb === "function") {
|
|
1394
|
-
this.send(command, optionsOrCb);
|
|
1395
|
-
}
|
|
1396
|
-
else if (typeof cb === "function") {
|
|
1397
|
-
if (typeof optionsOrCb !== "object")
|
|
1398
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1399
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1400
|
-
}
|
|
1401
|
-
else {
|
|
1402
|
-
return this.send(command, optionsOrCb);
|
|
1403
|
-
}
|
|
1404
|
-
};
|
|
1405
|
-
Connect.prototype.updateQueueMaxContacts = function (args, optionsOrCb, cb) {
|
|
1406
|
-
var command = new UpdateQueueMaxContactsCommand(args);
|
|
1407
|
-
if (typeof optionsOrCb === "function") {
|
|
1408
|
-
this.send(command, optionsOrCb);
|
|
1409
|
-
}
|
|
1410
|
-
else if (typeof cb === "function") {
|
|
1411
|
-
if (typeof optionsOrCb !== "object")
|
|
1412
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1413
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1414
|
-
}
|
|
1415
|
-
else {
|
|
1416
|
-
return this.send(command, optionsOrCb);
|
|
1417
|
-
}
|
|
1418
|
-
};
|
|
1419
|
-
Connect.prototype.updateQueueName = function (args, optionsOrCb, cb) {
|
|
1420
|
-
var command = new UpdateQueueNameCommand(args);
|
|
1421
|
-
if (typeof optionsOrCb === "function") {
|
|
1422
|
-
this.send(command, optionsOrCb);
|
|
1423
|
-
}
|
|
1424
|
-
else if (typeof cb === "function") {
|
|
1425
|
-
if (typeof optionsOrCb !== "object")
|
|
1426
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1427
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1428
|
-
}
|
|
1429
|
-
else {
|
|
1430
|
-
return this.send(command, optionsOrCb);
|
|
1431
|
-
}
|
|
1432
|
-
};
|
|
1433
|
-
Connect.prototype.updateQueueOutboundCallerConfig = function (args, optionsOrCb, cb) {
|
|
1434
|
-
var command = new UpdateQueueOutboundCallerConfigCommand(args);
|
|
1435
|
-
if (typeof optionsOrCb === "function") {
|
|
1436
|
-
this.send(command, optionsOrCb);
|
|
1437
|
-
}
|
|
1438
|
-
else if (typeof cb === "function") {
|
|
1439
|
-
if (typeof optionsOrCb !== "object")
|
|
1440
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1441
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1442
|
-
}
|
|
1443
|
-
else {
|
|
1444
|
-
return this.send(command, optionsOrCb);
|
|
1445
|
-
}
|
|
1446
|
-
};
|
|
1447
|
-
Connect.prototype.updateQueueStatus = function (args, optionsOrCb, cb) {
|
|
1448
|
-
var command = new UpdateQueueStatusCommand(args);
|
|
1449
|
-
if (typeof optionsOrCb === "function") {
|
|
1450
|
-
this.send(command, optionsOrCb);
|
|
1451
|
-
}
|
|
1452
|
-
else if (typeof cb === "function") {
|
|
1453
|
-
if (typeof optionsOrCb !== "object")
|
|
1454
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1455
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1456
|
-
}
|
|
1457
|
-
else {
|
|
1458
|
-
return this.send(command, optionsOrCb);
|
|
1459
|
-
}
|
|
1460
|
-
};
|
|
1461
|
-
Connect.prototype.updateQuickConnectConfig = function (args, optionsOrCb, cb) {
|
|
1462
|
-
var command = new UpdateQuickConnectConfigCommand(args);
|
|
1463
|
-
if (typeof optionsOrCb === "function") {
|
|
1464
|
-
this.send(command, optionsOrCb);
|
|
1465
|
-
}
|
|
1466
|
-
else if (typeof cb === "function") {
|
|
1467
|
-
if (typeof optionsOrCb !== "object")
|
|
1468
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1469
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1470
|
-
}
|
|
1471
|
-
else {
|
|
1472
|
-
return this.send(command, optionsOrCb);
|
|
1473
|
-
}
|
|
1474
|
-
};
|
|
1475
|
-
Connect.prototype.updateQuickConnectName = function (args, optionsOrCb, cb) {
|
|
1476
|
-
var command = new UpdateQuickConnectNameCommand(args);
|
|
1477
|
-
if (typeof optionsOrCb === "function") {
|
|
1478
|
-
this.send(command, optionsOrCb);
|
|
1479
|
-
}
|
|
1480
|
-
else if (typeof cb === "function") {
|
|
1481
|
-
if (typeof optionsOrCb !== "object")
|
|
1482
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1483
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1484
|
-
}
|
|
1485
|
-
else {
|
|
1486
|
-
return this.send(command, optionsOrCb);
|
|
1487
|
-
}
|
|
1488
|
-
};
|
|
1489
|
-
Connect.prototype.updateRoutingProfileConcurrency = function (args, optionsOrCb, cb) {
|
|
1490
|
-
var command = new UpdateRoutingProfileConcurrencyCommand(args);
|
|
1491
|
-
if (typeof optionsOrCb === "function") {
|
|
1492
|
-
this.send(command, optionsOrCb);
|
|
1493
|
-
}
|
|
1494
|
-
else if (typeof cb === "function") {
|
|
1495
|
-
if (typeof optionsOrCb !== "object")
|
|
1496
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1497
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1498
|
-
}
|
|
1499
|
-
else {
|
|
1500
|
-
return this.send(command, optionsOrCb);
|
|
1501
|
-
}
|
|
1502
|
-
};
|
|
1503
|
-
Connect.prototype.updateRoutingProfileDefaultOutboundQueue = function (args, optionsOrCb, cb) {
|
|
1504
|
-
var command = new UpdateRoutingProfileDefaultOutboundQueueCommand(args);
|
|
1505
|
-
if (typeof optionsOrCb === "function") {
|
|
1506
|
-
this.send(command, optionsOrCb);
|
|
1507
|
-
}
|
|
1508
|
-
else if (typeof cb === "function") {
|
|
1509
|
-
if (typeof optionsOrCb !== "object")
|
|
1510
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1511
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1512
|
-
}
|
|
1513
|
-
else {
|
|
1514
|
-
return this.send(command, optionsOrCb);
|
|
1515
|
-
}
|
|
1516
|
-
};
|
|
1517
|
-
Connect.prototype.updateRoutingProfileName = function (args, optionsOrCb, cb) {
|
|
1518
|
-
var command = new UpdateRoutingProfileNameCommand(args);
|
|
1519
|
-
if (typeof optionsOrCb === "function") {
|
|
1520
|
-
this.send(command, optionsOrCb);
|
|
1521
|
-
}
|
|
1522
|
-
else if (typeof cb === "function") {
|
|
1523
|
-
if (typeof optionsOrCb !== "object")
|
|
1524
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1525
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1526
|
-
}
|
|
1527
|
-
else {
|
|
1528
|
-
return this.send(command, optionsOrCb);
|
|
1529
|
-
}
|
|
1530
|
-
};
|
|
1531
|
-
Connect.prototype.updateRoutingProfileQueues = function (args, optionsOrCb, cb) {
|
|
1532
|
-
var command = new UpdateRoutingProfileQueuesCommand(args);
|
|
1533
|
-
if (typeof optionsOrCb === "function") {
|
|
1534
|
-
this.send(command, optionsOrCb);
|
|
1535
|
-
}
|
|
1536
|
-
else if (typeof cb === "function") {
|
|
1537
|
-
if (typeof optionsOrCb !== "object")
|
|
1538
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1539
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1540
|
-
}
|
|
1541
|
-
else {
|
|
1542
|
-
return this.send(command, optionsOrCb);
|
|
1543
|
-
}
|
|
1544
|
-
};
|
|
1545
|
-
Connect.prototype.updateUserHierarchy = function (args, optionsOrCb, cb) {
|
|
1546
|
-
var command = new UpdateUserHierarchyCommand(args);
|
|
1547
|
-
if (typeof optionsOrCb === "function") {
|
|
1548
|
-
this.send(command, optionsOrCb);
|
|
1549
|
-
}
|
|
1550
|
-
else if (typeof cb === "function") {
|
|
1551
|
-
if (typeof optionsOrCb !== "object")
|
|
1552
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1553
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1554
|
-
}
|
|
1555
|
-
else {
|
|
1556
|
-
return this.send(command, optionsOrCb);
|
|
1557
|
-
}
|
|
1558
|
-
};
|
|
1559
|
-
Connect.prototype.updateUserHierarchyGroupName = function (args, optionsOrCb, cb) {
|
|
1560
|
-
var command = new UpdateUserHierarchyGroupNameCommand(args);
|
|
1561
|
-
if (typeof optionsOrCb === "function") {
|
|
1562
|
-
this.send(command, optionsOrCb);
|
|
1563
|
-
}
|
|
1564
|
-
else if (typeof cb === "function") {
|
|
1565
|
-
if (typeof optionsOrCb !== "object")
|
|
1566
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1567
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1568
|
-
}
|
|
1569
|
-
else {
|
|
1570
|
-
return this.send(command, optionsOrCb);
|
|
1571
|
-
}
|
|
1572
|
-
};
|
|
1573
|
-
Connect.prototype.updateUserHierarchyStructure = function (args, optionsOrCb, cb) {
|
|
1574
|
-
var command = new UpdateUserHierarchyStructureCommand(args);
|
|
1575
|
-
if (typeof optionsOrCb === "function") {
|
|
1576
|
-
this.send(command, optionsOrCb);
|
|
1577
|
-
}
|
|
1578
|
-
else if (typeof cb === "function") {
|
|
1579
|
-
if (typeof optionsOrCb !== "object")
|
|
1580
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1581
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1582
|
-
}
|
|
1583
|
-
else {
|
|
1584
|
-
return this.send(command, optionsOrCb);
|
|
1585
|
-
}
|
|
1586
|
-
};
|
|
1587
|
-
Connect.prototype.updateUserIdentityInfo = function (args, optionsOrCb, cb) {
|
|
1588
|
-
var command = new UpdateUserIdentityInfoCommand(args);
|
|
1589
|
-
if (typeof optionsOrCb === "function") {
|
|
1590
|
-
this.send(command, optionsOrCb);
|
|
1591
|
-
}
|
|
1592
|
-
else if (typeof cb === "function") {
|
|
1593
|
-
if (typeof optionsOrCb !== "object")
|
|
1594
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1595
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1596
|
-
}
|
|
1597
|
-
else {
|
|
1598
|
-
return this.send(command, optionsOrCb);
|
|
1599
|
-
}
|
|
1600
|
-
};
|
|
1601
|
-
Connect.prototype.updateUserPhoneConfig = function (args, optionsOrCb, cb) {
|
|
1602
|
-
var command = new UpdateUserPhoneConfigCommand(args);
|
|
1603
|
-
if (typeof optionsOrCb === "function") {
|
|
1604
|
-
this.send(command, optionsOrCb);
|
|
1605
|
-
}
|
|
1606
|
-
else if (typeof cb === "function") {
|
|
1607
|
-
if (typeof optionsOrCb !== "object")
|
|
1608
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1609
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1610
|
-
}
|
|
1611
|
-
else {
|
|
1612
|
-
return this.send(command, optionsOrCb);
|
|
1613
|
-
}
|
|
1614
|
-
};
|
|
1615
|
-
Connect.prototype.updateUserRoutingProfile = function (args, optionsOrCb, cb) {
|
|
1616
|
-
var command = new UpdateUserRoutingProfileCommand(args);
|
|
1617
|
-
if (typeof optionsOrCb === "function") {
|
|
1618
|
-
this.send(command, optionsOrCb);
|
|
1619
|
-
}
|
|
1620
|
-
else if (typeof cb === "function") {
|
|
1621
|
-
if (typeof optionsOrCb !== "object")
|
|
1622
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1623
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1624
|
-
}
|
|
1625
|
-
else {
|
|
1626
|
-
return this.send(command, optionsOrCb);
|
|
1627
|
-
}
|
|
1628
|
-
};
|
|
1629
|
-
Connect.prototype.updateUserSecurityProfiles = function (args, optionsOrCb, cb) {
|
|
1630
|
-
var command = new UpdateUserSecurityProfilesCommand(args);
|
|
1631
|
-
if (typeof optionsOrCb === "function") {
|
|
1632
|
-
this.send(command, optionsOrCb);
|
|
1633
|
-
}
|
|
1634
|
-
else if (typeof cb === "function") {
|
|
1635
|
-
if (typeof optionsOrCb !== "object")
|
|
1636
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1637
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1638
|
-
}
|
|
1639
|
-
else {
|
|
1640
|
-
return this.send(command, optionsOrCb);
|
|
1641
|
-
}
|
|
1642
|
-
};
|
|
1643
|
-
return Connect;
|
|
1644
|
-
}(ConnectClient));
|
|
1645
|
-
export { Connect };
|
|
1646
|
-
//# sourceMappingURL=Connect.js.map
|