@aws-sdk/client-connect 3.34.0 → 3.35.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 +12 -0
- package/dist-cjs/Connect.js +1661 -0
- package/dist-cjs/Connect.js.map +1 -0
- package/dist-cjs/ConnectClient.js +59 -0
- package/dist-cjs/ConnectClient.js.map +1 -0
- package/dist-cjs/commands/AssociateApprovedOriginCommand.js +62 -0
- package/dist-cjs/commands/AssociateApprovedOriginCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateBotCommand.js +62 -0
- package/dist-cjs/commands/AssociateBotCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateInstanceStorageConfigCommand.js +67 -0
- package/dist-cjs/commands/AssociateInstanceStorageConfigCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateLambdaFunctionCommand.js +62 -0
- package/dist-cjs/commands/AssociateLambdaFunctionCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateLexBotCommand.js +62 -0
- package/dist-cjs/commands/AssociateLexBotCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateQueueQuickConnectsCommand.js +62 -0
- package/dist-cjs/commands/AssociateQueueQuickConnectsCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateRoutingProfileQueuesCommand.js +61 -0
- package/dist-cjs/commands/AssociateRoutingProfileQueuesCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateSecurityKeyCommand.js +62 -0
- package/dist-cjs/commands/AssociateSecurityKeyCommand.js.map +1 -0
- package/dist-cjs/commands/CreateAgentStatusCommand.js +62 -0
- package/dist-cjs/commands/CreateAgentStatusCommand.js.map +1 -0
- package/dist-cjs/commands/CreateContactFlowCommand.js +63 -0
- package/dist-cjs/commands/CreateContactFlowCommand.js.map +1 -0
- package/dist-cjs/commands/CreateHoursOfOperationCommand.js +62 -0
- package/dist-cjs/commands/CreateHoursOfOperationCommand.js.map +1 -0
- package/dist-cjs/commands/CreateInstanceCommand.js +67 -0
- package/dist-cjs/commands/CreateInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/CreateIntegrationAssociationCommand.js +61 -0
- package/dist-cjs/commands/CreateIntegrationAssociationCommand.js.map +1 -0
- package/dist-cjs/commands/CreateQueueCommand.js +62 -0
- package/dist-cjs/commands/CreateQueueCommand.js.map +1 -0
- package/dist-cjs/commands/CreateQuickConnectCommand.js +61 -0
- package/dist-cjs/commands/CreateQuickConnectCommand.js.map +1 -0
- package/dist-cjs/commands/CreateRoutingProfileCommand.js +61 -0
- package/dist-cjs/commands/CreateRoutingProfileCommand.js.map +1 -0
- package/dist-cjs/commands/CreateUseCaseCommand.js +61 -0
- package/dist-cjs/commands/CreateUseCaseCommand.js.map +1 -0
- package/dist-cjs/commands/CreateUserCommand.js +63 -0
- package/dist-cjs/commands/CreateUserCommand.js.map +1 -0
- package/dist-cjs/commands/CreateUserHierarchyGroupCommand.js +61 -0
- package/dist-cjs/commands/CreateUserHierarchyGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteHoursOfOperationCommand.js +62 -0
- package/dist-cjs/commands/DeleteHoursOfOperationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteInstanceCommand.js +65 -0
- package/dist-cjs/commands/DeleteInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteIntegrationAssociationCommand.js +62 -0
- package/dist-cjs/commands/DeleteIntegrationAssociationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteQuickConnectCommand.js +61 -0
- package/dist-cjs/commands/DeleteQuickConnectCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteUseCaseCommand.js +61 -0
- package/dist-cjs/commands/DeleteUseCaseCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteUserCommand.js +64 -0
- package/dist-cjs/commands/DeleteUserCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteUserHierarchyGroupCommand.js +62 -0
- package/dist-cjs/commands/DeleteUserHierarchyGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAgentStatusCommand.js +62 -0
- package/dist-cjs/commands/DescribeAgentStatusCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeContactFlowCommand.js +63 -0
- package/dist-cjs/commands/DescribeContactFlowCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeHoursOfOperationCommand.js +62 -0
- package/dist-cjs/commands/DescribeHoursOfOperationCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeInstanceAttributeCommand.js +62 -0
- package/dist-cjs/commands/DescribeInstanceAttributeCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeInstanceCommand.js +66 -0
- package/dist-cjs/commands/DescribeInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeInstanceStorageConfigCommand.js +63 -0
- package/dist-cjs/commands/DescribeInstanceStorageConfigCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeQueueCommand.js +62 -0
- package/dist-cjs/commands/DescribeQueueCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeQuickConnectCommand.js +61 -0
- package/dist-cjs/commands/DescribeQuickConnectCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeRoutingProfileCommand.js +61 -0
- package/dist-cjs/commands/DescribeRoutingProfileCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeUserCommand.js +63 -0
- package/dist-cjs/commands/DescribeUserCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeUserHierarchyGroupCommand.js +61 -0
- package/dist-cjs/commands/DescribeUserHierarchyGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeUserHierarchyStructureCommand.js +61 -0
- package/dist-cjs/commands/DescribeUserHierarchyStructureCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateApprovedOriginCommand.js +62 -0
- package/dist-cjs/commands/DisassociateApprovedOriginCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateBotCommand.js +63 -0
- package/dist-cjs/commands/DisassociateBotCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateInstanceStorageConfigCommand.js +63 -0
- package/dist-cjs/commands/DisassociateInstanceStorageConfigCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateLambdaFunctionCommand.js +63 -0
- package/dist-cjs/commands/DisassociateLambdaFunctionCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateLexBotCommand.js +62 -0
- package/dist-cjs/commands/DisassociateLexBotCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateQueueQuickConnectsCommand.js +62 -0
- package/dist-cjs/commands/DisassociateQueueQuickConnectsCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateRoutingProfileQueuesCommand.js +61 -0
- package/dist-cjs/commands/DisassociateRoutingProfileQueuesCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateSecurityKeyCommand.js +62 -0
- package/dist-cjs/commands/DisassociateSecurityKeyCommand.js.map +1 -0
- package/dist-cjs/commands/GetContactAttributesCommand.js +61 -0
- package/dist-cjs/commands/GetContactAttributesCommand.js.map +1 -0
- package/dist-cjs/commands/GetCurrentMetricDataCommand.js +63 -0
- package/dist-cjs/commands/GetCurrentMetricDataCommand.js.map +1 -0
- package/dist-cjs/commands/GetFederationTokenCommand.js +69 -0
- package/dist-cjs/commands/GetFederationTokenCommand.js.map +1 -0
- package/dist-cjs/commands/GetMetricDataCommand.js +64 -0
- package/dist-cjs/commands/GetMetricDataCommand.js.map +1 -0
- package/dist-cjs/commands/ListAgentStatusesCommand.js +62 -0
- package/dist-cjs/commands/ListAgentStatusesCommand.js.map +1 -0
- package/dist-cjs/commands/ListApprovedOriginsCommand.js +62 -0
- package/dist-cjs/commands/ListApprovedOriginsCommand.js.map +1 -0
- package/dist-cjs/commands/ListBotsCommand.js +63 -0
- package/dist-cjs/commands/ListBotsCommand.js.map +1 -0
- package/dist-cjs/commands/ListContactFlowsCommand.js +65 -0
- package/dist-cjs/commands/ListContactFlowsCommand.js.map +1 -0
- package/dist-cjs/commands/ListHoursOfOperationsCommand.js +63 -0
- package/dist-cjs/commands/ListHoursOfOperationsCommand.js.map +1 -0
- package/dist-cjs/commands/ListInstanceAttributesCommand.js +62 -0
- package/dist-cjs/commands/ListInstanceAttributesCommand.js.map +1 -0
- package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js +64 -0
- package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js.map +1 -0
- package/dist-cjs/commands/ListInstancesCommand.js +64 -0
- package/dist-cjs/commands/ListInstancesCommand.js.map +1 -0
- package/dist-cjs/commands/ListIntegrationAssociationsCommand.js +62 -0
- package/dist-cjs/commands/ListIntegrationAssociationsCommand.js.map +1 -0
- package/dist-cjs/commands/ListLambdaFunctionsCommand.js +63 -0
- package/dist-cjs/commands/ListLambdaFunctionsCommand.js.map +1 -0
- package/dist-cjs/commands/ListLexBotsCommand.js +63 -0
- package/dist-cjs/commands/ListLexBotsCommand.js.map +1 -0
- package/dist-cjs/commands/ListPhoneNumbersCommand.js +63 -0
- package/dist-cjs/commands/ListPhoneNumbersCommand.js.map +1 -0
- package/dist-cjs/commands/ListPromptsCommand.js +61 -0
- package/dist-cjs/commands/ListPromptsCommand.js.map +1 -0
- package/dist-cjs/commands/ListQueueQuickConnectsCommand.js +62 -0
- package/dist-cjs/commands/ListQueueQuickConnectsCommand.js.map +1 -0
- package/dist-cjs/commands/ListQueuesCommand.js +67 -0
- package/dist-cjs/commands/ListQueuesCommand.js.map +1 -0
- package/dist-cjs/commands/ListQuickConnectsCommand.js +61 -0
- package/dist-cjs/commands/ListQuickConnectsCommand.js.map +1 -0
- package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js +61 -0
- package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js.map +1 -0
- package/dist-cjs/commands/ListRoutingProfilesCommand.js +64 -0
- package/dist-cjs/commands/ListRoutingProfilesCommand.js.map +1 -0
- package/dist-cjs/commands/ListSecurityKeysCommand.js +62 -0
- package/dist-cjs/commands/ListSecurityKeysCommand.js.map +1 -0
- package/dist-cjs/commands/ListSecurityProfilesCommand.js +64 -0
- package/dist-cjs/commands/ListSecurityProfilesCommand.js.map +1 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +63 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-cjs/commands/ListUseCasesCommand.js +61 -0
- package/dist-cjs/commands/ListUseCasesCommand.js.map +1 -0
- package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js +64 -0
- package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/ListUsersCommand.js +61 -0
- package/dist-cjs/commands/ListUsersCommand.js.map +1 -0
- package/dist-cjs/commands/ResumeContactRecordingCommand.js +64 -0
- package/dist-cjs/commands/ResumeContactRecordingCommand.js.map +1 -0
- package/dist-cjs/commands/StartChatContactCommand.js +81 -0
- package/dist-cjs/commands/StartChatContactCommand.js.map +1 -0
- package/dist-cjs/commands/StartContactRecordingCommand.js +68 -0
- package/dist-cjs/commands/StartContactRecordingCommand.js.map +1 -0
- package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +79 -0
- package/dist-cjs/commands/StartOutboundVoiceContactCommand.js.map +1 -0
- package/dist-cjs/commands/StartTaskContactCommand.js +61 -0
- package/dist-cjs/commands/StartTaskContactCommand.js.map +1 -0
- package/dist-cjs/commands/StopContactCommand.js +61 -0
- package/dist-cjs/commands/StopContactCommand.js.map +1 -0
- package/dist-cjs/commands/StopContactRecordingCommand.js +67 -0
- package/dist-cjs/commands/StopContactRecordingCommand.js.map +1 -0
- package/dist-cjs/commands/SuspendContactRecordingCommand.js +66 -0
- package/dist-cjs/commands/SuspendContactRecordingCommand.js.map +1 -0
- package/dist-cjs/commands/TagResourceCommand.js +65 -0
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UntagResourceCommand.js +61 -0
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +62 -0
- package/dist-cjs/commands/UpdateAgentStatusCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateContactAttributesCommand.js +80 -0
- package/dist-cjs/commands/UpdateContactAttributesCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateContactFlowContentCommand.js +63 -0
- package/dist-cjs/commands/UpdateContactFlowContentCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateContactFlowNameCommand.js +63 -0
- package/dist-cjs/commands/UpdateContactFlowNameCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +62 -0
- package/dist-cjs/commands/UpdateHoursOfOperationCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +62 -0
- package/dist-cjs/commands/UpdateInstanceAttributeCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +62 -0
- package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +62 -0
- package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +63 -0
- package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateQueueNameCommand.js +62 -0
- package/dist-cjs/commands/UpdateQueueNameCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +63 -0
- package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateQueueStatusCommand.js +62 -0
- package/dist-cjs/commands/UpdateQueueStatusCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +61 -0
- package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +61 -0
- package/dist-cjs/commands/UpdateQuickConnectNameCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +62 -0
- package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +61 -0
- package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +62 -0
- package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +61 -0
- package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateUserHierarchyCommand.js +61 -0
- package/dist-cjs/commands/UpdateUserHierarchyCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +61 -0
- package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +61 -0
- package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +69 -0
- package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js +61 -0
- package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js +61 -0
- package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js +61 -0
- package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/{dist/cjs → dist-cjs}/index.js +0 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/dist-cjs/models/models_0.js +2793 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/dist-cjs/pagination/GetCurrentMetricDataPaginator.js +46 -0
- package/dist-cjs/pagination/GetCurrentMetricDataPaginator.js.map +1 -0
- package/dist-cjs/pagination/GetMetricDataPaginator.js +46 -0
- package/dist-cjs/pagination/GetMetricDataPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/pagination/ListAgentStatusesPaginator.js +46 -0
- package/dist-cjs/pagination/ListAgentStatusesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListApprovedOriginsPaginator.js +46 -0
- package/dist-cjs/pagination/ListApprovedOriginsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListBotsPaginator.js +46 -0
- package/dist-cjs/pagination/ListBotsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListContactFlowsPaginator.js +46 -0
- package/dist-cjs/pagination/ListContactFlowsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListHoursOfOperationsPaginator.js +46 -0
- package/dist-cjs/pagination/ListHoursOfOperationsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListInstanceAttributesPaginator.js +46 -0
- package/dist-cjs/pagination/ListInstanceAttributesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListInstanceStorageConfigsPaginator.js +46 -0
- package/dist-cjs/pagination/ListInstanceStorageConfigsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListInstancesPaginator.js +46 -0
- package/dist-cjs/pagination/ListInstancesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListIntegrationAssociationsPaginator.js +46 -0
- package/dist-cjs/pagination/ListIntegrationAssociationsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListLambdaFunctionsPaginator.js +46 -0
- package/dist-cjs/pagination/ListLambdaFunctionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListLexBotsPaginator.js +46 -0
- package/dist-cjs/pagination/ListLexBotsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListPhoneNumbersPaginator.js +46 -0
- package/dist-cjs/pagination/ListPhoneNumbersPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListPromptsPaginator.js +46 -0
- package/dist-cjs/pagination/ListPromptsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListQueueQuickConnectsPaginator.js +46 -0
- package/dist-cjs/pagination/ListQueueQuickConnectsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListQueuesPaginator.js +46 -0
- package/dist-cjs/pagination/ListQueuesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListQuickConnectsPaginator.js +46 -0
- package/dist-cjs/pagination/ListQuickConnectsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListRoutingProfileQueuesPaginator.js +46 -0
- package/dist-cjs/pagination/ListRoutingProfileQueuesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListRoutingProfilesPaginator.js +46 -0
- package/dist-cjs/pagination/ListRoutingProfilesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListSecurityKeysPaginator.js +46 -0
- package/dist-cjs/pagination/ListSecurityKeysPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListSecurityProfilesPaginator.js +46 -0
- package/dist-cjs/pagination/ListSecurityProfilesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListUseCasesPaginator.js +46 -0
- package/dist-cjs/pagination/ListUseCasesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListUserHierarchyGroupsPaginator.js +46 -0
- package/dist-cjs/pagination/ListUserHierarchyGroupsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListUsersPaginator.js +46 -0
- package/dist-cjs/pagination/ListUsersPaginator.js.map +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +14366 -0
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/Connect.js +1646 -0
- package/dist-es/Connect.js.map +1 -0
- package/dist-es/ConnectClient.js +38 -0
- package/dist-es/ConnectClient.js.map +1 -0
- package/dist-es/commands/AssociateApprovedOriginCommand.js +40 -0
- package/dist-es/commands/AssociateApprovedOriginCommand.js.map +1 -0
- package/dist-es/commands/AssociateBotCommand.js +40 -0
- package/dist-es/commands/AssociateBotCommand.js.map +1 -0
- package/dist-es/commands/AssociateInstanceStorageConfigCommand.js +40 -0
- package/dist-es/commands/AssociateInstanceStorageConfigCommand.js.map +1 -0
- package/dist-es/commands/AssociateLambdaFunctionCommand.js +40 -0
- package/dist-es/commands/AssociateLambdaFunctionCommand.js.map +1 -0
- package/dist-es/commands/AssociateLexBotCommand.js +40 -0
- package/dist-es/commands/AssociateLexBotCommand.js.map +1 -0
- package/dist-es/commands/AssociateQueueQuickConnectsCommand.js +40 -0
- package/dist-es/commands/AssociateQueueQuickConnectsCommand.js.map +1 -0
- package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js +40 -0
- package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js.map +1 -0
- package/dist-es/commands/AssociateSecurityKeyCommand.js +40 -0
- package/dist-es/commands/AssociateSecurityKeyCommand.js.map +1 -0
- package/dist-es/commands/CreateAgentStatusCommand.js +40 -0
- package/dist-es/commands/CreateAgentStatusCommand.js.map +1 -0
- package/dist-es/commands/CreateContactFlowCommand.js +40 -0
- package/dist-es/commands/CreateContactFlowCommand.js.map +1 -0
- package/dist-es/commands/CreateHoursOfOperationCommand.js +40 -0
- package/dist-es/commands/CreateHoursOfOperationCommand.js.map +1 -0
- package/dist-es/commands/CreateInstanceCommand.js +40 -0
- package/dist-es/commands/CreateInstanceCommand.js.map +1 -0
- package/dist-es/commands/CreateIntegrationAssociationCommand.js +40 -0
- package/dist-es/commands/CreateIntegrationAssociationCommand.js.map +1 -0
- package/dist-es/commands/CreateQueueCommand.js +40 -0
- package/dist-es/commands/CreateQueueCommand.js.map +1 -0
- package/dist-es/commands/CreateQuickConnectCommand.js +40 -0
- package/dist-es/commands/CreateQuickConnectCommand.js.map +1 -0
- package/dist-es/commands/CreateRoutingProfileCommand.js +40 -0
- package/dist-es/commands/CreateRoutingProfileCommand.js.map +1 -0
- package/dist-es/commands/CreateUseCaseCommand.js +40 -0
- package/dist-es/commands/CreateUseCaseCommand.js.map +1 -0
- package/dist-es/commands/CreateUserCommand.js +40 -0
- package/dist-es/commands/CreateUserCommand.js.map +1 -0
- package/dist-es/commands/CreateUserHierarchyGroupCommand.js +40 -0
- package/dist-es/commands/CreateUserHierarchyGroupCommand.js.map +1 -0
- package/dist-es/commands/DeleteHoursOfOperationCommand.js +40 -0
- package/dist-es/commands/DeleteHoursOfOperationCommand.js.map +1 -0
- package/dist-es/commands/DeleteInstanceCommand.js +40 -0
- package/dist-es/commands/DeleteInstanceCommand.js.map +1 -0
- package/dist-es/commands/DeleteIntegrationAssociationCommand.js +40 -0
- package/dist-es/commands/DeleteIntegrationAssociationCommand.js.map +1 -0
- package/dist-es/commands/DeleteQuickConnectCommand.js +40 -0
- package/dist-es/commands/DeleteQuickConnectCommand.js.map +1 -0
- package/dist-es/commands/DeleteUseCaseCommand.js +40 -0
- package/dist-es/commands/DeleteUseCaseCommand.js.map +1 -0
- package/dist-es/commands/DeleteUserCommand.js +40 -0
- package/dist-es/commands/DeleteUserCommand.js.map +1 -0
- package/dist-es/commands/DeleteUserHierarchyGroupCommand.js +40 -0
- package/dist-es/commands/DeleteUserHierarchyGroupCommand.js.map +1 -0
- package/dist-es/commands/DescribeAgentStatusCommand.js +40 -0
- package/dist-es/commands/DescribeAgentStatusCommand.js.map +1 -0
- package/dist-es/commands/DescribeContactFlowCommand.js +40 -0
- package/dist-es/commands/DescribeContactFlowCommand.js.map +1 -0
- package/dist-es/commands/DescribeHoursOfOperationCommand.js +40 -0
- package/dist-es/commands/DescribeHoursOfOperationCommand.js.map +1 -0
- package/dist-es/commands/DescribeInstanceAttributeCommand.js +40 -0
- package/dist-es/commands/DescribeInstanceAttributeCommand.js.map +1 -0
- package/dist-es/commands/DescribeInstanceCommand.js +40 -0
- package/dist-es/commands/DescribeInstanceCommand.js.map +1 -0
- package/dist-es/commands/DescribeInstanceStorageConfigCommand.js +40 -0
- package/dist-es/commands/DescribeInstanceStorageConfigCommand.js.map +1 -0
- package/dist-es/commands/DescribeQueueCommand.js +40 -0
- package/dist-es/commands/DescribeQueueCommand.js.map +1 -0
- package/dist-es/commands/DescribeQuickConnectCommand.js +40 -0
- package/dist-es/commands/DescribeQuickConnectCommand.js.map +1 -0
- package/dist-es/commands/DescribeRoutingProfileCommand.js +40 -0
- package/dist-es/commands/DescribeRoutingProfileCommand.js.map +1 -0
- package/dist-es/commands/DescribeUserCommand.js +40 -0
- package/dist-es/commands/DescribeUserCommand.js.map +1 -0
- package/dist-es/commands/DescribeUserHierarchyGroupCommand.js +40 -0
- package/dist-es/commands/DescribeUserHierarchyGroupCommand.js.map +1 -0
- package/dist-es/commands/DescribeUserHierarchyStructureCommand.js +40 -0
- package/dist-es/commands/DescribeUserHierarchyStructureCommand.js.map +1 -0
- package/dist-es/commands/DisassociateApprovedOriginCommand.js +40 -0
- package/dist-es/commands/DisassociateApprovedOriginCommand.js.map +1 -0
- package/dist-es/commands/DisassociateBotCommand.js +40 -0
- package/dist-es/commands/DisassociateBotCommand.js.map +1 -0
- package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js +40 -0
- package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js.map +1 -0
- package/dist-es/commands/DisassociateLambdaFunctionCommand.js +40 -0
- package/dist-es/commands/DisassociateLambdaFunctionCommand.js.map +1 -0
- package/dist-es/commands/DisassociateLexBotCommand.js +40 -0
- package/dist-es/commands/DisassociateLexBotCommand.js.map +1 -0
- package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js +40 -0
- package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js.map +1 -0
- package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js +40 -0
- package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js.map +1 -0
- package/dist-es/commands/DisassociateSecurityKeyCommand.js +40 -0
- package/dist-es/commands/DisassociateSecurityKeyCommand.js.map +1 -0
- package/dist-es/commands/GetContactAttributesCommand.js +40 -0
- package/dist-es/commands/GetContactAttributesCommand.js.map +1 -0
- package/dist-es/commands/GetCurrentMetricDataCommand.js +40 -0
- package/dist-es/commands/GetCurrentMetricDataCommand.js.map +1 -0
- package/dist-es/commands/GetFederationTokenCommand.js +40 -0
- package/dist-es/commands/GetFederationTokenCommand.js.map +1 -0
- package/dist-es/commands/GetMetricDataCommand.js +40 -0
- package/dist-es/commands/GetMetricDataCommand.js.map +1 -0
- package/dist-es/commands/ListAgentStatusesCommand.js +40 -0
- package/dist-es/commands/ListAgentStatusesCommand.js.map +1 -0
- package/dist-es/commands/ListApprovedOriginsCommand.js +40 -0
- package/dist-es/commands/ListApprovedOriginsCommand.js.map +1 -0
- package/dist-es/commands/ListBotsCommand.js +40 -0
- package/dist-es/commands/ListBotsCommand.js.map +1 -0
- package/dist-es/commands/ListContactFlowsCommand.js +40 -0
- package/dist-es/commands/ListContactFlowsCommand.js.map +1 -0
- package/dist-es/commands/ListHoursOfOperationsCommand.js +40 -0
- package/dist-es/commands/ListHoursOfOperationsCommand.js.map +1 -0
- package/dist-es/commands/ListInstanceAttributesCommand.js +40 -0
- package/dist-es/commands/ListInstanceAttributesCommand.js.map +1 -0
- package/dist-es/commands/ListInstanceStorageConfigsCommand.js +40 -0
- package/dist-es/commands/ListInstanceStorageConfigsCommand.js.map +1 -0
- package/dist-es/commands/ListInstancesCommand.js +40 -0
- package/dist-es/commands/ListInstancesCommand.js.map +1 -0
- package/dist-es/commands/ListIntegrationAssociationsCommand.js +40 -0
- package/dist-es/commands/ListIntegrationAssociationsCommand.js.map +1 -0
- package/dist-es/commands/ListLambdaFunctionsCommand.js +40 -0
- package/dist-es/commands/ListLambdaFunctionsCommand.js.map +1 -0
- package/dist-es/commands/ListLexBotsCommand.js +40 -0
- package/dist-es/commands/ListLexBotsCommand.js.map +1 -0
- package/dist-es/commands/ListPhoneNumbersCommand.js +40 -0
- package/dist-es/commands/ListPhoneNumbersCommand.js.map +1 -0
- package/dist-es/commands/ListPromptsCommand.js +40 -0
- package/dist-es/commands/ListPromptsCommand.js.map +1 -0
- package/dist-es/commands/ListQueueQuickConnectsCommand.js +40 -0
- package/dist-es/commands/ListQueueQuickConnectsCommand.js.map +1 -0
- package/dist-es/commands/ListQueuesCommand.js +40 -0
- package/dist-es/commands/ListQueuesCommand.js.map +1 -0
- package/dist-es/commands/ListQuickConnectsCommand.js +40 -0
- package/dist-es/commands/ListQuickConnectsCommand.js.map +1 -0
- package/dist-es/commands/ListRoutingProfileQueuesCommand.js +40 -0
- package/dist-es/commands/ListRoutingProfileQueuesCommand.js.map +1 -0
- package/dist-es/commands/ListRoutingProfilesCommand.js +40 -0
- package/dist-es/commands/ListRoutingProfilesCommand.js.map +1 -0
- package/dist-es/commands/ListSecurityKeysCommand.js +40 -0
- package/dist-es/commands/ListSecurityKeysCommand.js.map +1 -0
- package/dist-es/commands/ListSecurityProfilesCommand.js +40 -0
- package/dist-es/commands/ListSecurityProfilesCommand.js.map +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-es/commands/ListUseCasesCommand.js +40 -0
- package/dist-es/commands/ListUseCasesCommand.js.map +1 -0
- package/dist-es/commands/ListUserHierarchyGroupsCommand.js +40 -0
- package/dist-es/commands/ListUserHierarchyGroupsCommand.js.map +1 -0
- package/dist-es/commands/ListUsersCommand.js +40 -0
- package/dist-es/commands/ListUsersCommand.js.map +1 -0
- package/dist-es/commands/ResumeContactRecordingCommand.js +40 -0
- package/dist-es/commands/ResumeContactRecordingCommand.js.map +1 -0
- package/dist-es/commands/StartChatContactCommand.js +40 -0
- package/dist-es/commands/StartChatContactCommand.js.map +1 -0
- package/dist-es/commands/StartContactRecordingCommand.js +40 -0
- package/dist-es/commands/StartContactRecordingCommand.js.map +1 -0
- package/dist-es/commands/StartOutboundVoiceContactCommand.js +40 -0
- package/dist-es/commands/StartOutboundVoiceContactCommand.js.map +1 -0
- package/dist-es/commands/StartTaskContactCommand.js +40 -0
- package/dist-es/commands/StartTaskContactCommand.js.map +1 -0
- package/dist-es/commands/StopContactCommand.js +40 -0
- package/dist-es/commands/StopContactCommand.js.map +1 -0
- package/dist-es/commands/StopContactRecordingCommand.js +40 -0
- package/dist-es/commands/StopContactRecordingCommand.js.map +1 -0
- package/dist-es/commands/SuspendContactRecordingCommand.js +40 -0
- package/dist-es/commands/SuspendContactRecordingCommand.js.map +1 -0
- package/dist-es/commands/TagResourceCommand.js +40 -0
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/dist-es/commands/UntagResourceCommand.js +40 -0
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/dist-es/commands/UpdateAgentStatusCommand.js +40 -0
- package/dist-es/commands/UpdateAgentStatusCommand.js.map +1 -0
- package/dist-es/commands/UpdateContactAttributesCommand.js +40 -0
- package/dist-es/commands/UpdateContactAttributesCommand.js.map +1 -0
- package/dist-es/commands/UpdateContactFlowContentCommand.js +40 -0
- package/dist-es/commands/UpdateContactFlowContentCommand.js.map +1 -0
- package/dist-es/commands/UpdateContactFlowNameCommand.js +40 -0
- package/dist-es/commands/UpdateContactFlowNameCommand.js.map +1 -0
- package/dist-es/commands/UpdateHoursOfOperationCommand.js +40 -0
- package/dist-es/commands/UpdateHoursOfOperationCommand.js.map +1 -0
- package/dist-es/commands/UpdateInstanceAttributeCommand.js +40 -0
- package/dist-es/commands/UpdateInstanceAttributeCommand.js.map +1 -0
- package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +40 -0
- package/dist-es/commands/UpdateInstanceStorageConfigCommand.js.map +1 -0
- package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +40 -0
- package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js.map +1 -0
- package/dist-es/commands/UpdateQueueMaxContactsCommand.js +40 -0
- package/dist-es/commands/UpdateQueueMaxContactsCommand.js.map +1 -0
- package/dist-es/commands/UpdateQueueNameCommand.js +40 -0
- package/dist-es/commands/UpdateQueueNameCommand.js.map +1 -0
- package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +40 -0
- package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js.map +1 -0
- package/dist-es/commands/UpdateQueueStatusCommand.js +40 -0
- package/dist-es/commands/UpdateQueueStatusCommand.js.map +1 -0
- package/dist-es/commands/UpdateQuickConnectConfigCommand.js +40 -0
- package/dist-es/commands/UpdateQuickConnectConfigCommand.js.map +1 -0
- package/dist-es/commands/UpdateQuickConnectNameCommand.js +40 -0
- package/dist-es/commands/UpdateQuickConnectNameCommand.js.map +1 -0
- package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +40 -0
- package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js.map +1 -0
- package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +40 -0
- package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +1 -0
- package/dist-es/commands/UpdateRoutingProfileNameCommand.js +40 -0
- package/dist-es/commands/UpdateRoutingProfileNameCommand.js.map +1 -0
- package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +40 -0
- package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js.map +1 -0
- package/dist-es/commands/UpdateUserHierarchyCommand.js +40 -0
- package/dist-es/commands/UpdateUserHierarchyCommand.js.map +1 -0
- package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +40 -0
- package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js.map +1 -0
- package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +40 -0
- package/dist-es/commands/UpdateUserHierarchyStructureCommand.js.map +1 -0
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +40 -0
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js.map +1 -0
- package/dist-es/commands/UpdateUserPhoneConfigCommand.js +40 -0
- package/dist-es/commands/UpdateUserPhoneConfigCommand.js.map +1 -0
- package/dist-es/commands/UpdateUserRoutingProfileCommand.js +40 -0
- package/dist-es/commands/UpdateUserRoutingProfileCommand.js.map +1 -0
- package/dist-es/commands/UpdateUserSecurityProfilesCommand.js +40 -0
- package/dist-es/commands/UpdateUserSecurityProfilesCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +0 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/dist-es/models/models_0.js +1493 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/dist-es/pagination/GetCurrentMetricDataPaginator.js +75 -0
- package/dist-es/pagination/GetCurrentMetricDataPaginator.js.map +1 -0
- package/dist-es/pagination/GetMetricDataPaginator.js +75 -0
- package/dist-es/pagination/GetMetricDataPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/pagination/ListAgentStatusesPaginator.js +75 -0
- package/dist-es/pagination/ListAgentStatusesPaginator.js.map +1 -0
- package/dist-es/pagination/ListApprovedOriginsPaginator.js +75 -0
- package/dist-es/pagination/ListApprovedOriginsPaginator.js.map +1 -0
- package/dist-es/pagination/ListBotsPaginator.js +75 -0
- package/dist-es/pagination/ListBotsPaginator.js.map +1 -0
- package/dist-es/pagination/ListContactFlowsPaginator.js +75 -0
- package/dist-es/pagination/ListContactFlowsPaginator.js.map +1 -0
- package/dist-es/pagination/ListHoursOfOperationsPaginator.js +75 -0
- package/dist-es/pagination/ListHoursOfOperationsPaginator.js.map +1 -0
- package/dist-es/pagination/ListInstanceAttributesPaginator.js +75 -0
- package/dist-es/pagination/ListInstanceAttributesPaginator.js.map +1 -0
- package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js +75 -0
- package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js.map +1 -0
- package/dist-es/pagination/ListInstancesPaginator.js +75 -0
- package/dist-es/pagination/ListInstancesPaginator.js.map +1 -0
- package/dist-es/pagination/ListIntegrationAssociationsPaginator.js +75 -0
- package/dist-es/pagination/ListIntegrationAssociationsPaginator.js.map +1 -0
- package/dist-es/pagination/ListLambdaFunctionsPaginator.js +75 -0
- package/dist-es/pagination/ListLambdaFunctionsPaginator.js.map +1 -0
- package/dist-es/pagination/ListLexBotsPaginator.js +75 -0
- package/dist-es/pagination/ListLexBotsPaginator.js.map +1 -0
- package/dist-es/pagination/ListPhoneNumbersPaginator.js +75 -0
- package/dist-es/pagination/ListPhoneNumbersPaginator.js.map +1 -0
- package/dist-es/pagination/ListPromptsPaginator.js +75 -0
- package/dist-es/pagination/ListPromptsPaginator.js.map +1 -0
- package/dist-es/pagination/ListQueueQuickConnectsPaginator.js +75 -0
- package/dist-es/pagination/ListQueueQuickConnectsPaginator.js.map +1 -0
- package/dist-es/pagination/ListQueuesPaginator.js +75 -0
- package/dist-es/pagination/ListQueuesPaginator.js.map +1 -0
- package/dist-es/pagination/ListQuickConnectsPaginator.js +75 -0
- package/dist-es/pagination/ListQuickConnectsPaginator.js.map +1 -0
- package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js +75 -0
- package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js.map +1 -0
- package/dist-es/pagination/ListRoutingProfilesPaginator.js +75 -0
- package/dist-es/pagination/ListRoutingProfilesPaginator.js.map +1 -0
- package/dist-es/pagination/ListSecurityKeysPaginator.js +75 -0
- package/dist-es/pagination/ListSecurityKeysPaginator.js.map +1 -0
- package/dist-es/pagination/ListSecurityProfilesPaginator.js +75 -0
- package/dist-es/pagination/ListSecurityProfilesPaginator.js.map +1 -0
- package/dist-es/pagination/ListUseCasesPaginator.js +75 -0
- package/dist-es/pagination/ListUseCasesPaginator.js.map +1 -0
- package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js +75 -0
- package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js.map +1 -0
- package/dist-es/pagination/ListUsersPaginator.js +75 -0
- package/dist-es/pagination/ListUsersPaginator.js.map +1 -0
- package/dist-es/protocols/Aws_restJson1.js +15953 -0
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -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/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → 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 +1008 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +256 -0
- package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +35 -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 +6152 -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 → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +42 -42
- package/src/Connect.ts +4172 -0
- package/src/ConnectClient.ts +785 -0
- package/src/commands/AssociateApprovedOriginCommand.ts +96 -0
- package/src/commands/AssociateBotCommand.ts +96 -0
- package/src/commands/AssociateInstanceStorageConfigCommand.ts +109 -0
- package/src/commands/AssociateLambdaFunctionCommand.ts +96 -0
- package/src/commands/AssociateLexBotCommand.ts +96 -0
- package/src/commands/AssociateQueueQuickConnectsCommand.ts +99 -0
- package/src/commands/AssociateRoutingProfileQueuesCommand.ts +98 -0
- package/src/commands/AssociateSecurityKeyCommand.ts +96 -0
- package/src/commands/CreateAgentStatusCommand.ts +96 -0
- package/src/commands/CreateContactFlowCommand.ts +97 -0
- package/src/commands/CreateHoursOfOperationCommand.ts +96 -0
- package/src/commands/CreateInstanceCommand.ts +101 -0
- package/src/commands/CreateIntegrationAssociationCommand.ts +100 -0
- package/src/commands/CreateQueueCommand.ts +96 -0
- package/src/commands/CreateQuickConnectCommand.ts +95 -0
- package/src/commands/CreateRoutingProfileCommand.ts +95 -0
- package/src/commands/CreateUseCaseCommand.ts +95 -0
- package/src/commands/CreateUserCommand.ts +97 -0
- package/src/commands/CreateUserHierarchyGroupCommand.ts +95 -0
- package/src/commands/DeleteHoursOfOperationCommand.ts +96 -0
- package/src/commands/DeleteInstanceCommand.ts +99 -0
- package/src/commands/DeleteIntegrationAssociationCommand.ts +99 -0
- package/src/commands/DeleteQuickConnectCommand.ts +95 -0
- package/src/commands/DeleteUseCaseCommand.ts +95 -0
- package/src/commands/DeleteUserCommand.ts +98 -0
- package/src/commands/DeleteUserHierarchyGroupCommand.ts +96 -0
- package/src/commands/DescribeAgentStatusCommand.ts +96 -0
- package/src/commands/DescribeContactFlowCommand.ts +97 -0
- package/src/commands/DescribeHoursOfOperationCommand.ts +96 -0
- package/src/commands/DescribeInstanceAttributeCommand.ts +99 -0
- package/src/commands/DescribeInstanceCommand.ts +100 -0
- package/src/commands/DescribeInstanceStorageConfigCommand.ts +102 -0
- package/src/commands/DescribeQueueCommand.ts +96 -0
- package/src/commands/DescribeQuickConnectCommand.ts +95 -0
- package/src/commands/DescribeRoutingProfileCommand.ts +95 -0
- package/src/commands/DescribeUserCommand.ts +97 -0
- package/src/commands/DescribeUserHierarchyGroupCommand.ts +98 -0
- package/src/commands/DescribeUserHierarchyStructureCommand.ts +103 -0
- package/src/commands/DisassociateApprovedOriginCommand.ts +99 -0
- package/src/commands/DisassociateBotCommand.ts +97 -0
- package/src/commands/DisassociateInstanceStorageConfigCommand.ts +103 -0
- package/src/commands/DisassociateLambdaFunctionCommand.ts +100 -0
- package/src/commands/DisassociateLexBotCommand.ts +96 -0
- package/src/commands/DisassociateQueueQuickConnectsCommand.ts +102 -0
- package/src/commands/DisassociateRoutingProfileQueuesCommand.ts +101 -0
- package/src/commands/DisassociateSecurityKeyCommand.ts +96 -0
- package/src/commands/GetContactAttributesCommand.ts +95 -0
- package/src/commands/GetCurrentMetricDataCommand.ts +97 -0
- package/src/commands/GetFederationTokenCommand.ts +103 -0
- package/src/commands/GetMetricDataCommand.ts +98 -0
- package/src/commands/ListAgentStatusesCommand.ts +96 -0
- package/src/commands/ListApprovedOriginsCommand.ts +96 -0
- package/src/commands/ListBotsCommand.ts +97 -0
- package/src/commands/ListContactFlowsCommand.ts +99 -0
- package/src/commands/ListHoursOfOperationsCommand.ts +97 -0
- package/src/commands/ListInstanceAttributesCommand.ts +96 -0
- package/src/commands/ListInstanceStorageConfigsCommand.ts +101 -0
- package/src/commands/ListInstancesCommand.ts +98 -0
- package/src/commands/ListIntegrationAssociationsCommand.ts +101 -0
- package/src/commands/ListLambdaFunctionsCommand.ts +97 -0
- package/src/commands/ListLexBotsCommand.ts +97 -0
- package/src/commands/ListPhoneNumbersCommand.ts +97 -0
- package/src/commands/ListPromptsCommand.ts +95 -0
- package/src/commands/ListQueueQuickConnectsCommand.ts +96 -0
- package/src/commands/ListQueuesCommand.ts +101 -0
- package/src/commands/ListQuickConnectsCommand.ts +95 -0
- package/src/commands/ListRoutingProfileQueuesCommand.ts +95 -0
- package/src/commands/ListRoutingProfilesCommand.ts +98 -0
- package/src/commands/ListSecurityKeysCommand.ts +96 -0
- package/src/commands/ListSecurityProfilesCommand.ts +98 -0
- package/src/commands/ListTagsForResourceCommand.ts +97 -0
- package/src/commands/ListUseCasesCommand.ts +95 -0
- package/src/commands/ListUserHierarchyGroupsCommand.ts +98 -0
- package/src/commands/ListUsersCommand.ts +95 -0
- package/src/commands/ResumeContactRecordingCommand.ts +98 -0
- package/src/commands/StartChatContactCommand.ts +115 -0
- package/src/commands/StartContactRecordingCommand.ts +102 -0
- package/src/commands/StartOutboundVoiceContactCommand.ts +116 -0
- package/src/commands/StartTaskContactCommand.ts +95 -0
- package/src/commands/StopContactCommand.ts +95 -0
- package/src/commands/StopContactRecordingCommand.ts +101 -0
- package/src/commands/SuspendContactRecordingCommand.ts +100 -0
- package/src/commands/TagResourceCommand.ts +99 -0
- package/src/commands/UntagResourceCommand.ts +95 -0
- package/src/commands/UpdateAgentStatusCommand.ts +96 -0
- package/src/commands/UpdateContactAttributesCommand.ts +114 -0
- package/src/commands/UpdateContactFlowContentCommand.ts +97 -0
- package/src/commands/UpdateContactFlowNameCommand.ts +97 -0
- package/src/commands/UpdateHoursOfOperationCommand.ts +96 -0
- package/src/commands/UpdateInstanceAttributeCommand.ts +96 -0
- package/src/commands/UpdateInstanceStorageConfigCommand.ts +99 -0
- package/src/commands/UpdateQueueHoursOfOperationCommand.ts +99 -0
- package/src/commands/UpdateQueueMaxContactsCommand.ts +97 -0
- package/src/commands/UpdateQueueNameCommand.ts +96 -0
- package/src/commands/UpdateQueueOutboundCallerConfigCommand.ts +103 -0
- package/src/commands/UpdateQueueStatusCommand.ts +96 -0
- package/src/commands/UpdateQuickConnectConfigCommand.ts +95 -0
- package/src/commands/UpdateQuickConnectNameCommand.ts +95 -0
- package/src/commands/UpdateRoutingProfileConcurrencyCommand.ts +102 -0
- package/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts +105 -0
- package/src/commands/UpdateRoutingProfileNameCommand.ts +96 -0
- package/src/commands/UpdateRoutingProfileQueuesCommand.ts +98 -0
- package/src/commands/UpdateUserHierarchyCommand.ts +95 -0
- package/src/commands/UpdateUserHierarchyGroupNameCommand.ts +98 -0
- package/src/commands/UpdateUserHierarchyStructureCommand.ts +98 -0
- package/src/commands/UpdateUserIdentityInfoCommand.ts +103 -0
- package/src/commands/UpdateUserPhoneConfigCommand.ts +95 -0
- package/src/commands/UpdateUserRoutingProfileCommand.ts +95 -0
- package/src/commands/UpdateUserSecurityProfilesCommand.ts +98 -0
- package/src/endpoints.ts +57 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/src/models/models_0.ts +7649 -0
- package/src/pagination/GetCurrentMetricDataPaginator.ts +59 -0
- package/src/pagination/GetMetricDataPaginator.ts +59 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/pagination/ListAgentStatusesPaginator.ts +59 -0
- package/src/pagination/ListApprovedOriginsPaginator.ts +59 -0
- package/src/pagination/ListBotsPaginator.ts +55 -0
- package/src/pagination/ListContactFlowsPaginator.ts +59 -0
- package/src/pagination/ListHoursOfOperationsPaginator.ts +59 -0
- package/src/pagination/ListInstanceAttributesPaginator.ts +59 -0
- package/src/pagination/ListInstanceStorageConfigsPaginator.ts +59 -0
- package/src/pagination/ListInstancesPaginator.ts +59 -0
- package/src/pagination/ListIntegrationAssociationsPaginator.ts +59 -0
- package/src/pagination/ListLambdaFunctionsPaginator.ts +59 -0
- package/src/pagination/ListLexBotsPaginator.ts +55 -0
- package/src/pagination/ListPhoneNumbersPaginator.ts +59 -0
- package/src/pagination/ListPromptsPaginator.ts +55 -0
- package/src/pagination/ListQueueQuickConnectsPaginator.ts +59 -0
- package/src/pagination/ListQueuesPaginator.ts +55 -0
- package/src/pagination/ListQuickConnectsPaginator.ts +59 -0
- package/src/pagination/ListRoutingProfileQueuesPaginator.ts +59 -0
- package/src/pagination/ListRoutingProfilesPaginator.ts +59 -0
- package/src/pagination/ListSecurityKeysPaginator.ts +59 -0
- package/src/pagination/ListSecurityProfilesPaginator.ts +59 -0
- package/src/pagination/ListUseCasesPaginator.ts +59 -0
- package/src/pagination/ListUserHierarchyGroupsPaginator.ts +59 -0
- package/src/pagination/ListUsersPaginator.ts +55 -0
- package/src/protocols/Aws_restJson1.ts +16228 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/tsconfig.es.json +1 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- 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.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- 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.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.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.map +0 -1
- package/dist/es/index.js.map +0 -1
- 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.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.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.d.ts +0 -37
- package/endpoints.ts +0 -57
- 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/src/Connect.ts
ADDED
|
@@ -0,0 +1,4172 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
AssociateApprovedOriginCommand,
|
|
5
|
+
AssociateApprovedOriginCommandInput,
|
|
6
|
+
AssociateApprovedOriginCommandOutput,
|
|
7
|
+
} from "./commands/AssociateApprovedOriginCommand";
|
|
8
|
+
import {
|
|
9
|
+
AssociateBotCommand,
|
|
10
|
+
AssociateBotCommandInput,
|
|
11
|
+
AssociateBotCommandOutput,
|
|
12
|
+
} from "./commands/AssociateBotCommand";
|
|
13
|
+
import {
|
|
14
|
+
AssociateInstanceStorageConfigCommand,
|
|
15
|
+
AssociateInstanceStorageConfigCommandInput,
|
|
16
|
+
AssociateInstanceStorageConfigCommandOutput,
|
|
17
|
+
} from "./commands/AssociateInstanceStorageConfigCommand";
|
|
18
|
+
import {
|
|
19
|
+
AssociateLambdaFunctionCommand,
|
|
20
|
+
AssociateLambdaFunctionCommandInput,
|
|
21
|
+
AssociateLambdaFunctionCommandOutput,
|
|
22
|
+
} from "./commands/AssociateLambdaFunctionCommand";
|
|
23
|
+
import {
|
|
24
|
+
AssociateLexBotCommand,
|
|
25
|
+
AssociateLexBotCommandInput,
|
|
26
|
+
AssociateLexBotCommandOutput,
|
|
27
|
+
} from "./commands/AssociateLexBotCommand";
|
|
28
|
+
import {
|
|
29
|
+
AssociateQueueQuickConnectsCommand,
|
|
30
|
+
AssociateQueueQuickConnectsCommandInput,
|
|
31
|
+
AssociateQueueQuickConnectsCommandOutput,
|
|
32
|
+
} from "./commands/AssociateQueueQuickConnectsCommand";
|
|
33
|
+
import {
|
|
34
|
+
AssociateRoutingProfileQueuesCommand,
|
|
35
|
+
AssociateRoutingProfileQueuesCommandInput,
|
|
36
|
+
AssociateRoutingProfileQueuesCommandOutput,
|
|
37
|
+
} from "./commands/AssociateRoutingProfileQueuesCommand";
|
|
38
|
+
import {
|
|
39
|
+
AssociateSecurityKeyCommand,
|
|
40
|
+
AssociateSecurityKeyCommandInput,
|
|
41
|
+
AssociateSecurityKeyCommandOutput,
|
|
42
|
+
} from "./commands/AssociateSecurityKeyCommand";
|
|
43
|
+
import {
|
|
44
|
+
CreateAgentStatusCommand,
|
|
45
|
+
CreateAgentStatusCommandInput,
|
|
46
|
+
CreateAgentStatusCommandOutput,
|
|
47
|
+
} from "./commands/CreateAgentStatusCommand";
|
|
48
|
+
import {
|
|
49
|
+
CreateContactFlowCommand,
|
|
50
|
+
CreateContactFlowCommandInput,
|
|
51
|
+
CreateContactFlowCommandOutput,
|
|
52
|
+
} from "./commands/CreateContactFlowCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateHoursOfOperationCommand,
|
|
55
|
+
CreateHoursOfOperationCommandInput,
|
|
56
|
+
CreateHoursOfOperationCommandOutput,
|
|
57
|
+
} from "./commands/CreateHoursOfOperationCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateInstanceCommand,
|
|
60
|
+
CreateInstanceCommandInput,
|
|
61
|
+
CreateInstanceCommandOutput,
|
|
62
|
+
} from "./commands/CreateInstanceCommand";
|
|
63
|
+
import {
|
|
64
|
+
CreateIntegrationAssociationCommand,
|
|
65
|
+
CreateIntegrationAssociationCommandInput,
|
|
66
|
+
CreateIntegrationAssociationCommandOutput,
|
|
67
|
+
} from "./commands/CreateIntegrationAssociationCommand";
|
|
68
|
+
import { CreateQueueCommand, CreateQueueCommandInput, CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateQuickConnectCommand,
|
|
71
|
+
CreateQuickConnectCommandInput,
|
|
72
|
+
CreateQuickConnectCommandOutput,
|
|
73
|
+
} from "./commands/CreateQuickConnectCommand";
|
|
74
|
+
import {
|
|
75
|
+
CreateRoutingProfileCommand,
|
|
76
|
+
CreateRoutingProfileCommandInput,
|
|
77
|
+
CreateRoutingProfileCommandOutput,
|
|
78
|
+
} from "./commands/CreateRoutingProfileCommand";
|
|
79
|
+
import {
|
|
80
|
+
CreateUseCaseCommand,
|
|
81
|
+
CreateUseCaseCommandInput,
|
|
82
|
+
CreateUseCaseCommandOutput,
|
|
83
|
+
} from "./commands/CreateUseCaseCommand";
|
|
84
|
+
import { CreateUserCommand, CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateUserHierarchyGroupCommand,
|
|
87
|
+
CreateUserHierarchyGroupCommandInput,
|
|
88
|
+
CreateUserHierarchyGroupCommandOutput,
|
|
89
|
+
} from "./commands/CreateUserHierarchyGroupCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeleteHoursOfOperationCommand,
|
|
92
|
+
DeleteHoursOfOperationCommandInput,
|
|
93
|
+
DeleteHoursOfOperationCommandOutput,
|
|
94
|
+
} from "./commands/DeleteHoursOfOperationCommand";
|
|
95
|
+
import {
|
|
96
|
+
DeleteInstanceCommand,
|
|
97
|
+
DeleteInstanceCommandInput,
|
|
98
|
+
DeleteInstanceCommandOutput,
|
|
99
|
+
} from "./commands/DeleteInstanceCommand";
|
|
100
|
+
import {
|
|
101
|
+
DeleteIntegrationAssociationCommand,
|
|
102
|
+
DeleteIntegrationAssociationCommandInput,
|
|
103
|
+
DeleteIntegrationAssociationCommandOutput,
|
|
104
|
+
} from "./commands/DeleteIntegrationAssociationCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteQuickConnectCommand,
|
|
107
|
+
DeleteQuickConnectCommandInput,
|
|
108
|
+
DeleteQuickConnectCommandOutput,
|
|
109
|
+
} from "./commands/DeleteQuickConnectCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteUseCaseCommand,
|
|
112
|
+
DeleteUseCaseCommandInput,
|
|
113
|
+
DeleteUseCaseCommandOutput,
|
|
114
|
+
} from "./commands/DeleteUseCaseCommand";
|
|
115
|
+
import { DeleteUserCommand, DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
|
|
116
|
+
import {
|
|
117
|
+
DeleteUserHierarchyGroupCommand,
|
|
118
|
+
DeleteUserHierarchyGroupCommandInput,
|
|
119
|
+
DeleteUserHierarchyGroupCommandOutput,
|
|
120
|
+
} from "./commands/DeleteUserHierarchyGroupCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeAgentStatusCommand,
|
|
123
|
+
DescribeAgentStatusCommandInput,
|
|
124
|
+
DescribeAgentStatusCommandOutput,
|
|
125
|
+
} from "./commands/DescribeAgentStatusCommand";
|
|
126
|
+
import {
|
|
127
|
+
DescribeContactFlowCommand,
|
|
128
|
+
DescribeContactFlowCommandInput,
|
|
129
|
+
DescribeContactFlowCommandOutput,
|
|
130
|
+
} from "./commands/DescribeContactFlowCommand";
|
|
131
|
+
import {
|
|
132
|
+
DescribeHoursOfOperationCommand,
|
|
133
|
+
DescribeHoursOfOperationCommandInput,
|
|
134
|
+
DescribeHoursOfOperationCommandOutput,
|
|
135
|
+
} from "./commands/DescribeHoursOfOperationCommand";
|
|
136
|
+
import {
|
|
137
|
+
DescribeInstanceAttributeCommand,
|
|
138
|
+
DescribeInstanceAttributeCommandInput,
|
|
139
|
+
DescribeInstanceAttributeCommandOutput,
|
|
140
|
+
} from "./commands/DescribeInstanceAttributeCommand";
|
|
141
|
+
import {
|
|
142
|
+
DescribeInstanceCommand,
|
|
143
|
+
DescribeInstanceCommandInput,
|
|
144
|
+
DescribeInstanceCommandOutput,
|
|
145
|
+
} from "./commands/DescribeInstanceCommand";
|
|
146
|
+
import {
|
|
147
|
+
DescribeInstanceStorageConfigCommand,
|
|
148
|
+
DescribeInstanceStorageConfigCommandInput,
|
|
149
|
+
DescribeInstanceStorageConfigCommandOutput,
|
|
150
|
+
} from "./commands/DescribeInstanceStorageConfigCommand";
|
|
151
|
+
import {
|
|
152
|
+
DescribeQueueCommand,
|
|
153
|
+
DescribeQueueCommandInput,
|
|
154
|
+
DescribeQueueCommandOutput,
|
|
155
|
+
} from "./commands/DescribeQueueCommand";
|
|
156
|
+
import {
|
|
157
|
+
DescribeQuickConnectCommand,
|
|
158
|
+
DescribeQuickConnectCommandInput,
|
|
159
|
+
DescribeQuickConnectCommandOutput,
|
|
160
|
+
} from "./commands/DescribeQuickConnectCommand";
|
|
161
|
+
import {
|
|
162
|
+
DescribeRoutingProfileCommand,
|
|
163
|
+
DescribeRoutingProfileCommandInput,
|
|
164
|
+
DescribeRoutingProfileCommandOutput,
|
|
165
|
+
} from "./commands/DescribeRoutingProfileCommand";
|
|
166
|
+
import {
|
|
167
|
+
DescribeUserCommand,
|
|
168
|
+
DescribeUserCommandInput,
|
|
169
|
+
DescribeUserCommandOutput,
|
|
170
|
+
} from "./commands/DescribeUserCommand";
|
|
171
|
+
import {
|
|
172
|
+
DescribeUserHierarchyGroupCommand,
|
|
173
|
+
DescribeUserHierarchyGroupCommandInput,
|
|
174
|
+
DescribeUserHierarchyGroupCommandOutput,
|
|
175
|
+
} from "./commands/DescribeUserHierarchyGroupCommand";
|
|
176
|
+
import {
|
|
177
|
+
DescribeUserHierarchyStructureCommand,
|
|
178
|
+
DescribeUserHierarchyStructureCommandInput,
|
|
179
|
+
DescribeUserHierarchyStructureCommandOutput,
|
|
180
|
+
} from "./commands/DescribeUserHierarchyStructureCommand";
|
|
181
|
+
import {
|
|
182
|
+
DisassociateApprovedOriginCommand,
|
|
183
|
+
DisassociateApprovedOriginCommandInput,
|
|
184
|
+
DisassociateApprovedOriginCommandOutput,
|
|
185
|
+
} from "./commands/DisassociateApprovedOriginCommand";
|
|
186
|
+
import {
|
|
187
|
+
DisassociateBotCommand,
|
|
188
|
+
DisassociateBotCommandInput,
|
|
189
|
+
DisassociateBotCommandOutput,
|
|
190
|
+
} from "./commands/DisassociateBotCommand";
|
|
191
|
+
import {
|
|
192
|
+
DisassociateInstanceStorageConfigCommand,
|
|
193
|
+
DisassociateInstanceStorageConfigCommandInput,
|
|
194
|
+
DisassociateInstanceStorageConfigCommandOutput,
|
|
195
|
+
} from "./commands/DisassociateInstanceStorageConfigCommand";
|
|
196
|
+
import {
|
|
197
|
+
DisassociateLambdaFunctionCommand,
|
|
198
|
+
DisassociateLambdaFunctionCommandInput,
|
|
199
|
+
DisassociateLambdaFunctionCommandOutput,
|
|
200
|
+
} from "./commands/DisassociateLambdaFunctionCommand";
|
|
201
|
+
import {
|
|
202
|
+
DisassociateLexBotCommand,
|
|
203
|
+
DisassociateLexBotCommandInput,
|
|
204
|
+
DisassociateLexBotCommandOutput,
|
|
205
|
+
} from "./commands/DisassociateLexBotCommand";
|
|
206
|
+
import {
|
|
207
|
+
DisassociateQueueQuickConnectsCommand,
|
|
208
|
+
DisassociateQueueQuickConnectsCommandInput,
|
|
209
|
+
DisassociateQueueQuickConnectsCommandOutput,
|
|
210
|
+
} from "./commands/DisassociateQueueQuickConnectsCommand";
|
|
211
|
+
import {
|
|
212
|
+
DisassociateRoutingProfileQueuesCommand,
|
|
213
|
+
DisassociateRoutingProfileQueuesCommandInput,
|
|
214
|
+
DisassociateRoutingProfileQueuesCommandOutput,
|
|
215
|
+
} from "./commands/DisassociateRoutingProfileQueuesCommand";
|
|
216
|
+
import {
|
|
217
|
+
DisassociateSecurityKeyCommand,
|
|
218
|
+
DisassociateSecurityKeyCommandInput,
|
|
219
|
+
DisassociateSecurityKeyCommandOutput,
|
|
220
|
+
} from "./commands/DisassociateSecurityKeyCommand";
|
|
221
|
+
import {
|
|
222
|
+
GetContactAttributesCommand,
|
|
223
|
+
GetContactAttributesCommandInput,
|
|
224
|
+
GetContactAttributesCommandOutput,
|
|
225
|
+
} from "./commands/GetContactAttributesCommand";
|
|
226
|
+
import {
|
|
227
|
+
GetCurrentMetricDataCommand,
|
|
228
|
+
GetCurrentMetricDataCommandInput,
|
|
229
|
+
GetCurrentMetricDataCommandOutput,
|
|
230
|
+
} from "./commands/GetCurrentMetricDataCommand";
|
|
231
|
+
import {
|
|
232
|
+
GetFederationTokenCommand,
|
|
233
|
+
GetFederationTokenCommandInput,
|
|
234
|
+
GetFederationTokenCommandOutput,
|
|
235
|
+
} from "./commands/GetFederationTokenCommand";
|
|
236
|
+
import {
|
|
237
|
+
GetMetricDataCommand,
|
|
238
|
+
GetMetricDataCommandInput,
|
|
239
|
+
GetMetricDataCommandOutput,
|
|
240
|
+
} from "./commands/GetMetricDataCommand";
|
|
241
|
+
import {
|
|
242
|
+
ListAgentStatusesCommand,
|
|
243
|
+
ListAgentStatusesCommandInput,
|
|
244
|
+
ListAgentStatusesCommandOutput,
|
|
245
|
+
} from "./commands/ListAgentStatusesCommand";
|
|
246
|
+
import {
|
|
247
|
+
ListApprovedOriginsCommand,
|
|
248
|
+
ListApprovedOriginsCommandInput,
|
|
249
|
+
ListApprovedOriginsCommandOutput,
|
|
250
|
+
} from "./commands/ListApprovedOriginsCommand";
|
|
251
|
+
import { ListBotsCommand, ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
|
|
252
|
+
import {
|
|
253
|
+
ListContactFlowsCommand,
|
|
254
|
+
ListContactFlowsCommandInput,
|
|
255
|
+
ListContactFlowsCommandOutput,
|
|
256
|
+
} from "./commands/ListContactFlowsCommand";
|
|
257
|
+
import {
|
|
258
|
+
ListHoursOfOperationsCommand,
|
|
259
|
+
ListHoursOfOperationsCommandInput,
|
|
260
|
+
ListHoursOfOperationsCommandOutput,
|
|
261
|
+
} from "./commands/ListHoursOfOperationsCommand";
|
|
262
|
+
import {
|
|
263
|
+
ListInstanceAttributesCommand,
|
|
264
|
+
ListInstanceAttributesCommandInput,
|
|
265
|
+
ListInstanceAttributesCommandOutput,
|
|
266
|
+
} from "./commands/ListInstanceAttributesCommand";
|
|
267
|
+
import {
|
|
268
|
+
ListInstancesCommand,
|
|
269
|
+
ListInstancesCommandInput,
|
|
270
|
+
ListInstancesCommandOutput,
|
|
271
|
+
} from "./commands/ListInstancesCommand";
|
|
272
|
+
import {
|
|
273
|
+
ListInstanceStorageConfigsCommand,
|
|
274
|
+
ListInstanceStorageConfigsCommandInput,
|
|
275
|
+
ListInstanceStorageConfigsCommandOutput,
|
|
276
|
+
} from "./commands/ListInstanceStorageConfigsCommand";
|
|
277
|
+
import {
|
|
278
|
+
ListIntegrationAssociationsCommand,
|
|
279
|
+
ListIntegrationAssociationsCommandInput,
|
|
280
|
+
ListIntegrationAssociationsCommandOutput,
|
|
281
|
+
} from "./commands/ListIntegrationAssociationsCommand";
|
|
282
|
+
import {
|
|
283
|
+
ListLambdaFunctionsCommand,
|
|
284
|
+
ListLambdaFunctionsCommandInput,
|
|
285
|
+
ListLambdaFunctionsCommandOutput,
|
|
286
|
+
} from "./commands/ListLambdaFunctionsCommand";
|
|
287
|
+
import { ListLexBotsCommand, ListLexBotsCommandInput, ListLexBotsCommandOutput } from "./commands/ListLexBotsCommand";
|
|
288
|
+
import {
|
|
289
|
+
ListPhoneNumbersCommand,
|
|
290
|
+
ListPhoneNumbersCommandInput,
|
|
291
|
+
ListPhoneNumbersCommandOutput,
|
|
292
|
+
} from "./commands/ListPhoneNumbersCommand";
|
|
293
|
+
import { ListPromptsCommand, ListPromptsCommandInput, ListPromptsCommandOutput } from "./commands/ListPromptsCommand";
|
|
294
|
+
import {
|
|
295
|
+
ListQueueQuickConnectsCommand,
|
|
296
|
+
ListQueueQuickConnectsCommandInput,
|
|
297
|
+
ListQueueQuickConnectsCommandOutput,
|
|
298
|
+
} from "./commands/ListQueueQuickConnectsCommand";
|
|
299
|
+
import { ListQueuesCommand, ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
|
|
300
|
+
import {
|
|
301
|
+
ListQuickConnectsCommand,
|
|
302
|
+
ListQuickConnectsCommandInput,
|
|
303
|
+
ListQuickConnectsCommandOutput,
|
|
304
|
+
} from "./commands/ListQuickConnectsCommand";
|
|
305
|
+
import {
|
|
306
|
+
ListRoutingProfileQueuesCommand,
|
|
307
|
+
ListRoutingProfileQueuesCommandInput,
|
|
308
|
+
ListRoutingProfileQueuesCommandOutput,
|
|
309
|
+
} from "./commands/ListRoutingProfileQueuesCommand";
|
|
310
|
+
import {
|
|
311
|
+
ListRoutingProfilesCommand,
|
|
312
|
+
ListRoutingProfilesCommandInput,
|
|
313
|
+
ListRoutingProfilesCommandOutput,
|
|
314
|
+
} from "./commands/ListRoutingProfilesCommand";
|
|
315
|
+
import {
|
|
316
|
+
ListSecurityKeysCommand,
|
|
317
|
+
ListSecurityKeysCommandInput,
|
|
318
|
+
ListSecurityKeysCommandOutput,
|
|
319
|
+
} from "./commands/ListSecurityKeysCommand";
|
|
320
|
+
import {
|
|
321
|
+
ListSecurityProfilesCommand,
|
|
322
|
+
ListSecurityProfilesCommandInput,
|
|
323
|
+
ListSecurityProfilesCommandOutput,
|
|
324
|
+
} from "./commands/ListSecurityProfilesCommand";
|
|
325
|
+
import {
|
|
326
|
+
ListTagsForResourceCommand,
|
|
327
|
+
ListTagsForResourceCommandInput,
|
|
328
|
+
ListTagsForResourceCommandOutput,
|
|
329
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
330
|
+
import {
|
|
331
|
+
ListUseCasesCommand,
|
|
332
|
+
ListUseCasesCommandInput,
|
|
333
|
+
ListUseCasesCommandOutput,
|
|
334
|
+
} from "./commands/ListUseCasesCommand";
|
|
335
|
+
import {
|
|
336
|
+
ListUserHierarchyGroupsCommand,
|
|
337
|
+
ListUserHierarchyGroupsCommandInput,
|
|
338
|
+
ListUserHierarchyGroupsCommandOutput,
|
|
339
|
+
} from "./commands/ListUserHierarchyGroupsCommand";
|
|
340
|
+
import { ListUsersCommand, ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
341
|
+
import {
|
|
342
|
+
ResumeContactRecordingCommand,
|
|
343
|
+
ResumeContactRecordingCommandInput,
|
|
344
|
+
ResumeContactRecordingCommandOutput,
|
|
345
|
+
} from "./commands/ResumeContactRecordingCommand";
|
|
346
|
+
import {
|
|
347
|
+
StartChatContactCommand,
|
|
348
|
+
StartChatContactCommandInput,
|
|
349
|
+
StartChatContactCommandOutput,
|
|
350
|
+
} from "./commands/StartChatContactCommand";
|
|
351
|
+
import {
|
|
352
|
+
StartContactRecordingCommand,
|
|
353
|
+
StartContactRecordingCommandInput,
|
|
354
|
+
StartContactRecordingCommandOutput,
|
|
355
|
+
} from "./commands/StartContactRecordingCommand";
|
|
356
|
+
import {
|
|
357
|
+
StartOutboundVoiceContactCommand,
|
|
358
|
+
StartOutboundVoiceContactCommandInput,
|
|
359
|
+
StartOutboundVoiceContactCommandOutput,
|
|
360
|
+
} from "./commands/StartOutboundVoiceContactCommand";
|
|
361
|
+
import {
|
|
362
|
+
StartTaskContactCommand,
|
|
363
|
+
StartTaskContactCommandInput,
|
|
364
|
+
StartTaskContactCommandOutput,
|
|
365
|
+
} from "./commands/StartTaskContactCommand";
|
|
366
|
+
import { StopContactCommand, StopContactCommandInput, StopContactCommandOutput } from "./commands/StopContactCommand";
|
|
367
|
+
import {
|
|
368
|
+
StopContactRecordingCommand,
|
|
369
|
+
StopContactRecordingCommandInput,
|
|
370
|
+
StopContactRecordingCommandOutput,
|
|
371
|
+
} from "./commands/StopContactRecordingCommand";
|
|
372
|
+
import {
|
|
373
|
+
SuspendContactRecordingCommand,
|
|
374
|
+
SuspendContactRecordingCommandInput,
|
|
375
|
+
SuspendContactRecordingCommandOutput,
|
|
376
|
+
} from "./commands/SuspendContactRecordingCommand";
|
|
377
|
+
import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
378
|
+
import {
|
|
379
|
+
UntagResourceCommand,
|
|
380
|
+
UntagResourceCommandInput,
|
|
381
|
+
UntagResourceCommandOutput,
|
|
382
|
+
} from "./commands/UntagResourceCommand";
|
|
383
|
+
import {
|
|
384
|
+
UpdateAgentStatusCommand,
|
|
385
|
+
UpdateAgentStatusCommandInput,
|
|
386
|
+
UpdateAgentStatusCommandOutput,
|
|
387
|
+
} from "./commands/UpdateAgentStatusCommand";
|
|
388
|
+
import {
|
|
389
|
+
UpdateContactAttributesCommand,
|
|
390
|
+
UpdateContactAttributesCommandInput,
|
|
391
|
+
UpdateContactAttributesCommandOutput,
|
|
392
|
+
} from "./commands/UpdateContactAttributesCommand";
|
|
393
|
+
import {
|
|
394
|
+
UpdateContactFlowContentCommand,
|
|
395
|
+
UpdateContactFlowContentCommandInput,
|
|
396
|
+
UpdateContactFlowContentCommandOutput,
|
|
397
|
+
} from "./commands/UpdateContactFlowContentCommand";
|
|
398
|
+
import {
|
|
399
|
+
UpdateContactFlowNameCommand,
|
|
400
|
+
UpdateContactFlowNameCommandInput,
|
|
401
|
+
UpdateContactFlowNameCommandOutput,
|
|
402
|
+
} from "./commands/UpdateContactFlowNameCommand";
|
|
403
|
+
import {
|
|
404
|
+
UpdateHoursOfOperationCommand,
|
|
405
|
+
UpdateHoursOfOperationCommandInput,
|
|
406
|
+
UpdateHoursOfOperationCommandOutput,
|
|
407
|
+
} from "./commands/UpdateHoursOfOperationCommand";
|
|
408
|
+
import {
|
|
409
|
+
UpdateInstanceAttributeCommand,
|
|
410
|
+
UpdateInstanceAttributeCommandInput,
|
|
411
|
+
UpdateInstanceAttributeCommandOutput,
|
|
412
|
+
} from "./commands/UpdateInstanceAttributeCommand";
|
|
413
|
+
import {
|
|
414
|
+
UpdateInstanceStorageConfigCommand,
|
|
415
|
+
UpdateInstanceStorageConfigCommandInput,
|
|
416
|
+
UpdateInstanceStorageConfigCommandOutput,
|
|
417
|
+
} from "./commands/UpdateInstanceStorageConfigCommand";
|
|
418
|
+
import {
|
|
419
|
+
UpdateQueueHoursOfOperationCommand,
|
|
420
|
+
UpdateQueueHoursOfOperationCommandInput,
|
|
421
|
+
UpdateQueueHoursOfOperationCommandOutput,
|
|
422
|
+
} from "./commands/UpdateQueueHoursOfOperationCommand";
|
|
423
|
+
import {
|
|
424
|
+
UpdateQueueMaxContactsCommand,
|
|
425
|
+
UpdateQueueMaxContactsCommandInput,
|
|
426
|
+
UpdateQueueMaxContactsCommandOutput,
|
|
427
|
+
} from "./commands/UpdateQueueMaxContactsCommand";
|
|
428
|
+
import {
|
|
429
|
+
UpdateQueueNameCommand,
|
|
430
|
+
UpdateQueueNameCommandInput,
|
|
431
|
+
UpdateQueueNameCommandOutput,
|
|
432
|
+
} from "./commands/UpdateQueueNameCommand";
|
|
433
|
+
import {
|
|
434
|
+
UpdateQueueOutboundCallerConfigCommand,
|
|
435
|
+
UpdateQueueOutboundCallerConfigCommandInput,
|
|
436
|
+
UpdateQueueOutboundCallerConfigCommandOutput,
|
|
437
|
+
} from "./commands/UpdateQueueOutboundCallerConfigCommand";
|
|
438
|
+
import {
|
|
439
|
+
UpdateQueueStatusCommand,
|
|
440
|
+
UpdateQueueStatusCommandInput,
|
|
441
|
+
UpdateQueueStatusCommandOutput,
|
|
442
|
+
} from "./commands/UpdateQueueStatusCommand";
|
|
443
|
+
import {
|
|
444
|
+
UpdateQuickConnectConfigCommand,
|
|
445
|
+
UpdateQuickConnectConfigCommandInput,
|
|
446
|
+
UpdateQuickConnectConfigCommandOutput,
|
|
447
|
+
} from "./commands/UpdateQuickConnectConfigCommand";
|
|
448
|
+
import {
|
|
449
|
+
UpdateQuickConnectNameCommand,
|
|
450
|
+
UpdateQuickConnectNameCommandInput,
|
|
451
|
+
UpdateQuickConnectNameCommandOutput,
|
|
452
|
+
} from "./commands/UpdateQuickConnectNameCommand";
|
|
453
|
+
import {
|
|
454
|
+
UpdateRoutingProfileConcurrencyCommand,
|
|
455
|
+
UpdateRoutingProfileConcurrencyCommandInput,
|
|
456
|
+
UpdateRoutingProfileConcurrencyCommandOutput,
|
|
457
|
+
} from "./commands/UpdateRoutingProfileConcurrencyCommand";
|
|
458
|
+
import {
|
|
459
|
+
UpdateRoutingProfileDefaultOutboundQueueCommand,
|
|
460
|
+
UpdateRoutingProfileDefaultOutboundQueueCommandInput,
|
|
461
|
+
UpdateRoutingProfileDefaultOutboundQueueCommandOutput,
|
|
462
|
+
} from "./commands/UpdateRoutingProfileDefaultOutboundQueueCommand";
|
|
463
|
+
import {
|
|
464
|
+
UpdateRoutingProfileNameCommand,
|
|
465
|
+
UpdateRoutingProfileNameCommandInput,
|
|
466
|
+
UpdateRoutingProfileNameCommandOutput,
|
|
467
|
+
} from "./commands/UpdateRoutingProfileNameCommand";
|
|
468
|
+
import {
|
|
469
|
+
UpdateRoutingProfileQueuesCommand,
|
|
470
|
+
UpdateRoutingProfileQueuesCommandInput,
|
|
471
|
+
UpdateRoutingProfileQueuesCommandOutput,
|
|
472
|
+
} from "./commands/UpdateRoutingProfileQueuesCommand";
|
|
473
|
+
import {
|
|
474
|
+
UpdateUserHierarchyCommand,
|
|
475
|
+
UpdateUserHierarchyCommandInput,
|
|
476
|
+
UpdateUserHierarchyCommandOutput,
|
|
477
|
+
} from "./commands/UpdateUserHierarchyCommand";
|
|
478
|
+
import {
|
|
479
|
+
UpdateUserHierarchyGroupNameCommand,
|
|
480
|
+
UpdateUserHierarchyGroupNameCommandInput,
|
|
481
|
+
UpdateUserHierarchyGroupNameCommandOutput,
|
|
482
|
+
} from "./commands/UpdateUserHierarchyGroupNameCommand";
|
|
483
|
+
import {
|
|
484
|
+
UpdateUserHierarchyStructureCommand,
|
|
485
|
+
UpdateUserHierarchyStructureCommandInput,
|
|
486
|
+
UpdateUserHierarchyStructureCommandOutput,
|
|
487
|
+
} from "./commands/UpdateUserHierarchyStructureCommand";
|
|
488
|
+
import {
|
|
489
|
+
UpdateUserIdentityInfoCommand,
|
|
490
|
+
UpdateUserIdentityInfoCommandInput,
|
|
491
|
+
UpdateUserIdentityInfoCommandOutput,
|
|
492
|
+
} from "./commands/UpdateUserIdentityInfoCommand";
|
|
493
|
+
import {
|
|
494
|
+
UpdateUserPhoneConfigCommand,
|
|
495
|
+
UpdateUserPhoneConfigCommandInput,
|
|
496
|
+
UpdateUserPhoneConfigCommandOutput,
|
|
497
|
+
} from "./commands/UpdateUserPhoneConfigCommand";
|
|
498
|
+
import {
|
|
499
|
+
UpdateUserRoutingProfileCommand,
|
|
500
|
+
UpdateUserRoutingProfileCommandInput,
|
|
501
|
+
UpdateUserRoutingProfileCommandOutput,
|
|
502
|
+
} from "./commands/UpdateUserRoutingProfileCommand";
|
|
503
|
+
import {
|
|
504
|
+
UpdateUserSecurityProfilesCommand,
|
|
505
|
+
UpdateUserSecurityProfilesCommandInput,
|
|
506
|
+
UpdateUserSecurityProfilesCommandOutput,
|
|
507
|
+
} from "./commands/UpdateUserSecurityProfilesCommand";
|
|
508
|
+
import { ConnectClient } from "./ConnectClient";
|
|
509
|
+
|
|
510
|
+
/**
|
|
511
|
+
* <p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer
|
|
512
|
+
* contact center and provide reliable customer engagement at any scale.</p>
|
|
513
|
+
* <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing.
|
|
514
|
+
* You can also resolve customer issues more efficiently by getting customers in touch with the
|
|
515
|
+
* appropriate agents.</p>
|
|
516
|
+
* <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits
|
|
517
|
+
* to the number of requests that you can make per second. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect
|
|
518
|
+
* Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
519
|
+
* <p>You can
|
|
520
|
+
* connect
|
|
521
|
+
* programmatically to an AWS service by using an endpoint. For a list of Amazon Connect endpoints, see
|
|
522
|
+
* <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
|
|
523
|
+
* Endpoints</a>.</p>
|
|
524
|
+
* <note>
|
|
525
|
+
* <p>Working with contact flows? Check out the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect Flow language</a>.</p>
|
|
526
|
+
* </note>
|
|
527
|
+
*/
|
|
528
|
+
export class Connect extends ConnectClient {
|
|
529
|
+
/**
|
|
530
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
531
|
+
* <p>Associates an approved origin to an Amazon Connect instance.</p>
|
|
532
|
+
*/
|
|
533
|
+
public associateApprovedOrigin(
|
|
534
|
+
args: AssociateApprovedOriginCommandInput,
|
|
535
|
+
options?: __HttpHandlerOptions
|
|
536
|
+
): Promise<AssociateApprovedOriginCommandOutput>;
|
|
537
|
+
public associateApprovedOrigin(
|
|
538
|
+
args: AssociateApprovedOriginCommandInput,
|
|
539
|
+
cb: (err: any, data?: AssociateApprovedOriginCommandOutput) => void
|
|
540
|
+
): void;
|
|
541
|
+
public associateApprovedOrigin(
|
|
542
|
+
args: AssociateApprovedOriginCommandInput,
|
|
543
|
+
options: __HttpHandlerOptions,
|
|
544
|
+
cb: (err: any, data?: AssociateApprovedOriginCommandOutput) => void
|
|
545
|
+
): void;
|
|
546
|
+
public associateApprovedOrigin(
|
|
547
|
+
args: AssociateApprovedOriginCommandInput,
|
|
548
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateApprovedOriginCommandOutput) => void),
|
|
549
|
+
cb?: (err: any, data?: AssociateApprovedOriginCommandOutput) => void
|
|
550
|
+
): Promise<AssociateApprovedOriginCommandOutput> | void {
|
|
551
|
+
const command = new AssociateApprovedOriginCommand(args);
|
|
552
|
+
if (typeof optionsOrCb === "function") {
|
|
553
|
+
this.send(command, optionsOrCb);
|
|
554
|
+
} else if (typeof cb === "function") {
|
|
555
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
556
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
557
|
+
} else {
|
|
558
|
+
return this.send(command, optionsOrCb);
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
/**
|
|
563
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
564
|
+
* <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex or Amazon Lex V2 bot.</p>
|
|
565
|
+
*/
|
|
566
|
+
public associateBot(
|
|
567
|
+
args: AssociateBotCommandInput,
|
|
568
|
+
options?: __HttpHandlerOptions
|
|
569
|
+
): Promise<AssociateBotCommandOutput>;
|
|
570
|
+
public associateBot(args: AssociateBotCommandInput, cb: (err: any, data?: AssociateBotCommandOutput) => void): void;
|
|
571
|
+
public associateBot(
|
|
572
|
+
args: AssociateBotCommandInput,
|
|
573
|
+
options: __HttpHandlerOptions,
|
|
574
|
+
cb: (err: any, data?: AssociateBotCommandOutput) => void
|
|
575
|
+
): void;
|
|
576
|
+
public associateBot(
|
|
577
|
+
args: AssociateBotCommandInput,
|
|
578
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateBotCommandOutput) => void),
|
|
579
|
+
cb?: (err: any, data?: AssociateBotCommandOutput) => void
|
|
580
|
+
): Promise<AssociateBotCommandOutput> | void {
|
|
581
|
+
const command = new AssociateBotCommand(args);
|
|
582
|
+
if (typeof optionsOrCb === "function") {
|
|
583
|
+
this.send(command, optionsOrCb);
|
|
584
|
+
} else if (typeof cb === "function") {
|
|
585
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
586
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
587
|
+
} else {
|
|
588
|
+
return this.send(command, optionsOrCb);
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
/**
|
|
593
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
594
|
+
* <p>Associates a storage resource type for the first time. You can only associate one type of
|
|
595
|
+
* storage configuration in a single call. This means, for example, that you can't define an
|
|
596
|
+
* instance with multiple S3 buckets for storing chat transcripts.</p>
|
|
597
|
+
* <p>This API does not create a resource that doesn't exist. It only associates it to the
|
|
598
|
+
* instance. Ensure that the resource being specified in the storage configuration, like an S3
|
|
599
|
+
* bucket, exists when being used for association.</p>
|
|
600
|
+
*/
|
|
601
|
+
public associateInstanceStorageConfig(
|
|
602
|
+
args: AssociateInstanceStorageConfigCommandInput,
|
|
603
|
+
options?: __HttpHandlerOptions
|
|
604
|
+
): Promise<AssociateInstanceStorageConfigCommandOutput>;
|
|
605
|
+
public associateInstanceStorageConfig(
|
|
606
|
+
args: AssociateInstanceStorageConfigCommandInput,
|
|
607
|
+
cb: (err: any, data?: AssociateInstanceStorageConfigCommandOutput) => void
|
|
608
|
+
): void;
|
|
609
|
+
public associateInstanceStorageConfig(
|
|
610
|
+
args: AssociateInstanceStorageConfigCommandInput,
|
|
611
|
+
options: __HttpHandlerOptions,
|
|
612
|
+
cb: (err: any, data?: AssociateInstanceStorageConfigCommandOutput) => void
|
|
613
|
+
): void;
|
|
614
|
+
public associateInstanceStorageConfig(
|
|
615
|
+
args: AssociateInstanceStorageConfigCommandInput,
|
|
616
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateInstanceStorageConfigCommandOutput) => void),
|
|
617
|
+
cb?: (err: any, data?: AssociateInstanceStorageConfigCommandOutput) => void
|
|
618
|
+
): Promise<AssociateInstanceStorageConfigCommandOutput> | void {
|
|
619
|
+
const command = new AssociateInstanceStorageConfigCommand(args);
|
|
620
|
+
if (typeof optionsOrCb === "function") {
|
|
621
|
+
this.send(command, optionsOrCb);
|
|
622
|
+
} else if (typeof cb === "function") {
|
|
623
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
624
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
625
|
+
} else {
|
|
626
|
+
return this.send(command, optionsOrCb);
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
/**
|
|
631
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
632
|
+
* <p>Allows the specified Amazon Connect instance to access the specified Lambda function.</p>
|
|
633
|
+
*/
|
|
634
|
+
public associateLambdaFunction(
|
|
635
|
+
args: AssociateLambdaFunctionCommandInput,
|
|
636
|
+
options?: __HttpHandlerOptions
|
|
637
|
+
): Promise<AssociateLambdaFunctionCommandOutput>;
|
|
638
|
+
public associateLambdaFunction(
|
|
639
|
+
args: AssociateLambdaFunctionCommandInput,
|
|
640
|
+
cb: (err: any, data?: AssociateLambdaFunctionCommandOutput) => void
|
|
641
|
+
): void;
|
|
642
|
+
public associateLambdaFunction(
|
|
643
|
+
args: AssociateLambdaFunctionCommandInput,
|
|
644
|
+
options: __HttpHandlerOptions,
|
|
645
|
+
cb: (err: any, data?: AssociateLambdaFunctionCommandOutput) => void
|
|
646
|
+
): void;
|
|
647
|
+
public associateLambdaFunction(
|
|
648
|
+
args: AssociateLambdaFunctionCommandInput,
|
|
649
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateLambdaFunctionCommandOutput) => void),
|
|
650
|
+
cb?: (err: any, data?: AssociateLambdaFunctionCommandOutput) => void
|
|
651
|
+
): Promise<AssociateLambdaFunctionCommandOutput> | void {
|
|
652
|
+
const command = new AssociateLambdaFunctionCommand(args);
|
|
653
|
+
if (typeof optionsOrCb === "function") {
|
|
654
|
+
this.send(command, optionsOrCb);
|
|
655
|
+
} else if (typeof cb === "function") {
|
|
656
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
657
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
658
|
+
} else {
|
|
659
|
+
return this.send(command, optionsOrCb);
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
/**
|
|
664
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
665
|
+
* <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex bot.</p>
|
|
666
|
+
*/
|
|
667
|
+
public associateLexBot(
|
|
668
|
+
args: AssociateLexBotCommandInput,
|
|
669
|
+
options?: __HttpHandlerOptions
|
|
670
|
+
): Promise<AssociateLexBotCommandOutput>;
|
|
671
|
+
public associateLexBot(
|
|
672
|
+
args: AssociateLexBotCommandInput,
|
|
673
|
+
cb: (err: any, data?: AssociateLexBotCommandOutput) => void
|
|
674
|
+
): void;
|
|
675
|
+
public associateLexBot(
|
|
676
|
+
args: AssociateLexBotCommandInput,
|
|
677
|
+
options: __HttpHandlerOptions,
|
|
678
|
+
cb: (err: any, data?: AssociateLexBotCommandOutput) => void
|
|
679
|
+
): void;
|
|
680
|
+
public associateLexBot(
|
|
681
|
+
args: AssociateLexBotCommandInput,
|
|
682
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateLexBotCommandOutput) => void),
|
|
683
|
+
cb?: (err: any, data?: AssociateLexBotCommandOutput) => void
|
|
684
|
+
): Promise<AssociateLexBotCommandOutput> | void {
|
|
685
|
+
const command = new AssociateLexBotCommand(args);
|
|
686
|
+
if (typeof optionsOrCb === "function") {
|
|
687
|
+
this.send(command, optionsOrCb);
|
|
688
|
+
} else if (typeof cb === "function") {
|
|
689
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
690
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
691
|
+
} else {
|
|
692
|
+
return this.send(command, optionsOrCb);
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
/**
|
|
697
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
698
|
+
* <p>Associates a set of quick connects with a queue.</p>
|
|
699
|
+
*/
|
|
700
|
+
public associateQueueQuickConnects(
|
|
701
|
+
args: AssociateQueueQuickConnectsCommandInput,
|
|
702
|
+
options?: __HttpHandlerOptions
|
|
703
|
+
): Promise<AssociateQueueQuickConnectsCommandOutput>;
|
|
704
|
+
public associateQueueQuickConnects(
|
|
705
|
+
args: AssociateQueueQuickConnectsCommandInput,
|
|
706
|
+
cb: (err: any, data?: AssociateQueueQuickConnectsCommandOutput) => void
|
|
707
|
+
): void;
|
|
708
|
+
public associateQueueQuickConnects(
|
|
709
|
+
args: AssociateQueueQuickConnectsCommandInput,
|
|
710
|
+
options: __HttpHandlerOptions,
|
|
711
|
+
cb: (err: any, data?: AssociateQueueQuickConnectsCommandOutput) => void
|
|
712
|
+
): void;
|
|
713
|
+
public associateQueueQuickConnects(
|
|
714
|
+
args: AssociateQueueQuickConnectsCommandInput,
|
|
715
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateQueueQuickConnectsCommandOutput) => void),
|
|
716
|
+
cb?: (err: any, data?: AssociateQueueQuickConnectsCommandOutput) => void
|
|
717
|
+
): Promise<AssociateQueueQuickConnectsCommandOutput> | void {
|
|
718
|
+
const command = new AssociateQueueQuickConnectsCommand(args);
|
|
719
|
+
if (typeof optionsOrCb === "function") {
|
|
720
|
+
this.send(command, optionsOrCb);
|
|
721
|
+
} else if (typeof cb === "function") {
|
|
722
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
723
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
724
|
+
} else {
|
|
725
|
+
return this.send(command, optionsOrCb);
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
/**
|
|
730
|
+
* <p>Associates a set of queues with a routing profile.</p>
|
|
731
|
+
*/
|
|
732
|
+
public associateRoutingProfileQueues(
|
|
733
|
+
args: AssociateRoutingProfileQueuesCommandInput,
|
|
734
|
+
options?: __HttpHandlerOptions
|
|
735
|
+
): Promise<AssociateRoutingProfileQueuesCommandOutput>;
|
|
736
|
+
public associateRoutingProfileQueues(
|
|
737
|
+
args: AssociateRoutingProfileQueuesCommandInput,
|
|
738
|
+
cb: (err: any, data?: AssociateRoutingProfileQueuesCommandOutput) => void
|
|
739
|
+
): void;
|
|
740
|
+
public associateRoutingProfileQueues(
|
|
741
|
+
args: AssociateRoutingProfileQueuesCommandInput,
|
|
742
|
+
options: __HttpHandlerOptions,
|
|
743
|
+
cb: (err: any, data?: AssociateRoutingProfileQueuesCommandOutput) => void
|
|
744
|
+
): void;
|
|
745
|
+
public associateRoutingProfileQueues(
|
|
746
|
+
args: AssociateRoutingProfileQueuesCommandInput,
|
|
747
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateRoutingProfileQueuesCommandOutput) => void),
|
|
748
|
+
cb?: (err: any, data?: AssociateRoutingProfileQueuesCommandOutput) => void
|
|
749
|
+
): Promise<AssociateRoutingProfileQueuesCommandOutput> | void {
|
|
750
|
+
const command = new AssociateRoutingProfileQueuesCommand(args);
|
|
751
|
+
if (typeof optionsOrCb === "function") {
|
|
752
|
+
this.send(command, optionsOrCb);
|
|
753
|
+
} else if (typeof cb === "function") {
|
|
754
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
755
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
756
|
+
} else {
|
|
757
|
+
return this.send(command, optionsOrCb);
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
/**
|
|
762
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
763
|
+
* <p>Associates a security key to the instance.</p>
|
|
764
|
+
*/
|
|
765
|
+
public associateSecurityKey(
|
|
766
|
+
args: AssociateSecurityKeyCommandInput,
|
|
767
|
+
options?: __HttpHandlerOptions
|
|
768
|
+
): Promise<AssociateSecurityKeyCommandOutput>;
|
|
769
|
+
public associateSecurityKey(
|
|
770
|
+
args: AssociateSecurityKeyCommandInput,
|
|
771
|
+
cb: (err: any, data?: AssociateSecurityKeyCommandOutput) => void
|
|
772
|
+
): void;
|
|
773
|
+
public associateSecurityKey(
|
|
774
|
+
args: AssociateSecurityKeyCommandInput,
|
|
775
|
+
options: __HttpHandlerOptions,
|
|
776
|
+
cb: (err: any, data?: AssociateSecurityKeyCommandOutput) => void
|
|
777
|
+
): void;
|
|
778
|
+
public associateSecurityKey(
|
|
779
|
+
args: AssociateSecurityKeyCommandInput,
|
|
780
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateSecurityKeyCommandOutput) => void),
|
|
781
|
+
cb?: (err: any, data?: AssociateSecurityKeyCommandOutput) => void
|
|
782
|
+
): Promise<AssociateSecurityKeyCommandOutput> | void {
|
|
783
|
+
const command = new AssociateSecurityKeyCommand(args);
|
|
784
|
+
if (typeof optionsOrCb === "function") {
|
|
785
|
+
this.send(command, optionsOrCb);
|
|
786
|
+
} else if (typeof cb === "function") {
|
|
787
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
788
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
789
|
+
} else {
|
|
790
|
+
return this.send(command, optionsOrCb);
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
/**
|
|
795
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
796
|
+
* <p>Creates an agent status for the specified Amazon Connect instance.</p>
|
|
797
|
+
*/
|
|
798
|
+
public createAgentStatus(
|
|
799
|
+
args: CreateAgentStatusCommandInput,
|
|
800
|
+
options?: __HttpHandlerOptions
|
|
801
|
+
): Promise<CreateAgentStatusCommandOutput>;
|
|
802
|
+
public createAgentStatus(
|
|
803
|
+
args: CreateAgentStatusCommandInput,
|
|
804
|
+
cb: (err: any, data?: CreateAgentStatusCommandOutput) => void
|
|
805
|
+
): void;
|
|
806
|
+
public createAgentStatus(
|
|
807
|
+
args: CreateAgentStatusCommandInput,
|
|
808
|
+
options: __HttpHandlerOptions,
|
|
809
|
+
cb: (err: any, data?: CreateAgentStatusCommandOutput) => void
|
|
810
|
+
): void;
|
|
811
|
+
public createAgentStatus(
|
|
812
|
+
args: CreateAgentStatusCommandInput,
|
|
813
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateAgentStatusCommandOutput) => void),
|
|
814
|
+
cb?: (err: any, data?: CreateAgentStatusCommandOutput) => void
|
|
815
|
+
): Promise<CreateAgentStatusCommandOutput> | void {
|
|
816
|
+
const command = new CreateAgentStatusCommand(args);
|
|
817
|
+
if (typeof optionsOrCb === "function") {
|
|
818
|
+
this.send(command, optionsOrCb);
|
|
819
|
+
} else if (typeof cb === "function") {
|
|
820
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
821
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
822
|
+
} else {
|
|
823
|
+
return this.send(command, optionsOrCb);
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
/**
|
|
828
|
+
* <p>Creates a contact flow for the specified Amazon Connect instance.</p>
|
|
829
|
+
* <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
|
|
830
|
+
* Flow language</a>.</p>
|
|
831
|
+
*/
|
|
832
|
+
public createContactFlow(
|
|
833
|
+
args: CreateContactFlowCommandInput,
|
|
834
|
+
options?: __HttpHandlerOptions
|
|
835
|
+
): Promise<CreateContactFlowCommandOutput>;
|
|
836
|
+
public createContactFlow(
|
|
837
|
+
args: CreateContactFlowCommandInput,
|
|
838
|
+
cb: (err: any, data?: CreateContactFlowCommandOutput) => void
|
|
839
|
+
): void;
|
|
840
|
+
public createContactFlow(
|
|
841
|
+
args: CreateContactFlowCommandInput,
|
|
842
|
+
options: __HttpHandlerOptions,
|
|
843
|
+
cb: (err: any, data?: CreateContactFlowCommandOutput) => void
|
|
844
|
+
): void;
|
|
845
|
+
public createContactFlow(
|
|
846
|
+
args: CreateContactFlowCommandInput,
|
|
847
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateContactFlowCommandOutput) => void),
|
|
848
|
+
cb?: (err: any, data?: CreateContactFlowCommandOutput) => void
|
|
849
|
+
): Promise<CreateContactFlowCommandOutput> | void {
|
|
850
|
+
const command = new CreateContactFlowCommand(args);
|
|
851
|
+
if (typeof optionsOrCb === "function") {
|
|
852
|
+
this.send(command, optionsOrCb);
|
|
853
|
+
} else if (typeof cb === "function") {
|
|
854
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
855
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
856
|
+
} else {
|
|
857
|
+
return this.send(command, optionsOrCb);
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
/**
|
|
862
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
863
|
+
* <p>Creates hours of operation. </p>
|
|
864
|
+
*/
|
|
865
|
+
public createHoursOfOperation(
|
|
866
|
+
args: CreateHoursOfOperationCommandInput,
|
|
867
|
+
options?: __HttpHandlerOptions
|
|
868
|
+
): Promise<CreateHoursOfOperationCommandOutput>;
|
|
869
|
+
public createHoursOfOperation(
|
|
870
|
+
args: CreateHoursOfOperationCommandInput,
|
|
871
|
+
cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void
|
|
872
|
+
): void;
|
|
873
|
+
public createHoursOfOperation(
|
|
874
|
+
args: CreateHoursOfOperationCommandInput,
|
|
875
|
+
options: __HttpHandlerOptions,
|
|
876
|
+
cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void
|
|
877
|
+
): void;
|
|
878
|
+
public createHoursOfOperation(
|
|
879
|
+
args: CreateHoursOfOperationCommandInput,
|
|
880
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateHoursOfOperationCommandOutput) => void),
|
|
881
|
+
cb?: (err: any, data?: CreateHoursOfOperationCommandOutput) => void
|
|
882
|
+
): Promise<CreateHoursOfOperationCommandOutput> | void {
|
|
883
|
+
const command = new CreateHoursOfOperationCommand(args);
|
|
884
|
+
if (typeof optionsOrCb === "function") {
|
|
885
|
+
this.send(command, optionsOrCb);
|
|
886
|
+
} else if (typeof cb === "function") {
|
|
887
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
888
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
889
|
+
} else {
|
|
890
|
+
return this.send(command, optionsOrCb);
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
/**
|
|
895
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
896
|
+
* <p>Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any
|
|
897
|
+
* storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not
|
|
898
|
+
* allow for any configurations on features, such as Contact Lens for Amazon Connect. </p>
|
|
899
|
+
* <p>Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days.
|
|
900
|
+
* If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances.
|
|
901
|
+
* You must wait 30 days before you can restart creating and deleting instances in your account.</p>
|
|
902
|
+
*/
|
|
903
|
+
public createInstance(
|
|
904
|
+
args: CreateInstanceCommandInput,
|
|
905
|
+
options?: __HttpHandlerOptions
|
|
906
|
+
): Promise<CreateInstanceCommandOutput>;
|
|
907
|
+
public createInstance(
|
|
908
|
+
args: CreateInstanceCommandInput,
|
|
909
|
+
cb: (err: any, data?: CreateInstanceCommandOutput) => void
|
|
910
|
+
): void;
|
|
911
|
+
public createInstance(
|
|
912
|
+
args: CreateInstanceCommandInput,
|
|
913
|
+
options: __HttpHandlerOptions,
|
|
914
|
+
cb: (err: any, data?: CreateInstanceCommandOutput) => void
|
|
915
|
+
): void;
|
|
916
|
+
public createInstance(
|
|
917
|
+
args: CreateInstanceCommandInput,
|
|
918
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateInstanceCommandOutput) => void),
|
|
919
|
+
cb?: (err: any, data?: CreateInstanceCommandOutput) => void
|
|
920
|
+
): Promise<CreateInstanceCommandOutput> | void {
|
|
921
|
+
const command = new CreateInstanceCommand(args);
|
|
922
|
+
if (typeof optionsOrCb === "function") {
|
|
923
|
+
this.send(command, optionsOrCb);
|
|
924
|
+
} else if (typeof cb === "function") {
|
|
925
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
926
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
927
|
+
} else {
|
|
928
|
+
return this.send(command, optionsOrCb);
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
/**
|
|
933
|
+
* <p>Creates an AWS resource association with an Amazon Connect instance.</p>
|
|
934
|
+
*/
|
|
935
|
+
public createIntegrationAssociation(
|
|
936
|
+
args: CreateIntegrationAssociationCommandInput,
|
|
937
|
+
options?: __HttpHandlerOptions
|
|
938
|
+
): Promise<CreateIntegrationAssociationCommandOutput>;
|
|
939
|
+
public createIntegrationAssociation(
|
|
940
|
+
args: CreateIntegrationAssociationCommandInput,
|
|
941
|
+
cb: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void
|
|
942
|
+
): void;
|
|
943
|
+
public createIntegrationAssociation(
|
|
944
|
+
args: CreateIntegrationAssociationCommandInput,
|
|
945
|
+
options: __HttpHandlerOptions,
|
|
946
|
+
cb: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void
|
|
947
|
+
): void;
|
|
948
|
+
public createIntegrationAssociation(
|
|
949
|
+
args: CreateIntegrationAssociationCommandInput,
|
|
950
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateIntegrationAssociationCommandOutput) => void),
|
|
951
|
+
cb?: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void
|
|
952
|
+
): Promise<CreateIntegrationAssociationCommandOutput> | void {
|
|
953
|
+
const command = new CreateIntegrationAssociationCommand(args);
|
|
954
|
+
if (typeof optionsOrCb === "function") {
|
|
955
|
+
this.send(command, optionsOrCb);
|
|
956
|
+
} else if (typeof cb === "function") {
|
|
957
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
958
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
959
|
+
} else {
|
|
960
|
+
return this.send(command, optionsOrCb);
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
/**
|
|
965
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
966
|
+
* <p>Creates a new queue for the specified Amazon Connect instance.</p>
|
|
967
|
+
*/
|
|
968
|
+
public createQueue(args: CreateQueueCommandInput, options?: __HttpHandlerOptions): Promise<CreateQueueCommandOutput>;
|
|
969
|
+
public createQueue(args: CreateQueueCommandInput, cb: (err: any, data?: CreateQueueCommandOutput) => void): void;
|
|
970
|
+
public createQueue(
|
|
971
|
+
args: CreateQueueCommandInput,
|
|
972
|
+
options: __HttpHandlerOptions,
|
|
973
|
+
cb: (err: any, data?: CreateQueueCommandOutput) => void
|
|
974
|
+
): void;
|
|
975
|
+
public createQueue(
|
|
976
|
+
args: CreateQueueCommandInput,
|
|
977
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateQueueCommandOutput) => void),
|
|
978
|
+
cb?: (err: any, data?: CreateQueueCommandOutput) => void
|
|
979
|
+
): Promise<CreateQueueCommandOutput> | void {
|
|
980
|
+
const command = new CreateQueueCommand(args);
|
|
981
|
+
if (typeof optionsOrCb === "function") {
|
|
982
|
+
this.send(command, optionsOrCb);
|
|
983
|
+
} else if (typeof cb === "function") {
|
|
984
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
985
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
986
|
+
} else {
|
|
987
|
+
return this.send(command, optionsOrCb);
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
/**
|
|
992
|
+
* <p>Creates a quick connect for the specified Amazon Connect instance.</p>
|
|
993
|
+
*/
|
|
994
|
+
public createQuickConnect(
|
|
995
|
+
args: CreateQuickConnectCommandInput,
|
|
996
|
+
options?: __HttpHandlerOptions
|
|
997
|
+
): Promise<CreateQuickConnectCommandOutput>;
|
|
998
|
+
public createQuickConnect(
|
|
999
|
+
args: CreateQuickConnectCommandInput,
|
|
1000
|
+
cb: (err: any, data?: CreateQuickConnectCommandOutput) => void
|
|
1001
|
+
): void;
|
|
1002
|
+
public createQuickConnect(
|
|
1003
|
+
args: CreateQuickConnectCommandInput,
|
|
1004
|
+
options: __HttpHandlerOptions,
|
|
1005
|
+
cb: (err: any, data?: CreateQuickConnectCommandOutput) => void
|
|
1006
|
+
): void;
|
|
1007
|
+
public createQuickConnect(
|
|
1008
|
+
args: CreateQuickConnectCommandInput,
|
|
1009
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateQuickConnectCommandOutput) => void),
|
|
1010
|
+
cb?: (err: any, data?: CreateQuickConnectCommandOutput) => void
|
|
1011
|
+
): Promise<CreateQuickConnectCommandOutput> | void {
|
|
1012
|
+
const command = new CreateQuickConnectCommand(args);
|
|
1013
|
+
if (typeof optionsOrCb === "function") {
|
|
1014
|
+
this.send(command, optionsOrCb);
|
|
1015
|
+
} else if (typeof cb === "function") {
|
|
1016
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1017
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1018
|
+
} else {
|
|
1019
|
+
return this.send(command, optionsOrCb);
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
/**
|
|
1024
|
+
* <p>Creates a new routing profile.</p>
|
|
1025
|
+
*/
|
|
1026
|
+
public createRoutingProfile(
|
|
1027
|
+
args: CreateRoutingProfileCommandInput,
|
|
1028
|
+
options?: __HttpHandlerOptions
|
|
1029
|
+
): Promise<CreateRoutingProfileCommandOutput>;
|
|
1030
|
+
public createRoutingProfile(
|
|
1031
|
+
args: CreateRoutingProfileCommandInput,
|
|
1032
|
+
cb: (err: any, data?: CreateRoutingProfileCommandOutput) => void
|
|
1033
|
+
): void;
|
|
1034
|
+
public createRoutingProfile(
|
|
1035
|
+
args: CreateRoutingProfileCommandInput,
|
|
1036
|
+
options: __HttpHandlerOptions,
|
|
1037
|
+
cb: (err: any, data?: CreateRoutingProfileCommandOutput) => void
|
|
1038
|
+
): void;
|
|
1039
|
+
public createRoutingProfile(
|
|
1040
|
+
args: CreateRoutingProfileCommandInput,
|
|
1041
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateRoutingProfileCommandOutput) => void),
|
|
1042
|
+
cb?: (err: any, data?: CreateRoutingProfileCommandOutput) => void
|
|
1043
|
+
): Promise<CreateRoutingProfileCommandOutput> | void {
|
|
1044
|
+
const command = new CreateRoutingProfileCommand(args);
|
|
1045
|
+
if (typeof optionsOrCb === "function") {
|
|
1046
|
+
this.send(command, optionsOrCb);
|
|
1047
|
+
} else if (typeof cb === "function") {
|
|
1048
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1049
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1050
|
+
} else {
|
|
1051
|
+
return this.send(command, optionsOrCb);
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
/**
|
|
1056
|
+
* <p>Creates a use case for an integration association.</p>
|
|
1057
|
+
*/
|
|
1058
|
+
public createUseCase(
|
|
1059
|
+
args: CreateUseCaseCommandInput,
|
|
1060
|
+
options?: __HttpHandlerOptions
|
|
1061
|
+
): Promise<CreateUseCaseCommandOutput>;
|
|
1062
|
+
public createUseCase(
|
|
1063
|
+
args: CreateUseCaseCommandInput,
|
|
1064
|
+
cb: (err: any, data?: CreateUseCaseCommandOutput) => void
|
|
1065
|
+
): void;
|
|
1066
|
+
public createUseCase(
|
|
1067
|
+
args: CreateUseCaseCommandInput,
|
|
1068
|
+
options: __HttpHandlerOptions,
|
|
1069
|
+
cb: (err: any, data?: CreateUseCaseCommandOutput) => void
|
|
1070
|
+
): void;
|
|
1071
|
+
public createUseCase(
|
|
1072
|
+
args: CreateUseCaseCommandInput,
|
|
1073
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateUseCaseCommandOutput) => void),
|
|
1074
|
+
cb?: (err: any, data?: CreateUseCaseCommandOutput) => void
|
|
1075
|
+
): Promise<CreateUseCaseCommandOutput> | void {
|
|
1076
|
+
const command = new CreateUseCaseCommand(args);
|
|
1077
|
+
if (typeof optionsOrCb === "function") {
|
|
1078
|
+
this.send(command, optionsOrCb);
|
|
1079
|
+
} else if (typeof cb === "function") {
|
|
1080
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1081
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1082
|
+
} else {
|
|
1083
|
+
return this.send(command, optionsOrCb);
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
/**
|
|
1088
|
+
* <p>Creates a user account for the specified Amazon Connect instance.</p>
|
|
1089
|
+
* <p>For information about how to create user accounts using the Amazon Connect console, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/user-management.html">Add Users</a> in
|
|
1090
|
+
* the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
1091
|
+
*/
|
|
1092
|
+
public createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
|
|
1093
|
+
public createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
|
|
1094
|
+
public createUser(
|
|
1095
|
+
args: CreateUserCommandInput,
|
|
1096
|
+
options: __HttpHandlerOptions,
|
|
1097
|
+
cb: (err: any, data?: CreateUserCommandOutput) => void
|
|
1098
|
+
): void;
|
|
1099
|
+
public createUser(
|
|
1100
|
+
args: CreateUserCommandInput,
|
|
1101
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateUserCommandOutput) => void),
|
|
1102
|
+
cb?: (err: any, data?: CreateUserCommandOutput) => void
|
|
1103
|
+
): Promise<CreateUserCommandOutput> | void {
|
|
1104
|
+
const command = new CreateUserCommand(args);
|
|
1105
|
+
if (typeof optionsOrCb === "function") {
|
|
1106
|
+
this.send(command, optionsOrCb);
|
|
1107
|
+
} else if (typeof cb === "function") {
|
|
1108
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1109
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1110
|
+
} else {
|
|
1111
|
+
return this.send(command, optionsOrCb);
|
|
1112
|
+
}
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
/**
|
|
1116
|
+
* <p>Creates a new user hierarchy group.</p>
|
|
1117
|
+
*/
|
|
1118
|
+
public createUserHierarchyGroup(
|
|
1119
|
+
args: CreateUserHierarchyGroupCommandInput,
|
|
1120
|
+
options?: __HttpHandlerOptions
|
|
1121
|
+
): Promise<CreateUserHierarchyGroupCommandOutput>;
|
|
1122
|
+
public createUserHierarchyGroup(
|
|
1123
|
+
args: CreateUserHierarchyGroupCommandInput,
|
|
1124
|
+
cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void
|
|
1125
|
+
): void;
|
|
1126
|
+
public createUserHierarchyGroup(
|
|
1127
|
+
args: CreateUserHierarchyGroupCommandInput,
|
|
1128
|
+
options: __HttpHandlerOptions,
|
|
1129
|
+
cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void
|
|
1130
|
+
): void;
|
|
1131
|
+
public createUserHierarchyGroup(
|
|
1132
|
+
args: CreateUserHierarchyGroupCommandInput,
|
|
1133
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateUserHierarchyGroupCommandOutput) => void),
|
|
1134
|
+
cb?: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void
|
|
1135
|
+
): Promise<CreateUserHierarchyGroupCommandOutput> | void {
|
|
1136
|
+
const command = new CreateUserHierarchyGroupCommand(args);
|
|
1137
|
+
if (typeof optionsOrCb === "function") {
|
|
1138
|
+
this.send(command, optionsOrCb);
|
|
1139
|
+
} else if (typeof cb === "function") {
|
|
1140
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1141
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1142
|
+
} else {
|
|
1143
|
+
return this.send(command, optionsOrCb);
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
/**
|
|
1148
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
1149
|
+
* <p>Deletes an hours of operation.</p>
|
|
1150
|
+
*/
|
|
1151
|
+
public deleteHoursOfOperation(
|
|
1152
|
+
args: DeleteHoursOfOperationCommandInput,
|
|
1153
|
+
options?: __HttpHandlerOptions
|
|
1154
|
+
): Promise<DeleteHoursOfOperationCommandOutput>;
|
|
1155
|
+
public deleteHoursOfOperation(
|
|
1156
|
+
args: DeleteHoursOfOperationCommandInput,
|
|
1157
|
+
cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void
|
|
1158
|
+
): void;
|
|
1159
|
+
public deleteHoursOfOperation(
|
|
1160
|
+
args: DeleteHoursOfOperationCommandInput,
|
|
1161
|
+
options: __HttpHandlerOptions,
|
|
1162
|
+
cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void
|
|
1163
|
+
): void;
|
|
1164
|
+
public deleteHoursOfOperation(
|
|
1165
|
+
args: DeleteHoursOfOperationCommandInput,
|
|
1166
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteHoursOfOperationCommandOutput) => void),
|
|
1167
|
+
cb?: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void
|
|
1168
|
+
): Promise<DeleteHoursOfOperationCommandOutput> | void {
|
|
1169
|
+
const command = new DeleteHoursOfOperationCommand(args);
|
|
1170
|
+
if (typeof optionsOrCb === "function") {
|
|
1171
|
+
this.send(command, optionsOrCb);
|
|
1172
|
+
} else if (typeof cb === "function") {
|
|
1173
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1174
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1175
|
+
} else {
|
|
1176
|
+
return this.send(command, optionsOrCb);
|
|
1177
|
+
}
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
/**
|
|
1181
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
1182
|
+
* <p>Deletes the Amazon Connect instance.</p>
|
|
1183
|
+
* <p>Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days.
|
|
1184
|
+
* If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances.
|
|
1185
|
+
* You must wait 30 days before you can restart creating and deleting instances in your account.</p>
|
|
1186
|
+
*/
|
|
1187
|
+
public deleteInstance(
|
|
1188
|
+
args: DeleteInstanceCommandInput,
|
|
1189
|
+
options?: __HttpHandlerOptions
|
|
1190
|
+
): Promise<DeleteInstanceCommandOutput>;
|
|
1191
|
+
public deleteInstance(
|
|
1192
|
+
args: DeleteInstanceCommandInput,
|
|
1193
|
+
cb: (err: any, data?: DeleteInstanceCommandOutput) => void
|
|
1194
|
+
): void;
|
|
1195
|
+
public deleteInstance(
|
|
1196
|
+
args: DeleteInstanceCommandInput,
|
|
1197
|
+
options: __HttpHandlerOptions,
|
|
1198
|
+
cb: (err: any, data?: DeleteInstanceCommandOutput) => void
|
|
1199
|
+
): void;
|
|
1200
|
+
public deleteInstance(
|
|
1201
|
+
args: DeleteInstanceCommandInput,
|
|
1202
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteInstanceCommandOutput) => void),
|
|
1203
|
+
cb?: (err: any, data?: DeleteInstanceCommandOutput) => void
|
|
1204
|
+
): Promise<DeleteInstanceCommandOutput> | void {
|
|
1205
|
+
const command = new DeleteInstanceCommand(args);
|
|
1206
|
+
if (typeof optionsOrCb === "function") {
|
|
1207
|
+
this.send(command, optionsOrCb);
|
|
1208
|
+
} else if (typeof cb === "function") {
|
|
1209
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1210
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1211
|
+
} else {
|
|
1212
|
+
return this.send(command, optionsOrCb);
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
/**
|
|
1217
|
+
* <p>Deletes an AWS resource association from an Amazon Connect instance. The association must not have
|
|
1218
|
+
* any use cases associated with it.</p>
|
|
1219
|
+
*/
|
|
1220
|
+
public deleteIntegrationAssociation(
|
|
1221
|
+
args: DeleteIntegrationAssociationCommandInput,
|
|
1222
|
+
options?: __HttpHandlerOptions
|
|
1223
|
+
): Promise<DeleteIntegrationAssociationCommandOutput>;
|
|
1224
|
+
public deleteIntegrationAssociation(
|
|
1225
|
+
args: DeleteIntegrationAssociationCommandInput,
|
|
1226
|
+
cb: (err: any, data?: DeleteIntegrationAssociationCommandOutput) => void
|
|
1227
|
+
): void;
|
|
1228
|
+
public deleteIntegrationAssociation(
|
|
1229
|
+
args: DeleteIntegrationAssociationCommandInput,
|
|
1230
|
+
options: __HttpHandlerOptions,
|
|
1231
|
+
cb: (err: any, data?: DeleteIntegrationAssociationCommandOutput) => void
|
|
1232
|
+
): void;
|
|
1233
|
+
public deleteIntegrationAssociation(
|
|
1234
|
+
args: DeleteIntegrationAssociationCommandInput,
|
|
1235
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteIntegrationAssociationCommandOutput) => void),
|
|
1236
|
+
cb?: (err: any, data?: DeleteIntegrationAssociationCommandOutput) => void
|
|
1237
|
+
): Promise<DeleteIntegrationAssociationCommandOutput> | void {
|
|
1238
|
+
const command = new DeleteIntegrationAssociationCommand(args);
|
|
1239
|
+
if (typeof optionsOrCb === "function") {
|
|
1240
|
+
this.send(command, optionsOrCb);
|
|
1241
|
+
} else if (typeof cb === "function") {
|
|
1242
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1243
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1244
|
+
} else {
|
|
1245
|
+
return this.send(command, optionsOrCb);
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
/**
|
|
1250
|
+
* <p>Deletes a quick connect.</p>
|
|
1251
|
+
*/
|
|
1252
|
+
public deleteQuickConnect(
|
|
1253
|
+
args: DeleteQuickConnectCommandInput,
|
|
1254
|
+
options?: __HttpHandlerOptions
|
|
1255
|
+
): Promise<DeleteQuickConnectCommandOutput>;
|
|
1256
|
+
public deleteQuickConnect(
|
|
1257
|
+
args: DeleteQuickConnectCommandInput,
|
|
1258
|
+
cb: (err: any, data?: DeleteQuickConnectCommandOutput) => void
|
|
1259
|
+
): void;
|
|
1260
|
+
public deleteQuickConnect(
|
|
1261
|
+
args: DeleteQuickConnectCommandInput,
|
|
1262
|
+
options: __HttpHandlerOptions,
|
|
1263
|
+
cb: (err: any, data?: DeleteQuickConnectCommandOutput) => void
|
|
1264
|
+
): void;
|
|
1265
|
+
public deleteQuickConnect(
|
|
1266
|
+
args: DeleteQuickConnectCommandInput,
|
|
1267
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteQuickConnectCommandOutput) => void),
|
|
1268
|
+
cb?: (err: any, data?: DeleteQuickConnectCommandOutput) => void
|
|
1269
|
+
): Promise<DeleteQuickConnectCommandOutput> | void {
|
|
1270
|
+
const command = new DeleteQuickConnectCommand(args);
|
|
1271
|
+
if (typeof optionsOrCb === "function") {
|
|
1272
|
+
this.send(command, optionsOrCb);
|
|
1273
|
+
} else if (typeof cb === "function") {
|
|
1274
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1275
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1276
|
+
} else {
|
|
1277
|
+
return this.send(command, optionsOrCb);
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
/**
|
|
1282
|
+
* <p>Deletes a use case from an integration association.</p>
|
|
1283
|
+
*/
|
|
1284
|
+
public deleteUseCase(
|
|
1285
|
+
args: DeleteUseCaseCommandInput,
|
|
1286
|
+
options?: __HttpHandlerOptions
|
|
1287
|
+
): Promise<DeleteUseCaseCommandOutput>;
|
|
1288
|
+
public deleteUseCase(
|
|
1289
|
+
args: DeleteUseCaseCommandInput,
|
|
1290
|
+
cb: (err: any, data?: DeleteUseCaseCommandOutput) => void
|
|
1291
|
+
): void;
|
|
1292
|
+
public deleteUseCase(
|
|
1293
|
+
args: DeleteUseCaseCommandInput,
|
|
1294
|
+
options: __HttpHandlerOptions,
|
|
1295
|
+
cb: (err: any, data?: DeleteUseCaseCommandOutput) => void
|
|
1296
|
+
): void;
|
|
1297
|
+
public deleteUseCase(
|
|
1298
|
+
args: DeleteUseCaseCommandInput,
|
|
1299
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteUseCaseCommandOutput) => void),
|
|
1300
|
+
cb?: (err: any, data?: DeleteUseCaseCommandOutput) => void
|
|
1301
|
+
): Promise<DeleteUseCaseCommandOutput> | void {
|
|
1302
|
+
const command = new DeleteUseCaseCommand(args);
|
|
1303
|
+
if (typeof optionsOrCb === "function") {
|
|
1304
|
+
this.send(command, optionsOrCb);
|
|
1305
|
+
} else if (typeof cb === "function") {
|
|
1306
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1307
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1308
|
+
} else {
|
|
1309
|
+
return this.send(command, optionsOrCb);
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
/**
|
|
1314
|
+
* <p>Deletes a user account from the specified Amazon Connect instance.</p>
|
|
1315
|
+
* <p>For information about what happens to a user's data when their account is deleted, see
|
|
1316
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/delete-users.html">Delete Users from
|
|
1317
|
+
* Your Amazon Connect Instance</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
1318
|
+
*/
|
|
1319
|
+
public deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
|
|
1320
|
+
public deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
|
|
1321
|
+
public deleteUser(
|
|
1322
|
+
args: DeleteUserCommandInput,
|
|
1323
|
+
options: __HttpHandlerOptions,
|
|
1324
|
+
cb: (err: any, data?: DeleteUserCommandOutput) => void
|
|
1325
|
+
): void;
|
|
1326
|
+
public deleteUser(
|
|
1327
|
+
args: DeleteUserCommandInput,
|
|
1328
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteUserCommandOutput) => void),
|
|
1329
|
+
cb?: (err: any, data?: DeleteUserCommandOutput) => void
|
|
1330
|
+
): Promise<DeleteUserCommandOutput> | void {
|
|
1331
|
+
const command = new DeleteUserCommand(args);
|
|
1332
|
+
if (typeof optionsOrCb === "function") {
|
|
1333
|
+
this.send(command, optionsOrCb);
|
|
1334
|
+
} else if (typeof cb === "function") {
|
|
1335
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1336
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1337
|
+
} else {
|
|
1338
|
+
return this.send(command, optionsOrCb);
|
|
1339
|
+
}
|
|
1340
|
+
}
|
|
1341
|
+
|
|
1342
|
+
/**
|
|
1343
|
+
* <p>Deletes an existing user hierarchy group. It must not be associated with any agents or have
|
|
1344
|
+
* any active child groups.</p>
|
|
1345
|
+
*/
|
|
1346
|
+
public deleteUserHierarchyGroup(
|
|
1347
|
+
args: DeleteUserHierarchyGroupCommandInput,
|
|
1348
|
+
options?: __HttpHandlerOptions
|
|
1349
|
+
): Promise<DeleteUserHierarchyGroupCommandOutput>;
|
|
1350
|
+
public deleteUserHierarchyGroup(
|
|
1351
|
+
args: DeleteUserHierarchyGroupCommandInput,
|
|
1352
|
+
cb: (err: any, data?: DeleteUserHierarchyGroupCommandOutput) => void
|
|
1353
|
+
): void;
|
|
1354
|
+
public deleteUserHierarchyGroup(
|
|
1355
|
+
args: DeleteUserHierarchyGroupCommandInput,
|
|
1356
|
+
options: __HttpHandlerOptions,
|
|
1357
|
+
cb: (err: any, data?: DeleteUserHierarchyGroupCommandOutput) => void
|
|
1358
|
+
): void;
|
|
1359
|
+
public deleteUserHierarchyGroup(
|
|
1360
|
+
args: DeleteUserHierarchyGroupCommandInput,
|
|
1361
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteUserHierarchyGroupCommandOutput) => void),
|
|
1362
|
+
cb?: (err: any, data?: DeleteUserHierarchyGroupCommandOutput) => void
|
|
1363
|
+
): Promise<DeleteUserHierarchyGroupCommandOutput> | void {
|
|
1364
|
+
const command = new DeleteUserHierarchyGroupCommand(args);
|
|
1365
|
+
if (typeof optionsOrCb === "function") {
|
|
1366
|
+
this.send(command, optionsOrCb);
|
|
1367
|
+
} else if (typeof cb === "function") {
|
|
1368
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1369
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1370
|
+
} else {
|
|
1371
|
+
return this.send(command, optionsOrCb);
|
|
1372
|
+
}
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
/**
|
|
1376
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
1377
|
+
* <p>Describes an agent status.</p>
|
|
1378
|
+
*/
|
|
1379
|
+
public describeAgentStatus(
|
|
1380
|
+
args: DescribeAgentStatusCommandInput,
|
|
1381
|
+
options?: __HttpHandlerOptions
|
|
1382
|
+
): Promise<DescribeAgentStatusCommandOutput>;
|
|
1383
|
+
public describeAgentStatus(
|
|
1384
|
+
args: DescribeAgentStatusCommandInput,
|
|
1385
|
+
cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void
|
|
1386
|
+
): void;
|
|
1387
|
+
public describeAgentStatus(
|
|
1388
|
+
args: DescribeAgentStatusCommandInput,
|
|
1389
|
+
options: __HttpHandlerOptions,
|
|
1390
|
+
cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void
|
|
1391
|
+
): void;
|
|
1392
|
+
public describeAgentStatus(
|
|
1393
|
+
args: DescribeAgentStatusCommandInput,
|
|
1394
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAgentStatusCommandOutput) => void),
|
|
1395
|
+
cb?: (err: any, data?: DescribeAgentStatusCommandOutput) => void
|
|
1396
|
+
): Promise<DescribeAgentStatusCommandOutput> | void {
|
|
1397
|
+
const command = new DescribeAgentStatusCommand(args);
|
|
1398
|
+
if (typeof optionsOrCb === "function") {
|
|
1399
|
+
this.send(command, optionsOrCb);
|
|
1400
|
+
} else if (typeof cb === "function") {
|
|
1401
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1402
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1403
|
+
} else {
|
|
1404
|
+
return this.send(command, optionsOrCb);
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
/**
|
|
1409
|
+
* <p>Describes the specified contact flow.</p>
|
|
1410
|
+
* <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
|
|
1411
|
+
* Flow language</a>.</p>
|
|
1412
|
+
*/
|
|
1413
|
+
public describeContactFlow(
|
|
1414
|
+
args: DescribeContactFlowCommandInput,
|
|
1415
|
+
options?: __HttpHandlerOptions
|
|
1416
|
+
): Promise<DescribeContactFlowCommandOutput>;
|
|
1417
|
+
public describeContactFlow(
|
|
1418
|
+
args: DescribeContactFlowCommandInput,
|
|
1419
|
+
cb: (err: any, data?: DescribeContactFlowCommandOutput) => void
|
|
1420
|
+
): void;
|
|
1421
|
+
public describeContactFlow(
|
|
1422
|
+
args: DescribeContactFlowCommandInput,
|
|
1423
|
+
options: __HttpHandlerOptions,
|
|
1424
|
+
cb: (err: any, data?: DescribeContactFlowCommandOutput) => void
|
|
1425
|
+
): void;
|
|
1426
|
+
public describeContactFlow(
|
|
1427
|
+
args: DescribeContactFlowCommandInput,
|
|
1428
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeContactFlowCommandOutput) => void),
|
|
1429
|
+
cb?: (err: any, data?: DescribeContactFlowCommandOutput) => void
|
|
1430
|
+
): Promise<DescribeContactFlowCommandOutput> | void {
|
|
1431
|
+
const command = new DescribeContactFlowCommand(args);
|
|
1432
|
+
if (typeof optionsOrCb === "function") {
|
|
1433
|
+
this.send(command, optionsOrCb);
|
|
1434
|
+
} else if (typeof cb === "function") {
|
|
1435
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1436
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1437
|
+
} else {
|
|
1438
|
+
return this.send(command, optionsOrCb);
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
/**
|
|
1443
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
1444
|
+
* <p>Describes the hours of operation.</p>
|
|
1445
|
+
*/
|
|
1446
|
+
public describeHoursOfOperation(
|
|
1447
|
+
args: DescribeHoursOfOperationCommandInput,
|
|
1448
|
+
options?: __HttpHandlerOptions
|
|
1449
|
+
): Promise<DescribeHoursOfOperationCommandOutput>;
|
|
1450
|
+
public describeHoursOfOperation(
|
|
1451
|
+
args: DescribeHoursOfOperationCommandInput,
|
|
1452
|
+
cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void
|
|
1453
|
+
): void;
|
|
1454
|
+
public describeHoursOfOperation(
|
|
1455
|
+
args: DescribeHoursOfOperationCommandInput,
|
|
1456
|
+
options: __HttpHandlerOptions,
|
|
1457
|
+
cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void
|
|
1458
|
+
): void;
|
|
1459
|
+
public describeHoursOfOperation(
|
|
1460
|
+
args: DescribeHoursOfOperationCommandInput,
|
|
1461
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeHoursOfOperationCommandOutput) => void),
|
|
1462
|
+
cb?: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void
|
|
1463
|
+
): Promise<DescribeHoursOfOperationCommandOutput> | void {
|
|
1464
|
+
const command = new DescribeHoursOfOperationCommand(args);
|
|
1465
|
+
if (typeof optionsOrCb === "function") {
|
|
1466
|
+
this.send(command, optionsOrCb);
|
|
1467
|
+
} else if (typeof cb === "function") {
|
|
1468
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1469
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1470
|
+
} else {
|
|
1471
|
+
return this.send(command, optionsOrCb);
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
/**
|
|
1476
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
1477
|
+
* <p>Returns the current state of the specified instance identifier. It tracks the instance while
|
|
1478
|
+
* it is being created and returns an error status, if applicable. </p>
|
|
1479
|
+
* <p>If an instance is not created successfully, the instance status reason field returns details
|
|
1480
|
+
* relevant to the reason. The instance in a failed state is returned only for 24 hours after the
|
|
1481
|
+
* CreateInstance API was invoked.</p>
|
|
1482
|
+
*/
|
|
1483
|
+
public describeInstance(
|
|
1484
|
+
args: DescribeInstanceCommandInput,
|
|
1485
|
+
options?: __HttpHandlerOptions
|
|
1486
|
+
): Promise<DescribeInstanceCommandOutput>;
|
|
1487
|
+
public describeInstance(
|
|
1488
|
+
args: DescribeInstanceCommandInput,
|
|
1489
|
+
cb: (err: any, data?: DescribeInstanceCommandOutput) => void
|
|
1490
|
+
): void;
|
|
1491
|
+
public describeInstance(
|
|
1492
|
+
args: DescribeInstanceCommandInput,
|
|
1493
|
+
options: __HttpHandlerOptions,
|
|
1494
|
+
cb: (err: any, data?: DescribeInstanceCommandOutput) => void
|
|
1495
|
+
): void;
|
|
1496
|
+
public describeInstance(
|
|
1497
|
+
args: DescribeInstanceCommandInput,
|
|
1498
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeInstanceCommandOutput) => void),
|
|
1499
|
+
cb?: (err: any, data?: DescribeInstanceCommandOutput) => void
|
|
1500
|
+
): Promise<DescribeInstanceCommandOutput> | void {
|
|
1501
|
+
const command = new DescribeInstanceCommand(args);
|
|
1502
|
+
if (typeof optionsOrCb === "function") {
|
|
1503
|
+
this.send(command, optionsOrCb);
|
|
1504
|
+
} else if (typeof cb === "function") {
|
|
1505
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1506
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1507
|
+
} else {
|
|
1508
|
+
return this.send(command, optionsOrCb);
|
|
1509
|
+
}
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
/**
|
|
1513
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
1514
|
+
* <p>Describes the specified instance attribute.</p>
|
|
1515
|
+
*/
|
|
1516
|
+
public describeInstanceAttribute(
|
|
1517
|
+
args: DescribeInstanceAttributeCommandInput,
|
|
1518
|
+
options?: __HttpHandlerOptions
|
|
1519
|
+
): Promise<DescribeInstanceAttributeCommandOutput>;
|
|
1520
|
+
public describeInstanceAttribute(
|
|
1521
|
+
args: DescribeInstanceAttributeCommandInput,
|
|
1522
|
+
cb: (err: any, data?: DescribeInstanceAttributeCommandOutput) => void
|
|
1523
|
+
): void;
|
|
1524
|
+
public describeInstanceAttribute(
|
|
1525
|
+
args: DescribeInstanceAttributeCommandInput,
|
|
1526
|
+
options: __HttpHandlerOptions,
|
|
1527
|
+
cb: (err: any, data?: DescribeInstanceAttributeCommandOutput) => void
|
|
1528
|
+
): void;
|
|
1529
|
+
public describeInstanceAttribute(
|
|
1530
|
+
args: DescribeInstanceAttributeCommandInput,
|
|
1531
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeInstanceAttributeCommandOutput) => void),
|
|
1532
|
+
cb?: (err: any, data?: DescribeInstanceAttributeCommandOutput) => void
|
|
1533
|
+
): Promise<DescribeInstanceAttributeCommandOutput> | void {
|
|
1534
|
+
const command = new DescribeInstanceAttributeCommand(args);
|
|
1535
|
+
if (typeof optionsOrCb === "function") {
|
|
1536
|
+
this.send(command, optionsOrCb);
|
|
1537
|
+
} else if (typeof cb === "function") {
|
|
1538
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1539
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1540
|
+
} else {
|
|
1541
|
+
return this.send(command, optionsOrCb);
|
|
1542
|
+
}
|
|
1543
|
+
}
|
|
1544
|
+
|
|
1545
|
+
/**
|
|
1546
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
1547
|
+
* <p>Retrieves the current storage configurations for the specified resource type, association
|
|
1548
|
+
* ID, and instance ID.</p>
|
|
1549
|
+
*/
|
|
1550
|
+
public describeInstanceStorageConfig(
|
|
1551
|
+
args: DescribeInstanceStorageConfigCommandInput,
|
|
1552
|
+
options?: __HttpHandlerOptions
|
|
1553
|
+
): Promise<DescribeInstanceStorageConfigCommandOutput>;
|
|
1554
|
+
public describeInstanceStorageConfig(
|
|
1555
|
+
args: DescribeInstanceStorageConfigCommandInput,
|
|
1556
|
+
cb: (err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void
|
|
1557
|
+
): void;
|
|
1558
|
+
public describeInstanceStorageConfig(
|
|
1559
|
+
args: DescribeInstanceStorageConfigCommandInput,
|
|
1560
|
+
options: __HttpHandlerOptions,
|
|
1561
|
+
cb: (err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void
|
|
1562
|
+
): void;
|
|
1563
|
+
public describeInstanceStorageConfig(
|
|
1564
|
+
args: DescribeInstanceStorageConfigCommandInput,
|
|
1565
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void),
|
|
1566
|
+
cb?: (err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void
|
|
1567
|
+
): Promise<DescribeInstanceStorageConfigCommandOutput> | void {
|
|
1568
|
+
const command = new DescribeInstanceStorageConfigCommand(args);
|
|
1569
|
+
if (typeof optionsOrCb === "function") {
|
|
1570
|
+
this.send(command, optionsOrCb);
|
|
1571
|
+
} else if (typeof cb === "function") {
|
|
1572
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1573
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1574
|
+
} else {
|
|
1575
|
+
return this.send(command, optionsOrCb);
|
|
1576
|
+
}
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1579
|
+
/**
|
|
1580
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
1581
|
+
* <p>Describes the specified queue.</p>
|
|
1582
|
+
*/
|
|
1583
|
+
public describeQueue(
|
|
1584
|
+
args: DescribeQueueCommandInput,
|
|
1585
|
+
options?: __HttpHandlerOptions
|
|
1586
|
+
): Promise<DescribeQueueCommandOutput>;
|
|
1587
|
+
public describeQueue(
|
|
1588
|
+
args: DescribeQueueCommandInput,
|
|
1589
|
+
cb: (err: any, data?: DescribeQueueCommandOutput) => void
|
|
1590
|
+
): void;
|
|
1591
|
+
public describeQueue(
|
|
1592
|
+
args: DescribeQueueCommandInput,
|
|
1593
|
+
options: __HttpHandlerOptions,
|
|
1594
|
+
cb: (err: any, data?: DescribeQueueCommandOutput) => void
|
|
1595
|
+
): void;
|
|
1596
|
+
public describeQueue(
|
|
1597
|
+
args: DescribeQueueCommandInput,
|
|
1598
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeQueueCommandOutput) => void),
|
|
1599
|
+
cb?: (err: any, data?: DescribeQueueCommandOutput) => void
|
|
1600
|
+
): Promise<DescribeQueueCommandOutput> | void {
|
|
1601
|
+
const command = new DescribeQueueCommand(args);
|
|
1602
|
+
if (typeof optionsOrCb === "function") {
|
|
1603
|
+
this.send(command, optionsOrCb);
|
|
1604
|
+
} else if (typeof cb === "function") {
|
|
1605
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1606
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1607
|
+
} else {
|
|
1608
|
+
return this.send(command, optionsOrCb);
|
|
1609
|
+
}
|
|
1610
|
+
}
|
|
1611
|
+
|
|
1612
|
+
/**
|
|
1613
|
+
* <p>Describes the quick connect.</p>
|
|
1614
|
+
*/
|
|
1615
|
+
public describeQuickConnect(
|
|
1616
|
+
args: DescribeQuickConnectCommandInput,
|
|
1617
|
+
options?: __HttpHandlerOptions
|
|
1618
|
+
): Promise<DescribeQuickConnectCommandOutput>;
|
|
1619
|
+
public describeQuickConnect(
|
|
1620
|
+
args: DescribeQuickConnectCommandInput,
|
|
1621
|
+
cb: (err: any, data?: DescribeQuickConnectCommandOutput) => void
|
|
1622
|
+
): void;
|
|
1623
|
+
public describeQuickConnect(
|
|
1624
|
+
args: DescribeQuickConnectCommandInput,
|
|
1625
|
+
options: __HttpHandlerOptions,
|
|
1626
|
+
cb: (err: any, data?: DescribeQuickConnectCommandOutput) => void
|
|
1627
|
+
): void;
|
|
1628
|
+
public describeQuickConnect(
|
|
1629
|
+
args: DescribeQuickConnectCommandInput,
|
|
1630
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeQuickConnectCommandOutput) => void),
|
|
1631
|
+
cb?: (err: any, data?: DescribeQuickConnectCommandOutput) => void
|
|
1632
|
+
): Promise<DescribeQuickConnectCommandOutput> | void {
|
|
1633
|
+
const command = new DescribeQuickConnectCommand(args);
|
|
1634
|
+
if (typeof optionsOrCb === "function") {
|
|
1635
|
+
this.send(command, optionsOrCb);
|
|
1636
|
+
} else if (typeof cb === "function") {
|
|
1637
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1638
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1639
|
+
} else {
|
|
1640
|
+
return this.send(command, optionsOrCb);
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
/**
|
|
1645
|
+
* <p>Describes the specified routing profile.</p>
|
|
1646
|
+
*/
|
|
1647
|
+
public describeRoutingProfile(
|
|
1648
|
+
args: DescribeRoutingProfileCommandInput,
|
|
1649
|
+
options?: __HttpHandlerOptions
|
|
1650
|
+
): Promise<DescribeRoutingProfileCommandOutput>;
|
|
1651
|
+
public describeRoutingProfile(
|
|
1652
|
+
args: DescribeRoutingProfileCommandInput,
|
|
1653
|
+
cb: (err: any, data?: DescribeRoutingProfileCommandOutput) => void
|
|
1654
|
+
): void;
|
|
1655
|
+
public describeRoutingProfile(
|
|
1656
|
+
args: DescribeRoutingProfileCommandInput,
|
|
1657
|
+
options: __HttpHandlerOptions,
|
|
1658
|
+
cb: (err: any, data?: DescribeRoutingProfileCommandOutput) => void
|
|
1659
|
+
): void;
|
|
1660
|
+
public describeRoutingProfile(
|
|
1661
|
+
args: DescribeRoutingProfileCommandInput,
|
|
1662
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeRoutingProfileCommandOutput) => void),
|
|
1663
|
+
cb?: (err: any, data?: DescribeRoutingProfileCommandOutput) => void
|
|
1664
|
+
): Promise<DescribeRoutingProfileCommandOutput> | void {
|
|
1665
|
+
const command = new DescribeRoutingProfileCommand(args);
|
|
1666
|
+
if (typeof optionsOrCb === "function") {
|
|
1667
|
+
this.send(command, optionsOrCb);
|
|
1668
|
+
} else if (typeof cb === "function") {
|
|
1669
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1670
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1671
|
+
} else {
|
|
1672
|
+
return this.send(command, optionsOrCb);
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
/**
|
|
1677
|
+
* <p>Describes the specified user account. You can find the instance ID in the console (it’s the
|
|
1678
|
+
* final part of the ARN). The console does not display the user IDs. Instead, list the users and
|
|
1679
|
+
* note the IDs provided in the output.</p>
|
|
1680
|
+
*/
|
|
1681
|
+
public describeUser(
|
|
1682
|
+
args: DescribeUserCommandInput,
|
|
1683
|
+
options?: __HttpHandlerOptions
|
|
1684
|
+
): Promise<DescribeUserCommandOutput>;
|
|
1685
|
+
public describeUser(args: DescribeUserCommandInput, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
|
|
1686
|
+
public describeUser(
|
|
1687
|
+
args: DescribeUserCommandInput,
|
|
1688
|
+
options: __HttpHandlerOptions,
|
|
1689
|
+
cb: (err: any, data?: DescribeUserCommandOutput) => void
|
|
1690
|
+
): void;
|
|
1691
|
+
public describeUser(
|
|
1692
|
+
args: DescribeUserCommandInput,
|
|
1693
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeUserCommandOutput) => void),
|
|
1694
|
+
cb?: (err: any, data?: DescribeUserCommandOutput) => void
|
|
1695
|
+
): Promise<DescribeUserCommandOutput> | void {
|
|
1696
|
+
const command = new DescribeUserCommand(args);
|
|
1697
|
+
if (typeof optionsOrCb === "function") {
|
|
1698
|
+
this.send(command, optionsOrCb);
|
|
1699
|
+
} else if (typeof cb === "function") {
|
|
1700
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1701
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1702
|
+
} else {
|
|
1703
|
+
return this.send(command, optionsOrCb);
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1706
|
+
|
|
1707
|
+
/**
|
|
1708
|
+
* <p>Describes the specified hierarchy group.</p>
|
|
1709
|
+
*/
|
|
1710
|
+
public describeUserHierarchyGroup(
|
|
1711
|
+
args: DescribeUserHierarchyGroupCommandInput,
|
|
1712
|
+
options?: __HttpHandlerOptions
|
|
1713
|
+
): Promise<DescribeUserHierarchyGroupCommandOutput>;
|
|
1714
|
+
public describeUserHierarchyGroup(
|
|
1715
|
+
args: DescribeUserHierarchyGroupCommandInput,
|
|
1716
|
+
cb: (err: any, data?: DescribeUserHierarchyGroupCommandOutput) => void
|
|
1717
|
+
): void;
|
|
1718
|
+
public describeUserHierarchyGroup(
|
|
1719
|
+
args: DescribeUserHierarchyGroupCommandInput,
|
|
1720
|
+
options: __HttpHandlerOptions,
|
|
1721
|
+
cb: (err: any, data?: DescribeUserHierarchyGroupCommandOutput) => void
|
|
1722
|
+
): void;
|
|
1723
|
+
public describeUserHierarchyGroup(
|
|
1724
|
+
args: DescribeUserHierarchyGroupCommandInput,
|
|
1725
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeUserHierarchyGroupCommandOutput) => void),
|
|
1726
|
+
cb?: (err: any, data?: DescribeUserHierarchyGroupCommandOutput) => void
|
|
1727
|
+
): Promise<DescribeUserHierarchyGroupCommandOutput> | void {
|
|
1728
|
+
const command = new DescribeUserHierarchyGroupCommand(args);
|
|
1729
|
+
if (typeof optionsOrCb === "function") {
|
|
1730
|
+
this.send(command, optionsOrCb);
|
|
1731
|
+
} else if (typeof cb === "function") {
|
|
1732
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1733
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1734
|
+
} else {
|
|
1735
|
+
return this.send(command, optionsOrCb);
|
|
1736
|
+
}
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1739
|
+
/**
|
|
1740
|
+
* <p>Describes the hierarchy structure of the specified Amazon Connect instance.</p>
|
|
1741
|
+
*/
|
|
1742
|
+
public describeUserHierarchyStructure(
|
|
1743
|
+
args: DescribeUserHierarchyStructureCommandInput,
|
|
1744
|
+
options?: __HttpHandlerOptions
|
|
1745
|
+
): Promise<DescribeUserHierarchyStructureCommandOutput>;
|
|
1746
|
+
public describeUserHierarchyStructure(
|
|
1747
|
+
args: DescribeUserHierarchyStructureCommandInput,
|
|
1748
|
+
cb: (err: any, data?: DescribeUserHierarchyStructureCommandOutput) => void
|
|
1749
|
+
): void;
|
|
1750
|
+
public describeUserHierarchyStructure(
|
|
1751
|
+
args: DescribeUserHierarchyStructureCommandInput,
|
|
1752
|
+
options: __HttpHandlerOptions,
|
|
1753
|
+
cb: (err: any, data?: DescribeUserHierarchyStructureCommandOutput) => void
|
|
1754
|
+
): void;
|
|
1755
|
+
public describeUserHierarchyStructure(
|
|
1756
|
+
args: DescribeUserHierarchyStructureCommandInput,
|
|
1757
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeUserHierarchyStructureCommandOutput) => void),
|
|
1758
|
+
cb?: (err: any, data?: DescribeUserHierarchyStructureCommandOutput) => void
|
|
1759
|
+
): Promise<DescribeUserHierarchyStructureCommandOutput> | void {
|
|
1760
|
+
const command = new DescribeUserHierarchyStructureCommand(args);
|
|
1761
|
+
if (typeof optionsOrCb === "function") {
|
|
1762
|
+
this.send(command, optionsOrCb);
|
|
1763
|
+
} else if (typeof cb === "function") {
|
|
1764
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1765
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1766
|
+
} else {
|
|
1767
|
+
return this.send(command, optionsOrCb);
|
|
1768
|
+
}
|
|
1769
|
+
}
|
|
1770
|
+
|
|
1771
|
+
/**
|
|
1772
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
1773
|
+
* <p>Revokes access to integrated applications from Amazon Connect.</p>
|
|
1774
|
+
*/
|
|
1775
|
+
public disassociateApprovedOrigin(
|
|
1776
|
+
args: DisassociateApprovedOriginCommandInput,
|
|
1777
|
+
options?: __HttpHandlerOptions
|
|
1778
|
+
): Promise<DisassociateApprovedOriginCommandOutput>;
|
|
1779
|
+
public disassociateApprovedOrigin(
|
|
1780
|
+
args: DisassociateApprovedOriginCommandInput,
|
|
1781
|
+
cb: (err: any, data?: DisassociateApprovedOriginCommandOutput) => void
|
|
1782
|
+
): void;
|
|
1783
|
+
public disassociateApprovedOrigin(
|
|
1784
|
+
args: DisassociateApprovedOriginCommandInput,
|
|
1785
|
+
options: __HttpHandlerOptions,
|
|
1786
|
+
cb: (err: any, data?: DisassociateApprovedOriginCommandOutput) => void
|
|
1787
|
+
): void;
|
|
1788
|
+
public disassociateApprovedOrigin(
|
|
1789
|
+
args: DisassociateApprovedOriginCommandInput,
|
|
1790
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateApprovedOriginCommandOutput) => void),
|
|
1791
|
+
cb?: (err: any, data?: DisassociateApprovedOriginCommandOutput) => void
|
|
1792
|
+
): Promise<DisassociateApprovedOriginCommandOutput> | void {
|
|
1793
|
+
const command = new DisassociateApprovedOriginCommand(args);
|
|
1794
|
+
if (typeof optionsOrCb === "function") {
|
|
1795
|
+
this.send(command, optionsOrCb);
|
|
1796
|
+
} else if (typeof cb === "function") {
|
|
1797
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1798
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1799
|
+
} else {
|
|
1800
|
+
return this.send(command, optionsOrCb);
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
/**
|
|
1805
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
1806
|
+
* <p>Revokes authorization from the specified instance to access the specified Amazon Lex or Amazon Lex V2
|
|
1807
|
+
* bot. </p>
|
|
1808
|
+
*/
|
|
1809
|
+
public disassociateBot(
|
|
1810
|
+
args: DisassociateBotCommandInput,
|
|
1811
|
+
options?: __HttpHandlerOptions
|
|
1812
|
+
): Promise<DisassociateBotCommandOutput>;
|
|
1813
|
+
public disassociateBot(
|
|
1814
|
+
args: DisassociateBotCommandInput,
|
|
1815
|
+
cb: (err: any, data?: DisassociateBotCommandOutput) => void
|
|
1816
|
+
): void;
|
|
1817
|
+
public disassociateBot(
|
|
1818
|
+
args: DisassociateBotCommandInput,
|
|
1819
|
+
options: __HttpHandlerOptions,
|
|
1820
|
+
cb: (err: any, data?: DisassociateBotCommandOutput) => void
|
|
1821
|
+
): void;
|
|
1822
|
+
public disassociateBot(
|
|
1823
|
+
args: DisassociateBotCommandInput,
|
|
1824
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateBotCommandOutput) => void),
|
|
1825
|
+
cb?: (err: any, data?: DisassociateBotCommandOutput) => void
|
|
1826
|
+
): Promise<DisassociateBotCommandOutput> | void {
|
|
1827
|
+
const command = new DisassociateBotCommand(args);
|
|
1828
|
+
if (typeof optionsOrCb === "function") {
|
|
1829
|
+
this.send(command, optionsOrCb);
|
|
1830
|
+
} else if (typeof cb === "function") {
|
|
1831
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1832
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1833
|
+
} else {
|
|
1834
|
+
return this.send(command, optionsOrCb);
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
/**
|
|
1839
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
1840
|
+
* <p>Removes the storage type configurations for the specified resource type and association
|
|
1841
|
+
* ID.</p>
|
|
1842
|
+
*/
|
|
1843
|
+
public disassociateInstanceStorageConfig(
|
|
1844
|
+
args: DisassociateInstanceStorageConfigCommandInput,
|
|
1845
|
+
options?: __HttpHandlerOptions
|
|
1846
|
+
): Promise<DisassociateInstanceStorageConfigCommandOutput>;
|
|
1847
|
+
public disassociateInstanceStorageConfig(
|
|
1848
|
+
args: DisassociateInstanceStorageConfigCommandInput,
|
|
1849
|
+
cb: (err: any, data?: DisassociateInstanceStorageConfigCommandOutput) => void
|
|
1850
|
+
): void;
|
|
1851
|
+
public disassociateInstanceStorageConfig(
|
|
1852
|
+
args: DisassociateInstanceStorageConfigCommandInput,
|
|
1853
|
+
options: __HttpHandlerOptions,
|
|
1854
|
+
cb: (err: any, data?: DisassociateInstanceStorageConfigCommandOutput) => void
|
|
1855
|
+
): void;
|
|
1856
|
+
public disassociateInstanceStorageConfig(
|
|
1857
|
+
args: DisassociateInstanceStorageConfigCommandInput,
|
|
1858
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateInstanceStorageConfigCommandOutput) => void),
|
|
1859
|
+
cb?: (err: any, data?: DisassociateInstanceStorageConfigCommandOutput) => void
|
|
1860
|
+
): Promise<DisassociateInstanceStorageConfigCommandOutput> | void {
|
|
1861
|
+
const command = new DisassociateInstanceStorageConfigCommand(args);
|
|
1862
|
+
if (typeof optionsOrCb === "function") {
|
|
1863
|
+
this.send(command, optionsOrCb);
|
|
1864
|
+
} else if (typeof cb === "function") {
|
|
1865
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1866
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1867
|
+
} else {
|
|
1868
|
+
return this.send(command, optionsOrCb);
|
|
1869
|
+
}
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
/**
|
|
1873
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
1874
|
+
* <p>Remove the Lambda function from the dropdown options available in the relevant contact flow
|
|
1875
|
+
* blocks.</p>
|
|
1876
|
+
*/
|
|
1877
|
+
public disassociateLambdaFunction(
|
|
1878
|
+
args: DisassociateLambdaFunctionCommandInput,
|
|
1879
|
+
options?: __HttpHandlerOptions
|
|
1880
|
+
): Promise<DisassociateLambdaFunctionCommandOutput>;
|
|
1881
|
+
public disassociateLambdaFunction(
|
|
1882
|
+
args: DisassociateLambdaFunctionCommandInput,
|
|
1883
|
+
cb: (err: any, data?: DisassociateLambdaFunctionCommandOutput) => void
|
|
1884
|
+
): void;
|
|
1885
|
+
public disassociateLambdaFunction(
|
|
1886
|
+
args: DisassociateLambdaFunctionCommandInput,
|
|
1887
|
+
options: __HttpHandlerOptions,
|
|
1888
|
+
cb: (err: any, data?: DisassociateLambdaFunctionCommandOutput) => void
|
|
1889
|
+
): void;
|
|
1890
|
+
public disassociateLambdaFunction(
|
|
1891
|
+
args: DisassociateLambdaFunctionCommandInput,
|
|
1892
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateLambdaFunctionCommandOutput) => void),
|
|
1893
|
+
cb?: (err: any, data?: DisassociateLambdaFunctionCommandOutput) => void
|
|
1894
|
+
): Promise<DisassociateLambdaFunctionCommandOutput> | void {
|
|
1895
|
+
const command = new DisassociateLambdaFunctionCommand(args);
|
|
1896
|
+
if (typeof optionsOrCb === "function") {
|
|
1897
|
+
this.send(command, optionsOrCb);
|
|
1898
|
+
} else if (typeof cb === "function") {
|
|
1899
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1900
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1901
|
+
} else {
|
|
1902
|
+
return this.send(command, optionsOrCb);
|
|
1903
|
+
}
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
/**
|
|
1907
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
1908
|
+
* <p>Revokes authorization from the specified instance to access the specified Amazon Lex bot.</p>
|
|
1909
|
+
*/
|
|
1910
|
+
public disassociateLexBot(
|
|
1911
|
+
args: DisassociateLexBotCommandInput,
|
|
1912
|
+
options?: __HttpHandlerOptions
|
|
1913
|
+
): Promise<DisassociateLexBotCommandOutput>;
|
|
1914
|
+
public disassociateLexBot(
|
|
1915
|
+
args: DisassociateLexBotCommandInput,
|
|
1916
|
+
cb: (err: any, data?: DisassociateLexBotCommandOutput) => void
|
|
1917
|
+
): void;
|
|
1918
|
+
public disassociateLexBot(
|
|
1919
|
+
args: DisassociateLexBotCommandInput,
|
|
1920
|
+
options: __HttpHandlerOptions,
|
|
1921
|
+
cb: (err: any, data?: DisassociateLexBotCommandOutput) => void
|
|
1922
|
+
): void;
|
|
1923
|
+
public disassociateLexBot(
|
|
1924
|
+
args: DisassociateLexBotCommandInput,
|
|
1925
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateLexBotCommandOutput) => void),
|
|
1926
|
+
cb?: (err: any, data?: DisassociateLexBotCommandOutput) => void
|
|
1927
|
+
): Promise<DisassociateLexBotCommandOutput> | void {
|
|
1928
|
+
const command = new DisassociateLexBotCommand(args);
|
|
1929
|
+
if (typeof optionsOrCb === "function") {
|
|
1930
|
+
this.send(command, optionsOrCb);
|
|
1931
|
+
} else if (typeof cb === "function") {
|
|
1932
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1933
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1934
|
+
} else {
|
|
1935
|
+
return this.send(command, optionsOrCb);
|
|
1936
|
+
}
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
/**
|
|
1940
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
1941
|
+
* <p>Disassociates a set of quick connects from a queue.</p>
|
|
1942
|
+
*/
|
|
1943
|
+
public disassociateQueueQuickConnects(
|
|
1944
|
+
args: DisassociateQueueQuickConnectsCommandInput,
|
|
1945
|
+
options?: __HttpHandlerOptions
|
|
1946
|
+
): Promise<DisassociateQueueQuickConnectsCommandOutput>;
|
|
1947
|
+
public disassociateQueueQuickConnects(
|
|
1948
|
+
args: DisassociateQueueQuickConnectsCommandInput,
|
|
1949
|
+
cb: (err: any, data?: DisassociateQueueQuickConnectsCommandOutput) => void
|
|
1950
|
+
): void;
|
|
1951
|
+
public disassociateQueueQuickConnects(
|
|
1952
|
+
args: DisassociateQueueQuickConnectsCommandInput,
|
|
1953
|
+
options: __HttpHandlerOptions,
|
|
1954
|
+
cb: (err: any, data?: DisassociateQueueQuickConnectsCommandOutput) => void
|
|
1955
|
+
): void;
|
|
1956
|
+
public disassociateQueueQuickConnects(
|
|
1957
|
+
args: DisassociateQueueQuickConnectsCommandInput,
|
|
1958
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateQueueQuickConnectsCommandOutput) => void),
|
|
1959
|
+
cb?: (err: any, data?: DisassociateQueueQuickConnectsCommandOutput) => void
|
|
1960
|
+
): Promise<DisassociateQueueQuickConnectsCommandOutput> | void {
|
|
1961
|
+
const command = new DisassociateQueueQuickConnectsCommand(args);
|
|
1962
|
+
if (typeof optionsOrCb === "function") {
|
|
1963
|
+
this.send(command, optionsOrCb);
|
|
1964
|
+
} else if (typeof cb === "function") {
|
|
1965
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1966
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1967
|
+
} else {
|
|
1968
|
+
return this.send(command, optionsOrCb);
|
|
1969
|
+
}
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1972
|
+
/**
|
|
1973
|
+
* <p>Disassociates a set of queues from a routing profile.</p>
|
|
1974
|
+
*/
|
|
1975
|
+
public disassociateRoutingProfileQueues(
|
|
1976
|
+
args: DisassociateRoutingProfileQueuesCommandInput,
|
|
1977
|
+
options?: __HttpHandlerOptions
|
|
1978
|
+
): Promise<DisassociateRoutingProfileQueuesCommandOutput>;
|
|
1979
|
+
public disassociateRoutingProfileQueues(
|
|
1980
|
+
args: DisassociateRoutingProfileQueuesCommandInput,
|
|
1981
|
+
cb: (err: any, data?: DisassociateRoutingProfileQueuesCommandOutput) => void
|
|
1982
|
+
): void;
|
|
1983
|
+
public disassociateRoutingProfileQueues(
|
|
1984
|
+
args: DisassociateRoutingProfileQueuesCommandInput,
|
|
1985
|
+
options: __HttpHandlerOptions,
|
|
1986
|
+
cb: (err: any, data?: DisassociateRoutingProfileQueuesCommandOutput) => void
|
|
1987
|
+
): void;
|
|
1988
|
+
public disassociateRoutingProfileQueues(
|
|
1989
|
+
args: DisassociateRoutingProfileQueuesCommandInput,
|
|
1990
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateRoutingProfileQueuesCommandOutput) => void),
|
|
1991
|
+
cb?: (err: any, data?: DisassociateRoutingProfileQueuesCommandOutput) => void
|
|
1992
|
+
): Promise<DisassociateRoutingProfileQueuesCommandOutput> | void {
|
|
1993
|
+
const command = new DisassociateRoutingProfileQueuesCommand(args);
|
|
1994
|
+
if (typeof optionsOrCb === "function") {
|
|
1995
|
+
this.send(command, optionsOrCb);
|
|
1996
|
+
} else if (typeof cb === "function") {
|
|
1997
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1998
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1999
|
+
} else {
|
|
2000
|
+
return this.send(command, optionsOrCb);
|
|
2001
|
+
}
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
/**
|
|
2005
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
2006
|
+
* <p>Deletes the specified security key.</p>
|
|
2007
|
+
*/
|
|
2008
|
+
public disassociateSecurityKey(
|
|
2009
|
+
args: DisassociateSecurityKeyCommandInput,
|
|
2010
|
+
options?: __HttpHandlerOptions
|
|
2011
|
+
): Promise<DisassociateSecurityKeyCommandOutput>;
|
|
2012
|
+
public disassociateSecurityKey(
|
|
2013
|
+
args: DisassociateSecurityKeyCommandInput,
|
|
2014
|
+
cb: (err: any, data?: DisassociateSecurityKeyCommandOutput) => void
|
|
2015
|
+
): void;
|
|
2016
|
+
public disassociateSecurityKey(
|
|
2017
|
+
args: DisassociateSecurityKeyCommandInput,
|
|
2018
|
+
options: __HttpHandlerOptions,
|
|
2019
|
+
cb: (err: any, data?: DisassociateSecurityKeyCommandOutput) => void
|
|
2020
|
+
): void;
|
|
2021
|
+
public disassociateSecurityKey(
|
|
2022
|
+
args: DisassociateSecurityKeyCommandInput,
|
|
2023
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateSecurityKeyCommandOutput) => void),
|
|
2024
|
+
cb?: (err: any, data?: DisassociateSecurityKeyCommandOutput) => void
|
|
2025
|
+
): Promise<DisassociateSecurityKeyCommandOutput> | void {
|
|
2026
|
+
const command = new DisassociateSecurityKeyCommand(args);
|
|
2027
|
+
if (typeof optionsOrCb === "function") {
|
|
2028
|
+
this.send(command, optionsOrCb);
|
|
2029
|
+
} else if (typeof cb === "function") {
|
|
2030
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2031
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2032
|
+
} else {
|
|
2033
|
+
return this.send(command, optionsOrCb);
|
|
2034
|
+
}
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2037
|
+
/**
|
|
2038
|
+
* <p>Retrieves the contact attributes for the specified contact.</p>
|
|
2039
|
+
*/
|
|
2040
|
+
public getContactAttributes(
|
|
2041
|
+
args: GetContactAttributesCommandInput,
|
|
2042
|
+
options?: __HttpHandlerOptions
|
|
2043
|
+
): Promise<GetContactAttributesCommandOutput>;
|
|
2044
|
+
public getContactAttributes(
|
|
2045
|
+
args: GetContactAttributesCommandInput,
|
|
2046
|
+
cb: (err: any, data?: GetContactAttributesCommandOutput) => void
|
|
2047
|
+
): void;
|
|
2048
|
+
public getContactAttributes(
|
|
2049
|
+
args: GetContactAttributesCommandInput,
|
|
2050
|
+
options: __HttpHandlerOptions,
|
|
2051
|
+
cb: (err: any, data?: GetContactAttributesCommandOutput) => void
|
|
2052
|
+
): void;
|
|
2053
|
+
public getContactAttributes(
|
|
2054
|
+
args: GetContactAttributesCommandInput,
|
|
2055
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetContactAttributesCommandOutput) => void),
|
|
2056
|
+
cb?: (err: any, data?: GetContactAttributesCommandOutput) => void
|
|
2057
|
+
): Promise<GetContactAttributesCommandOutput> | void {
|
|
2058
|
+
const command = new GetContactAttributesCommand(args);
|
|
2059
|
+
if (typeof optionsOrCb === "function") {
|
|
2060
|
+
this.send(command, optionsOrCb);
|
|
2061
|
+
} else if (typeof cb === "function") {
|
|
2062
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2063
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2064
|
+
} else {
|
|
2065
|
+
return this.send(command, optionsOrCb);
|
|
2066
|
+
}
|
|
2067
|
+
}
|
|
2068
|
+
|
|
2069
|
+
/**
|
|
2070
|
+
* <p>Gets the real-time metric data from the specified Amazon Connect instance.</p>
|
|
2071
|
+
* <p>For a description of each metric, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html">Real-time Metrics
|
|
2072
|
+
* Definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
2073
|
+
*/
|
|
2074
|
+
public getCurrentMetricData(
|
|
2075
|
+
args: GetCurrentMetricDataCommandInput,
|
|
2076
|
+
options?: __HttpHandlerOptions
|
|
2077
|
+
): Promise<GetCurrentMetricDataCommandOutput>;
|
|
2078
|
+
public getCurrentMetricData(
|
|
2079
|
+
args: GetCurrentMetricDataCommandInput,
|
|
2080
|
+
cb: (err: any, data?: GetCurrentMetricDataCommandOutput) => void
|
|
2081
|
+
): void;
|
|
2082
|
+
public getCurrentMetricData(
|
|
2083
|
+
args: GetCurrentMetricDataCommandInput,
|
|
2084
|
+
options: __HttpHandlerOptions,
|
|
2085
|
+
cb: (err: any, data?: GetCurrentMetricDataCommandOutput) => void
|
|
2086
|
+
): void;
|
|
2087
|
+
public getCurrentMetricData(
|
|
2088
|
+
args: GetCurrentMetricDataCommandInput,
|
|
2089
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetCurrentMetricDataCommandOutput) => void),
|
|
2090
|
+
cb?: (err: any, data?: GetCurrentMetricDataCommandOutput) => void
|
|
2091
|
+
): Promise<GetCurrentMetricDataCommandOutput> | void {
|
|
2092
|
+
const command = new GetCurrentMetricDataCommand(args);
|
|
2093
|
+
if (typeof optionsOrCb === "function") {
|
|
2094
|
+
this.send(command, optionsOrCb);
|
|
2095
|
+
} else if (typeof cb === "function") {
|
|
2096
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2097
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2098
|
+
} else {
|
|
2099
|
+
return this.send(command, optionsOrCb);
|
|
2100
|
+
}
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
/**
|
|
2104
|
+
* <p>Retrieves a token for federation.</p>
|
|
2105
|
+
* <note>
|
|
2106
|
+
* <p>This API doesn't support root users. If you try to invoke GetFederationToken with root
|
|
2107
|
+
* credentials, an error message similar to the following one appears: </p>
|
|
2108
|
+
* <p>
|
|
2109
|
+
* <code>Provided identity: Principal: .... User: .... cannot be used for federation with
|
|
2110
|
+
* Amazon Connect</code>
|
|
2111
|
+
* </p>
|
|
2112
|
+
* </note>
|
|
2113
|
+
*/
|
|
2114
|
+
public getFederationToken(
|
|
2115
|
+
args: GetFederationTokenCommandInput,
|
|
2116
|
+
options?: __HttpHandlerOptions
|
|
2117
|
+
): Promise<GetFederationTokenCommandOutput>;
|
|
2118
|
+
public getFederationToken(
|
|
2119
|
+
args: GetFederationTokenCommandInput,
|
|
2120
|
+
cb: (err: any, data?: GetFederationTokenCommandOutput) => void
|
|
2121
|
+
): void;
|
|
2122
|
+
public getFederationToken(
|
|
2123
|
+
args: GetFederationTokenCommandInput,
|
|
2124
|
+
options: __HttpHandlerOptions,
|
|
2125
|
+
cb: (err: any, data?: GetFederationTokenCommandOutput) => void
|
|
2126
|
+
): void;
|
|
2127
|
+
public getFederationToken(
|
|
2128
|
+
args: GetFederationTokenCommandInput,
|
|
2129
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetFederationTokenCommandOutput) => void),
|
|
2130
|
+
cb?: (err: any, data?: GetFederationTokenCommandOutput) => void
|
|
2131
|
+
): Promise<GetFederationTokenCommandOutput> | void {
|
|
2132
|
+
const command = new GetFederationTokenCommand(args);
|
|
2133
|
+
if (typeof optionsOrCb === "function") {
|
|
2134
|
+
this.send(command, optionsOrCb);
|
|
2135
|
+
} else if (typeof cb === "function") {
|
|
2136
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2137
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2138
|
+
} else {
|
|
2139
|
+
return this.send(command, optionsOrCb);
|
|
2140
|
+
}
|
|
2141
|
+
}
|
|
2142
|
+
|
|
2143
|
+
/**
|
|
2144
|
+
* <p>Gets historical metric data from the specified Amazon Connect instance.</p>
|
|
2145
|
+
*
|
|
2146
|
+
* <p>For a description of each historical metric, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html">Historical Metrics
|
|
2147
|
+
* Definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
2148
|
+
*/
|
|
2149
|
+
public getMetricData(
|
|
2150
|
+
args: GetMetricDataCommandInput,
|
|
2151
|
+
options?: __HttpHandlerOptions
|
|
2152
|
+
): Promise<GetMetricDataCommandOutput>;
|
|
2153
|
+
public getMetricData(
|
|
2154
|
+
args: GetMetricDataCommandInput,
|
|
2155
|
+
cb: (err: any, data?: GetMetricDataCommandOutput) => void
|
|
2156
|
+
): void;
|
|
2157
|
+
public getMetricData(
|
|
2158
|
+
args: GetMetricDataCommandInput,
|
|
2159
|
+
options: __HttpHandlerOptions,
|
|
2160
|
+
cb: (err: any, data?: GetMetricDataCommandOutput) => void
|
|
2161
|
+
): void;
|
|
2162
|
+
public getMetricData(
|
|
2163
|
+
args: GetMetricDataCommandInput,
|
|
2164
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMetricDataCommandOutput) => void),
|
|
2165
|
+
cb?: (err: any, data?: GetMetricDataCommandOutput) => void
|
|
2166
|
+
): Promise<GetMetricDataCommandOutput> | void {
|
|
2167
|
+
const command = new GetMetricDataCommand(args);
|
|
2168
|
+
if (typeof optionsOrCb === "function") {
|
|
2169
|
+
this.send(command, optionsOrCb);
|
|
2170
|
+
} else if (typeof cb === "function") {
|
|
2171
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2172
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2173
|
+
} else {
|
|
2174
|
+
return this.send(command, optionsOrCb);
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
|
|
2178
|
+
/**
|
|
2179
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
2180
|
+
* <p>Lists agent statuses.</p>
|
|
2181
|
+
*/
|
|
2182
|
+
public listAgentStatuses(
|
|
2183
|
+
args: ListAgentStatusesCommandInput,
|
|
2184
|
+
options?: __HttpHandlerOptions
|
|
2185
|
+
): Promise<ListAgentStatusesCommandOutput>;
|
|
2186
|
+
public listAgentStatuses(
|
|
2187
|
+
args: ListAgentStatusesCommandInput,
|
|
2188
|
+
cb: (err: any, data?: ListAgentStatusesCommandOutput) => void
|
|
2189
|
+
): void;
|
|
2190
|
+
public listAgentStatuses(
|
|
2191
|
+
args: ListAgentStatusesCommandInput,
|
|
2192
|
+
options: __HttpHandlerOptions,
|
|
2193
|
+
cb: (err: any, data?: ListAgentStatusesCommandOutput) => void
|
|
2194
|
+
): void;
|
|
2195
|
+
public listAgentStatuses(
|
|
2196
|
+
args: ListAgentStatusesCommandInput,
|
|
2197
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAgentStatusesCommandOutput) => void),
|
|
2198
|
+
cb?: (err: any, data?: ListAgentStatusesCommandOutput) => void
|
|
2199
|
+
): Promise<ListAgentStatusesCommandOutput> | void {
|
|
2200
|
+
const command = new ListAgentStatusesCommand(args);
|
|
2201
|
+
if (typeof optionsOrCb === "function") {
|
|
2202
|
+
this.send(command, optionsOrCb);
|
|
2203
|
+
} else if (typeof cb === "function") {
|
|
2204
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2205
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2206
|
+
} else {
|
|
2207
|
+
return this.send(command, optionsOrCb);
|
|
2208
|
+
}
|
|
2209
|
+
}
|
|
2210
|
+
|
|
2211
|
+
/**
|
|
2212
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
2213
|
+
* <p>Returns a paginated list of all approved origins associated with the instance.</p>
|
|
2214
|
+
*/
|
|
2215
|
+
public listApprovedOrigins(
|
|
2216
|
+
args: ListApprovedOriginsCommandInput,
|
|
2217
|
+
options?: __HttpHandlerOptions
|
|
2218
|
+
): Promise<ListApprovedOriginsCommandOutput>;
|
|
2219
|
+
public listApprovedOrigins(
|
|
2220
|
+
args: ListApprovedOriginsCommandInput,
|
|
2221
|
+
cb: (err: any, data?: ListApprovedOriginsCommandOutput) => void
|
|
2222
|
+
): void;
|
|
2223
|
+
public listApprovedOrigins(
|
|
2224
|
+
args: ListApprovedOriginsCommandInput,
|
|
2225
|
+
options: __HttpHandlerOptions,
|
|
2226
|
+
cb: (err: any, data?: ListApprovedOriginsCommandOutput) => void
|
|
2227
|
+
): void;
|
|
2228
|
+
public listApprovedOrigins(
|
|
2229
|
+
args: ListApprovedOriginsCommandInput,
|
|
2230
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListApprovedOriginsCommandOutput) => void),
|
|
2231
|
+
cb?: (err: any, data?: ListApprovedOriginsCommandOutput) => void
|
|
2232
|
+
): Promise<ListApprovedOriginsCommandOutput> | void {
|
|
2233
|
+
const command = new ListApprovedOriginsCommand(args);
|
|
2234
|
+
if (typeof optionsOrCb === "function") {
|
|
2235
|
+
this.send(command, optionsOrCb);
|
|
2236
|
+
} else if (typeof cb === "function") {
|
|
2237
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2238
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2239
|
+
} else {
|
|
2240
|
+
return this.send(command, optionsOrCb);
|
|
2241
|
+
}
|
|
2242
|
+
}
|
|
2243
|
+
|
|
2244
|
+
/**
|
|
2245
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
2246
|
+
* <p>For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the
|
|
2247
|
+
* instance. </p>
|
|
2248
|
+
*/
|
|
2249
|
+
public listBots(args: ListBotsCommandInput, options?: __HttpHandlerOptions): Promise<ListBotsCommandOutput>;
|
|
2250
|
+
public listBots(args: ListBotsCommandInput, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
|
|
2251
|
+
public listBots(
|
|
2252
|
+
args: ListBotsCommandInput,
|
|
2253
|
+
options: __HttpHandlerOptions,
|
|
2254
|
+
cb: (err: any, data?: ListBotsCommandOutput) => void
|
|
2255
|
+
): void;
|
|
2256
|
+
public listBots(
|
|
2257
|
+
args: ListBotsCommandInput,
|
|
2258
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListBotsCommandOutput) => void),
|
|
2259
|
+
cb?: (err: any, data?: ListBotsCommandOutput) => void
|
|
2260
|
+
): Promise<ListBotsCommandOutput> | void {
|
|
2261
|
+
const command = new ListBotsCommand(args);
|
|
2262
|
+
if (typeof optionsOrCb === "function") {
|
|
2263
|
+
this.send(command, optionsOrCb);
|
|
2264
|
+
} else if (typeof cb === "function") {
|
|
2265
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2266
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2267
|
+
} else {
|
|
2268
|
+
return this.send(command, optionsOrCb);
|
|
2269
|
+
}
|
|
2270
|
+
}
|
|
2271
|
+
|
|
2272
|
+
/**
|
|
2273
|
+
* <p>Provides information about the contact flows for the specified Amazon Connect instance.</p>
|
|
2274
|
+
* <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
|
|
2275
|
+
* Flow language</a>.</p>
|
|
2276
|
+
* <p>For more information about contact flows, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/concepts-contact-flows.html">Contact Flows</a> in the
|
|
2277
|
+
* <i>Amazon Connect Administrator Guide</i>.</p>
|
|
2278
|
+
*/
|
|
2279
|
+
public listContactFlows(
|
|
2280
|
+
args: ListContactFlowsCommandInput,
|
|
2281
|
+
options?: __HttpHandlerOptions
|
|
2282
|
+
): Promise<ListContactFlowsCommandOutput>;
|
|
2283
|
+
public listContactFlows(
|
|
2284
|
+
args: ListContactFlowsCommandInput,
|
|
2285
|
+
cb: (err: any, data?: ListContactFlowsCommandOutput) => void
|
|
2286
|
+
): void;
|
|
2287
|
+
public listContactFlows(
|
|
2288
|
+
args: ListContactFlowsCommandInput,
|
|
2289
|
+
options: __HttpHandlerOptions,
|
|
2290
|
+
cb: (err: any, data?: ListContactFlowsCommandOutput) => void
|
|
2291
|
+
): void;
|
|
2292
|
+
public listContactFlows(
|
|
2293
|
+
args: ListContactFlowsCommandInput,
|
|
2294
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListContactFlowsCommandOutput) => void),
|
|
2295
|
+
cb?: (err: any, data?: ListContactFlowsCommandOutput) => void
|
|
2296
|
+
): Promise<ListContactFlowsCommandOutput> | void {
|
|
2297
|
+
const command = new ListContactFlowsCommand(args);
|
|
2298
|
+
if (typeof optionsOrCb === "function") {
|
|
2299
|
+
this.send(command, optionsOrCb);
|
|
2300
|
+
} else if (typeof cb === "function") {
|
|
2301
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2302
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2303
|
+
} else {
|
|
2304
|
+
return this.send(command, optionsOrCb);
|
|
2305
|
+
}
|
|
2306
|
+
}
|
|
2307
|
+
|
|
2308
|
+
/**
|
|
2309
|
+
* <p>Provides information about the hours of operation for the specified Amazon Connect instance.</p>
|
|
2310
|
+
* <p>For more information about hours of operation, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/set-hours-operation.html">Set the Hours of Operation for a
|
|
2311
|
+
* Queue</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
2312
|
+
*/
|
|
2313
|
+
public listHoursOfOperations(
|
|
2314
|
+
args: ListHoursOfOperationsCommandInput,
|
|
2315
|
+
options?: __HttpHandlerOptions
|
|
2316
|
+
): Promise<ListHoursOfOperationsCommandOutput>;
|
|
2317
|
+
public listHoursOfOperations(
|
|
2318
|
+
args: ListHoursOfOperationsCommandInput,
|
|
2319
|
+
cb: (err: any, data?: ListHoursOfOperationsCommandOutput) => void
|
|
2320
|
+
): void;
|
|
2321
|
+
public listHoursOfOperations(
|
|
2322
|
+
args: ListHoursOfOperationsCommandInput,
|
|
2323
|
+
options: __HttpHandlerOptions,
|
|
2324
|
+
cb: (err: any, data?: ListHoursOfOperationsCommandOutput) => void
|
|
2325
|
+
): void;
|
|
2326
|
+
public listHoursOfOperations(
|
|
2327
|
+
args: ListHoursOfOperationsCommandInput,
|
|
2328
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListHoursOfOperationsCommandOutput) => void),
|
|
2329
|
+
cb?: (err: any, data?: ListHoursOfOperationsCommandOutput) => void
|
|
2330
|
+
): Promise<ListHoursOfOperationsCommandOutput> | void {
|
|
2331
|
+
const command = new ListHoursOfOperationsCommand(args);
|
|
2332
|
+
if (typeof optionsOrCb === "function") {
|
|
2333
|
+
this.send(command, optionsOrCb);
|
|
2334
|
+
} else if (typeof cb === "function") {
|
|
2335
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2336
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2337
|
+
} else {
|
|
2338
|
+
return this.send(command, optionsOrCb);
|
|
2339
|
+
}
|
|
2340
|
+
}
|
|
2341
|
+
|
|
2342
|
+
/**
|
|
2343
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
2344
|
+
* <p>Returns a paginated list of all attribute types for the given instance.</p>
|
|
2345
|
+
*/
|
|
2346
|
+
public listInstanceAttributes(
|
|
2347
|
+
args: ListInstanceAttributesCommandInput,
|
|
2348
|
+
options?: __HttpHandlerOptions
|
|
2349
|
+
): Promise<ListInstanceAttributesCommandOutput>;
|
|
2350
|
+
public listInstanceAttributes(
|
|
2351
|
+
args: ListInstanceAttributesCommandInput,
|
|
2352
|
+
cb: (err: any, data?: ListInstanceAttributesCommandOutput) => void
|
|
2353
|
+
): void;
|
|
2354
|
+
public listInstanceAttributes(
|
|
2355
|
+
args: ListInstanceAttributesCommandInput,
|
|
2356
|
+
options: __HttpHandlerOptions,
|
|
2357
|
+
cb: (err: any, data?: ListInstanceAttributesCommandOutput) => void
|
|
2358
|
+
): void;
|
|
2359
|
+
public listInstanceAttributes(
|
|
2360
|
+
args: ListInstanceAttributesCommandInput,
|
|
2361
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListInstanceAttributesCommandOutput) => void),
|
|
2362
|
+
cb?: (err: any, data?: ListInstanceAttributesCommandOutput) => void
|
|
2363
|
+
): Promise<ListInstanceAttributesCommandOutput> | void {
|
|
2364
|
+
const command = new ListInstanceAttributesCommand(args);
|
|
2365
|
+
if (typeof optionsOrCb === "function") {
|
|
2366
|
+
this.send(command, optionsOrCb);
|
|
2367
|
+
} else if (typeof cb === "function") {
|
|
2368
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2369
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2370
|
+
} else {
|
|
2371
|
+
return this.send(command, optionsOrCb);
|
|
2372
|
+
}
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2375
|
+
/**
|
|
2376
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
2377
|
+
* <p>Return a list of instances which are in active state, creation-in-progress state, and failed
|
|
2378
|
+
* state. Instances that aren't successfully created (they are in a failed state) are returned only
|
|
2379
|
+
* for 24 hours after the CreateInstance API was invoked.</p>
|
|
2380
|
+
*/
|
|
2381
|
+
public listInstances(
|
|
2382
|
+
args: ListInstancesCommandInput,
|
|
2383
|
+
options?: __HttpHandlerOptions
|
|
2384
|
+
): Promise<ListInstancesCommandOutput>;
|
|
2385
|
+
public listInstances(
|
|
2386
|
+
args: ListInstancesCommandInput,
|
|
2387
|
+
cb: (err: any, data?: ListInstancesCommandOutput) => void
|
|
2388
|
+
): void;
|
|
2389
|
+
public listInstances(
|
|
2390
|
+
args: ListInstancesCommandInput,
|
|
2391
|
+
options: __HttpHandlerOptions,
|
|
2392
|
+
cb: (err: any, data?: ListInstancesCommandOutput) => void
|
|
2393
|
+
): void;
|
|
2394
|
+
public listInstances(
|
|
2395
|
+
args: ListInstancesCommandInput,
|
|
2396
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListInstancesCommandOutput) => void),
|
|
2397
|
+
cb?: (err: any, data?: ListInstancesCommandOutput) => void
|
|
2398
|
+
): Promise<ListInstancesCommandOutput> | void {
|
|
2399
|
+
const command = new ListInstancesCommand(args);
|
|
2400
|
+
if (typeof optionsOrCb === "function") {
|
|
2401
|
+
this.send(command, optionsOrCb);
|
|
2402
|
+
} else if (typeof cb === "function") {
|
|
2403
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2404
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2405
|
+
} else {
|
|
2406
|
+
return this.send(command, optionsOrCb);
|
|
2407
|
+
}
|
|
2408
|
+
}
|
|
2409
|
+
|
|
2410
|
+
/**
|
|
2411
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
2412
|
+
*
|
|
2413
|
+
* <p>Returns a paginated list of storage configs for the identified instance and resource
|
|
2414
|
+
* type.</p>
|
|
2415
|
+
*/
|
|
2416
|
+
public listInstanceStorageConfigs(
|
|
2417
|
+
args: ListInstanceStorageConfigsCommandInput,
|
|
2418
|
+
options?: __HttpHandlerOptions
|
|
2419
|
+
): Promise<ListInstanceStorageConfigsCommandOutput>;
|
|
2420
|
+
public listInstanceStorageConfigs(
|
|
2421
|
+
args: ListInstanceStorageConfigsCommandInput,
|
|
2422
|
+
cb: (err: any, data?: ListInstanceStorageConfigsCommandOutput) => void
|
|
2423
|
+
): void;
|
|
2424
|
+
public listInstanceStorageConfigs(
|
|
2425
|
+
args: ListInstanceStorageConfigsCommandInput,
|
|
2426
|
+
options: __HttpHandlerOptions,
|
|
2427
|
+
cb: (err: any, data?: ListInstanceStorageConfigsCommandOutput) => void
|
|
2428
|
+
): void;
|
|
2429
|
+
public listInstanceStorageConfigs(
|
|
2430
|
+
args: ListInstanceStorageConfigsCommandInput,
|
|
2431
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListInstanceStorageConfigsCommandOutput) => void),
|
|
2432
|
+
cb?: (err: any, data?: ListInstanceStorageConfigsCommandOutput) => void
|
|
2433
|
+
): Promise<ListInstanceStorageConfigsCommandOutput> | void {
|
|
2434
|
+
const command = new ListInstanceStorageConfigsCommand(args);
|
|
2435
|
+
if (typeof optionsOrCb === "function") {
|
|
2436
|
+
this.send(command, optionsOrCb);
|
|
2437
|
+
} else if (typeof cb === "function") {
|
|
2438
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2439
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2440
|
+
} else {
|
|
2441
|
+
return this.send(command, optionsOrCb);
|
|
2442
|
+
}
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
/**
|
|
2446
|
+
* <p>Provides summary information about the AWS resource associations for the specified Amazon Connect
|
|
2447
|
+
* instance.</p>
|
|
2448
|
+
*/
|
|
2449
|
+
public listIntegrationAssociations(
|
|
2450
|
+
args: ListIntegrationAssociationsCommandInput,
|
|
2451
|
+
options?: __HttpHandlerOptions
|
|
2452
|
+
): Promise<ListIntegrationAssociationsCommandOutput>;
|
|
2453
|
+
public listIntegrationAssociations(
|
|
2454
|
+
args: ListIntegrationAssociationsCommandInput,
|
|
2455
|
+
cb: (err: any, data?: ListIntegrationAssociationsCommandOutput) => void
|
|
2456
|
+
): void;
|
|
2457
|
+
public listIntegrationAssociations(
|
|
2458
|
+
args: ListIntegrationAssociationsCommandInput,
|
|
2459
|
+
options: __HttpHandlerOptions,
|
|
2460
|
+
cb: (err: any, data?: ListIntegrationAssociationsCommandOutput) => void
|
|
2461
|
+
): void;
|
|
2462
|
+
public listIntegrationAssociations(
|
|
2463
|
+
args: ListIntegrationAssociationsCommandInput,
|
|
2464
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListIntegrationAssociationsCommandOutput) => void),
|
|
2465
|
+
cb?: (err: any, data?: ListIntegrationAssociationsCommandOutput) => void
|
|
2466
|
+
): Promise<ListIntegrationAssociationsCommandOutput> | void {
|
|
2467
|
+
const command = new ListIntegrationAssociationsCommand(args);
|
|
2468
|
+
if (typeof optionsOrCb === "function") {
|
|
2469
|
+
this.send(command, optionsOrCb);
|
|
2470
|
+
} else if (typeof cb === "function") {
|
|
2471
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2472
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2473
|
+
} else {
|
|
2474
|
+
return this.send(command, optionsOrCb);
|
|
2475
|
+
}
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
/**
|
|
2479
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
2480
|
+
* <p>Returns a paginated list of all Lambda functions that display in the dropdown options in the
|
|
2481
|
+
* relevant contact flow blocks.</p>
|
|
2482
|
+
*/
|
|
2483
|
+
public listLambdaFunctions(
|
|
2484
|
+
args: ListLambdaFunctionsCommandInput,
|
|
2485
|
+
options?: __HttpHandlerOptions
|
|
2486
|
+
): Promise<ListLambdaFunctionsCommandOutput>;
|
|
2487
|
+
public listLambdaFunctions(
|
|
2488
|
+
args: ListLambdaFunctionsCommandInput,
|
|
2489
|
+
cb: (err: any, data?: ListLambdaFunctionsCommandOutput) => void
|
|
2490
|
+
): void;
|
|
2491
|
+
public listLambdaFunctions(
|
|
2492
|
+
args: ListLambdaFunctionsCommandInput,
|
|
2493
|
+
options: __HttpHandlerOptions,
|
|
2494
|
+
cb: (err: any, data?: ListLambdaFunctionsCommandOutput) => void
|
|
2495
|
+
): void;
|
|
2496
|
+
public listLambdaFunctions(
|
|
2497
|
+
args: ListLambdaFunctionsCommandInput,
|
|
2498
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListLambdaFunctionsCommandOutput) => void),
|
|
2499
|
+
cb?: (err: any, data?: ListLambdaFunctionsCommandOutput) => void
|
|
2500
|
+
): Promise<ListLambdaFunctionsCommandOutput> | void {
|
|
2501
|
+
const command = new ListLambdaFunctionsCommand(args);
|
|
2502
|
+
if (typeof optionsOrCb === "function") {
|
|
2503
|
+
this.send(command, optionsOrCb);
|
|
2504
|
+
} else if (typeof cb === "function") {
|
|
2505
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2506
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2507
|
+
} else {
|
|
2508
|
+
return this.send(command, optionsOrCb);
|
|
2509
|
+
}
|
|
2510
|
+
}
|
|
2511
|
+
|
|
2512
|
+
/**
|
|
2513
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
2514
|
+
* <p>Returns a paginated list of all the Amazon Lex bots currently associated with the
|
|
2515
|
+
* instance.</p>
|
|
2516
|
+
*/
|
|
2517
|
+
public listLexBots(args: ListLexBotsCommandInput, options?: __HttpHandlerOptions): Promise<ListLexBotsCommandOutput>;
|
|
2518
|
+
public listLexBots(args: ListLexBotsCommandInput, cb: (err: any, data?: ListLexBotsCommandOutput) => void): void;
|
|
2519
|
+
public listLexBots(
|
|
2520
|
+
args: ListLexBotsCommandInput,
|
|
2521
|
+
options: __HttpHandlerOptions,
|
|
2522
|
+
cb: (err: any, data?: ListLexBotsCommandOutput) => void
|
|
2523
|
+
): void;
|
|
2524
|
+
public listLexBots(
|
|
2525
|
+
args: ListLexBotsCommandInput,
|
|
2526
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListLexBotsCommandOutput) => void),
|
|
2527
|
+
cb?: (err: any, data?: ListLexBotsCommandOutput) => void
|
|
2528
|
+
): Promise<ListLexBotsCommandOutput> | void {
|
|
2529
|
+
const command = new ListLexBotsCommand(args);
|
|
2530
|
+
if (typeof optionsOrCb === "function") {
|
|
2531
|
+
this.send(command, optionsOrCb);
|
|
2532
|
+
} else if (typeof cb === "function") {
|
|
2533
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2534
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2535
|
+
} else {
|
|
2536
|
+
return this.send(command, optionsOrCb);
|
|
2537
|
+
}
|
|
2538
|
+
}
|
|
2539
|
+
|
|
2540
|
+
/**
|
|
2541
|
+
* <p>Provides information about the phone numbers for the specified Amazon Connect instance. </p>
|
|
2542
|
+
* <p>For more information about phone numbers, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/contact-center-phone-number.html">Set Up Phone Numbers for Your
|
|
2543
|
+
* Contact Center</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
2544
|
+
*/
|
|
2545
|
+
public listPhoneNumbers(
|
|
2546
|
+
args: ListPhoneNumbersCommandInput,
|
|
2547
|
+
options?: __HttpHandlerOptions
|
|
2548
|
+
): Promise<ListPhoneNumbersCommandOutput>;
|
|
2549
|
+
public listPhoneNumbers(
|
|
2550
|
+
args: ListPhoneNumbersCommandInput,
|
|
2551
|
+
cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void
|
|
2552
|
+
): void;
|
|
2553
|
+
public listPhoneNumbers(
|
|
2554
|
+
args: ListPhoneNumbersCommandInput,
|
|
2555
|
+
options: __HttpHandlerOptions,
|
|
2556
|
+
cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void
|
|
2557
|
+
): void;
|
|
2558
|
+
public listPhoneNumbers(
|
|
2559
|
+
args: ListPhoneNumbersCommandInput,
|
|
2560
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListPhoneNumbersCommandOutput) => void),
|
|
2561
|
+
cb?: (err: any, data?: ListPhoneNumbersCommandOutput) => void
|
|
2562
|
+
): Promise<ListPhoneNumbersCommandOutput> | void {
|
|
2563
|
+
const command = new ListPhoneNumbersCommand(args);
|
|
2564
|
+
if (typeof optionsOrCb === "function") {
|
|
2565
|
+
this.send(command, optionsOrCb);
|
|
2566
|
+
} else if (typeof cb === "function") {
|
|
2567
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2568
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2569
|
+
} else {
|
|
2570
|
+
return this.send(command, optionsOrCb);
|
|
2571
|
+
}
|
|
2572
|
+
}
|
|
2573
|
+
|
|
2574
|
+
/**
|
|
2575
|
+
* <p>Provides information about the prompts for the specified Amazon Connect instance.</p>
|
|
2576
|
+
*/
|
|
2577
|
+
public listPrompts(args: ListPromptsCommandInput, options?: __HttpHandlerOptions): Promise<ListPromptsCommandOutput>;
|
|
2578
|
+
public listPrompts(args: ListPromptsCommandInput, cb: (err: any, data?: ListPromptsCommandOutput) => void): void;
|
|
2579
|
+
public listPrompts(
|
|
2580
|
+
args: ListPromptsCommandInput,
|
|
2581
|
+
options: __HttpHandlerOptions,
|
|
2582
|
+
cb: (err: any, data?: ListPromptsCommandOutput) => void
|
|
2583
|
+
): void;
|
|
2584
|
+
public listPrompts(
|
|
2585
|
+
args: ListPromptsCommandInput,
|
|
2586
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListPromptsCommandOutput) => void),
|
|
2587
|
+
cb?: (err: any, data?: ListPromptsCommandOutput) => void
|
|
2588
|
+
): Promise<ListPromptsCommandOutput> | void {
|
|
2589
|
+
const command = new ListPromptsCommand(args);
|
|
2590
|
+
if (typeof optionsOrCb === "function") {
|
|
2591
|
+
this.send(command, optionsOrCb);
|
|
2592
|
+
} else if (typeof cb === "function") {
|
|
2593
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2594
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2595
|
+
} else {
|
|
2596
|
+
return this.send(command, optionsOrCb);
|
|
2597
|
+
}
|
|
2598
|
+
}
|
|
2599
|
+
|
|
2600
|
+
/**
|
|
2601
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
2602
|
+
* <p>Lists the quick connects associated with a queue.</p>
|
|
2603
|
+
*/
|
|
2604
|
+
public listQueueQuickConnects(
|
|
2605
|
+
args: ListQueueQuickConnectsCommandInput,
|
|
2606
|
+
options?: __HttpHandlerOptions
|
|
2607
|
+
): Promise<ListQueueQuickConnectsCommandOutput>;
|
|
2608
|
+
public listQueueQuickConnects(
|
|
2609
|
+
args: ListQueueQuickConnectsCommandInput,
|
|
2610
|
+
cb: (err: any, data?: ListQueueQuickConnectsCommandOutput) => void
|
|
2611
|
+
): void;
|
|
2612
|
+
public listQueueQuickConnects(
|
|
2613
|
+
args: ListQueueQuickConnectsCommandInput,
|
|
2614
|
+
options: __HttpHandlerOptions,
|
|
2615
|
+
cb: (err: any, data?: ListQueueQuickConnectsCommandOutput) => void
|
|
2616
|
+
): void;
|
|
2617
|
+
public listQueueQuickConnects(
|
|
2618
|
+
args: ListQueueQuickConnectsCommandInput,
|
|
2619
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListQueueQuickConnectsCommandOutput) => void),
|
|
2620
|
+
cb?: (err: any, data?: ListQueueQuickConnectsCommandOutput) => void
|
|
2621
|
+
): Promise<ListQueueQuickConnectsCommandOutput> | void {
|
|
2622
|
+
const command = new ListQueueQuickConnectsCommand(args);
|
|
2623
|
+
if (typeof optionsOrCb === "function") {
|
|
2624
|
+
this.send(command, optionsOrCb);
|
|
2625
|
+
} else if (typeof cb === "function") {
|
|
2626
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2627
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2628
|
+
} else {
|
|
2629
|
+
return this.send(command, optionsOrCb);
|
|
2630
|
+
}
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
/**
|
|
2634
|
+
* <p>Provides information about the queues for the specified Amazon Connect instance.</p>
|
|
2635
|
+
* <p>If you do not specify a <code>QueueTypes</code>
|
|
2636
|
+
* parameter, both standard and agent queues are returned. This might cause an unexpected truncation
|
|
2637
|
+
* of results if you have more than 1000 agents and you limit the number of results of the API call
|
|
2638
|
+
* in code.</p>
|
|
2639
|
+
* <p>For more information about queues, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/concepts-queues-standard-and-agent.html">Queues: Standard and
|
|
2640
|
+
* Agent</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
2641
|
+
*/
|
|
2642
|
+
public listQueues(args: ListQueuesCommandInput, options?: __HttpHandlerOptions): Promise<ListQueuesCommandOutput>;
|
|
2643
|
+
public listQueues(args: ListQueuesCommandInput, cb: (err: any, data?: ListQueuesCommandOutput) => void): void;
|
|
2644
|
+
public listQueues(
|
|
2645
|
+
args: ListQueuesCommandInput,
|
|
2646
|
+
options: __HttpHandlerOptions,
|
|
2647
|
+
cb: (err: any, data?: ListQueuesCommandOutput) => void
|
|
2648
|
+
): void;
|
|
2649
|
+
public listQueues(
|
|
2650
|
+
args: ListQueuesCommandInput,
|
|
2651
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListQueuesCommandOutput) => void),
|
|
2652
|
+
cb?: (err: any, data?: ListQueuesCommandOutput) => void
|
|
2653
|
+
): Promise<ListQueuesCommandOutput> | void {
|
|
2654
|
+
const command = new ListQueuesCommand(args);
|
|
2655
|
+
if (typeof optionsOrCb === "function") {
|
|
2656
|
+
this.send(command, optionsOrCb);
|
|
2657
|
+
} else if (typeof cb === "function") {
|
|
2658
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2659
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2660
|
+
} else {
|
|
2661
|
+
return this.send(command, optionsOrCb);
|
|
2662
|
+
}
|
|
2663
|
+
}
|
|
2664
|
+
|
|
2665
|
+
/**
|
|
2666
|
+
* <p>Provides information about the quick connects for the specified Amazon Connect instance. </p>
|
|
2667
|
+
*/
|
|
2668
|
+
public listQuickConnects(
|
|
2669
|
+
args: ListQuickConnectsCommandInput,
|
|
2670
|
+
options?: __HttpHandlerOptions
|
|
2671
|
+
): Promise<ListQuickConnectsCommandOutput>;
|
|
2672
|
+
public listQuickConnects(
|
|
2673
|
+
args: ListQuickConnectsCommandInput,
|
|
2674
|
+
cb: (err: any, data?: ListQuickConnectsCommandOutput) => void
|
|
2675
|
+
): void;
|
|
2676
|
+
public listQuickConnects(
|
|
2677
|
+
args: ListQuickConnectsCommandInput,
|
|
2678
|
+
options: __HttpHandlerOptions,
|
|
2679
|
+
cb: (err: any, data?: ListQuickConnectsCommandOutput) => void
|
|
2680
|
+
): void;
|
|
2681
|
+
public listQuickConnects(
|
|
2682
|
+
args: ListQuickConnectsCommandInput,
|
|
2683
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListQuickConnectsCommandOutput) => void),
|
|
2684
|
+
cb?: (err: any, data?: ListQuickConnectsCommandOutput) => void
|
|
2685
|
+
): Promise<ListQuickConnectsCommandOutput> | void {
|
|
2686
|
+
const command = new ListQuickConnectsCommand(args);
|
|
2687
|
+
if (typeof optionsOrCb === "function") {
|
|
2688
|
+
this.send(command, optionsOrCb);
|
|
2689
|
+
} else if (typeof cb === "function") {
|
|
2690
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2691
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2692
|
+
} else {
|
|
2693
|
+
return this.send(command, optionsOrCb);
|
|
2694
|
+
}
|
|
2695
|
+
}
|
|
2696
|
+
|
|
2697
|
+
/**
|
|
2698
|
+
* <p>Lists the queues associated with a routing profile.</p>
|
|
2699
|
+
*/
|
|
2700
|
+
public listRoutingProfileQueues(
|
|
2701
|
+
args: ListRoutingProfileQueuesCommandInput,
|
|
2702
|
+
options?: __HttpHandlerOptions
|
|
2703
|
+
): Promise<ListRoutingProfileQueuesCommandOutput>;
|
|
2704
|
+
public listRoutingProfileQueues(
|
|
2705
|
+
args: ListRoutingProfileQueuesCommandInput,
|
|
2706
|
+
cb: (err: any, data?: ListRoutingProfileQueuesCommandOutput) => void
|
|
2707
|
+
): void;
|
|
2708
|
+
public listRoutingProfileQueues(
|
|
2709
|
+
args: ListRoutingProfileQueuesCommandInput,
|
|
2710
|
+
options: __HttpHandlerOptions,
|
|
2711
|
+
cb: (err: any, data?: ListRoutingProfileQueuesCommandOutput) => void
|
|
2712
|
+
): void;
|
|
2713
|
+
public listRoutingProfileQueues(
|
|
2714
|
+
args: ListRoutingProfileQueuesCommandInput,
|
|
2715
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListRoutingProfileQueuesCommandOutput) => void),
|
|
2716
|
+
cb?: (err: any, data?: ListRoutingProfileQueuesCommandOutput) => void
|
|
2717
|
+
): Promise<ListRoutingProfileQueuesCommandOutput> | void {
|
|
2718
|
+
const command = new ListRoutingProfileQueuesCommand(args);
|
|
2719
|
+
if (typeof optionsOrCb === "function") {
|
|
2720
|
+
this.send(command, optionsOrCb);
|
|
2721
|
+
} else if (typeof cb === "function") {
|
|
2722
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2723
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2724
|
+
} else {
|
|
2725
|
+
return this.send(command, optionsOrCb);
|
|
2726
|
+
}
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2729
|
+
/**
|
|
2730
|
+
* <p>Provides summary information about the routing profiles for the specified Amazon Connect
|
|
2731
|
+
* instance.</p>
|
|
2732
|
+
* <p>For more information about routing profiles, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/concepts-routing.html">Routing Profiles</a> and <a href="https://docs.aws.amazon.com/connect/latest/adminguide/routing-profiles.html">Create a Routing
|
|
2733
|
+
* Profile</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
2734
|
+
*/
|
|
2735
|
+
public listRoutingProfiles(
|
|
2736
|
+
args: ListRoutingProfilesCommandInput,
|
|
2737
|
+
options?: __HttpHandlerOptions
|
|
2738
|
+
): Promise<ListRoutingProfilesCommandOutput>;
|
|
2739
|
+
public listRoutingProfiles(
|
|
2740
|
+
args: ListRoutingProfilesCommandInput,
|
|
2741
|
+
cb: (err: any, data?: ListRoutingProfilesCommandOutput) => void
|
|
2742
|
+
): void;
|
|
2743
|
+
public listRoutingProfiles(
|
|
2744
|
+
args: ListRoutingProfilesCommandInput,
|
|
2745
|
+
options: __HttpHandlerOptions,
|
|
2746
|
+
cb: (err: any, data?: ListRoutingProfilesCommandOutput) => void
|
|
2747
|
+
): void;
|
|
2748
|
+
public listRoutingProfiles(
|
|
2749
|
+
args: ListRoutingProfilesCommandInput,
|
|
2750
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListRoutingProfilesCommandOutput) => void),
|
|
2751
|
+
cb?: (err: any, data?: ListRoutingProfilesCommandOutput) => void
|
|
2752
|
+
): Promise<ListRoutingProfilesCommandOutput> | void {
|
|
2753
|
+
const command = new ListRoutingProfilesCommand(args);
|
|
2754
|
+
if (typeof optionsOrCb === "function") {
|
|
2755
|
+
this.send(command, optionsOrCb);
|
|
2756
|
+
} else if (typeof cb === "function") {
|
|
2757
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2758
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2759
|
+
} else {
|
|
2760
|
+
return this.send(command, optionsOrCb);
|
|
2761
|
+
}
|
|
2762
|
+
}
|
|
2763
|
+
|
|
2764
|
+
/**
|
|
2765
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
2766
|
+
* <p>Returns a paginated list of all security keys associated with the instance.</p>
|
|
2767
|
+
*/
|
|
2768
|
+
public listSecurityKeys(
|
|
2769
|
+
args: ListSecurityKeysCommandInput,
|
|
2770
|
+
options?: __HttpHandlerOptions
|
|
2771
|
+
): Promise<ListSecurityKeysCommandOutput>;
|
|
2772
|
+
public listSecurityKeys(
|
|
2773
|
+
args: ListSecurityKeysCommandInput,
|
|
2774
|
+
cb: (err: any, data?: ListSecurityKeysCommandOutput) => void
|
|
2775
|
+
): void;
|
|
2776
|
+
public listSecurityKeys(
|
|
2777
|
+
args: ListSecurityKeysCommandInput,
|
|
2778
|
+
options: __HttpHandlerOptions,
|
|
2779
|
+
cb: (err: any, data?: ListSecurityKeysCommandOutput) => void
|
|
2780
|
+
): void;
|
|
2781
|
+
public listSecurityKeys(
|
|
2782
|
+
args: ListSecurityKeysCommandInput,
|
|
2783
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListSecurityKeysCommandOutput) => void),
|
|
2784
|
+
cb?: (err: any, data?: ListSecurityKeysCommandOutput) => void
|
|
2785
|
+
): Promise<ListSecurityKeysCommandOutput> | void {
|
|
2786
|
+
const command = new ListSecurityKeysCommand(args);
|
|
2787
|
+
if (typeof optionsOrCb === "function") {
|
|
2788
|
+
this.send(command, optionsOrCb);
|
|
2789
|
+
} else if (typeof cb === "function") {
|
|
2790
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2791
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2792
|
+
} else {
|
|
2793
|
+
return this.send(command, optionsOrCb);
|
|
2794
|
+
}
|
|
2795
|
+
}
|
|
2796
|
+
|
|
2797
|
+
/**
|
|
2798
|
+
* <p>Provides summary information about the security profiles for the specified Amazon Connect
|
|
2799
|
+
* instance.</p>
|
|
2800
|
+
* <p>For more information about security profiles, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html">Security Profiles</a> in the
|
|
2801
|
+
* <i>Amazon Connect Administrator Guide</i>.</p>
|
|
2802
|
+
*/
|
|
2803
|
+
public listSecurityProfiles(
|
|
2804
|
+
args: ListSecurityProfilesCommandInput,
|
|
2805
|
+
options?: __HttpHandlerOptions
|
|
2806
|
+
): Promise<ListSecurityProfilesCommandOutput>;
|
|
2807
|
+
public listSecurityProfiles(
|
|
2808
|
+
args: ListSecurityProfilesCommandInput,
|
|
2809
|
+
cb: (err: any, data?: ListSecurityProfilesCommandOutput) => void
|
|
2810
|
+
): void;
|
|
2811
|
+
public listSecurityProfiles(
|
|
2812
|
+
args: ListSecurityProfilesCommandInput,
|
|
2813
|
+
options: __HttpHandlerOptions,
|
|
2814
|
+
cb: (err: any, data?: ListSecurityProfilesCommandOutput) => void
|
|
2815
|
+
): void;
|
|
2816
|
+
public listSecurityProfiles(
|
|
2817
|
+
args: ListSecurityProfilesCommandInput,
|
|
2818
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListSecurityProfilesCommandOutput) => void),
|
|
2819
|
+
cb?: (err: any, data?: ListSecurityProfilesCommandOutput) => void
|
|
2820
|
+
): Promise<ListSecurityProfilesCommandOutput> | void {
|
|
2821
|
+
const command = new ListSecurityProfilesCommand(args);
|
|
2822
|
+
if (typeof optionsOrCb === "function") {
|
|
2823
|
+
this.send(command, optionsOrCb);
|
|
2824
|
+
} else if (typeof cb === "function") {
|
|
2825
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2826
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2827
|
+
} else {
|
|
2828
|
+
return this.send(command, optionsOrCb);
|
|
2829
|
+
}
|
|
2830
|
+
}
|
|
2831
|
+
|
|
2832
|
+
/**
|
|
2833
|
+
* <p>Lists the tags for the specified resource.</p>
|
|
2834
|
+
* <p>For sample policies that use tags, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_id-based-policy-examples.html">Amazon Connect Identity-Based
|
|
2835
|
+
* Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
2836
|
+
*/
|
|
2837
|
+
public listTagsForResource(
|
|
2838
|
+
args: ListTagsForResourceCommandInput,
|
|
2839
|
+
options?: __HttpHandlerOptions
|
|
2840
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
2841
|
+
public listTagsForResource(
|
|
2842
|
+
args: ListTagsForResourceCommandInput,
|
|
2843
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
2844
|
+
): void;
|
|
2845
|
+
public listTagsForResource(
|
|
2846
|
+
args: ListTagsForResourceCommandInput,
|
|
2847
|
+
options: __HttpHandlerOptions,
|
|
2848
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
2849
|
+
): void;
|
|
2850
|
+
public listTagsForResource(
|
|
2851
|
+
args: ListTagsForResourceCommandInput,
|
|
2852
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
|
|
2853
|
+
cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
2854
|
+
): Promise<ListTagsForResourceCommandOutput> | void {
|
|
2855
|
+
const command = new ListTagsForResourceCommand(args);
|
|
2856
|
+
if (typeof optionsOrCb === "function") {
|
|
2857
|
+
this.send(command, optionsOrCb);
|
|
2858
|
+
} else if (typeof cb === "function") {
|
|
2859
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2860
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2861
|
+
} else {
|
|
2862
|
+
return this.send(command, optionsOrCb);
|
|
2863
|
+
}
|
|
2864
|
+
}
|
|
2865
|
+
|
|
2866
|
+
/**
|
|
2867
|
+
* <p>Lists the use cases for the integration association. </p>
|
|
2868
|
+
*/
|
|
2869
|
+
public listUseCases(
|
|
2870
|
+
args: ListUseCasesCommandInput,
|
|
2871
|
+
options?: __HttpHandlerOptions
|
|
2872
|
+
): Promise<ListUseCasesCommandOutput>;
|
|
2873
|
+
public listUseCases(args: ListUseCasesCommandInput, cb: (err: any, data?: ListUseCasesCommandOutput) => void): void;
|
|
2874
|
+
public listUseCases(
|
|
2875
|
+
args: ListUseCasesCommandInput,
|
|
2876
|
+
options: __HttpHandlerOptions,
|
|
2877
|
+
cb: (err: any, data?: ListUseCasesCommandOutput) => void
|
|
2878
|
+
): void;
|
|
2879
|
+
public listUseCases(
|
|
2880
|
+
args: ListUseCasesCommandInput,
|
|
2881
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListUseCasesCommandOutput) => void),
|
|
2882
|
+
cb?: (err: any, data?: ListUseCasesCommandOutput) => void
|
|
2883
|
+
): Promise<ListUseCasesCommandOutput> | void {
|
|
2884
|
+
const command = new ListUseCasesCommand(args);
|
|
2885
|
+
if (typeof optionsOrCb === "function") {
|
|
2886
|
+
this.send(command, optionsOrCb);
|
|
2887
|
+
} else if (typeof cb === "function") {
|
|
2888
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2889
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2890
|
+
} else {
|
|
2891
|
+
return this.send(command, optionsOrCb);
|
|
2892
|
+
}
|
|
2893
|
+
}
|
|
2894
|
+
|
|
2895
|
+
/**
|
|
2896
|
+
* <p>Provides summary information about the hierarchy groups for the specified Amazon Connect
|
|
2897
|
+
* instance.</p>
|
|
2898
|
+
* <p>For more information about agent hierarchies, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/agent-hierarchy.html">Set Up Agent Hierarchies</a> in the
|
|
2899
|
+
* <i>Amazon Connect Administrator Guide</i>.</p>
|
|
2900
|
+
*/
|
|
2901
|
+
public listUserHierarchyGroups(
|
|
2902
|
+
args: ListUserHierarchyGroupsCommandInput,
|
|
2903
|
+
options?: __HttpHandlerOptions
|
|
2904
|
+
): Promise<ListUserHierarchyGroupsCommandOutput>;
|
|
2905
|
+
public listUserHierarchyGroups(
|
|
2906
|
+
args: ListUserHierarchyGroupsCommandInput,
|
|
2907
|
+
cb: (err: any, data?: ListUserHierarchyGroupsCommandOutput) => void
|
|
2908
|
+
): void;
|
|
2909
|
+
public listUserHierarchyGroups(
|
|
2910
|
+
args: ListUserHierarchyGroupsCommandInput,
|
|
2911
|
+
options: __HttpHandlerOptions,
|
|
2912
|
+
cb: (err: any, data?: ListUserHierarchyGroupsCommandOutput) => void
|
|
2913
|
+
): void;
|
|
2914
|
+
public listUserHierarchyGroups(
|
|
2915
|
+
args: ListUserHierarchyGroupsCommandInput,
|
|
2916
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListUserHierarchyGroupsCommandOutput) => void),
|
|
2917
|
+
cb?: (err: any, data?: ListUserHierarchyGroupsCommandOutput) => void
|
|
2918
|
+
): Promise<ListUserHierarchyGroupsCommandOutput> | void {
|
|
2919
|
+
const command = new ListUserHierarchyGroupsCommand(args);
|
|
2920
|
+
if (typeof optionsOrCb === "function") {
|
|
2921
|
+
this.send(command, optionsOrCb);
|
|
2922
|
+
} else if (typeof cb === "function") {
|
|
2923
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2924
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2925
|
+
} else {
|
|
2926
|
+
return this.send(command, optionsOrCb);
|
|
2927
|
+
}
|
|
2928
|
+
}
|
|
2929
|
+
|
|
2930
|
+
/**
|
|
2931
|
+
* <p>Provides summary information about the users for the specified Amazon Connect instance.</p>
|
|
2932
|
+
*/
|
|
2933
|
+
public listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
|
|
2934
|
+
public listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
|
|
2935
|
+
public listUsers(
|
|
2936
|
+
args: ListUsersCommandInput,
|
|
2937
|
+
options: __HttpHandlerOptions,
|
|
2938
|
+
cb: (err: any, data?: ListUsersCommandOutput) => void
|
|
2939
|
+
): void;
|
|
2940
|
+
public listUsers(
|
|
2941
|
+
args: ListUsersCommandInput,
|
|
2942
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListUsersCommandOutput) => void),
|
|
2943
|
+
cb?: (err: any, data?: ListUsersCommandOutput) => void
|
|
2944
|
+
): Promise<ListUsersCommandOutput> | void {
|
|
2945
|
+
const command = new ListUsersCommand(args);
|
|
2946
|
+
if (typeof optionsOrCb === "function") {
|
|
2947
|
+
this.send(command, optionsOrCb);
|
|
2948
|
+
} else if (typeof cb === "function") {
|
|
2949
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2950
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2951
|
+
} else {
|
|
2952
|
+
return this.send(command, optionsOrCb);
|
|
2953
|
+
}
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2956
|
+
/**
|
|
2957
|
+
* <p>When a contact is being recorded, and the recording has been suspended using
|
|
2958
|
+
* SuspendContactRecording, this API resumes recording the call.</p>
|
|
2959
|
+
*
|
|
2960
|
+
* <p>Only voice recordings are supported at this time.</p>
|
|
2961
|
+
*/
|
|
2962
|
+
public resumeContactRecording(
|
|
2963
|
+
args: ResumeContactRecordingCommandInput,
|
|
2964
|
+
options?: __HttpHandlerOptions
|
|
2965
|
+
): Promise<ResumeContactRecordingCommandOutput>;
|
|
2966
|
+
public resumeContactRecording(
|
|
2967
|
+
args: ResumeContactRecordingCommandInput,
|
|
2968
|
+
cb: (err: any, data?: ResumeContactRecordingCommandOutput) => void
|
|
2969
|
+
): void;
|
|
2970
|
+
public resumeContactRecording(
|
|
2971
|
+
args: ResumeContactRecordingCommandInput,
|
|
2972
|
+
options: __HttpHandlerOptions,
|
|
2973
|
+
cb: (err: any, data?: ResumeContactRecordingCommandOutput) => void
|
|
2974
|
+
): void;
|
|
2975
|
+
public resumeContactRecording(
|
|
2976
|
+
args: ResumeContactRecordingCommandInput,
|
|
2977
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ResumeContactRecordingCommandOutput) => void),
|
|
2978
|
+
cb?: (err: any, data?: ResumeContactRecordingCommandOutput) => void
|
|
2979
|
+
): Promise<ResumeContactRecordingCommandOutput> | void {
|
|
2980
|
+
const command = new ResumeContactRecordingCommand(args);
|
|
2981
|
+
if (typeof optionsOrCb === "function") {
|
|
2982
|
+
this.send(command, optionsOrCb);
|
|
2983
|
+
} else if (typeof cb === "function") {
|
|
2984
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2985
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2986
|
+
} else {
|
|
2987
|
+
return this.send(command, optionsOrCb);
|
|
2988
|
+
}
|
|
2989
|
+
}
|
|
2990
|
+
|
|
2991
|
+
/**
|
|
2992
|
+
* <p>Initiates a contact flow to start a new chat for the customer. Response of this API provides
|
|
2993
|
+
* a token required to obtain credentials from the <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html">CreateParticipantConnection</a> API in the Amazon Connect Participant Service.</p>
|
|
2994
|
+
*
|
|
2995
|
+
* <p>When a new chat contact is successfully created, clients must subscribe to the participant’s
|
|
2996
|
+
* connection for the created chat within 5 minutes. This is achieved by invoking <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html">CreateParticipantConnection</a> with WEBSOCKET and CONNECTION_CREDENTIALS. </p>
|
|
2997
|
+
*
|
|
2998
|
+
* <p>A 429 error occurs in two situations:</p>
|
|
2999
|
+
* <ul>
|
|
3000
|
+
* <li>
|
|
3001
|
+
* <p>API rate limit is exceeded. API TPS throttling returns a <code>TooManyRequests</code>
|
|
3002
|
+
* exception.</p>
|
|
3003
|
+
* </li>
|
|
3004
|
+
* <li>
|
|
3005
|
+
* <p>The <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">quota for concurrent active
|
|
3006
|
+
* chats</a> is exceeded. Active chat throttling returns a
|
|
3007
|
+
* <code>LimitExceededException</code>.</p>
|
|
3008
|
+
* </li>
|
|
3009
|
+
* </ul>
|
|
3010
|
+
*
|
|
3011
|
+
* <p>For more information about chat, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat.html">Chat</a> in the <i>Amazon Connect Administrator
|
|
3012
|
+
* Guide</i>.</p>
|
|
3013
|
+
*/
|
|
3014
|
+
public startChatContact(
|
|
3015
|
+
args: StartChatContactCommandInput,
|
|
3016
|
+
options?: __HttpHandlerOptions
|
|
3017
|
+
): Promise<StartChatContactCommandOutput>;
|
|
3018
|
+
public startChatContact(
|
|
3019
|
+
args: StartChatContactCommandInput,
|
|
3020
|
+
cb: (err: any, data?: StartChatContactCommandOutput) => void
|
|
3021
|
+
): void;
|
|
3022
|
+
public startChatContact(
|
|
3023
|
+
args: StartChatContactCommandInput,
|
|
3024
|
+
options: __HttpHandlerOptions,
|
|
3025
|
+
cb: (err: any, data?: StartChatContactCommandOutput) => void
|
|
3026
|
+
): void;
|
|
3027
|
+
public startChatContact(
|
|
3028
|
+
args: StartChatContactCommandInput,
|
|
3029
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartChatContactCommandOutput) => void),
|
|
3030
|
+
cb?: (err: any, data?: StartChatContactCommandOutput) => void
|
|
3031
|
+
): Promise<StartChatContactCommandOutput> | void {
|
|
3032
|
+
const command = new StartChatContactCommand(args);
|
|
3033
|
+
if (typeof optionsOrCb === "function") {
|
|
3034
|
+
this.send(command, optionsOrCb);
|
|
3035
|
+
} else if (typeof cb === "function") {
|
|
3036
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3037
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3038
|
+
} else {
|
|
3039
|
+
return this.send(command, optionsOrCb);
|
|
3040
|
+
}
|
|
3041
|
+
}
|
|
3042
|
+
|
|
3043
|
+
/**
|
|
3044
|
+
* <p>Starts recording the contact when the agent joins the call. StartContactRecording is a
|
|
3045
|
+
* one-time action. For example, if you use StopContactRecording to stop recording an ongoing call,
|
|
3046
|
+
* you can't use StartContactRecording to restart it. For scenarios where the recording has started
|
|
3047
|
+
* and you want to suspend and resume it, such as when collecting sensitive information (for
|
|
3048
|
+
* example, a credit card number), use SuspendContactRecording and ResumeContactRecording.</p>
|
|
3049
|
+
* <p>You can use this API to override the recording behavior configured in the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/set-recording-behavior.html">Set recording
|
|
3050
|
+
* behavior</a> block.</p>
|
|
3051
|
+
* <p>Only voice recordings are supported at this time.</p>
|
|
3052
|
+
*/
|
|
3053
|
+
public startContactRecording(
|
|
3054
|
+
args: StartContactRecordingCommandInput,
|
|
3055
|
+
options?: __HttpHandlerOptions
|
|
3056
|
+
): Promise<StartContactRecordingCommandOutput>;
|
|
3057
|
+
public startContactRecording(
|
|
3058
|
+
args: StartContactRecordingCommandInput,
|
|
3059
|
+
cb: (err: any, data?: StartContactRecordingCommandOutput) => void
|
|
3060
|
+
): void;
|
|
3061
|
+
public startContactRecording(
|
|
3062
|
+
args: StartContactRecordingCommandInput,
|
|
3063
|
+
options: __HttpHandlerOptions,
|
|
3064
|
+
cb: (err: any, data?: StartContactRecordingCommandOutput) => void
|
|
3065
|
+
): void;
|
|
3066
|
+
public startContactRecording(
|
|
3067
|
+
args: StartContactRecordingCommandInput,
|
|
3068
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartContactRecordingCommandOutput) => void),
|
|
3069
|
+
cb?: (err: any, data?: StartContactRecordingCommandOutput) => void
|
|
3070
|
+
): Promise<StartContactRecordingCommandOutput> | void {
|
|
3071
|
+
const command = new StartContactRecordingCommand(args);
|
|
3072
|
+
if (typeof optionsOrCb === "function") {
|
|
3073
|
+
this.send(command, optionsOrCb);
|
|
3074
|
+
} else if (typeof cb === "function") {
|
|
3075
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3076
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3077
|
+
} else {
|
|
3078
|
+
return this.send(command, optionsOrCb);
|
|
3079
|
+
}
|
|
3080
|
+
}
|
|
3081
|
+
|
|
3082
|
+
/**
|
|
3083
|
+
* <p>Places an outbound call to a contact, and then initiates the contact flow. It performs the
|
|
3084
|
+
* actions in the contact flow that's specified (in <code>ContactFlowId</code>).</p>
|
|
3085
|
+
*
|
|
3086
|
+
* <p>Agents do not initiate the outbound API, which means that they do not dial the contact. If
|
|
3087
|
+
* the contact flow places an outbound call to a contact, and then puts the contact in queue, the
|
|
3088
|
+
* call is then routed to the agent, like any other inbound case.</p>
|
|
3089
|
+
*
|
|
3090
|
+
* <p>There is a 60-second dialing timeout for this operation. If the call is not connected after
|
|
3091
|
+
* 60 seconds, it fails.</p>
|
|
3092
|
+
* <note>
|
|
3093
|
+
* <p>UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK
|
|
3094
|
+
* mobile numbers, you must submit a service quota increase request. For more information, see
|
|
3095
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>. </p>
|
|
3096
|
+
* </note>
|
|
3097
|
+
* <note>
|
|
3098
|
+
* <p>Campaign calls are not allowed by default. Before you can make a call with
|
|
3099
|
+
* <code>TrafficType</code> = <code>CAMPAIGN</code>, you must submit a service quota increase request. For more information, see
|
|
3100
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>. </p>
|
|
3101
|
+
* </note>
|
|
3102
|
+
*/
|
|
3103
|
+
public startOutboundVoiceContact(
|
|
3104
|
+
args: StartOutboundVoiceContactCommandInput,
|
|
3105
|
+
options?: __HttpHandlerOptions
|
|
3106
|
+
): Promise<StartOutboundVoiceContactCommandOutput>;
|
|
3107
|
+
public startOutboundVoiceContact(
|
|
3108
|
+
args: StartOutboundVoiceContactCommandInput,
|
|
3109
|
+
cb: (err: any, data?: StartOutboundVoiceContactCommandOutput) => void
|
|
3110
|
+
): void;
|
|
3111
|
+
public startOutboundVoiceContact(
|
|
3112
|
+
args: StartOutboundVoiceContactCommandInput,
|
|
3113
|
+
options: __HttpHandlerOptions,
|
|
3114
|
+
cb: (err: any, data?: StartOutboundVoiceContactCommandOutput) => void
|
|
3115
|
+
): void;
|
|
3116
|
+
public startOutboundVoiceContact(
|
|
3117
|
+
args: StartOutboundVoiceContactCommandInput,
|
|
3118
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartOutboundVoiceContactCommandOutput) => void),
|
|
3119
|
+
cb?: (err: any, data?: StartOutboundVoiceContactCommandOutput) => void
|
|
3120
|
+
): Promise<StartOutboundVoiceContactCommandOutput> | void {
|
|
3121
|
+
const command = new StartOutboundVoiceContactCommand(args);
|
|
3122
|
+
if (typeof optionsOrCb === "function") {
|
|
3123
|
+
this.send(command, optionsOrCb);
|
|
3124
|
+
} else if (typeof cb === "function") {
|
|
3125
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3126
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3127
|
+
} else {
|
|
3128
|
+
return this.send(command, optionsOrCb);
|
|
3129
|
+
}
|
|
3130
|
+
}
|
|
3131
|
+
|
|
3132
|
+
/**
|
|
3133
|
+
* <p>Initiates a contact flow to start a new task.</p>
|
|
3134
|
+
*/
|
|
3135
|
+
public startTaskContact(
|
|
3136
|
+
args: StartTaskContactCommandInput,
|
|
3137
|
+
options?: __HttpHandlerOptions
|
|
3138
|
+
): Promise<StartTaskContactCommandOutput>;
|
|
3139
|
+
public startTaskContact(
|
|
3140
|
+
args: StartTaskContactCommandInput,
|
|
3141
|
+
cb: (err: any, data?: StartTaskContactCommandOutput) => void
|
|
3142
|
+
): void;
|
|
3143
|
+
public startTaskContact(
|
|
3144
|
+
args: StartTaskContactCommandInput,
|
|
3145
|
+
options: __HttpHandlerOptions,
|
|
3146
|
+
cb: (err: any, data?: StartTaskContactCommandOutput) => void
|
|
3147
|
+
): void;
|
|
3148
|
+
public startTaskContact(
|
|
3149
|
+
args: StartTaskContactCommandInput,
|
|
3150
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartTaskContactCommandOutput) => void),
|
|
3151
|
+
cb?: (err: any, data?: StartTaskContactCommandOutput) => void
|
|
3152
|
+
): Promise<StartTaskContactCommandOutput> | void {
|
|
3153
|
+
const command = new StartTaskContactCommand(args);
|
|
3154
|
+
if (typeof optionsOrCb === "function") {
|
|
3155
|
+
this.send(command, optionsOrCb);
|
|
3156
|
+
} else if (typeof cb === "function") {
|
|
3157
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3158
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3159
|
+
} else {
|
|
3160
|
+
return this.send(command, optionsOrCb);
|
|
3161
|
+
}
|
|
3162
|
+
}
|
|
3163
|
+
|
|
3164
|
+
/**
|
|
3165
|
+
* <p>Ends the specified contact.</p>
|
|
3166
|
+
*/
|
|
3167
|
+
public stopContact(args: StopContactCommandInput, options?: __HttpHandlerOptions): Promise<StopContactCommandOutput>;
|
|
3168
|
+
public stopContact(args: StopContactCommandInput, cb: (err: any, data?: StopContactCommandOutput) => void): void;
|
|
3169
|
+
public stopContact(
|
|
3170
|
+
args: StopContactCommandInput,
|
|
3171
|
+
options: __HttpHandlerOptions,
|
|
3172
|
+
cb: (err: any, data?: StopContactCommandOutput) => void
|
|
3173
|
+
): void;
|
|
3174
|
+
public stopContact(
|
|
3175
|
+
args: StopContactCommandInput,
|
|
3176
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopContactCommandOutput) => void),
|
|
3177
|
+
cb?: (err: any, data?: StopContactCommandOutput) => void
|
|
3178
|
+
): Promise<StopContactCommandOutput> | void {
|
|
3179
|
+
const command = new StopContactCommand(args);
|
|
3180
|
+
if (typeof optionsOrCb === "function") {
|
|
3181
|
+
this.send(command, optionsOrCb);
|
|
3182
|
+
} else if (typeof cb === "function") {
|
|
3183
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3184
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3185
|
+
} else {
|
|
3186
|
+
return this.send(command, optionsOrCb);
|
|
3187
|
+
}
|
|
3188
|
+
}
|
|
3189
|
+
|
|
3190
|
+
/**
|
|
3191
|
+
* <p>Stops recording a call when a contact is being recorded. StopContactRecording is a one-time
|
|
3192
|
+
* action. If you use StopContactRecording to stop recording an ongoing call, you can't use
|
|
3193
|
+
* StartContactRecording to restart it. For scenarios where the recording has started and you want
|
|
3194
|
+
* to suspend it for sensitive information (for example, to collect a credit card number), and then
|
|
3195
|
+
* restart it, use SuspendContactRecording and ResumeContactRecording.</p>
|
|
3196
|
+
*
|
|
3197
|
+
* <p>Only voice recordings are supported at this time.</p>
|
|
3198
|
+
*/
|
|
3199
|
+
public stopContactRecording(
|
|
3200
|
+
args: StopContactRecordingCommandInput,
|
|
3201
|
+
options?: __HttpHandlerOptions
|
|
3202
|
+
): Promise<StopContactRecordingCommandOutput>;
|
|
3203
|
+
public stopContactRecording(
|
|
3204
|
+
args: StopContactRecordingCommandInput,
|
|
3205
|
+
cb: (err: any, data?: StopContactRecordingCommandOutput) => void
|
|
3206
|
+
): void;
|
|
3207
|
+
public stopContactRecording(
|
|
3208
|
+
args: StopContactRecordingCommandInput,
|
|
3209
|
+
options: __HttpHandlerOptions,
|
|
3210
|
+
cb: (err: any, data?: StopContactRecordingCommandOutput) => void
|
|
3211
|
+
): void;
|
|
3212
|
+
public stopContactRecording(
|
|
3213
|
+
args: StopContactRecordingCommandInput,
|
|
3214
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopContactRecordingCommandOutput) => void),
|
|
3215
|
+
cb?: (err: any, data?: StopContactRecordingCommandOutput) => void
|
|
3216
|
+
): Promise<StopContactRecordingCommandOutput> | void {
|
|
3217
|
+
const command = new StopContactRecordingCommand(args);
|
|
3218
|
+
if (typeof optionsOrCb === "function") {
|
|
3219
|
+
this.send(command, optionsOrCb);
|
|
3220
|
+
} else if (typeof cb === "function") {
|
|
3221
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3222
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3223
|
+
} else {
|
|
3224
|
+
return this.send(command, optionsOrCb);
|
|
3225
|
+
}
|
|
3226
|
+
}
|
|
3227
|
+
|
|
3228
|
+
/**
|
|
3229
|
+
* <p>When a contact is being recorded, this API suspends recording the call. For example, you
|
|
3230
|
+
* might suspend the call recording while collecting sensitive information, such as a credit card
|
|
3231
|
+
* number. Then use ResumeContactRecording to restart recording. </p>
|
|
3232
|
+
* <p>The period of time that the recording is suspended is filled with silence in the final
|
|
3233
|
+
* recording. </p>
|
|
3234
|
+
* <p>Only voice recordings are supported at this time.</p>
|
|
3235
|
+
*/
|
|
3236
|
+
public suspendContactRecording(
|
|
3237
|
+
args: SuspendContactRecordingCommandInput,
|
|
3238
|
+
options?: __HttpHandlerOptions
|
|
3239
|
+
): Promise<SuspendContactRecordingCommandOutput>;
|
|
3240
|
+
public suspendContactRecording(
|
|
3241
|
+
args: SuspendContactRecordingCommandInput,
|
|
3242
|
+
cb: (err: any, data?: SuspendContactRecordingCommandOutput) => void
|
|
3243
|
+
): void;
|
|
3244
|
+
public suspendContactRecording(
|
|
3245
|
+
args: SuspendContactRecordingCommandInput,
|
|
3246
|
+
options: __HttpHandlerOptions,
|
|
3247
|
+
cb: (err: any, data?: SuspendContactRecordingCommandOutput) => void
|
|
3248
|
+
): void;
|
|
3249
|
+
public suspendContactRecording(
|
|
3250
|
+
args: SuspendContactRecordingCommandInput,
|
|
3251
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SuspendContactRecordingCommandOutput) => void),
|
|
3252
|
+
cb?: (err: any, data?: SuspendContactRecordingCommandOutput) => void
|
|
3253
|
+
): Promise<SuspendContactRecordingCommandOutput> | void {
|
|
3254
|
+
const command = new SuspendContactRecordingCommand(args);
|
|
3255
|
+
if (typeof optionsOrCb === "function") {
|
|
3256
|
+
this.send(command, optionsOrCb);
|
|
3257
|
+
} else if (typeof cb === "function") {
|
|
3258
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3259
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3260
|
+
} else {
|
|
3261
|
+
return this.send(command, optionsOrCb);
|
|
3262
|
+
}
|
|
3263
|
+
}
|
|
3264
|
+
|
|
3265
|
+
/**
|
|
3266
|
+
* <p>Adds the specified tags to the specified resource.</p>
|
|
3267
|
+
* <p>The supported resource types are users, routing profiles, queues, quick connects,
|
|
3268
|
+
* contact flows, agent status, and hours of operation.</p>
|
|
3269
|
+
* <p>For sample policies that use tags, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_id-based-policy-examples.html">Amazon Connect Identity-Based
|
|
3270
|
+
* Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
3271
|
+
*/
|
|
3272
|
+
public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
3273
|
+
public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
3274
|
+
public tagResource(
|
|
3275
|
+
args: TagResourceCommandInput,
|
|
3276
|
+
options: __HttpHandlerOptions,
|
|
3277
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
3278
|
+
): void;
|
|
3279
|
+
public tagResource(
|
|
3280
|
+
args: TagResourceCommandInput,
|
|
3281
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TagResourceCommandOutput) => void),
|
|
3282
|
+
cb?: (err: any, data?: TagResourceCommandOutput) => void
|
|
3283
|
+
): Promise<TagResourceCommandOutput> | void {
|
|
3284
|
+
const command = new TagResourceCommand(args);
|
|
3285
|
+
if (typeof optionsOrCb === "function") {
|
|
3286
|
+
this.send(command, optionsOrCb);
|
|
3287
|
+
} else if (typeof cb === "function") {
|
|
3288
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3289
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3290
|
+
} else {
|
|
3291
|
+
return this.send(command, optionsOrCb);
|
|
3292
|
+
}
|
|
3293
|
+
}
|
|
3294
|
+
|
|
3295
|
+
/**
|
|
3296
|
+
* <p>Removes the specified tags from the specified resource.</p>
|
|
3297
|
+
*/
|
|
3298
|
+
public untagResource(
|
|
3299
|
+
args: UntagResourceCommandInput,
|
|
3300
|
+
options?: __HttpHandlerOptions
|
|
3301
|
+
): Promise<UntagResourceCommandOutput>;
|
|
3302
|
+
public untagResource(
|
|
3303
|
+
args: UntagResourceCommandInput,
|
|
3304
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
3305
|
+
): void;
|
|
3306
|
+
public untagResource(
|
|
3307
|
+
args: UntagResourceCommandInput,
|
|
3308
|
+
options: __HttpHandlerOptions,
|
|
3309
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
3310
|
+
): void;
|
|
3311
|
+
public untagResource(
|
|
3312
|
+
args: UntagResourceCommandInput,
|
|
3313
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UntagResourceCommandOutput) => void),
|
|
3314
|
+
cb?: (err: any, data?: UntagResourceCommandOutput) => void
|
|
3315
|
+
): Promise<UntagResourceCommandOutput> | void {
|
|
3316
|
+
const command = new UntagResourceCommand(args);
|
|
3317
|
+
if (typeof optionsOrCb === "function") {
|
|
3318
|
+
this.send(command, optionsOrCb);
|
|
3319
|
+
} else if (typeof cb === "function") {
|
|
3320
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3321
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3322
|
+
} else {
|
|
3323
|
+
return this.send(command, optionsOrCb);
|
|
3324
|
+
}
|
|
3325
|
+
}
|
|
3326
|
+
|
|
3327
|
+
/**
|
|
3328
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
3329
|
+
* <p>Updates agent status.</p>
|
|
3330
|
+
*/
|
|
3331
|
+
public updateAgentStatus(
|
|
3332
|
+
args: UpdateAgentStatusCommandInput,
|
|
3333
|
+
options?: __HttpHandlerOptions
|
|
3334
|
+
): Promise<UpdateAgentStatusCommandOutput>;
|
|
3335
|
+
public updateAgentStatus(
|
|
3336
|
+
args: UpdateAgentStatusCommandInput,
|
|
3337
|
+
cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void
|
|
3338
|
+
): void;
|
|
3339
|
+
public updateAgentStatus(
|
|
3340
|
+
args: UpdateAgentStatusCommandInput,
|
|
3341
|
+
options: __HttpHandlerOptions,
|
|
3342
|
+
cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void
|
|
3343
|
+
): void;
|
|
3344
|
+
public updateAgentStatus(
|
|
3345
|
+
args: UpdateAgentStatusCommandInput,
|
|
3346
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateAgentStatusCommandOutput) => void),
|
|
3347
|
+
cb?: (err: any, data?: UpdateAgentStatusCommandOutput) => void
|
|
3348
|
+
): Promise<UpdateAgentStatusCommandOutput> | void {
|
|
3349
|
+
const command = new UpdateAgentStatusCommand(args);
|
|
3350
|
+
if (typeof optionsOrCb === "function") {
|
|
3351
|
+
this.send(command, optionsOrCb);
|
|
3352
|
+
} else if (typeof cb === "function") {
|
|
3353
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3354
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3355
|
+
} else {
|
|
3356
|
+
return this.send(command, optionsOrCb);
|
|
3357
|
+
}
|
|
3358
|
+
}
|
|
3359
|
+
|
|
3360
|
+
/**
|
|
3361
|
+
* <p>Creates or updates
|
|
3362
|
+
* user-defined contact attributes
|
|
3363
|
+
* associated with the specified contact.</p>
|
|
3364
|
+
* <p>You can create or update user-defined attributes for both ongoing and completed contacts.
|
|
3365
|
+
* For example, while the call is active, you can update the customer's name or the reason the
|
|
3366
|
+
* customer called. You can add notes about steps that the agent took during the call that display
|
|
3367
|
+
* to the next agent that takes the call. You can also update attributes for a contact using data
|
|
3368
|
+
* from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls
|
|
3369
|
+
* for additional analysis, such as legal review or to identify abusive callers.</p>
|
|
3370
|
+
* <p>Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For
|
|
3371
|
+
* information about CTR retention and the maximum size of the CTR attributes section, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#feature-limits">Feature
|
|
3372
|
+
* specifications</a> in the <i>Amazon Connect Administrator Guide</i>. </p>
|
|
3373
|
+
*
|
|
3374
|
+
* <p>
|
|
3375
|
+
* <b>Important:</b> You cannot use the operation to update
|
|
3376
|
+
* attributes for contacts that occurred prior to the release of the API, which was September 12,
|
|
3377
|
+
* 2018. You can update attributes only for contacts that started after the release of the API. If
|
|
3378
|
+
* you attempt to update attributes for a contact that occurred prior to the release of the API, a
|
|
3379
|
+
* 400 error is returned. This applies also to queued callbacks that were initiated prior to the
|
|
3380
|
+
* release of the API but are still active in your instance.</p>
|
|
3381
|
+
*/
|
|
3382
|
+
public updateContactAttributes(
|
|
3383
|
+
args: UpdateContactAttributesCommandInput,
|
|
3384
|
+
options?: __HttpHandlerOptions
|
|
3385
|
+
): Promise<UpdateContactAttributesCommandOutput>;
|
|
3386
|
+
public updateContactAttributes(
|
|
3387
|
+
args: UpdateContactAttributesCommandInput,
|
|
3388
|
+
cb: (err: any, data?: UpdateContactAttributesCommandOutput) => void
|
|
3389
|
+
): void;
|
|
3390
|
+
public updateContactAttributes(
|
|
3391
|
+
args: UpdateContactAttributesCommandInput,
|
|
3392
|
+
options: __HttpHandlerOptions,
|
|
3393
|
+
cb: (err: any, data?: UpdateContactAttributesCommandOutput) => void
|
|
3394
|
+
): void;
|
|
3395
|
+
public updateContactAttributes(
|
|
3396
|
+
args: UpdateContactAttributesCommandInput,
|
|
3397
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateContactAttributesCommandOutput) => void),
|
|
3398
|
+
cb?: (err: any, data?: UpdateContactAttributesCommandOutput) => void
|
|
3399
|
+
): Promise<UpdateContactAttributesCommandOutput> | void {
|
|
3400
|
+
const command = new UpdateContactAttributesCommand(args);
|
|
3401
|
+
if (typeof optionsOrCb === "function") {
|
|
3402
|
+
this.send(command, optionsOrCb);
|
|
3403
|
+
} else if (typeof cb === "function") {
|
|
3404
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3405
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3406
|
+
} else {
|
|
3407
|
+
return this.send(command, optionsOrCb);
|
|
3408
|
+
}
|
|
3409
|
+
}
|
|
3410
|
+
|
|
3411
|
+
/**
|
|
3412
|
+
* <p>Updates the specified contact flow.</p>
|
|
3413
|
+
* <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
|
|
3414
|
+
* Flow language</a>.</p>
|
|
3415
|
+
*/
|
|
3416
|
+
public updateContactFlowContent(
|
|
3417
|
+
args: UpdateContactFlowContentCommandInput,
|
|
3418
|
+
options?: __HttpHandlerOptions
|
|
3419
|
+
): Promise<UpdateContactFlowContentCommandOutput>;
|
|
3420
|
+
public updateContactFlowContent(
|
|
3421
|
+
args: UpdateContactFlowContentCommandInput,
|
|
3422
|
+
cb: (err: any, data?: UpdateContactFlowContentCommandOutput) => void
|
|
3423
|
+
): void;
|
|
3424
|
+
public updateContactFlowContent(
|
|
3425
|
+
args: UpdateContactFlowContentCommandInput,
|
|
3426
|
+
options: __HttpHandlerOptions,
|
|
3427
|
+
cb: (err: any, data?: UpdateContactFlowContentCommandOutput) => void
|
|
3428
|
+
): void;
|
|
3429
|
+
public updateContactFlowContent(
|
|
3430
|
+
args: UpdateContactFlowContentCommandInput,
|
|
3431
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateContactFlowContentCommandOutput) => void),
|
|
3432
|
+
cb?: (err: any, data?: UpdateContactFlowContentCommandOutput) => void
|
|
3433
|
+
): Promise<UpdateContactFlowContentCommandOutput> | void {
|
|
3434
|
+
const command = new UpdateContactFlowContentCommand(args);
|
|
3435
|
+
if (typeof optionsOrCb === "function") {
|
|
3436
|
+
this.send(command, optionsOrCb);
|
|
3437
|
+
} else if (typeof cb === "function") {
|
|
3438
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3439
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3440
|
+
} else {
|
|
3441
|
+
return this.send(command, optionsOrCb);
|
|
3442
|
+
}
|
|
3443
|
+
}
|
|
3444
|
+
|
|
3445
|
+
/**
|
|
3446
|
+
* <p>The name of the contact flow.</p>
|
|
3447
|
+
* <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
|
|
3448
|
+
* Flow language</a>.</p>
|
|
3449
|
+
*/
|
|
3450
|
+
public updateContactFlowName(
|
|
3451
|
+
args: UpdateContactFlowNameCommandInput,
|
|
3452
|
+
options?: __HttpHandlerOptions
|
|
3453
|
+
): Promise<UpdateContactFlowNameCommandOutput>;
|
|
3454
|
+
public updateContactFlowName(
|
|
3455
|
+
args: UpdateContactFlowNameCommandInput,
|
|
3456
|
+
cb: (err: any, data?: UpdateContactFlowNameCommandOutput) => void
|
|
3457
|
+
): void;
|
|
3458
|
+
public updateContactFlowName(
|
|
3459
|
+
args: UpdateContactFlowNameCommandInput,
|
|
3460
|
+
options: __HttpHandlerOptions,
|
|
3461
|
+
cb: (err: any, data?: UpdateContactFlowNameCommandOutput) => void
|
|
3462
|
+
): void;
|
|
3463
|
+
public updateContactFlowName(
|
|
3464
|
+
args: UpdateContactFlowNameCommandInput,
|
|
3465
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateContactFlowNameCommandOutput) => void),
|
|
3466
|
+
cb?: (err: any, data?: UpdateContactFlowNameCommandOutput) => void
|
|
3467
|
+
): Promise<UpdateContactFlowNameCommandOutput> | void {
|
|
3468
|
+
const command = new UpdateContactFlowNameCommand(args);
|
|
3469
|
+
if (typeof optionsOrCb === "function") {
|
|
3470
|
+
this.send(command, optionsOrCb);
|
|
3471
|
+
} else if (typeof cb === "function") {
|
|
3472
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3473
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3474
|
+
} else {
|
|
3475
|
+
return this.send(command, optionsOrCb);
|
|
3476
|
+
}
|
|
3477
|
+
}
|
|
3478
|
+
|
|
3479
|
+
/**
|
|
3480
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
3481
|
+
* <p>Updates the hours of operation.</p>
|
|
3482
|
+
*/
|
|
3483
|
+
public updateHoursOfOperation(
|
|
3484
|
+
args: UpdateHoursOfOperationCommandInput,
|
|
3485
|
+
options?: __HttpHandlerOptions
|
|
3486
|
+
): Promise<UpdateHoursOfOperationCommandOutput>;
|
|
3487
|
+
public updateHoursOfOperation(
|
|
3488
|
+
args: UpdateHoursOfOperationCommandInput,
|
|
3489
|
+
cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void
|
|
3490
|
+
): void;
|
|
3491
|
+
public updateHoursOfOperation(
|
|
3492
|
+
args: UpdateHoursOfOperationCommandInput,
|
|
3493
|
+
options: __HttpHandlerOptions,
|
|
3494
|
+
cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void
|
|
3495
|
+
): void;
|
|
3496
|
+
public updateHoursOfOperation(
|
|
3497
|
+
args: UpdateHoursOfOperationCommandInput,
|
|
3498
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateHoursOfOperationCommandOutput) => void),
|
|
3499
|
+
cb?: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void
|
|
3500
|
+
): Promise<UpdateHoursOfOperationCommandOutput> | void {
|
|
3501
|
+
const command = new UpdateHoursOfOperationCommand(args);
|
|
3502
|
+
if (typeof optionsOrCb === "function") {
|
|
3503
|
+
this.send(command, optionsOrCb);
|
|
3504
|
+
} else if (typeof cb === "function") {
|
|
3505
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3506
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3507
|
+
} else {
|
|
3508
|
+
return this.send(command, optionsOrCb);
|
|
3509
|
+
}
|
|
3510
|
+
}
|
|
3511
|
+
|
|
3512
|
+
/**
|
|
3513
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
3514
|
+
* <p>Updates the value for the specified attribute type.</p>
|
|
3515
|
+
*/
|
|
3516
|
+
public updateInstanceAttribute(
|
|
3517
|
+
args: UpdateInstanceAttributeCommandInput,
|
|
3518
|
+
options?: __HttpHandlerOptions
|
|
3519
|
+
): Promise<UpdateInstanceAttributeCommandOutput>;
|
|
3520
|
+
public updateInstanceAttribute(
|
|
3521
|
+
args: UpdateInstanceAttributeCommandInput,
|
|
3522
|
+
cb: (err: any, data?: UpdateInstanceAttributeCommandOutput) => void
|
|
3523
|
+
): void;
|
|
3524
|
+
public updateInstanceAttribute(
|
|
3525
|
+
args: UpdateInstanceAttributeCommandInput,
|
|
3526
|
+
options: __HttpHandlerOptions,
|
|
3527
|
+
cb: (err: any, data?: UpdateInstanceAttributeCommandOutput) => void
|
|
3528
|
+
): void;
|
|
3529
|
+
public updateInstanceAttribute(
|
|
3530
|
+
args: UpdateInstanceAttributeCommandInput,
|
|
3531
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateInstanceAttributeCommandOutput) => void),
|
|
3532
|
+
cb?: (err: any, data?: UpdateInstanceAttributeCommandOutput) => void
|
|
3533
|
+
): Promise<UpdateInstanceAttributeCommandOutput> | void {
|
|
3534
|
+
const command = new UpdateInstanceAttributeCommand(args);
|
|
3535
|
+
if (typeof optionsOrCb === "function") {
|
|
3536
|
+
this.send(command, optionsOrCb);
|
|
3537
|
+
} else if (typeof cb === "function") {
|
|
3538
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3539
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3540
|
+
} else {
|
|
3541
|
+
return this.send(command, optionsOrCb);
|
|
3542
|
+
}
|
|
3543
|
+
}
|
|
3544
|
+
|
|
3545
|
+
/**
|
|
3546
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
3547
|
+
* <p>Updates an existing configuration for a resource type. This API is idempotent.</p>
|
|
3548
|
+
*/
|
|
3549
|
+
public updateInstanceStorageConfig(
|
|
3550
|
+
args: UpdateInstanceStorageConfigCommandInput,
|
|
3551
|
+
options?: __HttpHandlerOptions
|
|
3552
|
+
): Promise<UpdateInstanceStorageConfigCommandOutput>;
|
|
3553
|
+
public updateInstanceStorageConfig(
|
|
3554
|
+
args: UpdateInstanceStorageConfigCommandInput,
|
|
3555
|
+
cb: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void
|
|
3556
|
+
): void;
|
|
3557
|
+
public updateInstanceStorageConfig(
|
|
3558
|
+
args: UpdateInstanceStorageConfigCommandInput,
|
|
3559
|
+
options: __HttpHandlerOptions,
|
|
3560
|
+
cb: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void
|
|
3561
|
+
): void;
|
|
3562
|
+
public updateInstanceStorageConfig(
|
|
3563
|
+
args: UpdateInstanceStorageConfigCommandInput,
|
|
3564
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void),
|
|
3565
|
+
cb?: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void
|
|
3566
|
+
): Promise<UpdateInstanceStorageConfigCommandOutput> | void {
|
|
3567
|
+
const command = new UpdateInstanceStorageConfigCommand(args);
|
|
3568
|
+
if (typeof optionsOrCb === "function") {
|
|
3569
|
+
this.send(command, optionsOrCb);
|
|
3570
|
+
} else if (typeof cb === "function") {
|
|
3571
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3572
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3573
|
+
} else {
|
|
3574
|
+
return this.send(command, optionsOrCb);
|
|
3575
|
+
}
|
|
3576
|
+
}
|
|
3577
|
+
|
|
3578
|
+
/**
|
|
3579
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
3580
|
+
* <p>Updates the hours of operation for the specified queue.</p>
|
|
3581
|
+
*/
|
|
3582
|
+
public updateQueueHoursOfOperation(
|
|
3583
|
+
args: UpdateQueueHoursOfOperationCommandInput,
|
|
3584
|
+
options?: __HttpHandlerOptions
|
|
3585
|
+
): Promise<UpdateQueueHoursOfOperationCommandOutput>;
|
|
3586
|
+
public updateQueueHoursOfOperation(
|
|
3587
|
+
args: UpdateQueueHoursOfOperationCommandInput,
|
|
3588
|
+
cb: (err: any, data?: UpdateQueueHoursOfOperationCommandOutput) => void
|
|
3589
|
+
): void;
|
|
3590
|
+
public updateQueueHoursOfOperation(
|
|
3591
|
+
args: UpdateQueueHoursOfOperationCommandInput,
|
|
3592
|
+
options: __HttpHandlerOptions,
|
|
3593
|
+
cb: (err: any, data?: UpdateQueueHoursOfOperationCommandOutput) => void
|
|
3594
|
+
): void;
|
|
3595
|
+
public updateQueueHoursOfOperation(
|
|
3596
|
+
args: UpdateQueueHoursOfOperationCommandInput,
|
|
3597
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateQueueHoursOfOperationCommandOutput) => void),
|
|
3598
|
+
cb?: (err: any, data?: UpdateQueueHoursOfOperationCommandOutput) => void
|
|
3599
|
+
): Promise<UpdateQueueHoursOfOperationCommandOutput> | void {
|
|
3600
|
+
const command = new UpdateQueueHoursOfOperationCommand(args);
|
|
3601
|
+
if (typeof optionsOrCb === "function") {
|
|
3602
|
+
this.send(command, optionsOrCb);
|
|
3603
|
+
} else if (typeof cb === "function") {
|
|
3604
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3605
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3606
|
+
} else {
|
|
3607
|
+
return this.send(command, optionsOrCb);
|
|
3608
|
+
}
|
|
3609
|
+
}
|
|
3610
|
+
|
|
3611
|
+
/**
|
|
3612
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
3613
|
+
* <p>Updates the maximum number of contacts allowed in a queue before it is considered
|
|
3614
|
+
* full.</p>
|
|
3615
|
+
*/
|
|
3616
|
+
public updateQueueMaxContacts(
|
|
3617
|
+
args: UpdateQueueMaxContactsCommandInput,
|
|
3618
|
+
options?: __HttpHandlerOptions
|
|
3619
|
+
): Promise<UpdateQueueMaxContactsCommandOutput>;
|
|
3620
|
+
public updateQueueMaxContacts(
|
|
3621
|
+
args: UpdateQueueMaxContactsCommandInput,
|
|
3622
|
+
cb: (err: any, data?: UpdateQueueMaxContactsCommandOutput) => void
|
|
3623
|
+
): void;
|
|
3624
|
+
public updateQueueMaxContacts(
|
|
3625
|
+
args: UpdateQueueMaxContactsCommandInput,
|
|
3626
|
+
options: __HttpHandlerOptions,
|
|
3627
|
+
cb: (err: any, data?: UpdateQueueMaxContactsCommandOutput) => void
|
|
3628
|
+
): void;
|
|
3629
|
+
public updateQueueMaxContacts(
|
|
3630
|
+
args: UpdateQueueMaxContactsCommandInput,
|
|
3631
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateQueueMaxContactsCommandOutput) => void),
|
|
3632
|
+
cb?: (err: any, data?: UpdateQueueMaxContactsCommandOutput) => void
|
|
3633
|
+
): Promise<UpdateQueueMaxContactsCommandOutput> | void {
|
|
3634
|
+
const command = new UpdateQueueMaxContactsCommand(args);
|
|
3635
|
+
if (typeof optionsOrCb === "function") {
|
|
3636
|
+
this.send(command, optionsOrCb);
|
|
3637
|
+
} else if (typeof cb === "function") {
|
|
3638
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3639
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3640
|
+
} else {
|
|
3641
|
+
return this.send(command, optionsOrCb);
|
|
3642
|
+
}
|
|
3643
|
+
}
|
|
3644
|
+
|
|
3645
|
+
/**
|
|
3646
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
3647
|
+
* <p>Updates the name and description of a queue. At least <code>Name</code> or <code>Description</code> must be provided.</p>
|
|
3648
|
+
*/
|
|
3649
|
+
public updateQueueName(
|
|
3650
|
+
args: UpdateQueueNameCommandInput,
|
|
3651
|
+
options?: __HttpHandlerOptions
|
|
3652
|
+
): Promise<UpdateQueueNameCommandOutput>;
|
|
3653
|
+
public updateQueueName(
|
|
3654
|
+
args: UpdateQueueNameCommandInput,
|
|
3655
|
+
cb: (err: any, data?: UpdateQueueNameCommandOutput) => void
|
|
3656
|
+
): void;
|
|
3657
|
+
public updateQueueName(
|
|
3658
|
+
args: UpdateQueueNameCommandInput,
|
|
3659
|
+
options: __HttpHandlerOptions,
|
|
3660
|
+
cb: (err: any, data?: UpdateQueueNameCommandOutput) => void
|
|
3661
|
+
): void;
|
|
3662
|
+
public updateQueueName(
|
|
3663
|
+
args: UpdateQueueNameCommandInput,
|
|
3664
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateQueueNameCommandOutput) => void),
|
|
3665
|
+
cb?: (err: any, data?: UpdateQueueNameCommandOutput) => void
|
|
3666
|
+
): Promise<UpdateQueueNameCommandOutput> | void {
|
|
3667
|
+
const command = new UpdateQueueNameCommand(args);
|
|
3668
|
+
if (typeof optionsOrCb === "function") {
|
|
3669
|
+
this.send(command, optionsOrCb);
|
|
3670
|
+
} else if (typeof cb === "function") {
|
|
3671
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3672
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3673
|
+
} else {
|
|
3674
|
+
return this.send(command, optionsOrCb);
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3677
|
+
|
|
3678
|
+
/**
|
|
3679
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
3680
|
+
* <p>Updates the outbound caller ID name, number, and outbound whisper flow for a specified
|
|
3681
|
+
* queue.</p>
|
|
3682
|
+
*/
|
|
3683
|
+
public updateQueueOutboundCallerConfig(
|
|
3684
|
+
args: UpdateQueueOutboundCallerConfigCommandInput,
|
|
3685
|
+
options?: __HttpHandlerOptions
|
|
3686
|
+
): Promise<UpdateQueueOutboundCallerConfigCommandOutput>;
|
|
3687
|
+
public updateQueueOutboundCallerConfig(
|
|
3688
|
+
args: UpdateQueueOutboundCallerConfigCommandInput,
|
|
3689
|
+
cb: (err: any, data?: UpdateQueueOutboundCallerConfigCommandOutput) => void
|
|
3690
|
+
): void;
|
|
3691
|
+
public updateQueueOutboundCallerConfig(
|
|
3692
|
+
args: UpdateQueueOutboundCallerConfigCommandInput,
|
|
3693
|
+
options: __HttpHandlerOptions,
|
|
3694
|
+
cb: (err: any, data?: UpdateQueueOutboundCallerConfigCommandOutput) => void
|
|
3695
|
+
): void;
|
|
3696
|
+
public updateQueueOutboundCallerConfig(
|
|
3697
|
+
args: UpdateQueueOutboundCallerConfigCommandInput,
|
|
3698
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateQueueOutboundCallerConfigCommandOutput) => void),
|
|
3699
|
+
cb?: (err: any, data?: UpdateQueueOutboundCallerConfigCommandOutput) => void
|
|
3700
|
+
): Promise<UpdateQueueOutboundCallerConfigCommandOutput> | void {
|
|
3701
|
+
const command = new UpdateQueueOutboundCallerConfigCommand(args);
|
|
3702
|
+
if (typeof optionsOrCb === "function") {
|
|
3703
|
+
this.send(command, optionsOrCb);
|
|
3704
|
+
} else if (typeof cb === "function") {
|
|
3705
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3706
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3707
|
+
} else {
|
|
3708
|
+
return this.send(command, optionsOrCb);
|
|
3709
|
+
}
|
|
3710
|
+
}
|
|
3711
|
+
|
|
3712
|
+
/**
|
|
3713
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
3714
|
+
* <p>Updates the status of the queue.</p>
|
|
3715
|
+
*/
|
|
3716
|
+
public updateQueueStatus(
|
|
3717
|
+
args: UpdateQueueStatusCommandInput,
|
|
3718
|
+
options?: __HttpHandlerOptions
|
|
3719
|
+
): Promise<UpdateQueueStatusCommandOutput>;
|
|
3720
|
+
public updateQueueStatus(
|
|
3721
|
+
args: UpdateQueueStatusCommandInput,
|
|
3722
|
+
cb: (err: any, data?: UpdateQueueStatusCommandOutput) => void
|
|
3723
|
+
): void;
|
|
3724
|
+
public updateQueueStatus(
|
|
3725
|
+
args: UpdateQueueStatusCommandInput,
|
|
3726
|
+
options: __HttpHandlerOptions,
|
|
3727
|
+
cb: (err: any, data?: UpdateQueueStatusCommandOutput) => void
|
|
3728
|
+
): void;
|
|
3729
|
+
public updateQueueStatus(
|
|
3730
|
+
args: UpdateQueueStatusCommandInput,
|
|
3731
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateQueueStatusCommandOutput) => void),
|
|
3732
|
+
cb?: (err: any, data?: UpdateQueueStatusCommandOutput) => void
|
|
3733
|
+
): Promise<UpdateQueueStatusCommandOutput> | void {
|
|
3734
|
+
const command = new UpdateQueueStatusCommand(args);
|
|
3735
|
+
if (typeof optionsOrCb === "function") {
|
|
3736
|
+
this.send(command, optionsOrCb);
|
|
3737
|
+
} else if (typeof cb === "function") {
|
|
3738
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3739
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3740
|
+
} else {
|
|
3741
|
+
return this.send(command, optionsOrCb);
|
|
3742
|
+
}
|
|
3743
|
+
}
|
|
3744
|
+
|
|
3745
|
+
/**
|
|
3746
|
+
* <p>Updates the configuration settings for the specified quick connect.</p>
|
|
3747
|
+
*/
|
|
3748
|
+
public updateQuickConnectConfig(
|
|
3749
|
+
args: UpdateQuickConnectConfigCommandInput,
|
|
3750
|
+
options?: __HttpHandlerOptions
|
|
3751
|
+
): Promise<UpdateQuickConnectConfigCommandOutput>;
|
|
3752
|
+
public updateQuickConnectConfig(
|
|
3753
|
+
args: UpdateQuickConnectConfigCommandInput,
|
|
3754
|
+
cb: (err: any, data?: UpdateQuickConnectConfigCommandOutput) => void
|
|
3755
|
+
): void;
|
|
3756
|
+
public updateQuickConnectConfig(
|
|
3757
|
+
args: UpdateQuickConnectConfigCommandInput,
|
|
3758
|
+
options: __HttpHandlerOptions,
|
|
3759
|
+
cb: (err: any, data?: UpdateQuickConnectConfigCommandOutput) => void
|
|
3760
|
+
): void;
|
|
3761
|
+
public updateQuickConnectConfig(
|
|
3762
|
+
args: UpdateQuickConnectConfigCommandInput,
|
|
3763
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateQuickConnectConfigCommandOutput) => void),
|
|
3764
|
+
cb?: (err: any, data?: UpdateQuickConnectConfigCommandOutput) => void
|
|
3765
|
+
): Promise<UpdateQuickConnectConfigCommandOutput> | void {
|
|
3766
|
+
const command = new UpdateQuickConnectConfigCommand(args);
|
|
3767
|
+
if (typeof optionsOrCb === "function") {
|
|
3768
|
+
this.send(command, optionsOrCb);
|
|
3769
|
+
} else if (typeof cb === "function") {
|
|
3770
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3771
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3772
|
+
} else {
|
|
3773
|
+
return this.send(command, optionsOrCb);
|
|
3774
|
+
}
|
|
3775
|
+
}
|
|
3776
|
+
|
|
3777
|
+
/**
|
|
3778
|
+
* <p>Updates the name and description of a quick connect. The request accepts the following data in JSON format. At least <code>Name</code> or <code>Description</code> must be provided.</p>
|
|
3779
|
+
*/
|
|
3780
|
+
public updateQuickConnectName(
|
|
3781
|
+
args: UpdateQuickConnectNameCommandInput,
|
|
3782
|
+
options?: __HttpHandlerOptions
|
|
3783
|
+
): Promise<UpdateQuickConnectNameCommandOutput>;
|
|
3784
|
+
public updateQuickConnectName(
|
|
3785
|
+
args: UpdateQuickConnectNameCommandInput,
|
|
3786
|
+
cb: (err: any, data?: UpdateQuickConnectNameCommandOutput) => void
|
|
3787
|
+
): void;
|
|
3788
|
+
public updateQuickConnectName(
|
|
3789
|
+
args: UpdateQuickConnectNameCommandInput,
|
|
3790
|
+
options: __HttpHandlerOptions,
|
|
3791
|
+
cb: (err: any, data?: UpdateQuickConnectNameCommandOutput) => void
|
|
3792
|
+
): void;
|
|
3793
|
+
public updateQuickConnectName(
|
|
3794
|
+
args: UpdateQuickConnectNameCommandInput,
|
|
3795
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateQuickConnectNameCommandOutput) => void),
|
|
3796
|
+
cb?: (err: any, data?: UpdateQuickConnectNameCommandOutput) => void
|
|
3797
|
+
): Promise<UpdateQuickConnectNameCommandOutput> | void {
|
|
3798
|
+
const command = new UpdateQuickConnectNameCommand(args);
|
|
3799
|
+
if (typeof optionsOrCb === "function") {
|
|
3800
|
+
this.send(command, optionsOrCb);
|
|
3801
|
+
} else if (typeof cb === "function") {
|
|
3802
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3803
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3804
|
+
} else {
|
|
3805
|
+
return this.send(command, optionsOrCb);
|
|
3806
|
+
}
|
|
3807
|
+
}
|
|
3808
|
+
|
|
3809
|
+
/**
|
|
3810
|
+
* <p>Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing
|
|
3811
|
+
* profile.</p>
|
|
3812
|
+
*/
|
|
3813
|
+
public updateRoutingProfileConcurrency(
|
|
3814
|
+
args: UpdateRoutingProfileConcurrencyCommandInput,
|
|
3815
|
+
options?: __HttpHandlerOptions
|
|
3816
|
+
): Promise<UpdateRoutingProfileConcurrencyCommandOutput>;
|
|
3817
|
+
public updateRoutingProfileConcurrency(
|
|
3818
|
+
args: UpdateRoutingProfileConcurrencyCommandInput,
|
|
3819
|
+
cb: (err: any, data?: UpdateRoutingProfileConcurrencyCommandOutput) => void
|
|
3820
|
+
): void;
|
|
3821
|
+
public updateRoutingProfileConcurrency(
|
|
3822
|
+
args: UpdateRoutingProfileConcurrencyCommandInput,
|
|
3823
|
+
options: __HttpHandlerOptions,
|
|
3824
|
+
cb: (err: any, data?: UpdateRoutingProfileConcurrencyCommandOutput) => void
|
|
3825
|
+
): void;
|
|
3826
|
+
public updateRoutingProfileConcurrency(
|
|
3827
|
+
args: UpdateRoutingProfileConcurrencyCommandInput,
|
|
3828
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateRoutingProfileConcurrencyCommandOutput) => void),
|
|
3829
|
+
cb?: (err: any, data?: UpdateRoutingProfileConcurrencyCommandOutput) => void
|
|
3830
|
+
): Promise<UpdateRoutingProfileConcurrencyCommandOutput> | void {
|
|
3831
|
+
const command = new UpdateRoutingProfileConcurrencyCommand(args);
|
|
3832
|
+
if (typeof optionsOrCb === "function") {
|
|
3833
|
+
this.send(command, optionsOrCb);
|
|
3834
|
+
} else if (typeof cb === "function") {
|
|
3835
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3836
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3837
|
+
} else {
|
|
3838
|
+
return this.send(command, optionsOrCb);
|
|
3839
|
+
}
|
|
3840
|
+
}
|
|
3841
|
+
|
|
3842
|
+
/**
|
|
3843
|
+
* <p>Updates the default outbound queue of a routing profile.</p>
|
|
3844
|
+
*/
|
|
3845
|
+
public updateRoutingProfileDefaultOutboundQueue(
|
|
3846
|
+
args: UpdateRoutingProfileDefaultOutboundQueueCommandInput,
|
|
3847
|
+
options?: __HttpHandlerOptions
|
|
3848
|
+
): Promise<UpdateRoutingProfileDefaultOutboundQueueCommandOutput>;
|
|
3849
|
+
public updateRoutingProfileDefaultOutboundQueue(
|
|
3850
|
+
args: UpdateRoutingProfileDefaultOutboundQueueCommandInput,
|
|
3851
|
+
cb: (err: any, data?: UpdateRoutingProfileDefaultOutboundQueueCommandOutput) => void
|
|
3852
|
+
): void;
|
|
3853
|
+
public updateRoutingProfileDefaultOutboundQueue(
|
|
3854
|
+
args: UpdateRoutingProfileDefaultOutboundQueueCommandInput,
|
|
3855
|
+
options: __HttpHandlerOptions,
|
|
3856
|
+
cb: (err: any, data?: UpdateRoutingProfileDefaultOutboundQueueCommandOutput) => void
|
|
3857
|
+
): void;
|
|
3858
|
+
public updateRoutingProfileDefaultOutboundQueue(
|
|
3859
|
+
args: UpdateRoutingProfileDefaultOutboundQueueCommandInput,
|
|
3860
|
+
optionsOrCb?:
|
|
3861
|
+
| __HttpHandlerOptions
|
|
3862
|
+
| ((err: any, data?: UpdateRoutingProfileDefaultOutboundQueueCommandOutput) => void),
|
|
3863
|
+
cb?: (err: any, data?: UpdateRoutingProfileDefaultOutboundQueueCommandOutput) => void
|
|
3864
|
+
): Promise<UpdateRoutingProfileDefaultOutboundQueueCommandOutput> | void {
|
|
3865
|
+
const command = new UpdateRoutingProfileDefaultOutboundQueueCommand(args);
|
|
3866
|
+
if (typeof optionsOrCb === "function") {
|
|
3867
|
+
this.send(command, optionsOrCb);
|
|
3868
|
+
} else if (typeof cb === "function") {
|
|
3869
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3870
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3871
|
+
} else {
|
|
3872
|
+
return this.send(command, optionsOrCb);
|
|
3873
|
+
}
|
|
3874
|
+
}
|
|
3875
|
+
|
|
3876
|
+
/**
|
|
3877
|
+
* <p>Updates the name and description of a routing profile. The request accepts the following data in JSON format.
|
|
3878
|
+
* At least <code>Name</code> or <code>Description</code> must be provided.</p>
|
|
3879
|
+
*/
|
|
3880
|
+
public updateRoutingProfileName(
|
|
3881
|
+
args: UpdateRoutingProfileNameCommandInput,
|
|
3882
|
+
options?: __HttpHandlerOptions
|
|
3883
|
+
): Promise<UpdateRoutingProfileNameCommandOutput>;
|
|
3884
|
+
public updateRoutingProfileName(
|
|
3885
|
+
args: UpdateRoutingProfileNameCommandInput,
|
|
3886
|
+
cb: (err: any, data?: UpdateRoutingProfileNameCommandOutput) => void
|
|
3887
|
+
): void;
|
|
3888
|
+
public updateRoutingProfileName(
|
|
3889
|
+
args: UpdateRoutingProfileNameCommandInput,
|
|
3890
|
+
options: __HttpHandlerOptions,
|
|
3891
|
+
cb: (err: any, data?: UpdateRoutingProfileNameCommandOutput) => void
|
|
3892
|
+
): void;
|
|
3893
|
+
public updateRoutingProfileName(
|
|
3894
|
+
args: UpdateRoutingProfileNameCommandInput,
|
|
3895
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateRoutingProfileNameCommandOutput) => void),
|
|
3896
|
+
cb?: (err: any, data?: UpdateRoutingProfileNameCommandOutput) => void
|
|
3897
|
+
): Promise<UpdateRoutingProfileNameCommandOutput> | void {
|
|
3898
|
+
const command = new UpdateRoutingProfileNameCommand(args);
|
|
3899
|
+
if (typeof optionsOrCb === "function") {
|
|
3900
|
+
this.send(command, optionsOrCb);
|
|
3901
|
+
} else if (typeof cb === "function") {
|
|
3902
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3903
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3904
|
+
} else {
|
|
3905
|
+
return this.send(command, optionsOrCb);
|
|
3906
|
+
}
|
|
3907
|
+
}
|
|
3908
|
+
|
|
3909
|
+
/**
|
|
3910
|
+
* <p>Updates the properties associated with a set of queues for a routing profile.</p>
|
|
3911
|
+
*/
|
|
3912
|
+
public updateRoutingProfileQueues(
|
|
3913
|
+
args: UpdateRoutingProfileQueuesCommandInput,
|
|
3914
|
+
options?: __HttpHandlerOptions
|
|
3915
|
+
): Promise<UpdateRoutingProfileQueuesCommandOutput>;
|
|
3916
|
+
public updateRoutingProfileQueues(
|
|
3917
|
+
args: UpdateRoutingProfileQueuesCommandInput,
|
|
3918
|
+
cb: (err: any, data?: UpdateRoutingProfileQueuesCommandOutput) => void
|
|
3919
|
+
): void;
|
|
3920
|
+
public updateRoutingProfileQueues(
|
|
3921
|
+
args: UpdateRoutingProfileQueuesCommandInput,
|
|
3922
|
+
options: __HttpHandlerOptions,
|
|
3923
|
+
cb: (err: any, data?: UpdateRoutingProfileQueuesCommandOutput) => void
|
|
3924
|
+
): void;
|
|
3925
|
+
public updateRoutingProfileQueues(
|
|
3926
|
+
args: UpdateRoutingProfileQueuesCommandInput,
|
|
3927
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateRoutingProfileQueuesCommandOutput) => void),
|
|
3928
|
+
cb?: (err: any, data?: UpdateRoutingProfileQueuesCommandOutput) => void
|
|
3929
|
+
): Promise<UpdateRoutingProfileQueuesCommandOutput> | void {
|
|
3930
|
+
const command = new UpdateRoutingProfileQueuesCommand(args);
|
|
3931
|
+
if (typeof optionsOrCb === "function") {
|
|
3932
|
+
this.send(command, optionsOrCb);
|
|
3933
|
+
} else if (typeof cb === "function") {
|
|
3934
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3935
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3936
|
+
} else {
|
|
3937
|
+
return this.send(command, optionsOrCb);
|
|
3938
|
+
}
|
|
3939
|
+
}
|
|
3940
|
+
|
|
3941
|
+
/**
|
|
3942
|
+
* <p>Assigns the specified hierarchy group to the specified user.</p>
|
|
3943
|
+
*/
|
|
3944
|
+
public updateUserHierarchy(
|
|
3945
|
+
args: UpdateUserHierarchyCommandInput,
|
|
3946
|
+
options?: __HttpHandlerOptions
|
|
3947
|
+
): Promise<UpdateUserHierarchyCommandOutput>;
|
|
3948
|
+
public updateUserHierarchy(
|
|
3949
|
+
args: UpdateUserHierarchyCommandInput,
|
|
3950
|
+
cb: (err: any, data?: UpdateUserHierarchyCommandOutput) => void
|
|
3951
|
+
): void;
|
|
3952
|
+
public updateUserHierarchy(
|
|
3953
|
+
args: UpdateUserHierarchyCommandInput,
|
|
3954
|
+
options: __HttpHandlerOptions,
|
|
3955
|
+
cb: (err: any, data?: UpdateUserHierarchyCommandOutput) => void
|
|
3956
|
+
): void;
|
|
3957
|
+
public updateUserHierarchy(
|
|
3958
|
+
args: UpdateUserHierarchyCommandInput,
|
|
3959
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateUserHierarchyCommandOutput) => void),
|
|
3960
|
+
cb?: (err: any, data?: UpdateUserHierarchyCommandOutput) => void
|
|
3961
|
+
): Promise<UpdateUserHierarchyCommandOutput> | void {
|
|
3962
|
+
const command = new UpdateUserHierarchyCommand(args);
|
|
3963
|
+
if (typeof optionsOrCb === "function") {
|
|
3964
|
+
this.send(command, optionsOrCb);
|
|
3965
|
+
} else if (typeof cb === "function") {
|
|
3966
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3967
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3968
|
+
} else {
|
|
3969
|
+
return this.send(command, optionsOrCb);
|
|
3970
|
+
}
|
|
3971
|
+
}
|
|
3972
|
+
|
|
3973
|
+
/**
|
|
3974
|
+
* <p>Updates the name of the user hierarchy group. </p>
|
|
3975
|
+
*/
|
|
3976
|
+
public updateUserHierarchyGroupName(
|
|
3977
|
+
args: UpdateUserHierarchyGroupNameCommandInput,
|
|
3978
|
+
options?: __HttpHandlerOptions
|
|
3979
|
+
): Promise<UpdateUserHierarchyGroupNameCommandOutput>;
|
|
3980
|
+
public updateUserHierarchyGroupName(
|
|
3981
|
+
args: UpdateUserHierarchyGroupNameCommandInput,
|
|
3982
|
+
cb: (err: any, data?: UpdateUserHierarchyGroupNameCommandOutput) => void
|
|
3983
|
+
): void;
|
|
3984
|
+
public updateUserHierarchyGroupName(
|
|
3985
|
+
args: UpdateUserHierarchyGroupNameCommandInput,
|
|
3986
|
+
options: __HttpHandlerOptions,
|
|
3987
|
+
cb: (err: any, data?: UpdateUserHierarchyGroupNameCommandOutput) => void
|
|
3988
|
+
): void;
|
|
3989
|
+
public updateUserHierarchyGroupName(
|
|
3990
|
+
args: UpdateUserHierarchyGroupNameCommandInput,
|
|
3991
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateUserHierarchyGroupNameCommandOutput) => void),
|
|
3992
|
+
cb?: (err: any, data?: UpdateUserHierarchyGroupNameCommandOutput) => void
|
|
3993
|
+
): Promise<UpdateUserHierarchyGroupNameCommandOutput> | void {
|
|
3994
|
+
const command = new UpdateUserHierarchyGroupNameCommand(args);
|
|
3995
|
+
if (typeof optionsOrCb === "function") {
|
|
3996
|
+
this.send(command, optionsOrCb);
|
|
3997
|
+
} else if (typeof cb === "function") {
|
|
3998
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3999
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
4000
|
+
} else {
|
|
4001
|
+
return this.send(command, optionsOrCb);
|
|
4002
|
+
}
|
|
4003
|
+
}
|
|
4004
|
+
|
|
4005
|
+
/**
|
|
4006
|
+
* <p>Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.</p>
|
|
4007
|
+
*/
|
|
4008
|
+
public updateUserHierarchyStructure(
|
|
4009
|
+
args: UpdateUserHierarchyStructureCommandInput,
|
|
4010
|
+
options?: __HttpHandlerOptions
|
|
4011
|
+
): Promise<UpdateUserHierarchyStructureCommandOutput>;
|
|
4012
|
+
public updateUserHierarchyStructure(
|
|
4013
|
+
args: UpdateUserHierarchyStructureCommandInput,
|
|
4014
|
+
cb: (err: any, data?: UpdateUserHierarchyStructureCommandOutput) => void
|
|
4015
|
+
): void;
|
|
4016
|
+
public updateUserHierarchyStructure(
|
|
4017
|
+
args: UpdateUserHierarchyStructureCommandInput,
|
|
4018
|
+
options: __HttpHandlerOptions,
|
|
4019
|
+
cb: (err: any, data?: UpdateUserHierarchyStructureCommandOutput) => void
|
|
4020
|
+
): void;
|
|
4021
|
+
public updateUserHierarchyStructure(
|
|
4022
|
+
args: UpdateUserHierarchyStructureCommandInput,
|
|
4023
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateUserHierarchyStructureCommandOutput) => void),
|
|
4024
|
+
cb?: (err: any, data?: UpdateUserHierarchyStructureCommandOutput) => void
|
|
4025
|
+
): Promise<UpdateUserHierarchyStructureCommandOutput> | void {
|
|
4026
|
+
const command = new UpdateUserHierarchyStructureCommand(args);
|
|
4027
|
+
if (typeof optionsOrCb === "function") {
|
|
4028
|
+
this.send(command, optionsOrCb);
|
|
4029
|
+
} else if (typeof cb === "function") {
|
|
4030
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4031
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
4032
|
+
} else {
|
|
4033
|
+
return this.send(command, optionsOrCb);
|
|
4034
|
+
}
|
|
4035
|
+
}
|
|
4036
|
+
|
|
4037
|
+
/**
|
|
4038
|
+
* <p>Updates the identity information for the specified user.</p>
|
|
4039
|
+
* <important>
|
|
4040
|
+
* <p>We strongly recommend limiting who has the ability to invoke
|
|
4041
|
+
* <code>UpdateUserIdentityInfo</code>. Someone with that ability can change the login credentials
|
|
4042
|
+
* of other users by changing their email address. This poses a security risk to your organization.
|
|
4043
|
+
* They can change the email address of a user to the attacker's email address, and then reset the
|
|
4044
|
+
* password through email. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-best-practices.html">Best Practices for
|
|
4045
|
+
* Security Profiles</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
4046
|
+
* </important>
|
|
4047
|
+
*/
|
|
4048
|
+
public updateUserIdentityInfo(
|
|
4049
|
+
args: UpdateUserIdentityInfoCommandInput,
|
|
4050
|
+
options?: __HttpHandlerOptions
|
|
4051
|
+
): Promise<UpdateUserIdentityInfoCommandOutput>;
|
|
4052
|
+
public updateUserIdentityInfo(
|
|
4053
|
+
args: UpdateUserIdentityInfoCommandInput,
|
|
4054
|
+
cb: (err: any, data?: UpdateUserIdentityInfoCommandOutput) => void
|
|
4055
|
+
): void;
|
|
4056
|
+
public updateUserIdentityInfo(
|
|
4057
|
+
args: UpdateUserIdentityInfoCommandInput,
|
|
4058
|
+
options: __HttpHandlerOptions,
|
|
4059
|
+
cb: (err: any, data?: UpdateUserIdentityInfoCommandOutput) => void
|
|
4060
|
+
): void;
|
|
4061
|
+
public updateUserIdentityInfo(
|
|
4062
|
+
args: UpdateUserIdentityInfoCommandInput,
|
|
4063
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateUserIdentityInfoCommandOutput) => void),
|
|
4064
|
+
cb?: (err: any, data?: UpdateUserIdentityInfoCommandOutput) => void
|
|
4065
|
+
): Promise<UpdateUserIdentityInfoCommandOutput> | void {
|
|
4066
|
+
const command = new UpdateUserIdentityInfoCommand(args);
|
|
4067
|
+
if (typeof optionsOrCb === "function") {
|
|
4068
|
+
this.send(command, optionsOrCb);
|
|
4069
|
+
} else if (typeof cb === "function") {
|
|
4070
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4071
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
4072
|
+
} else {
|
|
4073
|
+
return this.send(command, optionsOrCb);
|
|
4074
|
+
}
|
|
4075
|
+
}
|
|
4076
|
+
|
|
4077
|
+
/**
|
|
4078
|
+
* <p>Updates the phone configuration settings for the specified user.</p>
|
|
4079
|
+
*/
|
|
4080
|
+
public updateUserPhoneConfig(
|
|
4081
|
+
args: UpdateUserPhoneConfigCommandInput,
|
|
4082
|
+
options?: __HttpHandlerOptions
|
|
4083
|
+
): Promise<UpdateUserPhoneConfigCommandOutput>;
|
|
4084
|
+
public updateUserPhoneConfig(
|
|
4085
|
+
args: UpdateUserPhoneConfigCommandInput,
|
|
4086
|
+
cb: (err: any, data?: UpdateUserPhoneConfigCommandOutput) => void
|
|
4087
|
+
): void;
|
|
4088
|
+
public updateUserPhoneConfig(
|
|
4089
|
+
args: UpdateUserPhoneConfigCommandInput,
|
|
4090
|
+
options: __HttpHandlerOptions,
|
|
4091
|
+
cb: (err: any, data?: UpdateUserPhoneConfigCommandOutput) => void
|
|
4092
|
+
): void;
|
|
4093
|
+
public updateUserPhoneConfig(
|
|
4094
|
+
args: UpdateUserPhoneConfigCommandInput,
|
|
4095
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateUserPhoneConfigCommandOutput) => void),
|
|
4096
|
+
cb?: (err: any, data?: UpdateUserPhoneConfigCommandOutput) => void
|
|
4097
|
+
): Promise<UpdateUserPhoneConfigCommandOutput> | void {
|
|
4098
|
+
const command = new UpdateUserPhoneConfigCommand(args);
|
|
4099
|
+
if (typeof optionsOrCb === "function") {
|
|
4100
|
+
this.send(command, optionsOrCb);
|
|
4101
|
+
} else if (typeof cb === "function") {
|
|
4102
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4103
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
4104
|
+
} else {
|
|
4105
|
+
return this.send(command, optionsOrCb);
|
|
4106
|
+
}
|
|
4107
|
+
}
|
|
4108
|
+
|
|
4109
|
+
/**
|
|
4110
|
+
* <p>Assigns the specified routing profile to the specified user.</p>
|
|
4111
|
+
*/
|
|
4112
|
+
public updateUserRoutingProfile(
|
|
4113
|
+
args: UpdateUserRoutingProfileCommandInput,
|
|
4114
|
+
options?: __HttpHandlerOptions
|
|
4115
|
+
): Promise<UpdateUserRoutingProfileCommandOutput>;
|
|
4116
|
+
public updateUserRoutingProfile(
|
|
4117
|
+
args: UpdateUserRoutingProfileCommandInput,
|
|
4118
|
+
cb: (err: any, data?: UpdateUserRoutingProfileCommandOutput) => void
|
|
4119
|
+
): void;
|
|
4120
|
+
public updateUserRoutingProfile(
|
|
4121
|
+
args: UpdateUserRoutingProfileCommandInput,
|
|
4122
|
+
options: __HttpHandlerOptions,
|
|
4123
|
+
cb: (err: any, data?: UpdateUserRoutingProfileCommandOutput) => void
|
|
4124
|
+
): void;
|
|
4125
|
+
public updateUserRoutingProfile(
|
|
4126
|
+
args: UpdateUserRoutingProfileCommandInput,
|
|
4127
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateUserRoutingProfileCommandOutput) => void),
|
|
4128
|
+
cb?: (err: any, data?: UpdateUserRoutingProfileCommandOutput) => void
|
|
4129
|
+
): Promise<UpdateUserRoutingProfileCommandOutput> | void {
|
|
4130
|
+
const command = new UpdateUserRoutingProfileCommand(args);
|
|
4131
|
+
if (typeof optionsOrCb === "function") {
|
|
4132
|
+
this.send(command, optionsOrCb);
|
|
4133
|
+
} else if (typeof cb === "function") {
|
|
4134
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4135
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
4136
|
+
} else {
|
|
4137
|
+
return this.send(command, optionsOrCb);
|
|
4138
|
+
}
|
|
4139
|
+
}
|
|
4140
|
+
|
|
4141
|
+
/**
|
|
4142
|
+
* <p>Assigns the specified security profiles to the specified user.</p>
|
|
4143
|
+
*/
|
|
4144
|
+
public updateUserSecurityProfiles(
|
|
4145
|
+
args: UpdateUserSecurityProfilesCommandInput,
|
|
4146
|
+
options?: __HttpHandlerOptions
|
|
4147
|
+
): Promise<UpdateUserSecurityProfilesCommandOutput>;
|
|
4148
|
+
public updateUserSecurityProfiles(
|
|
4149
|
+
args: UpdateUserSecurityProfilesCommandInput,
|
|
4150
|
+
cb: (err: any, data?: UpdateUserSecurityProfilesCommandOutput) => void
|
|
4151
|
+
): void;
|
|
4152
|
+
public updateUserSecurityProfiles(
|
|
4153
|
+
args: UpdateUserSecurityProfilesCommandInput,
|
|
4154
|
+
options: __HttpHandlerOptions,
|
|
4155
|
+
cb: (err: any, data?: UpdateUserSecurityProfilesCommandOutput) => void
|
|
4156
|
+
): void;
|
|
4157
|
+
public updateUserSecurityProfiles(
|
|
4158
|
+
args: UpdateUserSecurityProfilesCommandInput,
|
|
4159
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateUserSecurityProfilesCommandOutput) => void),
|
|
4160
|
+
cb?: (err: any, data?: UpdateUserSecurityProfilesCommandOutput) => void
|
|
4161
|
+
): Promise<UpdateUserSecurityProfilesCommandOutput> | void {
|
|
4162
|
+
const command = new UpdateUserSecurityProfilesCommand(args);
|
|
4163
|
+
if (typeof optionsOrCb === "function") {
|
|
4164
|
+
this.send(command, optionsOrCb);
|
|
4165
|
+
} else if (typeof cb === "function") {
|
|
4166
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4167
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
4168
|
+
} else {
|
|
4169
|
+
return this.send(command, optionsOrCb);
|
|
4170
|
+
}
|
|
4171
|
+
}
|
|
4172
|
+
}
|