@aws-sdk/client-connect 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/Connect.js +1642 -0
- package/dist-cjs/ConnectClient.js +35 -0
- package/dist-cjs/commands/AssociateApprovedOriginCommand.js +36 -0
- package/dist-cjs/commands/AssociateBotCommand.js +36 -0
- package/dist-cjs/commands/AssociateInstanceStorageConfigCommand.js +36 -0
- package/dist-cjs/commands/AssociateLambdaFunctionCommand.js +36 -0
- package/dist-cjs/commands/AssociateLexBotCommand.js +36 -0
- package/dist-cjs/commands/AssociateQueueQuickConnectsCommand.js +36 -0
- package/dist-cjs/commands/AssociateRoutingProfileQueuesCommand.js +36 -0
- package/dist-cjs/commands/AssociateSecurityKeyCommand.js +36 -0
- package/dist-cjs/commands/CreateAgentStatusCommand.js +36 -0
- package/dist-cjs/commands/CreateContactFlowCommand.js +36 -0
- package/dist-cjs/commands/CreateHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/CreateInstanceCommand.js +36 -0
- package/dist-cjs/commands/CreateIntegrationAssociationCommand.js +36 -0
- package/dist-cjs/commands/CreateQueueCommand.js +36 -0
- package/dist-cjs/commands/CreateQuickConnectCommand.js +36 -0
- package/dist-cjs/commands/CreateRoutingProfileCommand.js +36 -0
- package/dist-cjs/commands/CreateUseCaseCommand.js +36 -0
- package/dist-cjs/commands/CreateUserCommand.js +36 -0
- package/dist-cjs/commands/CreateUserHierarchyGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/DeleteInstanceCommand.js +36 -0
- package/dist-cjs/commands/DeleteIntegrationAssociationCommand.js +36 -0
- package/dist-cjs/commands/DeleteQuickConnectCommand.js +36 -0
- package/dist-cjs/commands/DeleteUseCaseCommand.js +36 -0
- package/dist-cjs/commands/DeleteUserCommand.js +36 -0
- package/dist-cjs/commands/DeleteUserHierarchyGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeAgentStatusCommand.js +36 -0
- package/dist-cjs/commands/DescribeContactFlowCommand.js +36 -0
- package/dist-cjs/commands/DescribeHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/DescribeInstanceAttributeCommand.js +36 -0
- package/dist-cjs/commands/DescribeInstanceCommand.js +36 -0
- package/dist-cjs/commands/DescribeInstanceStorageConfigCommand.js +36 -0
- package/dist-cjs/commands/DescribeQueueCommand.js +36 -0
- package/dist-cjs/commands/DescribeQuickConnectCommand.js +36 -0
- package/dist-cjs/commands/DescribeRoutingProfileCommand.js +36 -0
- package/dist-cjs/commands/DescribeUserCommand.js +36 -0
- package/dist-cjs/commands/DescribeUserHierarchyGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeUserHierarchyStructureCommand.js +36 -0
- package/dist-cjs/commands/DisassociateApprovedOriginCommand.js +36 -0
- package/dist-cjs/commands/DisassociateBotCommand.js +36 -0
- package/dist-cjs/commands/DisassociateInstanceStorageConfigCommand.js +36 -0
- package/dist-cjs/commands/DisassociateLambdaFunctionCommand.js +36 -0
- package/dist-cjs/commands/DisassociateLexBotCommand.js +36 -0
- package/dist-cjs/commands/DisassociateQueueQuickConnectsCommand.js +36 -0
- package/dist-cjs/commands/DisassociateRoutingProfileQueuesCommand.js +36 -0
- package/dist-cjs/commands/DisassociateSecurityKeyCommand.js +36 -0
- package/dist-cjs/commands/GetContactAttributesCommand.js +36 -0
- package/dist-cjs/commands/GetCurrentMetricDataCommand.js +36 -0
- package/dist-cjs/commands/GetFederationTokenCommand.js +36 -0
- package/dist-cjs/commands/GetMetricDataCommand.js +36 -0
- package/dist-cjs/commands/ListAgentStatusesCommand.js +36 -0
- package/dist-cjs/commands/ListApprovedOriginsCommand.js +36 -0
- package/dist-cjs/commands/ListBotsCommand.js +36 -0
- package/dist-cjs/commands/ListContactFlowsCommand.js +36 -0
- package/dist-cjs/commands/ListHoursOfOperationsCommand.js +36 -0
- package/dist-cjs/commands/ListInstanceAttributesCommand.js +36 -0
- package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js +36 -0
- package/dist-cjs/commands/ListInstancesCommand.js +36 -0
- package/dist-cjs/commands/ListIntegrationAssociationsCommand.js +36 -0
- package/dist-cjs/commands/ListLambdaFunctionsCommand.js +36 -0
- package/dist-cjs/commands/ListLexBotsCommand.js +36 -0
- package/dist-cjs/commands/ListPhoneNumbersCommand.js +36 -0
- package/dist-cjs/commands/ListPromptsCommand.js +36 -0
- package/dist-cjs/commands/ListQueueQuickConnectsCommand.js +36 -0
- package/dist-cjs/commands/ListQueuesCommand.js +36 -0
- package/dist-cjs/commands/ListQuickConnectsCommand.js +36 -0
- package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js +36 -0
- package/dist-cjs/commands/ListRoutingProfilesCommand.js +36 -0
- package/dist-cjs/commands/ListSecurityKeysCommand.js +36 -0
- package/dist-cjs/commands/ListSecurityProfilesCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ListUseCasesCommand.js +36 -0
- package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListUsersCommand.js +36 -0
- package/dist-cjs/commands/ResumeContactRecordingCommand.js +36 -0
- package/dist-cjs/commands/StartChatContactCommand.js +36 -0
- package/dist-cjs/commands/StartContactRecordingCommand.js +36 -0
- package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +36 -0
- package/dist-cjs/commands/StartTaskContactCommand.js +36 -0
- package/dist-cjs/commands/StopContactCommand.js +36 -0
- package/dist-cjs/commands/StopContactRecordingCommand.js +36 -0
- package/dist-cjs/commands/SuspendContactRecordingCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactAttributesCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowContentCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +36 -0
- package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueStatusCommand.js +36 -0
- package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +36 -0
- package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +36 -0
- package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserHierarchyCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js +36 -0
- package/dist-cjs/endpoints.js +56 -0
- package/dist-cjs/index.js +141 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +2021 -0
- package/dist-cjs/pagination/GetCurrentMetricDataPaginator.js +35 -0
- package/dist-cjs/pagination/GetMetricDataPaginator.js +35 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAgentStatusesPaginator.js +35 -0
- package/dist-cjs/pagination/ListApprovedOriginsPaginator.js +35 -0
- package/dist-cjs/pagination/ListBotsPaginator.js +35 -0
- package/dist-cjs/pagination/ListContactFlowsPaginator.js +35 -0
- package/dist-cjs/pagination/ListHoursOfOperationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListInstanceAttributesPaginator.js +35 -0
- package/dist-cjs/pagination/ListInstanceStorageConfigsPaginator.js +35 -0
- package/dist-cjs/pagination/ListInstancesPaginator.js +35 -0
- package/dist-cjs/pagination/ListIntegrationAssociationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListLambdaFunctionsPaginator.js +35 -0
- package/dist-cjs/pagination/ListLexBotsPaginator.js +35 -0
- package/dist-cjs/pagination/ListPhoneNumbersPaginator.js +35 -0
- package/dist-cjs/pagination/ListPromptsPaginator.js +35 -0
- package/dist-cjs/pagination/ListQueueQuickConnectsPaginator.js +35 -0
- package/dist-cjs/pagination/ListQueuesPaginator.js +35 -0
- package/dist-cjs/pagination/ListQuickConnectsPaginator.js +35 -0
- package/dist-cjs/pagination/ListRoutingProfileQueuesPaginator.js +35 -0
- package/dist-cjs/pagination/ListRoutingProfilesPaginator.js +35 -0
- package/dist-cjs/pagination/ListSecurityKeysPaginator.js +35 -0
- package/dist-cjs/pagination/ListSecurityProfilesPaginator.js +35 -0
- package/dist-cjs/pagination/ListUseCasesPaginator.js +35 -0
- package/dist-cjs/pagination/ListUserHierarchyGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListUsersPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_restJson1.js +14360 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/Connect.js +1645 -0
- package/dist-es/ConnectClient.js +37 -0
- package/dist-es/commands/AssociateApprovedOriginCommand.js +39 -0
- package/dist-es/commands/AssociateBotCommand.js +39 -0
- package/dist-es/commands/AssociateInstanceStorageConfigCommand.js +39 -0
- package/dist-es/commands/AssociateLambdaFunctionCommand.js +39 -0
- package/dist-es/commands/AssociateLexBotCommand.js +39 -0
- package/dist-es/commands/AssociateQueueQuickConnectsCommand.js +39 -0
- package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js +39 -0
- package/dist-es/commands/AssociateSecurityKeyCommand.js +39 -0
- package/dist-es/commands/CreateAgentStatusCommand.js +39 -0
- package/dist-es/commands/CreateContactFlowCommand.js +39 -0
- package/dist-es/commands/CreateHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/CreateInstanceCommand.js +39 -0
- package/dist-es/commands/CreateIntegrationAssociationCommand.js +39 -0
- package/dist-es/commands/CreateQueueCommand.js +39 -0
- package/dist-es/commands/CreateQuickConnectCommand.js +39 -0
- package/dist-es/commands/CreateRoutingProfileCommand.js +39 -0
- package/dist-es/commands/CreateUseCaseCommand.js +39 -0
- package/dist-es/commands/CreateUserCommand.js +39 -0
- package/dist-es/commands/CreateUserHierarchyGroupCommand.js +39 -0
- package/dist-es/commands/DeleteHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/DeleteInstanceCommand.js +39 -0
- package/dist-es/commands/DeleteIntegrationAssociationCommand.js +39 -0
- package/dist-es/commands/DeleteQuickConnectCommand.js +39 -0
- package/dist-es/commands/DeleteUseCaseCommand.js +39 -0
- package/dist-es/commands/DeleteUserCommand.js +39 -0
- package/dist-es/commands/DeleteUserHierarchyGroupCommand.js +39 -0
- package/dist-es/commands/DescribeAgentStatusCommand.js +39 -0
- package/dist-es/commands/DescribeContactFlowCommand.js +39 -0
- package/dist-es/commands/DescribeHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/DescribeInstanceAttributeCommand.js +39 -0
- package/dist-es/commands/DescribeInstanceCommand.js +39 -0
- package/dist-es/commands/DescribeInstanceStorageConfigCommand.js +39 -0
- package/dist-es/commands/DescribeQueueCommand.js +39 -0
- package/dist-es/commands/DescribeQuickConnectCommand.js +39 -0
- package/dist-es/commands/DescribeRoutingProfileCommand.js +39 -0
- package/dist-es/commands/DescribeUserCommand.js +39 -0
- package/dist-es/commands/DescribeUserHierarchyGroupCommand.js +39 -0
- package/dist-es/commands/DescribeUserHierarchyStructureCommand.js +39 -0
- package/dist-es/commands/DisassociateApprovedOriginCommand.js +39 -0
- package/dist-es/commands/DisassociateBotCommand.js +39 -0
- package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js +39 -0
- package/dist-es/commands/DisassociateLambdaFunctionCommand.js +39 -0
- package/dist-es/commands/DisassociateLexBotCommand.js +39 -0
- package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js +39 -0
- package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js +39 -0
- package/dist-es/commands/DisassociateSecurityKeyCommand.js +39 -0
- package/dist-es/commands/GetContactAttributesCommand.js +39 -0
- package/dist-es/commands/GetCurrentMetricDataCommand.js +39 -0
- package/dist-es/commands/GetFederationTokenCommand.js +39 -0
- package/dist-es/commands/GetMetricDataCommand.js +39 -0
- package/dist-es/commands/ListAgentStatusesCommand.js +39 -0
- package/dist-es/commands/ListApprovedOriginsCommand.js +39 -0
- package/dist-es/commands/ListBotsCommand.js +39 -0
- package/dist-es/commands/ListContactFlowsCommand.js +39 -0
- package/dist-es/commands/ListHoursOfOperationsCommand.js +39 -0
- package/dist-es/commands/ListInstanceAttributesCommand.js +39 -0
- package/dist-es/commands/ListInstanceStorageConfigsCommand.js +39 -0
- package/dist-es/commands/ListInstancesCommand.js +39 -0
- package/dist-es/commands/ListIntegrationAssociationsCommand.js +39 -0
- package/dist-es/commands/ListLambdaFunctionsCommand.js +39 -0
- package/dist-es/commands/ListLexBotsCommand.js +39 -0
- package/dist-es/commands/ListPhoneNumbersCommand.js +39 -0
- package/dist-es/commands/ListPromptsCommand.js +39 -0
- package/dist-es/commands/ListQueueQuickConnectsCommand.js +39 -0
- package/dist-es/commands/ListQueuesCommand.js +39 -0
- package/dist-es/commands/ListQuickConnectsCommand.js +39 -0
- package/dist-es/commands/ListRoutingProfileQueuesCommand.js +39 -0
- package/dist-es/commands/ListRoutingProfilesCommand.js +39 -0
- package/dist-es/commands/ListSecurityKeysCommand.js +39 -0
- package/dist-es/commands/ListSecurityProfilesCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListUseCasesCommand.js +39 -0
- package/dist-es/commands/ListUserHierarchyGroupsCommand.js +39 -0
- package/dist-es/commands/ListUsersCommand.js +39 -0
- package/dist-es/commands/ResumeContactRecordingCommand.js +39 -0
- package/dist-es/commands/StartChatContactCommand.js +39 -0
- package/dist-es/commands/StartContactRecordingCommand.js +39 -0
- package/dist-es/commands/StartOutboundVoiceContactCommand.js +39 -0
- package/dist-es/commands/StartTaskContactCommand.js +39 -0
- package/dist-es/commands/StopContactCommand.js +39 -0
- package/dist-es/commands/StopContactRecordingCommand.js +39 -0
- package/dist-es/commands/SuspendContactRecordingCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateAgentStatusCommand.js +39 -0
- package/dist-es/commands/UpdateContactAttributesCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowContentCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowNameCommand.js +39 -0
- package/dist-es/commands/UpdateHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/UpdateInstanceAttributeCommand.js +39 -0
- package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +39 -0
- package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/UpdateQueueMaxContactsCommand.js +39 -0
- package/dist-es/commands/UpdateQueueNameCommand.js +39 -0
- package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +39 -0
- package/dist-es/commands/UpdateQueueStatusCommand.js +39 -0
- package/dist-es/commands/UpdateQuickConnectConfigCommand.js +39 -0
- package/dist-es/commands/UpdateQuickConnectNameCommand.js +39 -0
- package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +39 -0
- package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +39 -0
- package/dist-es/commands/UpdateRoutingProfileNameCommand.js +39 -0
- package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +39 -0
- package/dist-es/commands/UpdateUserHierarchyCommand.js +39 -0
- package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +39 -0
- package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +39 -0
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +39 -0
- package/dist-es/commands/UpdateUserPhoneConfigCommand.js +39 -0
- package/dist-es/commands/UpdateUserRoutingProfileCommand.js +39 -0
- package/dist-es/commands/UpdateUserSecurityProfilesCommand.js +39 -0
- package/dist-es/endpoints.js +52 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1492 -0
- package/dist-es/pagination/GetCurrentMetricDataPaginator.js +74 -0
- package/dist-es/pagination/GetMetricDataPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAgentStatusesPaginator.js +74 -0
- package/dist-es/pagination/ListApprovedOriginsPaginator.js +74 -0
- package/dist-es/pagination/ListBotsPaginator.js +74 -0
- package/dist-es/pagination/ListContactFlowsPaginator.js +74 -0
- package/dist-es/pagination/ListHoursOfOperationsPaginator.js +74 -0
- package/dist-es/pagination/ListInstanceAttributesPaginator.js +74 -0
- package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js +74 -0
- package/dist-es/pagination/ListInstancesPaginator.js +74 -0
- package/dist-es/pagination/ListIntegrationAssociationsPaginator.js +74 -0
- package/dist-es/pagination/ListLambdaFunctionsPaginator.js +74 -0
- package/dist-es/pagination/ListLexBotsPaginator.js +74 -0
- package/dist-es/pagination/ListPhoneNumbersPaginator.js +74 -0
- package/dist-es/pagination/ListPromptsPaginator.js +74 -0
- package/dist-es/pagination/ListQueueQuickConnectsPaginator.js +74 -0
- package/dist-es/pagination/ListQueuesPaginator.js +74 -0
- package/dist-es/pagination/ListQuickConnectsPaginator.js +74 -0
- package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js +74 -0
- package/dist-es/pagination/ListRoutingProfilesPaginator.js +74 -0
- package/dist-es/pagination/ListSecurityKeysPaginator.js +74 -0
- package/dist-es/pagination/ListSecurityProfilesPaginator.js +74 -0
- package/dist-es/pagination/ListUseCasesPaginator.js +74 -0
- package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListUsersPaginator.js +74 -0
- package/dist-es/protocols/Aws_restJson1.js +15952 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/Connect.d.ts +1008 -0
- package/dist-types/ConnectClient.d.ts +256 -0
- package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +36 -0
- package/dist-types/commands/AssociateBotCommand.d.ts +36 -0
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -0
- package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +36 -0
- package/dist-types/commands/AssociateLexBotCommand.d.ts +36 -0
- package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +36 -0
- package/dist-types/commands/CreateAgentStatusCommand.d.ts +36 -0
- package/dist-types/commands/CreateContactFlowCommand.d.ts +37 -0
- package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/CreateInstanceCommand.d.ts +41 -0
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +35 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +36 -0
- package/dist-types/commands/CreateQuickConnectCommand.d.ts +35 -0
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +35 -0
- package/dist-types/commands/CreateUseCaseCommand.d.ts +35 -0
- package/dist-types/commands/CreateUserCommand.d.ts +37 -0
- package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/DeleteInstanceCommand.d.ts +39 -0
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +36 -0
- package/dist-types/commands/DeleteQuickConnectCommand.d.ts +35 -0
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +35 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +38 -0
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +36 -0
- package/dist-types/commands/DescribeContactFlowCommand.d.ts +37 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInstanceCommand.d.ts +40 -0
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +37 -0
- package/dist-types/commands/DescribeQueueCommand.d.ts +36 -0
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +35 -0
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +35 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +37 -0
- package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +35 -0
- package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateBotCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +36 -0
- package/dist-types/commands/GetContactAttributesCommand.d.ts +35 -0
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +37 -0
- package/dist-types/commands/GetFederationTokenCommand.d.ts +43 -0
- package/dist-types/commands/GetMetricDataCommand.d.ts +38 -0
- package/dist-types/commands/ListAgentStatusesCommand.d.ts +36 -0
- package/dist-types/commands/ListApprovedOriginsCommand.d.ts +36 -0
- package/dist-types/commands/ListBotsCommand.d.ts +37 -0
- package/dist-types/commands/ListContactFlowsCommand.d.ts +39 -0
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +37 -0
- package/dist-types/commands/ListInstanceAttributesCommand.d.ts +36 -0
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +38 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +38 -0
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +36 -0
- package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +37 -0
- package/dist-types/commands/ListLexBotsCommand.d.ts +37 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +37 -0
- package/dist-types/commands/ListPromptsCommand.d.ts +35 -0
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +41 -0
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +35 -0
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +38 -0
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +36 -0
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +38 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/dist-types/commands/ListUseCasesCommand.d.ts +35 -0
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +38 -0
- package/dist-types/commands/ListUsersCommand.d.ts +35 -0
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +38 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +55 -0
- package/dist-types/commands/StartContactRecordingCommand.d.ts +42 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +53 -0
- package/dist-types/commands/StartTaskContactCommand.d.ts +35 -0
- package/dist-types/commands/StopContactCommand.d.ts +35 -0
- package/dist-types/commands/StopContactRecordingCommand.d.ts +41 -0
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +40 -0
- package/dist-types/commands/TagResourceCommand.d.ts +39 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +36 -0
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +54 -0
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +37 -0
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +37 -0
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +36 -0
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +37 -0
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -0
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +35 -0
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +36 -0
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +36 -0
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +43 -0
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/dist-types/models/models_0.d.ts +6152 -0
- package/dist-types/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
- package/dist-types/pagination/GetMetricDataPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAgentStatusesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBotsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListContactFlowsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLexBotsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPromptsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQueuesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSecurityKeysPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUseCasesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUsersPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +329 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Connect.d.ts +550 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +176 -0
- package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3598 -0
- package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +329 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +45 -42
- package/Connect.ts +0 -4166
- package/ConnectClient.ts +0 -784
- package/commands/AssociateApprovedOriginCommand.ts +0 -95
- package/commands/AssociateBotCommand.ts +0 -95
- package/commands/AssociateInstanceStorageConfigCommand.ts +0 -108
- package/commands/AssociateLambdaFunctionCommand.ts +0 -95
- package/commands/AssociateLexBotCommand.ts +0 -95
- package/commands/AssociateQueueQuickConnectsCommand.ts +0 -98
- package/commands/AssociateRoutingProfileQueuesCommand.ts +0 -97
- package/commands/AssociateSecurityKeyCommand.ts +0 -95
- package/commands/CreateAgentStatusCommand.ts +0 -95
- package/commands/CreateContactFlowCommand.ts +0 -96
- package/commands/CreateHoursOfOperationCommand.ts +0 -95
- package/commands/CreateInstanceCommand.ts +0 -100
- package/commands/CreateIntegrationAssociationCommand.ts +0 -99
- package/commands/CreateQueueCommand.ts +0 -95
- package/commands/CreateQuickConnectCommand.ts +0 -94
- package/commands/CreateRoutingProfileCommand.ts +0 -94
- package/commands/CreateUseCaseCommand.ts +0 -94
- package/commands/CreateUserCommand.ts +0 -96
- package/commands/CreateUserHierarchyGroupCommand.ts +0 -94
- package/commands/DeleteHoursOfOperationCommand.ts +0 -95
- package/commands/DeleteInstanceCommand.ts +0 -98
- package/commands/DeleteIntegrationAssociationCommand.ts +0 -98
- package/commands/DeleteQuickConnectCommand.ts +0 -94
- package/commands/DeleteUseCaseCommand.ts +0 -94
- package/commands/DeleteUserCommand.ts +0 -97
- package/commands/DeleteUserHierarchyGroupCommand.ts +0 -95
- package/commands/DescribeAgentStatusCommand.ts +0 -95
- package/commands/DescribeContactFlowCommand.ts +0 -96
- package/commands/DescribeHoursOfOperationCommand.ts +0 -95
- package/commands/DescribeInstanceAttributeCommand.ts +0 -98
- package/commands/DescribeInstanceCommand.ts +0 -99
- package/commands/DescribeInstanceStorageConfigCommand.ts +0 -101
- package/commands/DescribeQueueCommand.ts +0 -95
- package/commands/DescribeQuickConnectCommand.ts +0 -94
- package/commands/DescribeRoutingProfileCommand.ts +0 -94
- package/commands/DescribeUserCommand.ts +0 -96
- package/commands/DescribeUserHierarchyGroupCommand.ts +0 -97
- package/commands/DescribeUserHierarchyStructureCommand.ts +0 -102
- package/commands/DisassociateApprovedOriginCommand.ts +0 -98
- package/commands/DisassociateBotCommand.ts +0 -96
- package/commands/DisassociateInstanceStorageConfigCommand.ts +0 -102
- package/commands/DisassociateLambdaFunctionCommand.ts +0 -99
- package/commands/DisassociateLexBotCommand.ts +0 -95
- package/commands/DisassociateQueueQuickConnectsCommand.ts +0 -101
- package/commands/DisassociateRoutingProfileQueuesCommand.ts +0 -100
- package/commands/DisassociateSecurityKeyCommand.ts +0 -95
- package/commands/GetContactAttributesCommand.ts +0 -94
- package/commands/GetCurrentMetricDataCommand.ts +0 -96
- package/commands/GetFederationTokenCommand.ts +0 -102
- package/commands/GetMetricDataCommand.ts +0 -97
- package/commands/ListAgentStatusesCommand.ts +0 -95
- package/commands/ListApprovedOriginsCommand.ts +0 -95
- package/commands/ListBotsCommand.ts +0 -96
- package/commands/ListContactFlowsCommand.ts +0 -98
- package/commands/ListHoursOfOperationsCommand.ts +0 -96
- package/commands/ListInstanceAttributesCommand.ts +0 -95
- package/commands/ListInstanceStorageConfigsCommand.ts +0 -100
- package/commands/ListInstancesCommand.ts +0 -97
- package/commands/ListIntegrationAssociationsCommand.ts +0 -100
- package/commands/ListLambdaFunctionsCommand.ts +0 -96
- package/commands/ListLexBotsCommand.ts +0 -96
- package/commands/ListPhoneNumbersCommand.ts +0 -96
- package/commands/ListPromptsCommand.ts +0 -94
- package/commands/ListQueueQuickConnectsCommand.ts +0 -95
- package/commands/ListQueuesCommand.ts +0 -100
- package/commands/ListQuickConnectsCommand.ts +0 -94
- package/commands/ListRoutingProfileQueuesCommand.ts +0 -94
- package/commands/ListRoutingProfilesCommand.ts +0 -97
- package/commands/ListSecurityKeysCommand.ts +0 -95
- package/commands/ListSecurityProfilesCommand.ts +0 -97
- package/commands/ListTagsForResourceCommand.ts +0 -96
- package/commands/ListUseCasesCommand.ts +0 -94
- package/commands/ListUserHierarchyGroupsCommand.ts +0 -97
- package/commands/ListUsersCommand.ts +0 -94
- package/commands/ResumeContactRecordingCommand.ts +0 -97
- package/commands/StartChatContactCommand.ts +0 -114
- package/commands/StartContactRecordingCommand.ts +0 -101
- package/commands/StartOutboundVoiceContactCommand.ts +0 -110
- package/commands/StartTaskContactCommand.ts +0 -94
- package/commands/StopContactCommand.ts +0 -94
- package/commands/StopContactRecordingCommand.ts +0 -100
- package/commands/SuspendContactRecordingCommand.ts +0 -99
- package/commands/TagResourceCommand.ts +0 -98
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateAgentStatusCommand.ts +0 -95
- package/commands/UpdateContactAttributesCommand.ts +0 -113
- package/commands/UpdateContactFlowContentCommand.ts +0 -96
- package/commands/UpdateContactFlowNameCommand.ts +0 -96
- package/commands/UpdateHoursOfOperationCommand.ts +0 -95
- package/commands/UpdateInstanceAttributeCommand.ts +0 -95
- package/commands/UpdateInstanceStorageConfigCommand.ts +0 -98
- package/commands/UpdateQueueHoursOfOperationCommand.ts +0 -98
- package/commands/UpdateQueueMaxContactsCommand.ts +0 -96
- package/commands/UpdateQueueNameCommand.ts +0 -95
- package/commands/UpdateQueueOutboundCallerConfigCommand.ts +0 -102
- package/commands/UpdateQueueStatusCommand.ts +0 -95
- package/commands/UpdateQuickConnectConfigCommand.ts +0 -94
- package/commands/UpdateQuickConnectNameCommand.ts +0 -94
- package/commands/UpdateRoutingProfileConcurrencyCommand.ts +0 -101
- package/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts +0 -104
- package/commands/UpdateRoutingProfileNameCommand.ts +0 -95
- package/commands/UpdateRoutingProfileQueuesCommand.ts +0 -97
- package/commands/UpdateUserHierarchyCommand.ts +0 -94
- package/commands/UpdateUserHierarchyGroupNameCommand.ts +0 -97
- package/commands/UpdateUserHierarchyStructureCommand.ts +0 -97
- package/commands/UpdateUserIdentityInfoCommand.ts +0 -102
- package/commands/UpdateUserPhoneConfigCommand.ts +0 -94
- package/commands/UpdateUserRoutingProfileCommand.ts +0 -94
- package/commands/UpdateUserSecurityProfilesCommand.ts +0 -97
- package/dist/cjs/Connect.js +0 -1661
- package/dist/cjs/Connect.js.map +0 -1
- package/dist/cjs/ConnectClient.js +0 -59
- package/dist/cjs/ConnectClient.js.map +0 -1
- package/dist/cjs/commands/AssociateApprovedOriginCommand.js +0 -62
- package/dist/cjs/commands/AssociateApprovedOriginCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateBotCommand.js +0 -62
- package/dist/cjs/commands/AssociateBotCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateInstanceStorageConfigCommand.js +0 -67
- package/dist/cjs/commands/AssociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateLambdaFunctionCommand.js +0 -62
- package/dist/cjs/commands/AssociateLambdaFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateLexBotCommand.js +0 -62
- package/dist/cjs/commands/AssociateLexBotCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateQueueQuickConnectsCommand.js +0 -62
- package/dist/cjs/commands/AssociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/AssociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateSecurityKeyCommand.js +0 -62
- package/dist/cjs/commands/AssociateSecurityKeyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAgentStatusCommand.js +0 -62
- package/dist/cjs/commands/CreateAgentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/CreateContactFlowCommand.js +0 -63
- package/dist/cjs/commands/CreateContactFlowCommand.js.map +0 -1
- package/dist/cjs/commands/CreateHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/CreateHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInstanceCommand.js +0 -67
- package/dist/cjs/commands/CreateInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateIntegrationAssociationCommand.js +0 -61
- package/dist/cjs/commands/CreateIntegrationAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateQueueCommand.js +0 -62
- package/dist/cjs/commands/CreateQueueCommand.js.map +0 -1
- package/dist/cjs/commands/CreateQuickConnectCommand.js +0 -61
- package/dist/cjs/commands/CreateQuickConnectCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRoutingProfileCommand.js +0 -61
- package/dist/cjs/commands/CreateRoutingProfileCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUseCaseCommand.js +0 -61
- package/dist/cjs/commands/CreateUseCaseCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserCommand.js +0 -63
- package/dist/cjs/commands/CreateUserCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserHierarchyGroupCommand.js +0 -61
- package/dist/cjs/commands/CreateUserHierarchyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/DeleteHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInstanceCommand.js +0 -65
- package/dist/cjs/commands/DeleteInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteIntegrationAssociationCommand.js +0 -62
- package/dist/cjs/commands/DeleteIntegrationAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteQuickConnectCommand.js +0 -61
- package/dist/cjs/commands/DeleteQuickConnectCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUseCaseCommand.js +0 -61
- package/dist/cjs/commands/DeleteUseCaseCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserCommand.js +0 -64
- package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserHierarchyGroupCommand.js +0 -62
- package/dist/cjs/commands/DeleteUserHierarchyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAgentStatusCommand.js +0 -62
- package/dist/cjs/commands/DescribeAgentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeContactFlowCommand.js +0 -63
- package/dist/cjs/commands/DescribeContactFlowCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/DescribeHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceAttributeCommand.js +0 -62
- package/dist/cjs/commands/DescribeInstanceAttributeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceCommand.js +0 -66
- package/dist/cjs/commands/DescribeInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceStorageConfigCommand.js +0 -63
- package/dist/cjs/commands/DescribeInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeQueueCommand.js +0 -62
- package/dist/cjs/commands/DescribeQueueCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeQuickConnectCommand.js +0 -61
- package/dist/cjs/commands/DescribeQuickConnectCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRoutingProfileCommand.js +0 -61
- package/dist/cjs/commands/DescribeRoutingProfileCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserCommand.js +0 -63
- package/dist/cjs/commands/DescribeUserCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserHierarchyGroupCommand.js +0 -61
- package/dist/cjs/commands/DescribeUserHierarchyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserHierarchyStructureCommand.js +0 -61
- package/dist/cjs/commands/DescribeUserHierarchyStructureCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateApprovedOriginCommand.js +0 -62
- package/dist/cjs/commands/DisassociateApprovedOriginCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateBotCommand.js +0 -63
- package/dist/cjs/commands/DisassociateBotCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateInstanceStorageConfigCommand.js +0 -63
- package/dist/cjs/commands/DisassociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateLambdaFunctionCommand.js +0 -63
- package/dist/cjs/commands/DisassociateLambdaFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateLexBotCommand.js +0 -62
- package/dist/cjs/commands/DisassociateLexBotCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateQueueQuickConnectsCommand.js +0 -62
- package/dist/cjs/commands/DisassociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/DisassociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateSecurityKeyCommand.js +0 -62
- package/dist/cjs/commands/DisassociateSecurityKeyCommand.js.map +0 -1
- package/dist/cjs/commands/GetContactAttributesCommand.js +0 -61
- package/dist/cjs/commands/GetContactAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/GetCurrentMetricDataCommand.js +0 -63
- package/dist/cjs/commands/GetCurrentMetricDataCommand.js.map +0 -1
- package/dist/cjs/commands/GetFederationTokenCommand.js +0 -69
- package/dist/cjs/commands/GetFederationTokenCommand.js.map +0 -1
- package/dist/cjs/commands/GetMetricDataCommand.js +0 -64
- package/dist/cjs/commands/GetMetricDataCommand.js.map +0 -1
- package/dist/cjs/commands/ListAgentStatusesCommand.js +0 -62
- package/dist/cjs/commands/ListAgentStatusesCommand.js.map +0 -1
- package/dist/cjs/commands/ListApprovedOriginsCommand.js +0 -62
- package/dist/cjs/commands/ListApprovedOriginsCommand.js.map +0 -1
- package/dist/cjs/commands/ListBotsCommand.js +0 -63
- package/dist/cjs/commands/ListBotsCommand.js.map +0 -1
- package/dist/cjs/commands/ListContactFlowsCommand.js +0 -65
- package/dist/cjs/commands/ListContactFlowsCommand.js.map +0 -1
- package/dist/cjs/commands/ListHoursOfOperationsCommand.js +0 -63
- package/dist/cjs/commands/ListHoursOfOperationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstanceAttributesCommand.js +0 -62
- package/dist/cjs/commands/ListInstanceAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstanceStorageConfigsCommand.js +0 -64
- package/dist/cjs/commands/ListInstanceStorageConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstancesCommand.js +0 -64
- package/dist/cjs/commands/ListInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ListIntegrationAssociationsCommand.js +0 -62
- package/dist/cjs/commands/ListIntegrationAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLambdaFunctionsCommand.js +0 -63
- package/dist/cjs/commands/ListLambdaFunctionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLexBotsCommand.js +0 -63
- package/dist/cjs/commands/ListLexBotsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPhoneNumbersCommand.js +0 -63
- package/dist/cjs/commands/ListPhoneNumbersCommand.js.map +0 -1
- package/dist/cjs/commands/ListPromptsCommand.js +0 -61
- package/dist/cjs/commands/ListPromptsCommand.js.map +0 -1
- package/dist/cjs/commands/ListQueueQuickConnectsCommand.js +0 -62
- package/dist/cjs/commands/ListQueueQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/ListQueuesCommand.js +0 -67
- package/dist/cjs/commands/ListQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/ListQuickConnectsCommand.js +0 -61
- package/dist/cjs/commands/ListQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/ListRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/ListRoutingProfilesCommand.js +0 -64
- package/dist/cjs/commands/ListRoutingProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListSecurityKeysCommand.js +0 -62
- package/dist/cjs/commands/ListSecurityKeysCommand.js.map +0 -1
- package/dist/cjs/commands/ListSecurityProfilesCommand.js +0 -64
- package/dist/cjs/commands/ListSecurityProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -63
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListUseCasesCommand.js +0 -61
- package/dist/cjs/commands/ListUseCasesCommand.js.map +0 -1
- package/dist/cjs/commands/ListUserHierarchyGroupsCommand.js +0 -64
- package/dist/cjs/commands/ListUserHierarchyGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListUsersCommand.js +0 -61
- package/dist/cjs/commands/ListUsersCommand.js.map +0 -1
- package/dist/cjs/commands/ResumeContactRecordingCommand.js +0 -64
- package/dist/cjs/commands/ResumeContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/StartChatContactCommand.js +0 -81
- package/dist/cjs/commands/StartChatContactCommand.js.map +0 -1
- package/dist/cjs/commands/StartContactRecordingCommand.js +0 -68
- package/dist/cjs/commands/StartContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/StartOutboundVoiceContactCommand.js +0 -74
- package/dist/cjs/commands/StartOutboundVoiceContactCommand.js.map +0 -1
- package/dist/cjs/commands/StartTaskContactCommand.js +0 -61
- package/dist/cjs/commands/StartTaskContactCommand.js.map +0 -1
- package/dist/cjs/commands/StopContactCommand.js +0 -61
- package/dist/cjs/commands/StopContactCommand.js.map +0 -1
- package/dist/cjs/commands/StopContactRecordingCommand.js +0 -67
- package/dist/cjs/commands/StopContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/SuspendContactRecordingCommand.js +0 -66
- package/dist/cjs/commands/SuspendContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -65
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAgentStatusCommand.js +0 -62
- package/dist/cjs/commands/UpdateAgentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateContactAttributesCommand.js +0 -80
- package/dist/cjs/commands/UpdateContactAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateContactFlowContentCommand.js +0 -63
- package/dist/cjs/commands/UpdateContactFlowContentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateContactFlowNameCommand.js +0 -63
- package/dist/cjs/commands/UpdateContactFlowNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/UpdateHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInstanceAttributeCommand.js +0 -62
- package/dist/cjs/commands/UpdateInstanceAttributeCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInstanceStorageConfigCommand.js +0 -62
- package/dist/cjs/commands/UpdateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/UpdateQueueHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueMaxContactsCommand.js +0 -63
- package/dist/cjs/commands/UpdateQueueMaxContactsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueNameCommand.js +0 -62
- package/dist/cjs/commands/UpdateQueueNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +0 -63
- package/dist/cjs/commands/UpdateQueueOutboundCallerConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueStatusCommand.js +0 -62
- package/dist/cjs/commands/UpdateQueueStatusCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQuickConnectConfigCommand.js +0 -61
- package/dist/cjs/commands/UpdateQuickConnectConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQuickConnectNameCommand.js +0 -61
- package/dist/cjs/commands/UpdateQuickConnectNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +0 -62
- package/dist/cjs/commands/UpdateRoutingProfileConcurrencyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +0 -61
- package/dist/cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileNameCommand.js +0 -62
- package/dist/cjs/commands/UpdateRoutingProfileNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/UpdateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserHierarchyCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserHierarchyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserHierarchyGroupNameCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserHierarchyGroupNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserHierarchyStructureCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserHierarchyStructureCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserIdentityInfoCommand.js +0 -69
- package/dist/cjs/commands/UpdateUserIdentityInfoCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserPhoneConfigCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserPhoneConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserRoutingProfileCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserRoutingProfileCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserSecurityProfilesCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserSecurityProfilesCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -142
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2774
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/GetCurrentMetricDataPaginator.js +0 -46
- package/dist/cjs/pagination/GetCurrentMetricDataPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetMetricDataPaginator.js +0 -46
- package/dist/cjs/pagination/GetMetricDataPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAgentStatusesPaginator.js +0 -46
- package/dist/cjs/pagination/ListAgentStatusesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListApprovedOriginsPaginator.js +0 -46
- package/dist/cjs/pagination/ListApprovedOriginsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBotsPaginator.js +0 -46
- package/dist/cjs/pagination/ListBotsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListContactFlowsPaginator.js +0 -46
- package/dist/cjs/pagination/ListContactFlowsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListHoursOfOperationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListHoursOfOperationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInstanceAttributesPaginator.js +0 -46
- package/dist/cjs/pagination/ListInstanceAttributesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInstanceStorageConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListInstanceStorageConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/ListInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListIntegrationAssociationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListIntegrationAssociationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLambdaFunctionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListLambdaFunctionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLexBotsPaginator.js +0 -46
- package/dist/cjs/pagination/ListLexBotsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPhoneNumbersPaginator.js +0 -46
- package/dist/cjs/pagination/ListPhoneNumbersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPromptsPaginator.js +0 -46
- package/dist/cjs/pagination/ListPromptsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQueueQuickConnectsPaginator.js +0 -46
- package/dist/cjs/pagination/ListQueueQuickConnectsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQueuesPaginator.js +0 -46
- package/dist/cjs/pagination/ListQueuesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQuickConnectsPaginator.js +0 -46
- package/dist/cjs/pagination/ListQuickConnectsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRoutingProfileQueuesPaginator.js +0 -46
- package/dist/cjs/pagination/ListRoutingProfileQueuesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRoutingProfilesPaginator.js +0 -46
- package/dist/cjs/pagination/ListRoutingProfilesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSecurityKeysPaginator.js +0 -46
- package/dist/cjs/pagination/ListSecurityKeysPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSecurityProfilesPaginator.js +0 -46
- package/dist/cjs/pagination/ListSecurityProfilesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUseCasesPaginator.js +0 -46
- package/dist/cjs/pagination/ListUseCasesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUserHierarchyGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/ListUserHierarchyGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUsersPaginator.js +0 -46
- package/dist/cjs/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -14349
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Connect.js +0 -1646
- package/dist/es/Connect.js.map +0 -1
- package/dist/es/ConnectClient.js +0 -38
- package/dist/es/ConnectClient.js.map +0 -1
- package/dist/es/commands/AssociateApprovedOriginCommand.js +0 -40
- package/dist/es/commands/AssociateApprovedOriginCommand.js.map +0 -1
- package/dist/es/commands/AssociateBotCommand.js +0 -40
- package/dist/es/commands/AssociateBotCommand.js.map +0 -1
- package/dist/es/commands/AssociateInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/AssociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/AssociateLambdaFunctionCommand.js +0 -40
- package/dist/es/commands/AssociateLambdaFunctionCommand.js.map +0 -1
- package/dist/es/commands/AssociateLexBotCommand.js +0 -40
- package/dist/es/commands/AssociateLexBotCommand.js.map +0 -1
- package/dist/es/commands/AssociateQueueQuickConnectsCommand.js +0 -40
- package/dist/es/commands/AssociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/AssociateRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/AssociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/AssociateSecurityKeyCommand.js +0 -40
- package/dist/es/commands/AssociateSecurityKeyCommand.js.map +0 -1
- package/dist/es/commands/CreateAgentStatusCommand.js +0 -40
- package/dist/es/commands/CreateAgentStatusCommand.js.map +0 -1
- package/dist/es/commands/CreateContactFlowCommand.js +0 -40
- package/dist/es/commands/CreateContactFlowCommand.js.map +0 -1
- package/dist/es/commands/CreateHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/CreateHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/CreateInstanceCommand.js +0 -40
- package/dist/es/commands/CreateInstanceCommand.js.map +0 -1
- package/dist/es/commands/CreateIntegrationAssociationCommand.js +0 -40
- package/dist/es/commands/CreateIntegrationAssociationCommand.js.map +0 -1
- package/dist/es/commands/CreateQueueCommand.js +0 -40
- package/dist/es/commands/CreateQueueCommand.js.map +0 -1
- package/dist/es/commands/CreateQuickConnectCommand.js +0 -40
- package/dist/es/commands/CreateQuickConnectCommand.js.map +0 -1
- package/dist/es/commands/CreateRoutingProfileCommand.js +0 -40
- package/dist/es/commands/CreateRoutingProfileCommand.js.map +0 -1
- package/dist/es/commands/CreateUseCaseCommand.js +0 -40
- package/dist/es/commands/CreateUseCaseCommand.js.map +0 -1
- package/dist/es/commands/CreateUserCommand.js +0 -40
- package/dist/es/commands/CreateUserCommand.js.map +0 -1
- package/dist/es/commands/CreateUserHierarchyGroupCommand.js +0 -40
- package/dist/es/commands/CreateUserHierarchyGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/DeleteHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/DeleteInstanceCommand.js +0 -40
- package/dist/es/commands/DeleteInstanceCommand.js.map +0 -1
- package/dist/es/commands/DeleteIntegrationAssociationCommand.js +0 -40
- package/dist/es/commands/DeleteIntegrationAssociationCommand.js.map +0 -1
- package/dist/es/commands/DeleteQuickConnectCommand.js +0 -40
- package/dist/es/commands/DeleteQuickConnectCommand.js.map +0 -1
- package/dist/es/commands/DeleteUseCaseCommand.js +0 -40
- package/dist/es/commands/DeleteUseCaseCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserCommand.js +0 -40
- package/dist/es/commands/DeleteUserCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserHierarchyGroupCommand.js +0 -40
- package/dist/es/commands/DeleteUserHierarchyGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeAgentStatusCommand.js +0 -40
- package/dist/es/commands/DescribeAgentStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribeContactFlowCommand.js +0 -40
- package/dist/es/commands/DescribeContactFlowCommand.js.map +0 -1
- package/dist/es/commands/DescribeHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/DescribeHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceAttributeCommand.js +0 -40
- package/dist/es/commands/DescribeInstanceAttributeCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceCommand.js +0 -40
- package/dist/es/commands/DescribeInstanceCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/DescribeInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/DescribeQueueCommand.js +0 -40
- package/dist/es/commands/DescribeQueueCommand.js.map +0 -1
- package/dist/es/commands/DescribeQuickConnectCommand.js +0 -40
- package/dist/es/commands/DescribeQuickConnectCommand.js.map +0 -1
- package/dist/es/commands/DescribeRoutingProfileCommand.js +0 -40
- package/dist/es/commands/DescribeRoutingProfileCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserCommand.js +0 -40
- package/dist/es/commands/DescribeUserCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserHierarchyGroupCommand.js +0 -40
- package/dist/es/commands/DescribeUserHierarchyGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserHierarchyStructureCommand.js +0 -40
- package/dist/es/commands/DescribeUserHierarchyStructureCommand.js.map +0 -1
- package/dist/es/commands/DisassociateApprovedOriginCommand.js +0 -40
- package/dist/es/commands/DisassociateApprovedOriginCommand.js.map +0 -1
- package/dist/es/commands/DisassociateBotCommand.js +0 -40
- package/dist/es/commands/DisassociateBotCommand.js.map +0 -1
- package/dist/es/commands/DisassociateInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/DisassociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/DisassociateLambdaFunctionCommand.js +0 -40
- package/dist/es/commands/DisassociateLambdaFunctionCommand.js.map +0 -1
- package/dist/es/commands/DisassociateLexBotCommand.js +0 -40
- package/dist/es/commands/DisassociateLexBotCommand.js.map +0 -1
- package/dist/es/commands/DisassociateQueueQuickConnectsCommand.js +0 -40
- package/dist/es/commands/DisassociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/DisassociateRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/DisassociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/DisassociateSecurityKeyCommand.js +0 -40
- package/dist/es/commands/DisassociateSecurityKeyCommand.js.map +0 -1
- package/dist/es/commands/GetContactAttributesCommand.js +0 -40
- package/dist/es/commands/GetContactAttributesCommand.js.map +0 -1
- package/dist/es/commands/GetCurrentMetricDataCommand.js +0 -40
- package/dist/es/commands/GetCurrentMetricDataCommand.js.map +0 -1
- package/dist/es/commands/GetFederationTokenCommand.js +0 -40
- package/dist/es/commands/GetFederationTokenCommand.js.map +0 -1
- package/dist/es/commands/GetMetricDataCommand.js +0 -40
- package/dist/es/commands/GetMetricDataCommand.js.map +0 -1
- package/dist/es/commands/ListAgentStatusesCommand.js +0 -40
- package/dist/es/commands/ListAgentStatusesCommand.js.map +0 -1
- package/dist/es/commands/ListApprovedOriginsCommand.js +0 -40
- package/dist/es/commands/ListApprovedOriginsCommand.js.map +0 -1
- package/dist/es/commands/ListBotsCommand.js +0 -40
- package/dist/es/commands/ListBotsCommand.js.map +0 -1
- package/dist/es/commands/ListContactFlowsCommand.js +0 -40
- package/dist/es/commands/ListContactFlowsCommand.js.map +0 -1
- package/dist/es/commands/ListHoursOfOperationsCommand.js +0 -40
- package/dist/es/commands/ListHoursOfOperationsCommand.js.map +0 -1
- package/dist/es/commands/ListInstanceAttributesCommand.js +0 -40
- package/dist/es/commands/ListInstanceAttributesCommand.js.map +0 -1
- package/dist/es/commands/ListInstanceStorageConfigsCommand.js +0 -40
- package/dist/es/commands/ListInstanceStorageConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListInstancesCommand.js +0 -40
- package/dist/es/commands/ListInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListIntegrationAssociationsCommand.js +0 -40
- package/dist/es/commands/ListIntegrationAssociationsCommand.js.map +0 -1
- package/dist/es/commands/ListLambdaFunctionsCommand.js +0 -40
- package/dist/es/commands/ListLambdaFunctionsCommand.js.map +0 -1
- package/dist/es/commands/ListLexBotsCommand.js +0 -40
- package/dist/es/commands/ListLexBotsCommand.js.map +0 -1
- package/dist/es/commands/ListPhoneNumbersCommand.js +0 -40
- package/dist/es/commands/ListPhoneNumbersCommand.js.map +0 -1
- package/dist/es/commands/ListPromptsCommand.js +0 -40
- package/dist/es/commands/ListPromptsCommand.js.map +0 -1
- package/dist/es/commands/ListQueueQuickConnectsCommand.js +0 -40
- package/dist/es/commands/ListQueueQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/ListQueuesCommand.js +0 -40
- package/dist/es/commands/ListQueuesCommand.js.map +0 -1
- package/dist/es/commands/ListQuickConnectsCommand.js +0 -40
- package/dist/es/commands/ListQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/ListRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/ListRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/ListRoutingProfilesCommand.js +0 -40
- package/dist/es/commands/ListRoutingProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListSecurityKeysCommand.js +0 -40
- package/dist/es/commands/ListSecurityKeysCommand.js.map +0 -1
- package/dist/es/commands/ListSecurityProfilesCommand.js +0 -40
- package/dist/es/commands/ListSecurityProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListUseCasesCommand.js +0 -40
- package/dist/es/commands/ListUseCasesCommand.js.map +0 -1
- package/dist/es/commands/ListUserHierarchyGroupsCommand.js +0 -40
- package/dist/es/commands/ListUserHierarchyGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListUsersCommand.js +0 -40
- package/dist/es/commands/ListUsersCommand.js.map +0 -1
- package/dist/es/commands/ResumeContactRecordingCommand.js +0 -40
- package/dist/es/commands/ResumeContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/StartChatContactCommand.js +0 -40
- package/dist/es/commands/StartChatContactCommand.js.map +0 -1
- package/dist/es/commands/StartContactRecordingCommand.js +0 -40
- package/dist/es/commands/StartContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/StartOutboundVoiceContactCommand.js +0 -40
- package/dist/es/commands/StartOutboundVoiceContactCommand.js.map +0 -1
- package/dist/es/commands/StartTaskContactCommand.js +0 -40
- package/dist/es/commands/StartTaskContactCommand.js.map +0 -1
- package/dist/es/commands/StopContactCommand.js +0 -40
- package/dist/es/commands/StopContactCommand.js.map +0 -1
- package/dist/es/commands/StopContactRecordingCommand.js +0 -40
- package/dist/es/commands/StopContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/SuspendContactRecordingCommand.js +0 -40
- package/dist/es/commands/SuspendContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAgentStatusCommand.js +0 -40
- package/dist/es/commands/UpdateAgentStatusCommand.js.map +0 -1
- package/dist/es/commands/UpdateContactAttributesCommand.js +0 -40
- package/dist/es/commands/UpdateContactAttributesCommand.js.map +0 -1
- package/dist/es/commands/UpdateContactFlowContentCommand.js +0 -40
- package/dist/es/commands/UpdateContactFlowContentCommand.js.map +0 -1
- package/dist/es/commands/UpdateContactFlowNameCommand.js +0 -40
- package/dist/es/commands/UpdateContactFlowNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/UpdateHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/UpdateInstanceAttributeCommand.js +0 -40
- package/dist/es/commands/UpdateInstanceAttributeCommand.js.map +0 -1
- package/dist/es/commands/UpdateInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/UpdateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/UpdateQueueHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueMaxContactsCommand.js +0 -40
- package/dist/es/commands/UpdateQueueMaxContactsCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueNameCommand.js +0 -40
- package/dist/es/commands/UpdateQueueNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueOutboundCallerConfigCommand.js +0 -40
- package/dist/es/commands/UpdateQueueOutboundCallerConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueStatusCommand.js +0 -40
- package/dist/es/commands/UpdateQueueStatusCommand.js.map +0 -1
- package/dist/es/commands/UpdateQuickConnectConfigCommand.js +0 -40
- package/dist/es/commands/UpdateQuickConnectConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateQuickConnectNameCommand.js +0 -40
- package/dist/es/commands/UpdateQuickConnectNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileConcurrencyCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileConcurrencyCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileNameCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserHierarchyCommand.js +0 -40
- package/dist/es/commands/UpdateUserHierarchyCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserHierarchyGroupNameCommand.js +0 -40
- package/dist/es/commands/UpdateUserHierarchyGroupNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserHierarchyStructureCommand.js +0 -40
- package/dist/es/commands/UpdateUserHierarchyStructureCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserIdentityInfoCommand.js +0 -40
- package/dist/es/commands/UpdateUserIdentityInfoCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserPhoneConfigCommand.js +0 -40
- package/dist/es/commands/UpdateUserPhoneConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserRoutingProfileCommand.js +0 -40
- package/dist/es/commands/UpdateUserRoutingProfileCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserSecurityProfilesCommand.js +0 -40
- package/dist/es/commands/UpdateUserSecurityProfilesCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -139
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1479
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/GetCurrentMetricDataPaginator.js +0 -75
- package/dist/es/pagination/GetCurrentMetricDataPaginator.js.map +0 -1
- package/dist/es/pagination/GetMetricDataPaginator.js +0 -75
- package/dist/es/pagination/GetMetricDataPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAgentStatusesPaginator.js +0 -75
- package/dist/es/pagination/ListAgentStatusesPaginator.js.map +0 -1
- package/dist/es/pagination/ListApprovedOriginsPaginator.js +0 -75
- package/dist/es/pagination/ListApprovedOriginsPaginator.js.map +0 -1
- package/dist/es/pagination/ListBotsPaginator.js +0 -75
- package/dist/es/pagination/ListBotsPaginator.js.map +0 -1
- package/dist/es/pagination/ListContactFlowsPaginator.js +0 -75
- package/dist/es/pagination/ListContactFlowsPaginator.js.map +0 -1
- package/dist/es/pagination/ListHoursOfOperationsPaginator.js +0 -75
- package/dist/es/pagination/ListHoursOfOperationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInstanceAttributesPaginator.js +0 -75
- package/dist/es/pagination/ListInstanceAttributesPaginator.js.map +0 -1
- package/dist/es/pagination/ListInstanceStorageConfigsPaginator.js +0 -75
- package/dist/es/pagination/ListInstanceStorageConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInstancesPaginator.js +0 -75
- package/dist/es/pagination/ListInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/ListIntegrationAssociationsPaginator.js +0 -75
- package/dist/es/pagination/ListIntegrationAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListLambdaFunctionsPaginator.js +0 -75
- package/dist/es/pagination/ListLambdaFunctionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListLexBotsPaginator.js +0 -75
- package/dist/es/pagination/ListLexBotsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPhoneNumbersPaginator.js +0 -75
- package/dist/es/pagination/ListPhoneNumbersPaginator.js.map +0 -1
- package/dist/es/pagination/ListPromptsPaginator.js +0 -75
- package/dist/es/pagination/ListPromptsPaginator.js.map +0 -1
- package/dist/es/pagination/ListQueueQuickConnectsPaginator.js +0 -75
- package/dist/es/pagination/ListQueueQuickConnectsPaginator.js.map +0 -1
- package/dist/es/pagination/ListQueuesPaginator.js +0 -75
- package/dist/es/pagination/ListQueuesPaginator.js.map +0 -1
- package/dist/es/pagination/ListQuickConnectsPaginator.js +0 -75
- package/dist/es/pagination/ListQuickConnectsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRoutingProfileQueuesPaginator.js +0 -75
- package/dist/es/pagination/ListRoutingProfileQueuesPaginator.js.map +0 -1
- package/dist/es/pagination/ListRoutingProfilesPaginator.js +0 -75
- package/dist/es/pagination/ListRoutingProfilesPaginator.js.map +0 -1
- package/dist/es/pagination/ListSecurityKeysPaginator.js +0 -75
- package/dist/es/pagination/ListSecurityKeysPaginator.js.map +0 -1
- package/dist/es/pagination/ListSecurityProfilesPaginator.js +0 -75
- package/dist/es/pagination/ListSecurityProfilesPaginator.js.map +0 -1
- package/dist/es/pagination/ListUseCasesPaginator.js +0 -75
- package/dist/es/pagination/ListUseCasesPaginator.js.map +0 -1
- package/dist/es/pagination/ListUserHierarchyGroupsPaginator.js +0 -75
- package/dist/es/pagination/ListUserHierarchyGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListUsersPaginator.js +0 -75
- package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -15943
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -9
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/Connect.d.ts +0 -1003
- package/dist/types/ConnectClient.d.ts +0 -256
- package/dist/types/commands/AssociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/commands/AssociateBotCommand.d.ts +0 -36
- package/dist/types/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -41
- package/dist/types/commands/AssociateLambdaFunctionCommand.d.ts +0 -36
- package/dist/types/commands/AssociateLexBotCommand.d.ts +0 -36
- package/dist/types/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/AssociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/commands/CreateAgentStatusCommand.d.ts +0 -36
- package/dist/types/commands/CreateContactFlowCommand.d.ts +0 -37
- package/dist/types/commands/CreateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/CreateInstanceCommand.d.ts +0 -41
- package/dist/types/commands/CreateIntegrationAssociationCommand.d.ts +0 -35
- package/dist/types/commands/CreateQueueCommand.d.ts +0 -36
- package/dist/types/commands/CreateQuickConnectCommand.d.ts +0 -35
- package/dist/types/commands/CreateRoutingProfileCommand.d.ts +0 -35
- package/dist/types/commands/CreateUseCaseCommand.d.ts +0 -35
- package/dist/types/commands/CreateUserCommand.d.ts +0 -37
- package/dist/types/commands/CreateUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/DeleteInstanceCommand.d.ts +0 -39
- package/dist/types/commands/DeleteIntegrationAssociationCommand.d.ts +0 -36
- package/dist/types/commands/DeleteQuickConnectCommand.d.ts +0 -35
- package/dist/types/commands/DeleteUseCaseCommand.d.ts +0 -35
- package/dist/types/commands/DeleteUserCommand.d.ts +0 -38
- package/dist/types/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -36
- package/dist/types/commands/DescribeAgentStatusCommand.d.ts +0 -36
- package/dist/types/commands/DescribeContactFlowCommand.d.ts +0 -37
- package/dist/types/commands/DescribeHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/DescribeInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/commands/DescribeInstanceCommand.d.ts +0 -40
- package/dist/types/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/commands/DescribeQueueCommand.d.ts +0 -36
- package/dist/types/commands/DescribeQuickConnectCommand.d.ts +0 -35
- package/dist/types/commands/DescribeRoutingProfileCommand.d.ts +0 -35
- package/dist/types/commands/DescribeUserCommand.d.ts +0 -37
- package/dist/types/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateBotCommand.d.ts +0 -37
- package/dist/types/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/commands/DisassociateLambdaFunctionCommand.d.ts +0 -37
- package/dist/types/commands/DisassociateLexBotCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/commands/GetContactAttributesCommand.d.ts +0 -35
- package/dist/types/commands/GetCurrentMetricDataCommand.d.ts +0 -37
- package/dist/types/commands/GetFederationTokenCommand.d.ts +0 -43
- package/dist/types/commands/GetMetricDataCommand.d.ts +0 -38
- package/dist/types/commands/ListAgentStatusesCommand.d.ts +0 -36
- package/dist/types/commands/ListApprovedOriginsCommand.d.ts +0 -36
- package/dist/types/commands/ListBotsCommand.d.ts +0 -37
- package/dist/types/commands/ListContactFlowsCommand.d.ts +0 -39
- package/dist/types/commands/ListHoursOfOperationsCommand.d.ts +0 -37
- package/dist/types/commands/ListInstanceAttributesCommand.d.ts +0 -36
- package/dist/types/commands/ListInstanceStorageConfigsCommand.d.ts +0 -38
- package/dist/types/commands/ListInstancesCommand.d.ts +0 -38
- package/dist/types/commands/ListIntegrationAssociationsCommand.d.ts +0 -36
- package/dist/types/commands/ListLambdaFunctionsCommand.d.ts +0 -37
- package/dist/types/commands/ListLexBotsCommand.d.ts +0 -37
- package/dist/types/commands/ListPhoneNumbersCommand.d.ts +0 -37
- package/dist/types/commands/ListPromptsCommand.d.ts +0 -35
- package/dist/types/commands/ListQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/commands/ListQueuesCommand.d.ts +0 -41
- package/dist/types/commands/ListQuickConnectsCommand.d.ts +0 -35
- package/dist/types/commands/ListRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/ListRoutingProfilesCommand.d.ts +0 -38
- package/dist/types/commands/ListSecurityKeysCommand.d.ts +0 -36
- package/dist/types/commands/ListSecurityProfilesCommand.d.ts +0 -38
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -37
- package/dist/types/commands/ListUseCasesCommand.d.ts +0 -35
- package/dist/types/commands/ListUserHierarchyGroupsCommand.d.ts +0 -38
- package/dist/types/commands/ListUsersCommand.d.ts +0 -35
- package/dist/types/commands/ResumeContactRecordingCommand.d.ts +0 -38
- package/dist/types/commands/StartChatContactCommand.d.ts +0 -55
- package/dist/types/commands/StartContactRecordingCommand.d.ts +0 -42
- package/dist/types/commands/StartOutboundVoiceContactCommand.d.ts +0 -48
- package/dist/types/commands/StartTaskContactCommand.d.ts +0 -35
- package/dist/types/commands/StopContactCommand.d.ts +0 -35
- package/dist/types/commands/StopContactRecordingCommand.d.ts +0 -41
- package/dist/types/commands/SuspendContactRecordingCommand.d.ts +0 -40
- package/dist/types/commands/TagResourceCommand.d.ts +0 -39
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateAgentStatusCommand.d.ts +0 -36
- package/dist/types/commands/UpdateContactAttributesCommand.d.ts +0 -54
- package/dist/types/commands/UpdateContactFlowContentCommand.d.ts +0 -37
- package/dist/types/commands/UpdateContactFlowNameCommand.d.ts +0 -37
- package/dist/types/commands/UpdateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/UpdateInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQueueMaxContactsCommand.d.ts +0 -37
- package/dist/types/commands/UpdateQueueNameCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -37
- package/dist/types/commands/UpdateQueueStatusCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQuickConnectConfigCommand.d.ts +0 -35
- package/dist/types/commands/UpdateQuickConnectNameCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -36
- package/dist/types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRoutingProfileNameCommand.d.ts +0 -36
- package/dist/types/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserHierarchyCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserIdentityInfoCommand.d.ts +0 -43
- package/dist/types/commands/UpdateUserPhoneConfigCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserRoutingProfileCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -35
- package/dist/types/models/models_0.d.ts +0 -6096
- package/dist/types/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
- package/dist/types/pagination/GetMetricDataPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAgentStatusesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListBotsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListContactFlowsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListLexBotsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPromptsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQueuesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSecurityKeysPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUseCasesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUsersPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -329
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Connect.d.ts +0 -1003
- package/dist/types/ts3.4/ConnectClient.d.ts +0 -256
- package/dist/types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateBotCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateLexBotCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateAgentStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateContactFlowCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateInstanceCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateQueueCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateQuickConnectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateUseCaseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateUserCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteInstanceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUseCaseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeContactFlowCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeInstanceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeQueueCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeUserCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateBotCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisassociateLexBotCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetContactAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetMetricDataCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListAgentStatusesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListBotsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListContactFlowsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListInstancesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListLexBotsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListPromptsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListQueuesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListQuickConnectsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListSecurityKeysCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListUseCasesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListUsersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/StartChatContactCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/StartContactRecordingCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/StartTaskContactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopContactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopContactRecordingCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateQueueNameCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -6096
- package/dist/types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetMetricDataPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListBotsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListLexBotsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPromptsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQueuesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUseCasesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -329
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -7583
- package/pagination/GetCurrentMetricDataPaginator.ts +0 -58
- package/pagination/GetMetricDataPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAgentStatusesPaginator.ts +0 -58
- package/pagination/ListApprovedOriginsPaginator.ts +0 -58
- package/pagination/ListBotsPaginator.ts +0 -54
- package/pagination/ListContactFlowsPaginator.ts +0 -58
- package/pagination/ListHoursOfOperationsPaginator.ts +0 -58
- package/pagination/ListInstanceAttributesPaginator.ts +0 -58
- package/pagination/ListInstanceStorageConfigsPaginator.ts +0 -58
- package/pagination/ListInstancesPaginator.ts +0 -58
- package/pagination/ListIntegrationAssociationsPaginator.ts +0 -58
- package/pagination/ListLambdaFunctionsPaginator.ts +0 -58
- package/pagination/ListLexBotsPaginator.ts +0 -54
- package/pagination/ListPhoneNumbersPaginator.ts +0 -58
- package/pagination/ListPromptsPaginator.ts +0 -54
- package/pagination/ListQueueQuickConnectsPaginator.ts +0 -58
- package/pagination/ListQueuesPaginator.ts +0 -54
- package/pagination/ListQuickConnectsPaginator.ts +0 -58
- package/pagination/ListRoutingProfileQueuesPaginator.ts +0 -58
- package/pagination/ListRoutingProfilesPaginator.ts +0 -58
- package/pagination/ListSecurityKeysPaginator.ts +0 -58
- package/pagination/ListSecurityProfilesPaginator.ts +0 -58
- package/pagination/ListUseCasesPaginator.ts +0 -58
- package/pagination/ListUserHierarchyGroupsPaginator.ts +0 -58
- package/pagination/ListUsersPaginator.ts +0 -54
- package/protocols/Aws_restJson1.ts +0 -16199
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
package/dist/types/Connect.d.ts
DELETED
|
@@ -1,1003 +0,0 @@
|
|
|
1
|
-
import { ConnectClient } from "./ConnectClient";
|
|
2
|
-
import { AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput } from "./commands/AssociateApprovedOriginCommand";
|
|
3
|
-
import { AssociateBotCommandInput, AssociateBotCommandOutput } from "./commands/AssociateBotCommand";
|
|
4
|
-
import { AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput } from "./commands/AssociateInstanceStorageConfigCommand";
|
|
5
|
-
import { AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput } from "./commands/AssociateLambdaFunctionCommand";
|
|
6
|
-
import { AssociateLexBotCommandInput, AssociateLexBotCommandOutput } from "./commands/AssociateLexBotCommand";
|
|
7
|
-
import { AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCommandOutput } from "./commands/AssociateQueueQuickConnectsCommand";
|
|
8
|
-
import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput } from "./commands/AssociateRoutingProfileQueuesCommand";
|
|
9
|
-
import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "./commands/AssociateSecurityKeyCommand";
|
|
10
|
-
import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "./commands/CreateAgentStatusCommand";
|
|
11
|
-
import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "./commands/CreateContactFlowCommand";
|
|
12
|
-
import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "./commands/CreateHoursOfOperationCommand";
|
|
13
|
-
import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "./commands/CreateInstanceCommand";
|
|
14
|
-
import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "./commands/CreateIntegrationAssociationCommand";
|
|
15
|
-
import { CreateQueueCommandInput, CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
|
|
16
|
-
import { CreateQuickConnectCommandInput, CreateQuickConnectCommandOutput } from "./commands/CreateQuickConnectCommand";
|
|
17
|
-
import { CreateRoutingProfileCommandInput, CreateRoutingProfileCommandOutput } from "./commands/CreateRoutingProfileCommand";
|
|
18
|
-
import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "./commands/CreateUseCaseCommand";
|
|
19
|
-
import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
|
|
20
|
-
import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "./commands/CreateUserHierarchyGroupCommand";
|
|
21
|
-
import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "./commands/DeleteHoursOfOperationCommand";
|
|
22
|
-
import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand";
|
|
23
|
-
import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "./commands/DeleteIntegrationAssociationCommand";
|
|
24
|
-
import { DeleteQuickConnectCommandInput, DeleteQuickConnectCommandOutput } from "./commands/DeleteQuickConnectCommand";
|
|
25
|
-
import { DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput } from "./commands/DeleteUseCaseCommand";
|
|
26
|
-
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
|
|
27
|
-
import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput } from "./commands/DeleteUserHierarchyGroupCommand";
|
|
28
|
-
import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "./commands/DescribeAgentStatusCommand";
|
|
29
|
-
import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "./commands/DescribeContactFlowCommand";
|
|
30
|
-
import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "./commands/DescribeHoursOfOperationCommand";
|
|
31
|
-
import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "./commands/DescribeInstanceAttributeCommand";
|
|
32
|
-
import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "./commands/DescribeInstanceCommand";
|
|
33
|
-
import { DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput } from "./commands/DescribeInstanceStorageConfigCommand";
|
|
34
|
-
import { DescribeQueueCommandInput, DescribeQueueCommandOutput } from "./commands/DescribeQueueCommand";
|
|
35
|
-
import { DescribeQuickConnectCommandInput, DescribeQuickConnectCommandOutput } from "./commands/DescribeQuickConnectCommand";
|
|
36
|
-
import { DescribeRoutingProfileCommandInput, DescribeRoutingProfileCommandOutput } from "./commands/DescribeRoutingProfileCommand";
|
|
37
|
-
import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
|
|
38
|
-
import { DescribeUserHierarchyGroupCommandInput, DescribeUserHierarchyGroupCommandOutput } from "./commands/DescribeUserHierarchyGroupCommand";
|
|
39
|
-
import { DescribeUserHierarchyStructureCommandInput, DescribeUserHierarchyStructureCommandOutput } from "./commands/DescribeUserHierarchyStructureCommand";
|
|
40
|
-
import { DisassociateApprovedOriginCommandInput, DisassociateApprovedOriginCommandOutput } from "./commands/DisassociateApprovedOriginCommand";
|
|
41
|
-
import { DisassociateBotCommandInput, DisassociateBotCommandOutput } from "./commands/DisassociateBotCommand";
|
|
42
|
-
import { DisassociateInstanceStorageConfigCommandInput, DisassociateInstanceStorageConfigCommandOutput } from "./commands/DisassociateInstanceStorageConfigCommand";
|
|
43
|
-
import { DisassociateLambdaFunctionCommandInput, DisassociateLambdaFunctionCommandOutput } from "./commands/DisassociateLambdaFunctionCommand";
|
|
44
|
-
import { DisassociateLexBotCommandInput, DisassociateLexBotCommandOutput } from "./commands/DisassociateLexBotCommand";
|
|
45
|
-
import { DisassociateQueueQuickConnectsCommandInput, DisassociateQueueQuickConnectsCommandOutput } from "./commands/DisassociateQueueQuickConnectsCommand";
|
|
46
|
-
import { DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfileQueuesCommandOutput } from "./commands/DisassociateRoutingProfileQueuesCommand";
|
|
47
|
-
import { DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput } from "./commands/DisassociateSecurityKeyCommand";
|
|
48
|
-
import { GetContactAttributesCommandInput, GetContactAttributesCommandOutput } from "./commands/GetContactAttributesCommand";
|
|
49
|
-
import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "./commands/GetCurrentMetricDataCommand";
|
|
50
|
-
import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "./commands/GetFederationTokenCommand";
|
|
51
|
-
import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "./commands/GetMetricDataCommand";
|
|
52
|
-
import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "./commands/ListAgentStatusesCommand";
|
|
53
|
-
import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "./commands/ListApprovedOriginsCommand";
|
|
54
|
-
import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
|
|
55
|
-
import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "./commands/ListContactFlowsCommand";
|
|
56
|
-
import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "./commands/ListHoursOfOperationsCommand";
|
|
57
|
-
import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "./commands/ListInstanceAttributesCommand";
|
|
58
|
-
import { ListInstanceStorageConfigsCommandInput, ListInstanceStorageConfigsCommandOutput } from "./commands/ListInstanceStorageConfigsCommand";
|
|
59
|
-
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
|
|
60
|
-
import { ListIntegrationAssociationsCommandInput, ListIntegrationAssociationsCommandOutput } from "./commands/ListIntegrationAssociationsCommand";
|
|
61
|
-
import { ListLambdaFunctionsCommandInput, ListLambdaFunctionsCommandOutput } from "./commands/ListLambdaFunctionsCommand";
|
|
62
|
-
import { ListLexBotsCommandInput, ListLexBotsCommandOutput } from "./commands/ListLexBotsCommand";
|
|
63
|
-
import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "./commands/ListPhoneNumbersCommand";
|
|
64
|
-
import { ListPromptsCommandInput, ListPromptsCommandOutput } from "./commands/ListPromptsCommand";
|
|
65
|
-
import { ListQueueQuickConnectsCommandInput, ListQueueQuickConnectsCommandOutput } from "./commands/ListQueueQuickConnectsCommand";
|
|
66
|
-
import { ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
|
|
67
|
-
import { ListQuickConnectsCommandInput, ListQuickConnectsCommandOutput } from "./commands/ListQuickConnectsCommand";
|
|
68
|
-
import { ListRoutingProfileQueuesCommandInput, ListRoutingProfileQueuesCommandOutput } from "./commands/ListRoutingProfileQueuesCommand";
|
|
69
|
-
import { ListRoutingProfilesCommandInput, ListRoutingProfilesCommandOutput } from "./commands/ListRoutingProfilesCommand";
|
|
70
|
-
import { ListSecurityKeysCommandInput, ListSecurityKeysCommandOutput } from "./commands/ListSecurityKeysCommand";
|
|
71
|
-
import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "./commands/ListSecurityProfilesCommand";
|
|
72
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
73
|
-
import { ListUseCasesCommandInput, ListUseCasesCommandOutput } from "./commands/ListUseCasesCommand";
|
|
74
|
-
import { ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput } from "./commands/ListUserHierarchyGroupsCommand";
|
|
75
|
-
import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
76
|
-
import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "./commands/ResumeContactRecordingCommand";
|
|
77
|
-
import { StartChatContactCommandInput, StartChatContactCommandOutput } from "./commands/StartChatContactCommand";
|
|
78
|
-
import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "./commands/StartContactRecordingCommand";
|
|
79
|
-
import { StartOutboundVoiceContactCommandInput, StartOutboundVoiceContactCommandOutput } from "./commands/StartOutboundVoiceContactCommand";
|
|
80
|
-
import { StartTaskContactCommandInput, StartTaskContactCommandOutput } from "./commands/StartTaskContactCommand";
|
|
81
|
-
import { StopContactCommandInput, StopContactCommandOutput } from "./commands/StopContactCommand";
|
|
82
|
-
import { StopContactRecordingCommandInput, StopContactRecordingCommandOutput } from "./commands/StopContactRecordingCommand";
|
|
83
|
-
import { SuspendContactRecordingCommandInput, SuspendContactRecordingCommandOutput } from "./commands/SuspendContactRecordingCommand";
|
|
84
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
85
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
86
|
-
import { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from "./commands/UpdateAgentStatusCommand";
|
|
87
|
-
import { UpdateContactAttributesCommandInput, UpdateContactAttributesCommandOutput } from "./commands/UpdateContactAttributesCommand";
|
|
88
|
-
import { UpdateContactFlowContentCommandInput, UpdateContactFlowContentCommandOutput } from "./commands/UpdateContactFlowContentCommand";
|
|
89
|
-
import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "./commands/UpdateContactFlowNameCommand";
|
|
90
|
-
import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "./commands/UpdateHoursOfOperationCommand";
|
|
91
|
-
import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "./commands/UpdateInstanceAttributeCommand";
|
|
92
|
-
import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput } from "./commands/UpdateInstanceStorageConfigCommand";
|
|
93
|
-
import { UpdateQueueHoursOfOperationCommandInput, UpdateQueueHoursOfOperationCommandOutput } from "./commands/UpdateQueueHoursOfOperationCommand";
|
|
94
|
-
import { UpdateQueueMaxContactsCommandInput, UpdateQueueMaxContactsCommandOutput } from "./commands/UpdateQueueMaxContactsCommand";
|
|
95
|
-
import { UpdateQueueNameCommandInput, UpdateQueueNameCommandOutput } from "./commands/UpdateQueueNameCommand";
|
|
96
|
-
import { UpdateQueueOutboundCallerConfigCommandInput, UpdateQueueOutboundCallerConfigCommandOutput } from "./commands/UpdateQueueOutboundCallerConfigCommand";
|
|
97
|
-
import { UpdateQueueStatusCommandInput, UpdateQueueStatusCommandOutput } from "./commands/UpdateQueueStatusCommand";
|
|
98
|
-
import { UpdateQuickConnectConfigCommandInput, UpdateQuickConnectConfigCommandOutput } from "./commands/UpdateQuickConnectConfigCommand";
|
|
99
|
-
import { UpdateQuickConnectNameCommandInput, UpdateQuickConnectNameCommandOutput } from "./commands/UpdateQuickConnectNameCommand";
|
|
100
|
-
import { UpdateRoutingProfileConcurrencyCommandInput, UpdateRoutingProfileConcurrencyCommandOutput } from "./commands/UpdateRoutingProfileConcurrencyCommand";
|
|
101
|
-
import { UpdateRoutingProfileDefaultOutboundQueueCommandInput, UpdateRoutingProfileDefaultOutboundQueueCommandOutput } from "./commands/UpdateRoutingProfileDefaultOutboundQueueCommand";
|
|
102
|
-
import { UpdateRoutingProfileNameCommandInput, UpdateRoutingProfileNameCommandOutput } from "./commands/UpdateRoutingProfileNameCommand";
|
|
103
|
-
import { UpdateRoutingProfileQueuesCommandInput, UpdateRoutingProfileQueuesCommandOutput } from "./commands/UpdateRoutingProfileQueuesCommand";
|
|
104
|
-
import { UpdateUserHierarchyCommandInput, UpdateUserHierarchyCommandOutput } from "./commands/UpdateUserHierarchyCommand";
|
|
105
|
-
import { UpdateUserHierarchyGroupNameCommandInput, UpdateUserHierarchyGroupNameCommandOutput } from "./commands/UpdateUserHierarchyGroupNameCommand";
|
|
106
|
-
import { UpdateUserHierarchyStructureCommandInput, UpdateUserHierarchyStructureCommandOutput } from "./commands/UpdateUserHierarchyStructureCommand";
|
|
107
|
-
import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput } from "./commands/UpdateUserIdentityInfoCommand";
|
|
108
|
-
import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "./commands/UpdateUserPhoneConfigCommand";
|
|
109
|
-
import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "./commands/UpdateUserRoutingProfileCommand";
|
|
110
|
-
import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "./commands/UpdateUserSecurityProfilesCommand";
|
|
111
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
112
|
-
/**
|
|
113
|
-
* <p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer
|
|
114
|
-
* contact center and provide reliable customer engagement at any scale.</p>
|
|
115
|
-
* <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing.
|
|
116
|
-
* You can also resolve customer issues more efficiently by getting customers in touch with the
|
|
117
|
-
* appropriate agents.</p>
|
|
118
|
-
* <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits
|
|
119
|
-
* 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
|
|
120
|
-
* Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
121
|
-
* <p>You can
|
|
122
|
-
* connect
|
|
123
|
-
* programmatically to an AWS service by using an endpoint. For a list of Amazon Connect endpoints, see
|
|
124
|
-
* <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
|
|
125
|
-
* Endpoints</a>.</p>
|
|
126
|
-
* <note>
|
|
127
|
-
* <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>
|
|
128
|
-
* </note>
|
|
129
|
-
*/
|
|
130
|
-
export declare class Connect extends ConnectClient {
|
|
131
|
-
/**
|
|
132
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
133
|
-
* <p>Associates an approved origin to an Amazon Connect instance.</p>
|
|
134
|
-
*/
|
|
135
|
-
associateApprovedOrigin(args: AssociateApprovedOriginCommandInput, options?: __HttpHandlerOptions): Promise<AssociateApprovedOriginCommandOutput>;
|
|
136
|
-
associateApprovedOrigin(args: AssociateApprovedOriginCommandInput, cb: (err: any, data?: AssociateApprovedOriginCommandOutput) => void): void;
|
|
137
|
-
associateApprovedOrigin(args: AssociateApprovedOriginCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateApprovedOriginCommandOutput) => void): void;
|
|
138
|
-
/**
|
|
139
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
140
|
-
* <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex or Amazon Lex V2 bot.</p>
|
|
141
|
-
*/
|
|
142
|
-
associateBot(args: AssociateBotCommandInput, options?: __HttpHandlerOptions): Promise<AssociateBotCommandOutput>;
|
|
143
|
-
associateBot(args: AssociateBotCommandInput, cb: (err: any, data?: AssociateBotCommandOutput) => void): void;
|
|
144
|
-
associateBot(args: AssociateBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateBotCommandOutput) => void): void;
|
|
145
|
-
/**
|
|
146
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
147
|
-
* <p>Associates a storage resource type for the first time. You can only associate one type of
|
|
148
|
-
* storage configuration in a single call. This means, for example, that you can't define an
|
|
149
|
-
* instance with multiple S3 buckets for storing chat transcripts.</p>
|
|
150
|
-
* <p>This API does not create a resource that doesn't exist. It only associates it to the
|
|
151
|
-
* instance. Ensure that the resource being specified in the storage configuration, like an S3
|
|
152
|
-
* bucket, exists when being used for association.</p>
|
|
153
|
-
*/
|
|
154
|
-
associateInstanceStorageConfig(args: AssociateInstanceStorageConfigCommandInput, options?: __HttpHandlerOptions): Promise<AssociateInstanceStorageConfigCommandOutput>;
|
|
155
|
-
associateInstanceStorageConfig(args: AssociateInstanceStorageConfigCommandInput, cb: (err: any, data?: AssociateInstanceStorageConfigCommandOutput) => void): void;
|
|
156
|
-
associateInstanceStorageConfig(args: AssociateInstanceStorageConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateInstanceStorageConfigCommandOutput) => void): void;
|
|
157
|
-
/**
|
|
158
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
159
|
-
* <p>Allows the specified Amazon Connect instance to access the specified Lambda function.</p>
|
|
160
|
-
*/
|
|
161
|
-
associateLambdaFunction(args: AssociateLambdaFunctionCommandInput, options?: __HttpHandlerOptions): Promise<AssociateLambdaFunctionCommandOutput>;
|
|
162
|
-
associateLambdaFunction(args: AssociateLambdaFunctionCommandInput, cb: (err: any, data?: AssociateLambdaFunctionCommandOutput) => void): void;
|
|
163
|
-
associateLambdaFunction(args: AssociateLambdaFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateLambdaFunctionCommandOutput) => void): void;
|
|
164
|
-
/**
|
|
165
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
166
|
-
* <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex bot.</p>
|
|
167
|
-
*/
|
|
168
|
-
associateLexBot(args: AssociateLexBotCommandInput, options?: __HttpHandlerOptions): Promise<AssociateLexBotCommandOutput>;
|
|
169
|
-
associateLexBot(args: AssociateLexBotCommandInput, cb: (err: any, data?: AssociateLexBotCommandOutput) => void): void;
|
|
170
|
-
associateLexBot(args: AssociateLexBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateLexBotCommandOutput) => void): void;
|
|
171
|
-
/**
|
|
172
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
173
|
-
* <p>Associates a set of quick connects with a queue.</p>
|
|
174
|
-
*/
|
|
175
|
-
associateQueueQuickConnects(args: AssociateQueueQuickConnectsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateQueueQuickConnectsCommandOutput>;
|
|
176
|
-
associateQueueQuickConnects(args: AssociateQueueQuickConnectsCommandInput, cb: (err: any, data?: AssociateQueueQuickConnectsCommandOutput) => void): void;
|
|
177
|
-
associateQueueQuickConnects(args: AssociateQueueQuickConnectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateQueueQuickConnectsCommandOutput) => void): void;
|
|
178
|
-
/**
|
|
179
|
-
* <p>Associates a set of queues with a routing profile.</p>
|
|
180
|
-
*/
|
|
181
|
-
associateRoutingProfileQueues(args: AssociateRoutingProfileQueuesCommandInput, options?: __HttpHandlerOptions): Promise<AssociateRoutingProfileQueuesCommandOutput>;
|
|
182
|
-
associateRoutingProfileQueues(args: AssociateRoutingProfileQueuesCommandInput, cb: (err: any, data?: AssociateRoutingProfileQueuesCommandOutput) => void): void;
|
|
183
|
-
associateRoutingProfileQueues(args: AssociateRoutingProfileQueuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateRoutingProfileQueuesCommandOutput) => void): void;
|
|
184
|
-
/**
|
|
185
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
186
|
-
* <p>Associates a security key to the instance.</p>
|
|
187
|
-
*/
|
|
188
|
-
associateSecurityKey(args: AssociateSecurityKeyCommandInput, options?: __HttpHandlerOptions): Promise<AssociateSecurityKeyCommandOutput>;
|
|
189
|
-
associateSecurityKey(args: AssociateSecurityKeyCommandInput, cb: (err: any, data?: AssociateSecurityKeyCommandOutput) => void): void;
|
|
190
|
-
associateSecurityKey(args: AssociateSecurityKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSecurityKeyCommandOutput) => void): void;
|
|
191
|
-
/**
|
|
192
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
193
|
-
* <p>Creates an agent status for the specified Amazon Connect instance.</p>
|
|
194
|
-
*/
|
|
195
|
-
createAgentStatus(args: CreateAgentStatusCommandInput, options?: __HttpHandlerOptions): Promise<CreateAgentStatusCommandOutput>;
|
|
196
|
-
createAgentStatus(args: CreateAgentStatusCommandInput, cb: (err: any, data?: CreateAgentStatusCommandOutput) => void): void;
|
|
197
|
-
createAgentStatus(args: CreateAgentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAgentStatusCommandOutput) => void): void;
|
|
198
|
-
/**
|
|
199
|
-
* <p>Creates a contact flow for the specified Amazon Connect instance.</p>
|
|
200
|
-
* <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
|
|
201
|
-
* Flow language</a>.</p>
|
|
202
|
-
*/
|
|
203
|
-
createContactFlow(args: CreateContactFlowCommandInput, options?: __HttpHandlerOptions): Promise<CreateContactFlowCommandOutput>;
|
|
204
|
-
createContactFlow(args: CreateContactFlowCommandInput, cb: (err: any, data?: CreateContactFlowCommandOutput) => void): void;
|
|
205
|
-
createContactFlow(args: CreateContactFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactFlowCommandOutput) => void): void;
|
|
206
|
-
/**
|
|
207
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
208
|
-
* <p>Creates hours of operation. </p>
|
|
209
|
-
*/
|
|
210
|
-
createHoursOfOperation(args: CreateHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<CreateHoursOfOperationCommandOutput>;
|
|
211
|
-
createHoursOfOperation(args: CreateHoursOfOperationCommandInput, cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void): void;
|
|
212
|
-
createHoursOfOperation(args: CreateHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void): void;
|
|
213
|
-
/**
|
|
214
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
215
|
-
* <p>Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any
|
|
216
|
-
* storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not
|
|
217
|
-
* allow for any configurations on features, such as Contact Lens for Amazon Connect. </p>
|
|
218
|
-
* <p>Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days.
|
|
219
|
-
* 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.
|
|
220
|
-
* You must wait 30 days before you can restart creating and deleting instances in your account.</p>
|
|
221
|
-
*/
|
|
222
|
-
createInstance(args: CreateInstanceCommandInput, options?: __HttpHandlerOptions): Promise<CreateInstanceCommandOutput>;
|
|
223
|
-
createInstance(args: CreateInstanceCommandInput, cb: (err: any, data?: CreateInstanceCommandOutput) => void): void;
|
|
224
|
-
createInstance(args: CreateInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInstanceCommandOutput) => void): void;
|
|
225
|
-
/**
|
|
226
|
-
* <p>Create an AppIntegration association with an Amazon Connect instance.</p>
|
|
227
|
-
*/
|
|
228
|
-
createIntegrationAssociation(args: CreateIntegrationAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateIntegrationAssociationCommandOutput>;
|
|
229
|
-
createIntegrationAssociation(args: CreateIntegrationAssociationCommandInput, cb: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void): void;
|
|
230
|
-
createIntegrationAssociation(args: CreateIntegrationAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void): void;
|
|
231
|
-
/**
|
|
232
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
233
|
-
* <p>Creates a new queue for the specified Amazon Connect instance.</p>
|
|
234
|
-
*/
|
|
235
|
-
createQueue(args: CreateQueueCommandInput, options?: __HttpHandlerOptions): Promise<CreateQueueCommandOutput>;
|
|
236
|
-
createQueue(args: CreateQueueCommandInput, cb: (err: any, data?: CreateQueueCommandOutput) => void): void;
|
|
237
|
-
createQueue(args: CreateQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateQueueCommandOutput) => void): void;
|
|
238
|
-
/**
|
|
239
|
-
* <p>Creates a quick connect for the specified Amazon Connect instance.</p>
|
|
240
|
-
*/
|
|
241
|
-
createQuickConnect(args: CreateQuickConnectCommandInput, options?: __HttpHandlerOptions): Promise<CreateQuickConnectCommandOutput>;
|
|
242
|
-
createQuickConnect(args: CreateQuickConnectCommandInput, cb: (err: any, data?: CreateQuickConnectCommandOutput) => void): void;
|
|
243
|
-
createQuickConnect(args: CreateQuickConnectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateQuickConnectCommandOutput) => void): void;
|
|
244
|
-
/**
|
|
245
|
-
* <p>Creates a new routing profile.</p>
|
|
246
|
-
*/
|
|
247
|
-
createRoutingProfile(args: CreateRoutingProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateRoutingProfileCommandOutput>;
|
|
248
|
-
createRoutingProfile(args: CreateRoutingProfileCommandInput, cb: (err: any, data?: CreateRoutingProfileCommandOutput) => void): void;
|
|
249
|
-
createRoutingProfile(args: CreateRoutingProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRoutingProfileCommandOutput) => void): void;
|
|
250
|
-
/**
|
|
251
|
-
* <p>Creates a use case for an AppIntegration association.</p>
|
|
252
|
-
*/
|
|
253
|
-
createUseCase(args: CreateUseCaseCommandInput, options?: __HttpHandlerOptions): Promise<CreateUseCaseCommandOutput>;
|
|
254
|
-
createUseCase(args: CreateUseCaseCommandInput, cb: (err: any, data?: CreateUseCaseCommandOutput) => void): void;
|
|
255
|
-
createUseCase(args: CreateUseCaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUseCaseCommandOutput) => void): void;
|
|
256
|
-
/**
|
|
257
|
-
* <p>Creates a user account for the specified Amazon Connect instance.</p>
|
|
258
|
-
* <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
|
|
259
|
-
* the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
260
|
-
*/
|
|
261
|
-
createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
|
|
262
|
-
createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
|
|
263
|
-
createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
|
|
264
|
-
/**
|
|
265
|
-
* <p>Creates a new user hierarchy group.</p>
|
|
266
|
-
*/
|
|
267
|
-
createUserHierarchyGroup(args: CreateUserHierarchyGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserHierarchyGroupCommandOutput>;
|
|
268
|
-
createUserHierarchyGroup(args: CreateUserHierarchyGroupCommandInput, cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void): void;
|
|
269
|
-
createUserHierarchyGroup(args: CreateUserHierarchyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void): void;
|
|
270
|
-
/**
|
|
271
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
272
|
-
* <p>Deletes an hours of operation.</p>
|
|
273
|
-
*/
|
|
274
|
-
deleteHoursOfOperation(args: DeleteHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHoursOfOperationCommandOutput>;
|
|
275
|
-
deleteHoursOfOperation(args: DeleteHoursOfOperationCommandInput, cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void): void;
|
|
276
|
-
deleteHoursOfOperation(args: DeleteHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void): void;
|
|
277
|
-
/**
|
|
278
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
279
|
-
* <p>Deletes the Amazon Connect instance.</p>
|
|
280
|
-
* <p>Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days.
|
|
281
|
-
* 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.
|
|
282
|
-
* You must wait 30 days before you can restart creating and deleting instances in your account.</p>
|
|
283
|
-
*/
|
|
284
|
-
deleteInstance(args: DeleteInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInstanceCommandOutput>;
|
|
285
|
-
deleteInstance(args: DeleteInstanceCommandInput, cb: (err: any, data?: DeleteInstanceCommandOutput) => void): void;
|
|
286
|
-
deleteInstance(args: DeleteInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstanceCommandOutput) => void): void;
|
|
287
|
-
/**
|
|
288
|
-
* <p>Deletes an AppIntegration association from an Amazon Connect instance. The association must not have
|
|
289
|
-
* any use cases associated with it.</p>
|
|
290
|
-
*/
|
|
291
|
-
deleteIntegrationAssociation(args: DeleteIntegrationAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIntegrationAssociationCommandOutput>;
|
|
292
|
-
deleteIntegrationAssociation(args: DeleteIntegrationAssociationCommandInput, cb: (err: any, data?: DeleteIntegrationAssociationCommandOutput) => void): void;
|
|
293
|
-
deleteIntegrationAssociation(args: DeleteIntegrationAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIntegrationAssociationCommandOutput) => void): void;
|
|
294
|
-
/**
|
|
295
|
-
* <p>Deletes a quick connect.</p>
|
|
296
|
-
*/
|
|
297
|
-
deleteQuickConnect(args: DeleteQuickConnectCommandInput, options?: __HttpHandlerOptions): Promise<DeleteQuickConnectCommandOutput>;
|
|
298
|
-
deleteQuickConnect(args: DeleteQuickConnectCommandInput, cb: (err: any, data?: DeleteQuickConnectCommandOutput) => void): void;
|
|
299
|
-
deleteQuickConnect(args: DeleteQuickConnectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteQuickConnectCommandOutput) => void): void;
|
|
300
|
-
/**
|
|
301
|
-
* <p>Deletes a use case from an AppIntegration association.</p>
|
|
302
|
-
*/
|
|
303
|
-
deleteUseCase(args: DeleteUseCaseCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUseCaseCommandOutput>;
|
|
304
|
-
deleteUseCase(args: DeleteUseCaseCommandInput, cb: (err: any, data?: DeleteUseCaseCommandOutput) => void): void;
|
|
305
|
-
deleteUseCase(args: DeleteUseCaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUseCaseCommandOutput) => void): void;
|
|
306
|
-
/**
|
|
307
|
-
* <p>Deletes a user account from the specified Amazon Connect instance.</p>
|
|
308
|
-
* <p>For information about what happens to a user's data when their account is deleted, see
|
|
309
|
-
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/delete-users.html">Delete Users from
|
|
310
|
-
* Your Amazon Connect Instance</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
311
|
-
*/
|
|
312
|
-
deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
|
|
313
|
-
deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
|
|
314
|
-
deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
|
|
315
|
-
/**
|
|
316
|
-
* <p>Deletes an existing user hierarchy group. It must not be associated with any agents or have
|
|
317
|
-
* any active child groups.</p>
|
|
318
|
-
*/
|
|
319
|
-
deleteUserHierarchyGroup(args: DeleteUserHierarchyGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserHierarchyGroupCommandOutput>;
|
|
320
|
-
deleteUserHierarchyGroup(args: DeleteUserHierarchyGroupCommandInput, cb: (err: any, data?: DeleteUserHierarchyGroupCommandOutput) => void): void;
|
|
321
|
-
deleteUserHierarchyGroup(args: DeleteUserHierarchyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserHierarchyGroupCommandOutput) => void): void;
|
|
322
|
-
/**
|
|
323
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
324
|
-
* <p>Describes an agent status.</p>
|
|
325
|
-
*/
|
|
326
|
-
describeAgentStatus(args: DescribeAgentStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAgentStatusCommandOutput>;
|
|
327
|
-
describeAgentStatus(args: DescribeAgentStatusCommandInput, cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void): void;
|
|
328
|
-
describeAgentStatus(args: DescribeAgentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void): void;
|
|
329
|
-
/**
|
|
330
|
-
* <p>Describes the specified contact flow.</p>
|
|
331
|
-
* <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
|
|
332
|
-
* Flow language</a>.</p>
|
|
333
|
-
*/
|
|
334
|
-
describeContactFlow(args: DescribeContactFlowCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContactFlowCommandOutput>;
|
|
335
|
-
describeContactFlow(args: DescribeContactFlowCommandInput, cb: (err: any, data?: DescribeContactFlowCommandOutput) => void): void;
|
|
336
|
-
describeContactFlow(args: DescribeContactFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContactFlowCommandOutput) => void): void;
|
|
337
|
-
/**
|
|
338
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
339
|
-
* <p>Describes the hours of operation.</p>
|
|
340
|
-
*/
|
|
341
|
-
describeHoursOfOperation(args: DescribeHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHoursOfOperationCommandOutput>;
|
|
342
|
-
describeHoursOfOperation(args: DescribeHoursOfOperationCommandInput, cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void): void;
|
|
343
|
-
describeHoursOfOperation(args: DescribeHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void): void;
|
|
344
|
-
/**
|
|
345
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
346
|
-
* <p>Returns the current state of the specified instance identifier. It tracks the instance while
|
|
347
|
-
* it is being created and returns an error status, if applicable. </p>
|
|
348
|
-
* <p>If an instance is not created successfully, the instance status reason field returns details
|
|
349
|
-
* relevant to the reason. The instance in a failed state is returned only for 24 hours after the
|
|
350
|
-
* CreateInstance API was invoked.</p>
|
|
351
|
-
*/
|
|
352
|
-
describeInstance(args: DescribeInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceCommandOutput>;
|
|
353
|
-
describeInstance(args: DescribeInstanceCommandInput, cb: (err: any, data?: DescribeInstanceCommandOutput) => void): void;
|
|
354
|
-
describeInstance(args: DescribeInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceCommandOutput) => void): void;
|
|
355
|
-
/**
|
|
356
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
357
|
-
* <p>Describes the specified instance attribute.</p>
|
|
358
|
-
*/
|
|
359
|
-
describeInstanceAttribute(args: DescribeInstanceAttributeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceAttributeCommandOutput>;
|
|
360
|
-
describeInstanceAttribute(args: DescribeInstanceAttributeCommandInput, cb: (err: any, data?: DescribeInstanceAttributeCommandOutput) => void): void;
|
|
361
|
-
describeInstanceAttribute(args: DescribeInstanceAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceAttributeCommandOutput) => void): void;
|
|
362
|
-
/**
|
|
363
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
364
|
-
* <p>Retrieves the current storage configurations for the specified resource type, association
|
|
365
|
-
* ID, and instance ID.</p>
|
|
366
|
-
*/
|
|
367
|
-
describeInstanceStorageConfig(args: DescribeInstanceStorageConfigCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceStorageConfigCommandOutput>;
|
|
368
|
-
describeInstanceStorageConfig(args: DescribeInstanceStorageConfigCommandInput, cb: (err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void): void;
|
|
369
|
-
describeInstanceStorageConfig(args: DescribeInstanceStorageConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void): void;
|
|
370
|
-
/**
|
|
371
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
372
|
-
* <p>Describes the specified queue.</p>
|
|
373
|
-
*/
|
|
374
|
-
describeQueue(args: DescribeQueueCommandInput, options?: __HttpHandlerOptions): Promise<DescribeQueueCommandOutput>;
|
|
375
|
-
describeQueue(args: DescribeQueueCommandInput, cb: (err: any, data?: DescribeQueueCommandOutput) => void): void;
|
|
376
|
-
describeQueue(args: DescribeQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeQueueCommandOutput) => void): void;
|
|
377
|
-
/**
|
|
378
|
-
* <p>Describes the quick connect.</p>
|
|
379
|
-
*/
|
|
380
|
-
describeQuickConnect(args: DescribeQuickConnectCommandInput, options?: __HttpHandlerOptions): Promise<DescribeQuickConnectCommandOutput>;
|
|
381
|
-
describeQuickConnect(args: DescribeQuickConnectCommandInput, cb: (err: any, data?: DescribeQuickConnectCommandOutput) => void): void;
|
|
382
|
-
describeQuickConnect(args: DescribeQuickConnectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeQuickConnectCommandOutput) => void): void;
|
|
383
|
-
/**
|
|
384
|
-
* <p>Describes the specified routing profile.</p>
|
|
385
|
-
*/
|
|
386
|
-
describeRoutingProfile(args: DescribeRoutingProfileCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRoutingProfileCommandOutput>;
|
|
387
|
-
describeRoutingProfile(args: DescribeRoutingProfileCommandInput, cb: (err: any, data?: DescribeRoutingProfileCommandOutput) => void): void;
|
|
388
|
-
describeRoutingProfile(args: DescribeRoutingProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRoutingProfileCommandOutput) => void): void;
|
|
389
|
-
/**
|
|
390
|
-
* <p>Describes the specified user account. You can find the instance ID in the console (it’s the
|
|
391
|
-
* final part of the ARN). The console does not display the user IDs. Instead, list the users and
|
|
392
|
-
* note the IDs provided in the output.</p>
|
|
393
|
-
*/
|
|
394
|
-
describeUser(args: DescribeUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserCommandOutput>;
|
|
395
|
-
describeUser(args: DescribeUserCommandInput, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
|
|
396
|
-
describeUser(args: DescribeUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
|
|
397
|
-
/**
|
|
398
|
-
* <p>Describes the specified hierarchy group.</p>
|
|
399
|
-
*/
|
|
400
|
-
describeUserHierarchyGroup(args: DescribeUserHierarchyGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserHierarchyGroupCommandOutput>;
|
|
401
|
-
describeUserHierarchyGroup(args: DescribeUserHierarchyGroupCommandInput, cb: (err: any, data?: DescribeUserHierarchyGroupCommandOutput) => void): void;
|
|
402
|
-
describeUserHierarchyGroup(args: DescribeUserHierarchyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserHierarchyGroupCommandOutput) => void): void;
|
|
403
|
-
/**
|
|
404
|
-
* <p>Describes the hierarchy structure of the specified Amazon Connect instance.</p>
|
|
405
|
-
*/
|
|
406
|
-
describeUserHierarchyStructure(args: DescribeUserHierarchyStructureCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserHierarchyStructureCommandOutput>;
|
|
407
|
-
describeUserHierarchyStructure(args: DescribeUserHierarchyStructureCommandInput, cb: (err: any, data?: DescribeUserHierarchyStructureCommandOutput) => void): void;
|
|
408
|
-
describeUserHierarchyStructure(args: DescribeUserHierarchyStructureCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserHierarchyStructureCommandOutput) => void): void;
|
|
409
|
-
/**
|
|
410
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
411
|
-
* <p>Revokes access to integrated applications from Amazon Connect.</p>
|
|
412
|
-
*/
|
|
413
|
-
disassociateApprovedOrigin(args: DisassociateApprovedOriginCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateApprovedOriginCommandOutput>;
|
|
414
|
-
disassociateApprovedOrigin(args: DisassociateApprovedOriginCommandInput, cb: (err: any, data?: DisassociateApprovedOriginCommandOutput) => void): void;
|
|
415
|
-
disassociateApprovedOrigin(args: DisassociateApprovedOriginCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateApprovedOriginCommandOutput) => void): void;
|
|
416
|
-
/**
|
|
417
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
418
|
-
* <p>Revokes authorization from the specified instance to access the specified Amazon Lex or Amazon Lex V2
|
|
419
|
-
* bot. </p>
|
|
420
|
-
*/
|
|
421
|
-
disassociateBot(args: DisassociateBotCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateBotCommandOutput>;
|
|
422
|
-
disassociateBot(args: DisassociateBotCommandInput, cb: (err: any, data?: DisassociateBotCommandOutput) => void): void;
|
|
423
|
-
disassociateBot(args: DisassociateBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateBotCommandOutput) => void): void;
|
|
424
|
-
/**
|
|
425
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
426
|
-
* <p>Removes the storage type configurations for the specified resource type and association
|
|
427
|
-
* ID.</p>
|
|
428
|
-
*/
|
|
429
|
-
disassociateInstanceStorageConfig(args: DisassociateInstanceStorageConfigCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateInstanceStorageConfigCommandOutput>;
|
|
430
|
-
disassociateInstanceStorageConfig(args: DisassociateInstanceStorageConfigCommandInput, cb: (err: any, data?: DisassociateInstanceStorageConfigCommandOutput) => void): void;
|
|
431
|
-
disassociateInstanceStorageConfig(args: DisassociateInstanceStorageConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateInstanceStorageConfigCommandOutput) => void): void;
|
|
432
|
-
/**
|
|
433
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
434
|
-
* <p>Remove the Lambda function from the dropdown options available in the relevant contact flow
|
|
435
|
-
* blocks.</p>
|
|
436
|
-
*/
|
|
437
|
-
disassociateLambdaFunction(args: DisassociateLambdaFunctionCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateLambdaFunctionCommandOutput>;
|
|
438
|
-
disassociateLambdaFunction(args: DisassociateLambdaFunctionCommandInput, cb: (err: any, data?: DisassociateLambdaFunctionCommandOutput) => void): void;
|
|
439
|
-
disassociateLambdaFunction(args: DisassociateLambdaFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateLambdaFunctionCommandOutput) => void): void;
|
|
440
|
-
/**
|
|
441
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
442
|
-
* <p>Revokes authorization from the specified instance to access the specified Amazon Lex bot.</p>
|
|
443
|
-
*/
|
|
444
|
-
disassociateLexBot(args: DisassociateLexBotCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateLexBotCommandOutput>;
|
|
445
|
-
disassociateLexBot(args: DisassociateLexBotCommandInput, cb: (err: any, data?: DisassociateLexBotCommandOutput) => void): void;
|
|
446
|
-
disassociateLexBot(args: DisassociateLexBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateLexBotCommandOutput) => void): void;
|
|
447
|
-
/**
|
|
448
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
449
|
-
* <p>Disassociates a set of quick connects from a queue.</p>
|
|
450
|
-
*/
|
|
451
|
-
disassociateQueueQuickConnects(args: DisassociateQueueQuickConnectsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateQueueQuickConnectsCommandOutput>;
|
|
452
|
-
disassociateQueueQuickConnects(args: DisassociateQueueQuickConnectsCommandInput, cb: (err: any, data?: DisassociateQueueQuickConnectsCommandOutput) => void): void;
|
|
453
|
-
disassociateQueueQuickConnects(args: DisassociateQueueQuickConnectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateQueueQuickConnectsCommandOutput) => void): void;
|
|
454
|
-
/**
|
|
455
|
-
* <p>Disassociates a set of queues from a routing profile.</p>
|
|
456
|
-
*/
|
|
457
|
-
disassociateRoutingProfileQueues(args: DisassociateRoutingProfileQueuesCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateRoutingProfileQueuesCommandOutput>;
|
|
458
|
-
disassociateRoutingProfileQueues(args: DisassociateRoutingProfileQueuesCommandInput, cb: (err: any, data?: DisassociateRoutingProfileQueuesCommandOutput) => void): void;
|
|
459
|
-
disassociateRoutingProfileQueues(args: DisassociateRoutingProfileQueuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateRoutingProfileQueuesCommandOutput) => void): void;
|
|
460
|
-
/**
|
|
461
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
462
|
-
* <p>Deletes the specified security key.</p>
|
|
463
|
-
*/
|
|
464
|
-
disassociateSecurityKey(args: DisassociateSecurityKeyCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateSecurityKeyCommandOutput>;
|
|
465
|
-
disassociateSecurityKey(args: DisassociateSecurityKeyCommandInput, cb: (err: any, data?: DisassociateSecurityKeyCommandOutput) => void): void;
|
|
466
|
-
disassociateSecurityKey(args: DisassociateSecurityKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateSecurityKeyCommandOutput) => void): void;
|
|
467
|
-
/**
|
|
468
|
-
* <p>Retrieves the contact attributes for the specified contact.</p>
|
|
469
|
-
*/
|
|
470
|
-
getContactAttributes(args: GetContactAttributesCommandInput, options?: __HttpHandlerOptions): Promise<GetContactAttributesCommandOutput>;
|
|
471
|
-
getContactAttributes(args: GetContactAttributesCommandInput, cb: (err: any, data?: GetContactAttributesCommandOutput) => void): void;
|
|
472
|
-
getContactAttributes(args: GetContactAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContactAttributesCommandOutput) => void): void;
|
|
473
|
-
/**
|
|
474
|
-
* <p>Gets the real-time metric data from the specified Amazon Connect instance.</p>
|
|
475
|
-
* <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
|
|
476
|
-
* Definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
477
|
-
*/
|
|
478
|
-
getCurrentMetricData(args: GetCurrentMetricDataCommandInput, options?: __HttpHandlerOptions): Promise<GetCurrentMetricDataCommandOutput>;
|
|
479
|
-
getCurrentMetricData(args: GetCurrentMetricDataCommandInput, cb: (err: any, data?: GetCurrentMetricDataCommandOutput) => void): void;
|
|
480
|
-
getCurrentMetricData(args: GetCurrentMetricDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCurrentMetricDataCommandOutput) => void): void;
|
|
481
|
-
/**
|
|
482
|
-
* <p>Retrieves a token for federation.</p>
|
|
483
|
-
* <note>
|
|
484
|
-
* <p>This API doesn't support root users. If you try to invoke GetFederationToken with root
|
|
485
|
-
* credentials, an error message similar to the following one appears: </p>
|
|
486
|
-
* <p>
|
|
487
|
-
* <code>Provided identity: Principal: .... User: .... cannot be used for federation with
|
|
488
|
-
* Amazon Connect</code>
|
|
489
|
-
* </p>
|
|
490
|
-
* </note>
|
|
491
|
-
*/
|
|
492
|
-
getFederationToken(args: GetFederationTokenCommandInput, options?: __HttpHandlerOptions): Promise<GetFederationTokenCommandOutput>;
|
|
493
|
-
getFederationToken(args: GetFederationTokenCommandInput, cb: (err: any, data?: GetFederationTokenCommandOutput) => void): void;
|
|
494
|
-
getFederationToken(args: GetFederationTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFederationTokenCommandOutput) => void): void;
|
|
495
|
-
/**
|
|
496
|
-
* <p>Gets historical metric data from the specified Amazon Connect instance.</p>
|
|
497
|
-
*
|
|
498
|
-
* <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
|
|
499
|
-
* Definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
500
|
-
*/
|
|
501
|
-
getMetricData(args: GetMetricDataCommandInput, options?: __HttpHandlerOptions): Promise<GetMetricDataCommandOutput>;
|
|
502
|
-
getMetricData(args: GetMetricDataCommandInput, cb: (err: any, data?: GetMetricDataCommandOutput) => void): void;
|
|
503
|
-
getMetricData(args: GetMetricDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMetricDataCommandOutput) => void): void;
|
|
504
|
-
/**
|
|
505
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
506
|
-
* <p>Lists agent statuses.</p>
|
|
507
|
-
*/
|
|
508
|
-
listAgentStatuses(args: ListAgentStatusesCommandInput, options?: __HttpHandlerOptions): Promise<ListAgentStatusesCommandOutput>;
|
|
509
|
-
listAgentStatuses(args: ListAgentStatusesCommandInput, cb: (err: any, data?: ListAgentStatusesCommandOutput) => void): void;
|
|
510
|
-
listAgentStatuses(args: ListAgentStatusesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgentStatusesCommandOutput) => void): void;
|
|
511
|
-
/**
|
|
512
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
513
|
-
* <p>Returns a paginated list of all approved origins associated with the instance.</p>
|
|
514
|
-
*/
|
|
515
|
-
listApprovedOrigins(args: ListApprovedOriginsCommandInput, options?: __HttpHandlerOptions): Promise<ListApprovedOriginsCommandOutput>;
|
|
516
|
-
listApprovedOrigins(args: ListApprovedOriginsCommandInput, cb: (err: any, data?: ListApprovedOriginsCommandOutput) => void): void;
|
|
517
|
-
listApprovedOrigins(args: ListApprovedOriginsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApprovedOriginsCommandOutput) => void): void;
|
|
518
|
-
/**
|
|
519
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
520
|
-
* <p>For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the
|
|
521
|
-
* instance. </p>
|
|
522
|
-
*/
|
|
523
|
-
listBots(args: ListBotsCommandInput, options?: __HttpHandlerOptions): Promise<ListBotsCommandOutput>;
|
|
524
|
-
listBots(args: ListBotsCommandInput, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
|
|
525
|
-
listBots(args: ListBotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
|
|
526
|
-
/**
|
|
527
|
-
* <p>Provides information about the contact flows for the specified Amazon Connect instance.</p>
|
|
528
|
-
* <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
|
|
529
|
-
* Flow language</a>.</p>
|
|
530
|
-
* <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
|
|
531
|
-
* <i>Amazon Connect Administrator Guide</i>.</p>
|
|
532
|
-
*/
|
|
533
|
-
listContactFlows(args: ListContactFlowsCommandInput, options?: __HttpHandlerOptions): Promise<ListContactFlowsCommandOutput>;
|
|
534
|
-
listContactFlows(args: ListContactFlowsCommandInput, cb: (err: any, data?: ListContactFlowsCommandOutput) => void): void;
|
|
535
|
-
listContactFlows(args: ListContactFlowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactFlowsCommandOutput) => void): void;
|
|
536
|
-
/**
|
|
537
|
-
* <p>Provides information about the hours of operation for the specified Amazon Connect instance.</p>
|
|
538
|
-
* <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
|
|
539
|
-
* Queue</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
540
|
-
*/
|
|
541
|
-
listHoursOfOperations(args: ListHoursOfOperationsCommandInput, options?: __HttpHandlerOptions): Promise<ListHoursOfOperationsCommandOutput>;
|
|
542
|
-
listHoursOfOperations(args: ListHoursOfOperationsCommandInput, cb: (err: any, data?: ListHoursOfOperationsCommandOutput) => void): void;
|
|
543
|
-
listHoursOfOperations(args: ListHoursOfOperationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHoursOfOperationsCommandOutput) => void): void;
|
|
544
|
-
/**
|
|
545
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
546
|
-
* <p>Returns a paginated list of all attribute types for the given instance.</p>
|
|
547
|
-
*/
|
|
548
|
-
listInstanceAttributes(args: ListInstanceAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ListInstanceAttributesCommandOutput>;
|
|
549
|
-
listInstanceAttributes(args: ListInstanceAttributesCommandInput, cb: (err: any, data?: ListInstanceAttributesCommandOutput) => void): void;
|
|
550
|
-
listInstanceAttributes(args: ListInstanceAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstanceAttributesCommandOutput) => void): void;
|
|
551
|
-
/**
|
|
552
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
553
|
-
* <p>Return a list of instances which are in active state, creation-in-progress state, and failed
|
|
554
|
-
* state. Instances that aren't successfully created (they are in a failed state) are returned only
|
|
555
|
-
* for 24 hours after the CreateInstance API was invoked.</p>
|
|
556
|
-
*/
|
|
557
|
-
listInstances(args: ListInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListInstancesCommandOutput>;
|
|
558
|
-
listInstances(args: ListInstancesCommandInput, cb: (err: any, data?: ListInstancesCommandOutput) => void): void;
|
|
559
|
-
listInstances(args: ListInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstancesCommandOutput) => void): void;
|
|
560
|
-
/**
|
|
561
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
562
|
-
*
|
|
563
|
-
* <p>Returns a paginated list of storage configs for the identified instance and resource
|
|
564
|
-
* type.</p>
|
|
565
|
-
*/
|
|
566
|
-
listInstanceStorageConfigs(args: ListInstanceStorageConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListInstanceStorageConfigsCommandOutput>;
|
|
567
|
-
listInstanceStorageConfigs(args: ListInstanceStorageConfigsCommandInput, cb: (err: any, data?: ListInstanceStorageConfigsCommandOutput) => void): void;
|
|
568
|
-
listInstanceStorageConfigs(args: ListInstanceStorageConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstanceStorageConfigsCommandOutput) => void): void;
|
|
569
|
-
/**
|
|
570
|
-
* <p>Provides summary information about the AppIntegration associations for the specified Amazon Connect
|
|
571
|
-
* instance.</p>
|
|
572
|
-
*/
|
|
573
|
-
listIntegrationAssociations(args: ListIntegrationAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListIntegrationAssociationsCommandOutput>;
|
|
574
|
-
listIntegrationAssociations(args: ListIntegrationAssociationsCommandInput, cb: (err: any, data?: ListIntegrationAssociationsCommandOutput) => void): void;
|
|
575
|
-
listIntegrationAssociations(args: ListIntegrationAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIntegrationAssociationsCommandOutput) => void): void;
|
|
576
|
-
/**
|
|
577
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
578
|
-
* <p>Returns a paginated list of all Lambda functions that display in the dropdown options in the
|
|
579
|
-
* relevant contact flow blocks.</p>
|
|
580
|
-
*/
|
|
581
|
-
listLambdaFunctions(args: ListLambdaFunctionsCommandInput, options?: __HttpHandlerOptions): Promise<ListLambdaFunctionsCommandOutput>;
|
|
582
|
-
listLambdaFunctions(args: ListLambdaFunctionsCommandInput, cb: (err: any, data?: ListLambdaFunctionsCommandOutput) => void): void;
|
|
583
|
-
listLambdaFunctions(args: ListLambdaFunctionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLambdaFunctionsCommandOutput) => void): void;
|
|
584
|
-
/**
|
|
585
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
586
|
-
* <p>Returns a paginated list of all the Amazon Lex bots currently associated with the
|
|
587
|
-
* instance.</p>
|
|
588
|
-
*/
|
|
589
|
-
listLexBots(args: ListLexBotsCommandInput, options?: __HttpHandlerOptions): Promise<ListLexBotsCommandOutput>;
|
|
590
|
-
listLexBots(args: ListLexBotsCommandInput, cb: (err: any, data?: ListLexBotsCommandOutput) => void): void;
|
|
591
|
-
listLexBots(args: ListLexBotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLexBotsCommandOutput) => void): void;
|
|
592
|
-
/**
|
|
593
|
-
* <p>Provides information about the phone numbers for the specified Amazon Connect instance. </p>
|
|
594
|
-
* <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
|
|
595
|
-
* Contact Center</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
596
|
-
*/
|
|
597
|
-
listPhoneNumbers(args: ListPhoneNumbersCommandInput, options?: __HttpHandlerOptions): Promise<ListPhoneNumbersCommandOutput>;
|
|
598
|
-
listPhoneNumbers(args: ListPhoneNumbersCommandInput, cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void): void;
|
|
599
|
-
listPhoneNumbers(args: ListPhoneNumbersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void): void;
|
|
600
|
-
/**
|
|
601
|
-
* <p>Provides information about the prompts for the specified Amazon Connect instance.</p>
|
|
602
|
-
*/
|
|
603
|
-
listPrompts(args: ListPromptsCommandInput, options?: __HttpHandlerOptions): Promise<ListPromptsCommandOutput>;
|
|
604
|
-
listPrompts(args: ListPromptsCommandInput, cb: (err: any, data?: ListPromptsCommandOutput) => void): void;
|
|
605
|
-
listPrompts(args: ListPromptsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPromptsCommandOutput) => void): void;
|
|
606
|
-
/**
|
|
607
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
608
|
-
* <p>Lists the quick connects associated with a queue.</p>
|
|
609
|
-
*/
|
|
610
|
-
listQueueQuickConnects(args: ListQueueQuickConnectsCommandInput, options?: __HttpHandlerOptions): Promise<ListQueueQuickConnectsCommandOutput>;
|
|
611
|
-
listQueueQuickConnects(args: ListQueueQuickConnectsCommandInput, cb: (err: any, data?: ListQueueQuickConnectsCommandOutput) => void): void;
|
|
612
|
-
listQueueQuickConnects(args: ListQueueQuickConnectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueueQuickConnectsCommandOutput) => void): void;
|
|
613
|
-
/**
|
|
614
|
-
* <p>Provides information about the queues for the specified Amazon Connect instance.</p>
|
|
615
|
-
* <p>If you do not specify a <code>QueueTypes</code>
|
|
616
|
-
* parameter, both standard and agent queues are returned. This might cause an unexpected truncation
|
|
617
|
-
* of results if you have more than 1000 agents and you limit the number of results of the API call
|
|
618
|
-
* in code.</p>
|
|
619
|
-
* <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
|
|
620
|
-
* Agent</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
621
|
-
*/
|
|
622
|
-
listQueues(args: ListQueuesCommandInput, options?: __HttpHandlerOptions): Promise<ListQueuesCommandOutput>;
|
|
623
|
-
listQueues(args: ListQueuesCommandInput, cb: (err: any, data?: ListQueuesCommandOutput) => void): void;
|
|
624
|
-
listQueues(args: ListQueuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueuesCommandOutput) => void): void;
|
|
625
|
-
/**
|
|
626
|
-
* <p>Provides information about the quick connects for the specified Amazon Connect instance. </p>
|
|
627
|
-
*/
|
|
628
|
-
listQuickConnects(args: ListQuickConnectsCommandInput, options?: __HttpHandlerOptions): Promise<ListQuickConnectsCommandOutput>;
|
|
629
|
-
listQuickConnects(args: ListQuickConnectsCommandInput, cb: (err: any, data?: ListQuickConnectsCommandOutput) => void): void;
|
|
630
|
-
listQuickConnects(args: ListQuickConnectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQuickConnectsCommandOutput) => void): void;
|
|
631
|
-
/**
|
|
632
|
-
* <p>Lists the queues associated with a routing profile.</p>
|
|
633
|
-
*/
|
|
634
|
-
listRoutingProfileQueues(args: ListRoutingProfileQueuesCommandInput, options?: __HttpHandlerOptions): Promise<ListRoutingProfileQueuesCommandOutput>;
|
|
635
|
-
listRoutingProfileQueues(args: ListRoutingProfileQueuesCommandInput, cb: (err: any, data?: ListRoutingProfileQueuesCommandOutput) => void): void;
|
|
636
|
-
listRoutingProfileQueues(args: ListRoutingProfileQueuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoutingProfileQueuesCommandOutput) => void): void;
|
|
637
|
-
/**
|
|
638
|
-
* <p>Provides summary information about the routing profiles for the specified Amazon Connect
|
|
639
|
-
* instance.</p>
|
|
640
|
-
* <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
|
|
641
|
-
* Profile</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
642
|
-
*/
|
|
643
|
-
listRoutingProfiles(args: ListRoutingProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListRoutingProfilesCommandOutput>;
|
|
644
|
-
listRoutingProfiles(args: ListRoutingProfilesCommandInput, cb: (err: any, data?: ListRoutingProfilesCommandOutput) => void): void;
|
|
645
|
-
listRoutingProfiles(args: ListRoutingProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoutingProfilesCommandOutput) => void): void;
|
|
646
|
-
/**
|
|
647
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
648
|
-
* <p>Returns a paginated list of all security keys associated with the instance.</p>
|
|
649
|
-
*/
|
|
650
|
-
listSecurityKeys(args: ListSecurityKeysCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityKeysCommandOutput>;
|
|
651
|
-
listSecurityKeys(args: ListSecurityKeysCommandInput, cb: (err: any, data?: ListSecurityKeysCommandOutput) => void): void;
|
|
652
|
-
listSecurityKeys(args: ListSecurityKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityKeysCommandOutput) => void): void;
|
|
653
|
-
/**
|
|
654
|
-
* <p>Provides summary information about the security profiles for the specified Amazon Connect
|
|
655
|
-
* instance.</p>
|
|
656
|
-
* <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
|
|
657
|
-
* <i>Amazon Connect Administrator Guide</i>.</p>
|
|
658
|
-
*/
|
|
659
|
-
listSecurityProfiles(args: ListSecurityProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityProfilesCommandOutput>;
|
|
660
|
-
listSecurityProfiles(args: ListSecurityProfilesCommandInput, cb: (err: any, data?: ListSecurityProfilesCommandOutput) => void): void;
|
|
661
|
-
listSecurityProfiles(args: ListSecurityProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityProfilesCommandOutput) => void): void;
|
|
662
|
-
/**
|
|
663
|
-
* <p>Lists the tags for the specified resource.</p>
|
|
664
|
-
* <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
|
|
665
|
-
* Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
666
|
-
*/
|
|
667
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
668
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
669
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
670
|
-
/**
|
|
671
|
-
* <p>Lists the use cases. </p>
|
|
672
|
-
*/
|
|
673
|
-
listUseCases(args: ListUseCasesCommandInput, options?: __HttpHandlerOptions): Promise<ListUseCasesCommandOutput>;
|
|
674
|
-
listUseCases(args: ListUseCasesCommandInput, cb: (err: any, data?: ListUseCasesCommandOutput) => void): void;
|
|
675
|
-
listUseCases(args: ListUseCasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUseCasesCommandOutput) => void): void;
|
|
676
|
-
/**
|
|
677
|
-
* <p>Provides summary information about the hierarchy groups for the specified Amazon Connect
|
|
678
|
-
* instance.</p>
|
|
679
|
-
* <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
|
|
680
|
-
* <i>Amazon Connect Administrator Guide</i>.</p>
|
|
681
|
-
*/
|
|
682
|
-
listUserHierarchyGroups(args: ListUserHierarchyGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserHierarchyGroupsCommandOutput>;
|
|
683
|
-
listUserHierarchyGroups(args: ListUserHierarchyGroupsCommandInput, cb: (err: any, data?: ListUserHierarchyGroupsCommandOutput) => void): void;
|
|
684
|
-
listUserHierarchyGroups(args: ListUserHierarchyGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserHierarchyGroupsCommandOutput) => void): void;
|
|
685
|
-
/**
|
|
686
|
-
* <p>Provides summary information about the users for the specified Amazon Connect instance.</p>
|
|
687
|
-
*/
|
|
688
|
-
listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
|
|
689
|
-
listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
|
|
690
|
-
listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
|
|
691
|
-
/**
|
|
692
|
-
* <p>When a contact is being recorded, and the recording has been suspended using
|
|
693
|
-
* SuspendContactRecording, this API resumes recording the call.</p>
|
|
694
|
-
*
|
|
695
|
-
* <p>Only voice recordings are supported at this time.</p>
|
|
696
|
-
*/
|
|
697
|
-
resumeContactRecording(args: ResumeContactRecordingCommandInput, options?: __HttpHandlerOptions): Promise<ResumeContactRecordingCommandOutput>;
|
|
698
|
-
resumeContactRecording(args: ResumeContactRecordingCommandInput, cb: (err: any, data?: ResumeContactRecordingCommandOutput) => void): void;
|
|
699
|
-
resumeContactRecording(args: ResumeContactRecordingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResumeContactRecordingCommandOutput) => void): void;
|
|
700
|
-
/**
|
|
701
|
-
* <p>Initiates a contact flow to start a new chat for the customer. Response of this API provides
|
|
702
|
-
* 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>
|
|
703
|
-
*
|
|
704
|
-
* <p>When a new chat contact is successfully created, clients must subscribe to the participant’s
|
|
705
|
-
* 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>
|
|
706
|
-
*
|
|
707
|
-
* <p>A 429 error occurs in two situations:</p>
|
|
708
|
-
* <ul>
|
|
709
|
-
* <li>
|
|
710
|
-
* <p>API rate limit is exceeded. API TPS throttling returns a <code>TooManyRequests</code>
|
|
711
|
-
* exception.</p>
|
|
712
|
-
* </li>
|
|
713
|
-
* <li>
|
|
714
|
-
* <p>The <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">quota for concurrent active
|
|
715
|
-
* chats</a> is exceeded. Active chat throttling returns a
|
|
716
|
-
* <code>LimitExceededException</code>.</p>
|
|
717
|
-
* </li>
|
|
718
|
-
* </ul>
|
|
719
|
-
*
|
|
720
|
-
* <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
|
|
721
|
-
* Guide</i>.</p>
|
|
722
|
-
*/
|
|
723
|
-
startChatContact(args: StartChatContactCommandInput, options?: __HttpHandlerOptions): Promise<StartChatContactCommandOutput>;
|
|
724
|
-
startChatContact(args: StartChatContactCommandInput, cb: (err: any, data?: StartChatContactCommandOutput) => void): void;
|
|
725
|
-
startChatContact(args: StartChatContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartChatContactCommandOutput) => void): void;
|
|
726
|
-
/**
|
|
727
|
-
* <p>Starts recording the contact when the agent joins the call. StartContactRecording is a
|
|
728
|
-
* one-time action. For example, if you use StopContactRecording to stop recording an ongoing call,
|
|
729
|
-
* you can't use StartContactRecording to restart it. For scenarios where the recording has started
|
|
730
|
-
* and you want to suspend and resume it, such as when collecting sensitive information (for
|
|
731
|
-
* example, a credit card number), use SuspendContactRecording and ResumeContactRecording.</p>
|
|
732
|
-
* <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
|
|
733
|
-
* behavior</a> block.</p>
|
|
734
|
-
* <p>Only voice recordings are supported at this time.</p>
|
|
735
|
-
*/
|
|
736
|
-
startContactRecording(args: StartContactRecordingCommandInput, options?: __HttpHandlerOptions): Promise<StartContactRecordingCommandOutput>;
|
|
737
|
-
startContactRecording(args: StartContactRecordingCommandInput, cb: (err: any, data?: StartContactRecordingCommandOutput) => void): void;
|
|
738
|
-
startContactRecording(args: StartContactRecordingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartContactRecordingCommandOutput) => void): void;
|
|
739
|
-
/**
|
|
740
|
-
* <p>Places an outbound call to a contact, and then initiates the contact flow. It performs the
|
|
741
|
-
* actions in the contact flow that's specified (in <code>ContactFlowId</code>).</p>
|
|
742
|
-
*
|
|
743
|
-
* <p>Agents do not initiate the outbound API, which means that they do not dial the contact. If
|
|
744
|
-
* the contact flow places an outbound call to a contact, and then puts the contact in queue, the
|
|
745
|
-
* call is then routed to the agent, like any other inbound case.</p>
|
|
746
|
-
*
|
|
747
|
-
* <p>There is a 60-second dialing timeout for this operation. If the call is not connected after
|
|
748
|
-
* 60 seconds, it fails.</p>
|
|
749
|
-
* <note>
|
|
750
|
-
* <p>UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK
|
|
751
|
-
* mobile numbers, you must submit a service quota increase request. For more information, see
|
|
752
|
-
* <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>
|
|
753
|
-
* </note>
|
|
754
|
-
*/
|
|
755
|
-
startOutboundVoiceContact(args: StartOutboundVoiceContactCommandInput, options?: __HttpHandlerOptions): Promise<StartOutboundVoiceContactCommandOutput>;
|
|
756
|
-
startOutboundVoiceContact(args: StartOutboundVoiceContactCommandInput, cb: (err: any, data?: StartOutboundVoiceContactCommandOutput) => void): void;
|
|
757
|
-
startOutboundVoiceContact(args: StartOutboundVoiceContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartOutboundVoiceContactCommandOutput) => void): void;
|
|
758
|
-
/**
|
|
759
|
-
* <p>Initiates a contact flow to start a new task.</p>
|
|
760
|
-
*/
|
|
761
|
-
startTaskContact(args: StartTaskContactCommandInput, options?: __HttpHandlerOptions): Promise<StartTaskContactCommandOutput>;
|
|
762
|
-
startTaskContact(args: StartTaskContactCommandInput, cb: (err: any, data?: StartTaskContactCommandOutput) => void): void;
|
|
763
|
-
startTaskContact(args: StartTaskContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTaskContactCommandOutput) => void): void;
|
|
764
|
-
/**
|
|
765
|
-
* <p>Ends the specified contact.</p>
|
|
766
|
-
*/
|
|
767
|
-
stopContact(args: StopContactCommandInput, options?: __HttpHandlerOptions): Promise<StopContactCommandOutput>;
|
|
768
|
-
stopContact(args: StopContactCommandInput, cb: (err: any, data?: StopContactCommandOutput) => void): void;
|
|
769
|
-
stopContact(args: StopContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopContactCommandOutput) => void): void;
|
|
770
|
-
/**
|
|
771
|
-
* <p>Stops recording a call when a contact is being recorded. StopContactRecording is a one-time
|
|
772
|
-
* action. If you use StopContactRecording to stop recording an ongoing call, you can't use
|
|
773
|
-
* StartContactRecording to restart it. For scenarios where the recording has started and you want
|
|
774
|
-
* to suspend it for sensitive information (for example, to collect a credit card number), and then
|
|
775
|
-
* restart it, use SuspendContactRecording and ResumeContactRecording.</p>
|
|
776
|
-
*
|
|
777
|
-
* <p>Only voice recordings are supported at this time.</p>
|
|
778
|
-
*/
|
|
779
|
-
stopContactRecording(args: StopContactRecordingCommandInput, options?: __HttpHandlerOptions): Promise<StopContactRecordingCommandOutput>;
|
|
780
|
-
stopContactRecording(args: StopContactRecordingCommandInput, cb: (err: any, data?: StopContactRecordingCommandOutput) => void): void;
|
|
781
|
-
stopContactRecording(args: StopContactRecordingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopContactRecordingCommandOutput) => void): void;
|
|
782
|
-
/**
|
|
783
|
-
* <p>When a contact is being recorded, this API suspends recording the call. For example, you
|
|
784
|
-
* might suspend the call recording while collecting sensitive information, such as a credit card
|
|
785
|
-
* number. Then use ResumeContactRecording to restart recording. </p>
|
|
786
|
-
* <p>The period of time that the recording is suspended is filled with silence in the final
|
|
787
|
-
* recording. </p>
|
|
788
|
-
* <p>Only voice recordings are supported at this time.</p>
|
|
789
|
-
*/
|
|
790
|
-
suspendContactRecording(args: SuspendContactRecordingCommandInput, options?: __HttpHandlerOptions): Promise<SuspendContactRecordingCommandOutput>;
|
|
791
|
-
suspendContactRecording(args: SuspendContactRecordingCommandInput, cb: (err: any, data?: SuspendContactRecordingCommandOutput) => void): void;
|
|
792
|
-
suspendContactRecording(args: SuspendContactRecordingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SuspendContactRecordingCommandOutput) => void): void;
|
|
793
|
-
/**
|
|
794
|
-
* <p>Adds the specified tags to the specified resource.</p>
|
|
795
|
-
* <p>The supported resource types are users, routing profiles, queues, quick connects,
|
|
796
|
-
* contact flows, agent status, and hours of operation.</p>
|
|
797
|
-
* <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
|
|
798
|
-
* Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
799
|
-
*/
|
|
800
|
-
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
801
|
-
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
802
|
-
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
803
|
-
/**
|
|
804
|
-
* <p>Removes the specified tags from the specified resource.</p>
|
|
805
|
-
*/
|
|
806
|
-
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
807
|
-
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
808
|
-
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
809
|
-
/**
|
|
810
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
811
|
-
* <p>Updates agent status.</p>
|
|
812
|
-
*/
|
|
813
|
-
updateAgentStatus(args: UpdateAgentStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgentStatusCommandOutput>;
|
|
814
|
-
updateAgentStatus(args: UpdateAgentStatusCommandInput, cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void): void;
|
|
815
|
-
updateAgentStatus(args: UpdateAgentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void): void;
|
|
816
|
-
/**
|
|
817
|
-
* <p>Creates or updates
|
|
818
|
-
* user-defined contact attributes
|
|
819
|
-
* associated with the specified contact.</p>
|
|
820
|
-
* <p>You can create or update user-defined attributes for both ongoing and completed contacts.
|
|
821
|
-
* For example, while the call is active, you can update the customer's name or the reason the
|
|
822
|
-
* customer called. You can add notes about steps that the agent took during the call that display
|
|
823
|
-
* to the next agent that takes the call. You can also update attributes for a contact using data
|
|
824
|
-
* from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls
|
|
825
|
-
* for additional analysis, such as legal review or to identify abusive callers.</p>
|
|
826
|
-
* <p>Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For
|
|
827
|
-
* 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
|
|
828
|
-
* specifications</a> in the <i>Amazon Connect Administrator Guide</i>. </p>
|
|
829
|
-
*
|
|
830
|
-
* <p>
|
|
831
|
-
* <b>Important:</b> You cannot use the operation to update
|
|
832
|
-
* attributes for contacts that occurred prior to the release of the API, which was September 12,
|
|
833
|
-
* 2018. You can update attributes only for contacts that started after the release of the API. If
|
|
834
|
-
* you attempt to update attributes for a contact that occurred prior to the release of the API, a
|
|
835
|
-
* 400 error is returned. This applies also to queued callbacks that were initiated prior to the
|
|
836
|
-
* release of the API but are still active in your instance.</p>
|
|
837
|
-
*/
|
|
838
|
-
updateContactAttributes(args: UpdateContactAttributesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactAttributesCommandOutput>;
|
|
839
|
-
updateContactAttributes(args: UpdateContactAttributesCommandInput, cb: (err: any, data?: UpdateContactAttributesCommandOutput) => void): void;
|
|
840
|
-
updateContactAttributes(args: UpdateContactAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactAttributesCommandOutput) => void): void;
|
|
841
|
-
/**
|
|
842
|
-
* <p>Updates the specified contact flow.</p>
|
|
843
|
-
* <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
|
|
844
|
-
* Flow language</a>.</p>
|
|
845
|
-
*/
|
|
846
|
-
updateContactFlowContent(args: UpdateContactFlowContentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactFlowContentCommandOutput>;
|
|
847
|
-
updateContactFlowContent(args: UpdateContactFlowContentCommandInput, cb: (err: any, data?: UpdateContactFlowContentCommandOutput) => void): void;
|
|
848
|
-
updateContactFlowContent(args: UpdateContactFlowContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowContentCommandOutput) => void): void;
|
|
849
|
-
/**
|
|
850
|
-
* <p>The name of the contact flow.</p>
|
|
851
|
-
* <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
|
|
852
|
-
* Flow language</a>.</p>
|
|
853
|
-
*/
|
|
854
|
-
updateContactFlowName(args: UpdateContactFlowNameCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactFlowNameCommandOutput>;
|
|
855
|
-
updateContactFlowName(args: UpdateContactFlowNameCommandInput, cb: (err: any, data?: UpdateContactFlowNameCommandOutput) => void): void;
|
|
856
|
-
updateContactFlowName(args: UpdateContactFlowNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowNameCommandOutput) => void): void;
|
|
857
|
-
/**
|
|
858
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
859
|
-
* <p>Updates the hours of operation.</p>
|
|
860
|
-
*/
|
|
861
|
-
updateHoursOfOperation(args: UpdateHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHoursOfOperationCommandOutput>;
|
|
862
|
-
updateHoursOfOperation(args: UpdateHoursOfOperationCommandInput, cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void): void;
|
|
863
|
-
updateHoursOfOperation(args: UpdateHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void): void;
|
|
864
|
-
/**
|
|
865
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
866
|
-
* <p>Updates the value for the specified attribute type.</p>
|
|
867
|
-
*/
|
|
868
|
-
updateInstanceAttribute(args: UpdateInstanceAttributeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInstanceAttributeCommandOutput>;
|
|
869
|
-
updateInstanceAttribute(args: UpdateInstanceAttributeCommandInput, cb: (err: any, data?: UpdateInstanceAttributeCommandOutput) => void): void;
|
|
870
|
-
updateInstanceAttribute(args: UpdateInstanceAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInstanceAttributeCommandOutput) => void): void;
|
|
871
|
-
/**
|
|
872
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
873
|
-
* <p>Updates an existing configuration for a resource type. This API is idempotent.</p>
|
|
874
|
-
*/
|
|
875
|
-
updateInstanceStorageConfig(args: UpdateInstanceStorageConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInstanceStorageConfigCommandOutput>;
|
|
876
|
-
updateInstanceStorageConfig(args: UpdateInstanceStorageConfigCommandInput, cb: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void): void;
|
|
877
|
-
updateInstanceStorageConfig(args: UpdateInstanceStorageConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void): void;
|
|
878
|
-
/**
|
|
879
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
880
|
-
* <p>Updates the hours of operation for the specified queue.</p>
|
|
881
|
-
*/
|
|
882
|
-
updateQueueHoursOfOperation(args: UpdateQueueHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQueueHoursOfOperationCommandOutput>;
|
|
883
|
-
updateQueueHoursOfOperation(args: UpdateQueueHoursOfOperationCommandInput, cb: (err: any, data?: UpdateQueueHoursOfOperationCommandOutput) => void): void;
|
|
884
|
-
updateQueueHoursOfOperation(args: UpdateQueueHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQueueHoursOfOperationCommandOutput) => void): void;
|
|
885
|
-
/**
|
|
886
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
887
|
-
* <p>Updates the maximum number of contacts allowed in a queue before it is considered
|
|
888
|
-
* full.</p>
|
|
889
|
-
*/
|
|
890
|
-
updateQueueMaxContacts(args: UpdateQueueMaxContactsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQueueMaxContactsCommandOutput>;
|
|
891
|
-
updateQueueMaxContacts(args: UpdateQueueMaxContactsCommandInput, cb: (err: any, data?: UpdateQueueMaxContactsCommandOutput) => void): void;
|
|
892
|
-
updateQueueMaxContacts(args: UpdateQueueMaxContactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQueueMaxContactsCommandOutput) => void): void;
|
|
893
|
-
/**
|
|
894
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
895
|
-
* <p>Updates the name and description of a queue. At least <code>Name</code> or <code>Description</code> must be provided.</p>
|
|
896
|
-
*/
|
|
897
|
-
updateQueueName(args: UpdateQueueNameCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQueueNameCommandOutput>;
|
|
898
|
-
updateQueueName(args: UpdateQueueNameCommandInput, cb: (err: any, data?: UpdateQueueNameCommandOutput) => void): void;
|
|
899
|
-
updateQueueName(args: UpdateQueueNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQueueNameCommandOutput) => void): void;
|
|
900
|
-
/**
|
|
901
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
902
|
-
* <p>Updates the outbound caller ID name, number, and outbound whisper flow for a specified
|
|
903
|
-
* queue.</p>
|
|
904
|
-
*/
|
|
905
|
-
updateQueueOutboundCallerConfig(args: UpdateQueueOutboundCallerConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQueueOutboundCallerConfigCommandOutput>;
|
|
906
|
-
updateQueueOutboundCallerConfig(args: UpdateQueueOutboundCallerConfigCommandInput, cb: (err: any, data?: UpdateQueueOutboundCallerConfigCommandOutput) => void): void;
|
|
907
|
-
updateQueueOutboundCallerConfig(args: UpdateQueueOutboundCallerConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQueueOutboundCallerConfigCommandOutput) => void): void;
|
|
908
|
-
/**
|
|
909
|
-
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
910
|
-
* <p>Updates the status of the queue.</p>
|
|
911
|
-
*/
|
|
912
|
-
updateQueueStatus(args: UpdateQueueStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQueueStatusCommandOutput>;
|
|
913
|
-
updateQueueStatus(args: UpdateQueueStatusCommandInput, cb: (err: any, data?: UpdateQueueStatusCommandOutput) => void): void;
|
|
914
|
-
updateQueueStatus(args: UpdateQueueStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQueueStatusCommandOutput) => void): void;
|
|
915
|
-
/**
|
|
916
|
-
* <p>Updates the configuration settings for the specified quick connect.</p>
|
|
917
|
-
*/
|
|
918
|
-
updateQuickConnectConfig(args: UpdateQuickConnectConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQuickConnectConfigCommandOutput>;
|
|
919
|
-
updateQuickConnectConfig(args: UpdateQuickConnectConfigCommandInput, cb: (err: any, data?: UpdateQuickConnectConfigCommandOutput) => void): void;
|
|
920
|
-
updateQuickConnectConfig(args: UpdateQuickConnectConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQuickConnectConfigCommandOutput) => void): void;
|
|
921
|
-
/**
|
|
922
|
-
* <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>
|
|
923
|
-
*/
|
|
924
|
-
updateQuickConnectName(args: UpdateQuickConnectNameCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQuickConnectNameCommandOutput>;
|
|
925
|
-
updateQuickConnectName(args: UpdateQuickConnectNameCommandInput, cb: (err: any, data?: UpdateQuickConnectNameCommandOutput) => void): void;
|
|
926
|
-
updateQuickConnectName(args: UpdateQuickConnectNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQuickConnectNameCommandOutput) => void): void;
|
|
927
|
-
/**
|
|
928
|
-
* <p>Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing
|
|
929
|
-
* profile.</p>
|
|
930
|
-
*/
|
|
931
|
-
updateRoutingProfileConcurrency(args: UpdateRoutingProfileConcurrencyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoutingProfileConcurrencyCommandOutput>;
|
|
932
|
-
updateRoutingProfileConcurrency(args: UpdateRoutingProfileConcurrencyCommandInput, cb: (err: any, data?: UpdateRoutingProfileConcurrencyCommandOutput) => void): void;
|
|
933
|
-
updateRoutingProfileConcurrency(args: UpdateRoutingProfileConcurrencyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoutingProfileConcurrencyCommandOutput) => void): void;
|
|
934
|
-
/**
|
|
935
|
-
* <p>Updates the default outbound queue of a routing profile.</p>
|
|
936
|
-
*/
|
|
937
|
-
updateRoutingProfileDefaultOutboundQueue(args: UpdateRoutingProfileDefaultOutboundQueueCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoutingProfileDefaultOutboundQueueCommandOutput>;
|
|
938
|
-
updateRoutingProfileDefaultOutboundQueue(args: UpdateRoutingProfileDefaultOutboundQueueCommandInput, cb: (err: any, data?: UpdateRoutingProfileDefaultOutboundQueueCommandOutput) => void): void;
|
|
939
|
-
updateRoutingProfileDefaultOutboundQueue(args: UpdateRoutingProfileDefaultOutboundQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoutingProfileDefaultOutboundQueueCommandOutput) => void): void;
|
|
940
|
-
/**
|
|
941
|
-
* <p>Updates the name and description of a routing profile. The request accepts the following data in JSON format.
|
|
942
|
-
* At least <code>Name</code> or <code>Description</code> must be provided.</p>
|
|
943
|
-
*/
|
|
944
|
-
updateRoutingProfileName(args: UpdateRoutingProfileNameCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoutingProfileNameCommandOutput>;
|
|
945
|
-
updateRoutingProfileName(args: UpdateRoutingProfileNameCommandInput, cb: (err: any, data?: UpdateRoutingProfileNameCommandOutput) => void): void;
|
|
946
|
-
updateRoutingProfileName(args: UpdateRoutingProfileNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoutingProfileNameCommandOutput) => void): void;
|
|
947
|
-
/**
|
|
948
|
-
* <p>Updates the properties associated with a set of queues for a routing profile.</p>
|
|
949
|
-
*/
|
|
950
|
-
updateRoutingProfileQueues(args: UpdateRoutingProfileQueuesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoutingProfileQueuesCommandOutput>;
|
|
951
|
-
updateRoutingProfileQueues(args: UpdateRoutingProfileQueuesCommandInput, cb: (err: any, data?: UpdateRoutingProfileQueuesCommandOutput) => void): void;
|
|
952
|
-
updateRoutingProfileQueues(args: UpdateRoutingProfileQueuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoutingProfileQueuesCommandOutput) => void): void;
|
|
953
|
-
/**
|
|
954
|
-
* <p>Assigns the specified hierarchy group to the specified user.</p>
|
|
955
|
-
*/
|
|
956
|
-
updateUserHierarchy(args: UpdateUserHierarchyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserHierarchyCommandOutput>;
|
|
957
|
-
updateUserHierarchy(args: UpdateUserHierarchyCommandInput, cb: (err: any, data?: UpdateUserHierarchyCommandOutput) => void): void;
|
|
958
|
-
updateUserHierarchy(args: UpdateUserHierarchyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserHierarchyCommandOutput) => void): void;
|
|
959
|
-
/**
|
|
960
|
-
* <p>Updates the name of the user hierarchy group. </p>
|
|
961
|
-
*/
|
|
962
|
-
updateUserHierarchyGroupName(args: UpdateUserHierarchyGroupNameCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserHierarchyGroupNameCommandOutput>;
|
|
963
|
-
updateUserHierarchyGroupName(args: UpdateUserHierarchyGroupNameCommandInput, cb: (err: any, data?: UpdateUserHierarchyGroupNameCommandOutput) => void): void;
|
|
964
|
-
updateUserHierarchyGroupName(args: UpdateUserHierarchyGroupNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserHierarchyGroupNameCommandOutput) => void): void;
|
|
965
|
-
/**
|
|
966
|
-
* <p>Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.</p>
|
|
967
|
-
*/
|
|
968
|
-
updateUserHierarchyStructure(args: UpdateUserHierarchyStructureCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserHierarchyStructureCommandOutput>;
|
|
969
|
-
updateUserHierarchyStructure(args: UpdateUserHierarchyStructureCommandInput, cb: (err: any, data?: UpdateUserHierarchyStructureCommandOutput) => void): void;
|
|
970
|
-
updateUserHierarchyStructure(args: UpdateUserHierarchyStructureCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserHierarchyStructureCommandOutput) => void): void;
|
|
971
|
-
/**
|
|
972
|
-
* <p>Updates the identity information for the specified user.</p>
|
|
973
|
-
* <important>
|
|
974
|
-
* <p>We strongly recommend limiting who has the ability to invoke
|
|
975
|
-
* <code>UpdateUserIdentityInfo</code>. Someone with that ability can change the login credentials
|
|
976
|
-
* of other users by changing their email address. This poses a security risk to your organization.
|
|
977
|
-
* They can change the email address of a user to the attacker's email address, and then reset the
|
|
978
|
-
* 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
|
|
979
|
-
* Security Profiles</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
980
|
-
* </important>
|
|
981
|
-
*/
|
|
982
|
-
updateUserIdentityInfo(args: UpdateUserIdentityInfoCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserIdentityInfoCommandOutput>;
|
|
983
|
-
updateUserIdentityInfo(args: UpdateUserIdentityInfoCommandInput, cb: (err: any, data?: UpdateUserIdentityInfoCommandOutput) => void): void;
|
|
984
|
-
updateUserIdentityInfo(args: UpdateUserIdentityInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserIdentityInfoCommandOutput) => void): void;
|
|
985
|
-
/**
|
|
986
|
-
* <p>Updates the phone configuration settings for the specified user.</p>
|
|
987
|
-
*/
|
|
988
|
-
updateUserPhoneConfig(args: UpdateUserPhoneConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserPhoneConfigCommandOutput>;
|
|
989
|
-
updateUserPhoneConfig(args: UpdateUserPhoneConfigCommandInput, cb: (err: any, data?: UpdateUserPhoneConfigCommandOutput) => void): void;
|
|
990
|
-
updateUserPhoneConfig(args: UpdateUserPhoneConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserPhoneConfigCommandOutput) => void): void;
|
|
991
|
-
/**
|
|
992
|
-
* <p>Assigns the specified routing profile to the specified user.</p>
|
|
993
|
-
*/
|
|
994
|
-
updateUserRoutingProfile(args: UpdateUserRoutingProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserRoutingProfileCommandOutput>;
|
|
995
|
-
updateUserRoutingProfile(args: UpdateUserRoutingProfileCommandInput, cb: (err: any, data?: UpdateUserRoutingProfileCommandOutput) => void): void;
|
|
996
|
-
updateUserRoutingProfile(args: UpdateUserRoutingProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserRoutingProfileCommandOutput) => void): void;
|
|
997
|
-
/**
|
|
998
|
-
* <p>Assigns the specified security profiles to the specified user.</p>
|
|
999
|
-
*/
|
|
1000
|
-
updateUserSecurityProfiles(args: UpdateUserSecurityProfilesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserSecurityProfilesCommandOutput>;
|
|
1001
|
-
updateUserSecurityProfiles(args: UpdateUserSecurityProfilesCommandInput, cb: (err: any, data?: UpdateUserSecurityProfilesCommandOutput) => void): void;
|
|
1002
|
-
updateUserSecurityProfiles(args: UpdateUserSecurityProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserSecurityProfilesCommandOutput) => void): void;
|
|
1003
|
-
}
|