@aws-sdk/client-connect 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/Connect.js +1642 -0
- package/dist-cjs/ConnectClient.js +35 -0
- package/dist-cjs/commands/AssociateApprovedOriginCommand.js +36 -0
- package/dist-cjs/commands/AssociateBotCommand.js +36 -0
- package/dist-cjs/commands/AssociateInstanceStorageConfigCommand.js +36 -0
- package/dist-cjs/commands/AssociateLambdaFunctionCommand.js +36 -0
- package/dist-cjs/commands/AssociateLexBotCommand.js +36 -0
- package/dist-cjs/commands/AssociateQueueQuickConnectsCommand.js +36 -0
- package/dist-cjs/commands/AssociateRoutingProfileQueuesCommand.js +36 -0
- package/dist-cjs/commands/AssociateSecurityKeyCommand.js +36 -0
- package/dist-cjs/commands/CreateAgentStatusCommand.js +36 -0
- package/dist-cjs/commands/CreateContactFlowCommand.js +36 -0
- package/dist-cjs/commands/CreateHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/CreateInstanceCommand.js +36 -0
- package/dist-cjs/commands/CreateIntegrationAssociationCommand.js +36 -0
- package/dist-cjs/commands/CreateQueueCommand.js +36 -0
- package/dist-cjs/commands/CreateQuickConnectCommand.js +36 -0
- package/dist-cjs/commands/CreateRoutingProfileCommand.js +36 -0
- package/dist-cjs/commands/CreateUseCaseCommand.js +36 -0
- package/dist-cjs/commands/CreateUserCommand.js +36 -0
- package/dist-cjs/commands/CreateUserHierarchyGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/DeleteInstanceCommand.js +36 -0
- package/dist-cjs/commands/DeleteIntegrationAssociationCommand.js +36 -0
- package/dist-cjs/commands/DeleteQuickConnectCommand.js +36 -0
- package/dist-cjs/commands/DeleteUseCaseCommand.js +36 -0
- package/dist-cjs/commands/DeleteUserCommand.js +36 -0
- package/dist-cjs/commands/DeleteUserHierarchyGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeAgentStatusCommand.js +36 -0
- package/dist-cjs/commands/DescribeContactFlowCommand.js +36 -0
- package/dist-cjs/commands/DescribeHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/DescribeInstanceAttributeCommand.js +36 -0
- package/dist-cjs/commands/DescribeInstanceCommand.js +36 -0
- package/dist-cjs/commands/DescribeInstanceStorageConfigCommand.js +36 -0
- package/dist-cjs/commands/DescribeQueueCommand.js +36 -0
- package/dist-cjs/commands/DescribeQuickConnectCommand.js +36 -0
- package/dist-cjs/commands/DescribeRoutingProfileCommand.js +36 -0
- package/dist-cjs/commands/DescribeUserCommand.js +36 -0
- package/dist-cjs/commands/DescribeUserHierarchyGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeUserHierarchyStructureCommand.js +36 -0
- package/dist-cjs/commands/DisassociateApprovedOriginCommand.js +36 -0
- package/dist-cjs/commands/DisassociateBotCommand.js +36 -0
- package/dist-cjs/commands/DisassociateInstanceStorageConfigCommand.js +36 -0
- package/dist-cjs/commands/DisassociateLambdaFunctionCommand.js +36 -0
- package/dist-cjs/commands/DisassociateLexBotCommand.js +36 -0
- package/dist-cjs/commands/DisassociateQueueQuickConnectsCommand.js +36 -0
- package/dist-cjs/commands/DisassociateRoutingProfileQueuesCommand.js +36 -0
- package/dist-cjs/commands/DisassociateSecurityKeyCommand.js +36 -0
- package/dist-cjs/commands/GetContactAttributesCommand.js +36 -0
- package/dist-cjs/commands/GetCurrentMetricDataCommand.js +36 -0
- package/dist-cjs/commands/GetFederationTokenCommand.js +36 -0
- package/dist-cjs/commands/GetMetricDataCommand.js +36 -0
- package/dist-cjs/commands/ListAgentStatusesCommand.js +36 -0
- package/dist-cjs/commands/ListApprovedOriginsCommand.js +36 -0
- package/dist-cjs/commands/ListBotsCommand.js +36 -0
- package/dist-cjs/commands/ListContactFlowsCommand.js +36 -0
- package/dist-cjs/commands/ListHoursOfOperationsCommand.js +36 -0
- package/dist-cjs/commands/ListInstanceAttributesCommand.js +36 -0
- package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js +36 -0
- package/dist-cjs/commands/ListInstancesCommand.js +36 -0
- package/dist-cjs/commands/ListIntegrationAssociationsCommand.js +36 -0
- package/dist-cjs/commands/ListLambdaFunctionsCommand.js +36 -0
- package/dist-cjs/commands/ListLexBotsCommand.js +36 -0
- package/dist-cjs/commands/ListPhoneNumbersCommand.js +36 -0
- package/dist-cjs/commands/ListPromptsCommand.js +36 -0
- package/dist-cjs/commands/ListQueueQuickConnectsCommand.js +36 -0
- package/dist-cjs/commands/ListQueuesCommand.js +36 -0
- package/dist-cjs/commands/ListQuickConnectsCommand.js +36 -0
- package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js +36 -0
- package/dist-cjs/commands/ListRoutingProfilesCommand.js +36 -0
- package/dist-cjs/commands/ListSecurityKeysCommand.js +36 -0
- package/dist-cjs/commands/ListSecurityProfilesCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ListUseCasesCommand.js +36 -0
- package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListUsersCommand.js +36 -0
- package/dist-cjs/commands/ResumeContactRecordingCommand.js +36 -0
- package/dist-cjs/commands/StartChatContactCommand.js +36 -0
- package/dist-cjs/commands/StartContactRecordingCommand.js +36 -0
- package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +36 -0
- package/dist-cjs/commands/StartTaskContactCommand.js +36 -0
- package/dist-cjs/commands/StopContactCommand.js +36 -0
- package/dist-cjs/commands/StopContactRecordingCommand.js +36 -0
- package/dist-cjs/commands/SuspendContactRecordingCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactAttributesCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowContentCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +36 -0
- package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueStatusCommand.js +36 -0
- package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +36 -0
- package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +36 -0
- package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserHierarchyCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js +36 -0
- package/dist-cjs/endpoints.js +56 -0
- package/dist-cjs/index.js +141 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +2021 -0
- package/dist-cjs/pagination/GetCurrentMetricDataPaginator.js +35 -0
- package/dist-cjs/pagination/GetMetricDataPaginator.js +35 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAgentStatusesPaginator.js +35 -0
- package/dist-cjs/pagination/ListApprovedOriginsPaginator.js +35 -0
- package/dist-cjs/pagination/ListBotsPaginator.js +35 -0
- package/dist-cjs/pagination/ListContactFlowsPaginator.js +35 -0
- package/dist-cjs/pagination/ListHoursOfOperationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListInstanceAttributesPaginator.js +35 -0
- package/dist-cjs/pagination/ListInstanceStorageConfigsPaginator.js +35 -0
- package/dist-cjs/pagination/ListInstancesPaginator.js +35 -0
- package/dist-cjs/pagination/ListIntegrationAssociationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListLambdaFunctionsPaginator.js +35 -0
- package/dist-cjs/pagination/ListLexBotsPaginator.js +35 -0
- package/dist-cjs/pagination/ListPhoneNumbersPaginator.js +35 -0
- package/dist-cjs/pagination/ListPromptsPaginator.js +35 -0
- package/dist-cjs/pagination/ListQueueQuickConnectsPaginator.js +35 -0
- package/dist-cjs/pagination/ListQueuesPaginator.js +35 -0
- package/dist-cjs/pagination/ListQuickConnectsPaginator.js +35 -0
- package/dist-cjs/pagination/ListRoutingProfileQueuesPaginator.js +35 -0
- package/dist-cjs/pagination/ListRoutingProfilesPaginator.js +35 -0
- package/dist-cjs/pagination/ListSecurityKeysPaginator.js +35 -0
- package/dist-cjs/pagination/ListSecurityProfilesPaginator.js +35 -0
- package/dist-cjs/pagination/ListUseCasesPaginator.js +35 -0
- package/dist-cjs/pagination/ListUserHierarchyGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListUsersPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_restJson1.js +14360 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/Connect.js +1645 -0
- package/dist-es/ConnectClient.js +37 -0
- package/dist-es/commands/AssociateApprovedOriginCommand.js +39 -0
- package/dist-es/commands/AssociateBotCommand.js +39 -0
- package/dist-es/commands/AssociateInstanceStorageConfigCommand.js +39 -0
- package/dist-es/commands/AssociateLambdaFunctionCommand.js +39 -0
- package/dist-es/commands/AssociateLexBotCommand.js +39 -0
- package/dist-es/commands/AssociateQueueQuickConnectsCommand.js +39 -0
- package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js +39 -0
- package/dist-es/commands/AssociateSecurityKeyCommand.js +39 -0
- package/dist-es/commands/CreateAgentStatusCommand.js +39 -0
- package/dist-es/commands/CreateContactFlowCommand.js +39 -0
- package/dist-es/commands/CreateHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/CreateInstanceCommand.js +39 -0
- package/dist-es/commands/CreateIntegrationAssociationCommand.js +39 -0
- package/dist-es/commands/CreateQueueCommand.js +39 -0
- package/dist-es/commands/CreateQuickConnectCommand.js +39 -0
- package/dist-es/commands/CreateRoutingProfileCommand.js +39 -0
- package/dist-es/commands/CreateUseCaseCommand.js +39 -0
- package/dist-es/commands/CreateUserCommand.js +39 -0
- package/dist-es/commands/CreateUserHierarchyGroupCommand.js +39 -0
- package/dist-es/commands/DeleteHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/DeleteInstanceCommand.js +39 -0
- package/dist-es/commands/DeleteIntegrationAssociationCommand.js +39 -0
- package/dist-es/commands/DeleteQuickConnectCommand.js +39 -0
- package/dist-es/commands/DeleteUseCaseCommand.js +39 -0
- package/dist-es/commands/DeleteUserCommand.js +39 -0
- package/dist-es/commands/DeleteUserHierarchyGroupCommand.js +39 -0
- package/dist-es/commands/DescribeAgentStatusCommand.js +39 -0
- package/dist-es/commands/DescribeContactFlowCommand.js +39 -0
- package/dist-es/commands/DescribeHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/DescribeInstanceAttributeCommand.js +39 -0
- package/dist-es/commands/DescribeInstanceCommand.js +39 -0
- package/dist-es/commands/DescribeInstanceStorageConfigCommand.js +39 -0
- package/dist-es/commands/DescribeQueueCommand.js +39 -0
- package/dist-es/commands/DescribeQuickConnectCommand.js +39 -0
- package/dist-es/commands/DescribeRoutingProfileCommand.js +39 -0
- package/dist-es/commands/DescribeUserCommand.js +39 -0
- package/dist-es/commands/DescribeUserHierarchyGroupCommand.js +39 -0
- package/dist-es/commands/DescribeUserHierarchyStructureCommand.js +39 -0
- package/dist-es/commands/DisassociateApprovedOriginCommand.js +39 -0
- package/dist-es/commands/DisassociateBotCommand.js +39 -0
- package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js +39 -0
- package/dist-es/commands/DisassociateLambdaFunctionCommand.js +39 -0
- package/dist-es/commands/DisassociateLexBotCommand.js +39 -0
- package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js +39 -0
- package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js +39 -0
- package/dist-es/commands/DisassociateSecurityKeyCommand.js +39 -0
- package/dist-es/commands/GetContactAttributesCommand.js +39 -0
- package/dist-es/commands/GetCurrentMetricDataCommand.js +39 -0
- package/dist-es/commands/GetFederationTokenCommand.js +39 -0
- package/dist-es/commands/GetMetricDataCommand.js +39 -0
- package/dist-es/commands/ListAgentStatusesCommand.js +39 -0
- package/dist-es/commands/ListApprovedOriginsCommand.js +39 -0
- package/dist-es/commands/ListBotsCommand.js +39 -0
- package/dist-es/commands/ListContactFlowsCommand.js +39 -0
- package/dist-es/commands/ListHoursOfOperationsCommand.js +39 -0
- package/dist-es/commands/ListInstanceAttributesCommand.js +39 -0
- package/dist-es/commands/ListInstanceStorageConfigsCommand.js +39 -0
- package/dist-es/commands/ListInstancesCommand.js +39 -0
- package/dist-es/commands/ListIntegrationAssociationsCommand.js +39 -0
- package/dist-es/commands/ListLambdaFunctionsCommand.js +39 -0
- package/dist-es/commands/ListLexBotsCommand.js +39 -0
- package/dist-es/commands/ListPhoneNumbersCommand.js +39 -0
- package/dist-es/commands/ListPromptsCommand.js +39 -0
- package/dist-es/commands/ListQueueQuickConnectsCommand.js +39 -0
- package/dist-es/commands/ListQueuesCommand.js +39 -0
- package/dist-es/commands/ListQuickConnectsCommand.js +39 -0
- package/dist-es/commands/ListRoutingProfileQueuesCommand.js +39 -0
- package/dist-es/commands/ListRoutingProfilesCommand.js +39 -0
- package/dist-es/commands/ListSecurityKeysCommand.js +39 -0
- package/dist-es/commands/ListSecurityProfilesCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListUseCasesCommand.js +39 -0
- package/dist-es/commands/ListUserHierarchyGroupsCommand.js +39 -0
- package/dist-es/commands/ListUsersCommand.js +39 -0
- package/dist-es/commands/ResumeContactRecordingCommand.js +39 -0
- package/dist-es/commands/StartChatContactCommand.js +39 -0
- package/dist-es/commands/StartContactRecordingCommand.js +39 -0
- package/dist-es/commands/StartOutboundVoiceContactCommand.js +39 -0
- package/dist-es/commands/StartTaskContactCommand.js +39 -0
- package/dist-es/commands/StopContactCommand.js +39 -0
- package/dist-es/commands/StopContactRecordingCommand.js +39 -0
- package/dist-es/commands/SuspendContactRecordingCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateAgentStatusCommand.js +39 -0
- package/dist-es/commands/UpdateContactAttributesCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowContentCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowNameCommand.js +39 -0
- package/dist-es/commands/UpdateHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/UpdateInstanceAttributeCommand.js +39 -0
- package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +39 -0
- package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/UpdateQueueMaxContactsCommand.js +39 -0
- package/dist-es/commands/UpdateQueueNameCommand.js +39 -0
- package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +39 -0
- package/dist-es/commands/UpdateQueueStatusCommand.js +39 -0
- package/dist-es/commands/UpdateQuickConnectConfigCommand.js +39 -0
- package/dist-es/commands/UpdateQuickConnectNameCommand.js +39 -0
- package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +39 -0
- package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +39 -0
- package/dist-es/commands/UpdateRoutingProfileNameCommand.js +39 -0
- package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +39 -0
- package/dist-es/commands/UpdateUserHierarchyCommand.js +39 -0
- package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +39 -0
- package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +39 -0
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +39 -0
- package/dist-es/commands/UpdateUserPhoneConfigCommand.js +39 -0
- package/dist-es/commands/UpdateUserRoutingProfileCommand.js +39 -0
- package/dist-es/commands/UpdateUserSecurityProfilesCommand.js +39 -0
- package/dist-es/endpoints.js +52 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1492 -0
- package/dist-es/pagination/GetCurrentMetricDataPaginator.js +74 -0
- package/dist-es/pagination/GetMetricDataPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAgentStatusesPaginator.js +74 -0
- package/dist-es/pagination/ListApprovedOriginsPaginator.js +74 -0
- package/dist-es/pagination/ListBotsPaginator.js +74 -0
- package/dist-es/pagination/ListContactFlowsPaginator.js +74 -0
- package/dist-es/pagination/ListHoursOfOperationsPaginator.js +74 -0
- package/dist-es/pagination/ListInstanceAttributesPaginator.js +74 -0
- package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js +74 -0
- package/dist-es/pagination/ListInstancesPaginator.js +74 -0
- package/dist-es/pagination/ListIntegrationAssociationsPaginator.js +74 -0
- package/dist-es/pagination/ListLambdaFunctionsPaginator.js +74 -0
- package/dist-es/pagination/ListLexBotsPaginator.js +74 -0
- package/dist-es/pagination/ListPhoneNumbersPaginator.js +74 -0
- package/dist-es/pagination/ListPromptsPaginator.js +74 -0
- package/dist-es/pagination/ListQueueQuickConnectsPaginator.js +74 -0
- package/dist-es/pagination/ListQueuesPaginator.js +74 -0
- package/dist-es/pagination/ListQuickConnectsPaginator.js +74 -0
- package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js +74 -0
- package/dist-es/pagination/ListRoutingProfilesPaginator.js +74 -0
- package/dist-es/pagination/ListSecurityKeysPaginator.js +74 -0
- package/dist-es/pagination/ListSecurityProfilesPaginator.js +74 -0
- package/dist-es/pagination/ListUseCasesPaginator.js +74 -0
- package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListUsersPaginator.js +74 -0
- package/dist-es/protocols/Aws_restJson1.js +15952 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/Connect.d.ts +1008 -0
- package/dist-types/ConnectClient.d.ts +256 -0
- package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +36 -0
- package/dist-types/commands/AssociateBotCommand.d.ts +36 -0
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -0
- package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +36 -0
- package/dist-types/commands/AssociateLexBotCommand.d.ts +36 -0
- package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +36 -0
- package/dist-types/commands/CreateAgentStatusCommand.d.ts +36 -0
- package/dist-types/commands/CreateContactFlowCommand.d.ts +37 -0
- package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/CreateInstanceCommand.d.ts +41 -0
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +35 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +36 -0
- package/dist-types/commands/CreateQuickConnectCommand.d.ts +35 -0
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +35 -0
- package/dist-types/commands/CreateUseCaseCommand.d.ts +35 -0
- package/dist-types/commands/CreateUserCommand.d.ts +37 -0
- package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/DeleteInstanceCommand.d.ts +39 -0
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +36 -0
- package/dist-types/commands/DeleteQuickConnectCommand.d.ts +35 -0
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +35 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +38 -0
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +36 -0
- package/dist-types/commands/DescribeContactFlowCommand.d.ts +37 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInstanceCommand.d.ts +40 -0
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +37 -0
- package/dist-types/commands/DescribeQueueCommand.d.ts +36 -0
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +35 -0
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +35 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +37 -0
- package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +35 -0
- package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateBotCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +36 -0
- package/dist-types/commands/GetContactAttributesCommand.d.ts +35 -0
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +37 -0
- package/dist-types/commands/GetFederationTokenCommand.d.ts +43 -0
- package/dist-types/commands/GetMetricDataCommand.d.ts +38 -0
- package/dist-types/commands/ListAgentStatusesCommand.d.ts +36 -0
- package/dist-types/commands/ListApprovedOriginsCommand.d.ts +36 -0
- package/dist-types/commands/ListBotsCommand.d.ts +37 -0
- package/dist-types/commands/ListContactFlowsCommand.d.ts +39 -0
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +37 -0
- package/dist-types/commands/ListInstanceAttributesCommand.d.ts +36 -0
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +38 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +38 -0
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +36 -0
- package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +37 -0
- package/dist-types/commands/ListLexBotsCommand.d.ts +37 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +37 -0
- package/dist-types/commands/ListPromptsCommand.d.ts +35 -0
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +41 -0
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +35 -0
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +38 -0
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +36 -0
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +38 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/dist-types/commands/ListUseCasesCommand.d.ts +35 -0
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +38 -0
- package/dist-types/commands/ListUsersCommand.d.ts +35 -0
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +38 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +55 -0
- package/dist-types/commands/StartContactRecordingCommand.d.ts +42 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +53 -0
- package/dist-types/commands/StartTaskContactCommand.d.ts +35 -0
- package/dist-types/commands/StopContactCommand.d.ts +35 -0
- package/dist-types/commands/StopContactRecordingCommand.d.ts +41 -0
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +40 -0
- package/dist-types/commands/TagResourceCommand.d.ts +39 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +36 -0
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +54 -0
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +37 -0
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +37 -0
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +36 -0
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +37 -0
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -0
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +35 -0
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +36 -0
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +36 -0
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +43 -0
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/dist-types/models/models_0.d.ts +6152 -0
- package/dist-types/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
- package/dist-types/pagination/GetMetricDataPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAgentStatusesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBotsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListContactFlowsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLexBotsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPromptsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQueuesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSecurityKeysPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUseCasesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUsersPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +329 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Connect.d.ts +550 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +176 -0
- package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3598 -0
- package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +329 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +45 -42
- package/Connect.ts +0 -4166
- package/ConnectClient.ts +0 -784
- package/commands/AssociateApprovedOriginCommand.ts +0 -95
- package/commands/AssociateBotCommand.ts +0 -95
- package/commands/AssociateInstanceStorageConfigCommand.ts +0 -108
- package/commands/AssociateLambdaFunctionCommand.ts +0 -95
- package/commands/AssociateLexBotCommand.ts +0 -95
- package/commands/AssociateQueueQuickConnectsCommand.ts +0 -98
- package/commands/AssociateRoutingProfileQueuesCommand.ts +0 -97
- package/commands/AssociateSecurityKeyCommand.ts +0 -95
- package/commands/CreateAgentStatusCommand.ts +0 -95
- package/commands/CreateContactFlowCommand.ts +0 -96
- package/commands/CreateHoursOfOperationCommand.ts +0 -95
- package/commands/CreateInstanceCommand.ts +0 -100
- package/commands/CreateIntegrationAssociationCommand.ts +0 -99
- package/commands/CreateQueueCommand.ts +0 -95
- package/commands/CreateQuickConnectCommand.ts +0 -94
- package/commands/CreateRoutingProfileCommand.ts +0 -94
- package/commands/CreateUseCaseCommand.ts +0 -94
- package/commands/CreateUserCommand.ts +0 -96
- package/commands/CreateUserHierarchyGroupCommand.ts +0 -94
- package/commands/DeleteHoursOfOperationCommand.ts +0 -95
- package/commands/DeleteInstanceCommand.ts +0 -98
- package/commands/DeleteIntegrationAssociationCommand.ts +0 -98
- package/commands/DeleteQuickConnectCommand.ts +0 -94
- package/commands/DeleteUseCaseCommand.ts +0 -94
- package/commands/DeleteUserCommand.ts +0 -97
- package/commands/DeleteUserHierarchyGroupCommand.ts +0 -95
- package/commands/DescribeAgentStatusCommand.ts +0 -95
- package/commands/DescribeContactFlowCommand.ts +0 -96
- package/commands/DescribeHoursOfOperationCommand.ts +0 -95
- package/commands/DescribeInstanceAttributeCommand.ts +0 -98
- package/commands/DescribeInstanceCommand.ts +0 -99
- package/commands/DescribeInstanceStorageConfigCommand.ts +0 -101
- package/commands/DescribeQueueCommand.ts +0 -95
- package/commands/DescribeQuickConnectCommand.ts +0 -94
- package/commands/DescribeRoutingProfileCommand.ts +0 -94
- package/commands/DescribeUserCommand.ts +0 -96
- package/commands/DescribeUserHierarchyGroupCommand.ts +0 -97
- package/commands/DescribeUserHierarchyStructureCommand.ts +0 -102
- package/commands/DisassociateApprovedOriginCommand.ts +0 -98
- package/commands/DisassociateBotCommand.ts +0 -96
- package/commands/DisassociateInstanceStorageConfigCommand.ts +0 -102
- package/commands/DisassociateLambdaFunctionCommand.ts +0 -99
- package/commands/DisassociateLexBotCommand.ts +0 -95
- package/commands/DisassociateQueueQuickConnectsCommand.ts +0 -101
- package/commands/DisassociateRoutingProfileQueuesCommand.ts +0 -100
- package/commands/DisassociateSecurityKeyCommand.ts +0 -95
- package/commands/GetContactAttributesCommand.ts +0 -94
- package/commands/GetCurrentMetricDataCommand.ts +0 -96
- package/commands/GetFederationTokenCommand.ts +0 -102
- package/commands/GetMetricDataCommand.ts +0 -97
- package/commands/ListAgentStatusesCommand.ts +0 -95
- package/commands/ListApprovedOriginsCommand.ts +0 -95
- package/commands/ListBotsCommand.ts +0 -96
- package/commands/ListContactFlowsCommand.ts +0 -98
- package/commands/ListHoursOfOperationsCommand.ts +0 -96
- package/commands/ListInstanceAttributesCommand.ts +0 -95
- package/commands/ListInstanceStorageConfigsCommand.ts +0 -100
- package/commands/ListInstancesCommand.ts +0 -97
- package/commands/ListIntegrationAssociationsCommand.ts +0 -100
- package/commands/ListLambdaFunctionsCommand.ts +0 -96
- package/commands/ListLexBotsCommand.ts +0 -96
- package/commands/ListPhoneNumbersCommand.ts +0 -96
- package/commands/ListPromptsCommand.ts +0 -94
- package/commands/ListQueueQuickConnectsCommand.ts +0 -95
- package/commands/ListQueuesCommand.ts +0 -100
- package/commands/ListQuickConnectsCommand.ts +0 -94
- package/commands/ListRoutingProfileQueuesCommand.ts +0 -94
- package/commands/ListRoutingProfilesCommand.ts +0 -97
- package/commands/ListSecurityKeysCommand.ts +0 -95
- package/commands/ListSecurityProfilesCommand.ts +0 -97
- package/commands/ListTagsForResourceCommand.ts +0 -96
- package/commands/ListUseCasesCommand.ts +0 -94
- package/commands/ListUserHierarchyGroupsCommand.ts +0 -97
- package/commands/ListUsersCommand.ts +0 -94
- package/commands/ResumeContactRecordingCommand.ts +0 -97
- package/commands/StartChatContactCommand.ts +0 -114
- package/commands/StartContactRecordingCommand.ts +0 -101
- package/commands/StartOutboundVoiceContactCommand.ts +0 -110
- package/commands/StartTaskContactCommand.ts +0 -94
- package/commands/StopContactCommand.ts +0 -94
- package/commands/StopContactRecordingCommand.ts +0 -100
- package/commands/SuspendContactRecordingCommand.ts +0 -99
- package/commands/TagResourceCommand.ts +0 -98
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateAgentStatusCommand.ts +0 -95
- package/commands/UpdateContactAttributesCommand.ts +0 -113
- package/commands/UpdateContactFlowContentCommand.ts +0 -96
- package/commands/UpdateContactFlowNameCommand.ts +0 -96
- package/commands/UpdateHoursOfOperationCommand.ts +0 -95
- package/commands/UpdateInstanceAttributeCommand.ts +0 -95
- package/commands/UpdateInstanceStorageConfigCommand.ts +0 -98
- package/commands/UpdateQueueHoursOfOperationCommand.ts +0 -98
- package/commands/UpdateQueueMaxContactsCommand.ts +0 -96
- package/commands/UpdateQueueNameCommand.ts +0 -95
- package/commands/UpdateQueueOutboundCallerConfigCommand.ts +0 -102
- package/commands/UpdateQueueStatusCommand.ts +0 -95
- package/commands/UpdateQuickConnectConfigCommand.ts +0 -94
- package/commands/UpdateQuickConnectNameCommand.ts +0 -94
- package/commands/UpdateRoutingProfileConcurrencyCommand.ts +0 -101
- package/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts +0 -104
- package/commands/UpdateRoutingProfileNameCommand.ts +0 -95
- package/commands/UpdateRoutingProfileQueuesCommand.ts +0 -97
- package/commands/UpdateUserHierarchyCommand.ts +0 -94
- package/commands/UpdateUserHierarchyGroupNameCommand.ts +0 -97
- package/commands/UpdateUserHierarchyStructureCommand.ts +0 -97
- package/commands/UpdateUserIdentityInfoCommand.ts +0 -102
- package/commands/UpdateUserPhoneConfigCommand.ts +0 -94
- package/commands/UpdateUserRoutingProfileCommand.ts +0 -94
- package/commands/UpdateUserSecurityProfilesCommand.ts +0 -97
- package/dist/cjs/Connect.js +0 -1661
- package/dist/cjs/Connect.js.map +0 -1
- package/dist/cjs/ConnectClient.js +0 -59
- package/dist/cjs/ConnectClient.js.map +0 -1
- package/dist/cjs/commands/AssociateApprovedOriginCommand.js +0 -62
- package/dist/cjs/commands/AssociateApprovedOriginCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateBotCommand.js +0 -62
- package/dist/cjs/commands/AssociateBotCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateInstanceStorageConfigCommand.js +0 -67
- package/dist/cjs/commands/AssociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateLambdaFunctionCommand.js +0 -62
- package/dist/cjs/commands/AssociateLambdaFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateLexBotCommand.js +0 -62
- package/dist/cjs/commands/AssociateLexBotCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateQueueQuickConnectsCommand.js +0 -62
- package/dist/cjs/commands/AssociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/AssociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateSecurityKeyCommand.js +0 -62
- package/dist/cjs/commands/AssociateSecurityKeyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAgentStatusCommand.js +0 -62
- package/dist/cjs/commands/CreateAgentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/CreateContactFlowCommand.js +0 -63
- package/dist/cjs/commands/CreateContactFlowCommand.js.map +0 -1
- package/dist/cjs/commands/CreateHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/CreateHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInstanceCommand.js +0 -67
- package/dist/cjs/commands/CreateInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateIntegrationAssociationCommand.js +0 -61
- package/dist/cjs/commands/CreateIntegrationAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateQueueCommand.js +0 -62
- package/dist/cjs/commands/CreateQueueCommand.js.map +0 -1
- package/dist/cjs/commands/CreateQuickConnectCommand.js +0 -61
- package/dist/cjs/commands/CreateQuickConnectCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRoutingProfileCommand.js +0 -61
- package/dist/cjs/commands/CreateRoutingProfileCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUseCaseCommand.js +0 -61
- package/dist/cjs/commands/CreateUseCaseCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserCommand.js +0 -63
- package/dist/cjs/commands/CreateUserCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserHierarchyGroupCommand.js +0 -61
- package/dist/cjs/commands/CreateUserHierarchyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/DeleteHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInstanceCommand.js +0 -65
- package/dist/cjs/commands/DeleteInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteIntegrationAssociationCommand.js +0 -62
- package/dist/cjs/commands/DeleteIntegrationAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteQuickConnectCommand.js +0 -61
- package/dist/cjs/commands/DeleteQuickConnectCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUseCaseCommand.js +0 -61
- package/dist/cjs/commands/DeleteUseCaseCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserCommand.js +0 -64
- package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserHierarchyGroupCommand.js +0 -62
- package/dist/cjs/commands/DeleteUserHierarchyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAgentStatusCommand.js +0 -62
- package/dist/cjs/commands/DescribeAgentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeContactFlowCommand.js +0 -63
- package/dist/cjs/commands/DescribeContactFlowCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/DescribeHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceAttributeCommand.js +0 -62
- package/dist/cjs/commands/DescribeInstanceAttributeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceCommand.js +0 -66
- package/dist/cjs/commands/DescribeInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceStorageConfigCommand.js +0 -63
- package/dist/cjs/commands/DescribeInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeQueueCommand.js +0 -62
- package/dist/cjs/commands/DescribeQueueCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeQuickConnectCommand.js +0 -61
- package/dist/cjs/commands/DescribeQuickConnectCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRoutingProfileCommand.js +0 -61
- package/dist/cjs/commands/DescribeRoutingProfileCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserCommand.js +0 -63
- package/dist/cjs/commands/DescribeUserCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserHierarchyGroupCommand.js +0 -61
- package/dist/cjs/commands/DescribeUserHierarchyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserHierarchyStructureCommand.js +0 -61
- package/dist/cjs/commands/DescribeUserHierarchyStructureCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateApprovedOriginCommand.js +0 -62
- package/dist/cjs/commands/DisassociateApprovedOriginCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateBotCommand.js +0 -63
- package/dist/cjs/commands/DisassociateBotCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateInstanceStorageConfigCommand.js +0 -63
- package/dist/cjs/commands/DisassociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateLambdaFunctionCommand.js +0 -63
- package/dist/cjs/commands/DisassociateLambdaFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateLexBotCommand.js +0 -62
- package/dist/cjs/commands/DisassociateLexBotCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateQueueQuickConnectsCommand.js +0 -62
- package/dist/cjs/commands/DisassociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/DisassociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateSecurityKeyCommand.js +0 -62
- package/dist/cjs/commands/DisassociateSecurityKeyCommand.js.map +0 -1
- package/dist/cjs/commands/GetContactAttributesCommand.js +0 -61
- package/dist/cjs/commands/GetContactAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/GetCurrentMetricDataCommand.js +0 -63
- package/dist/cjs/commands/GetCurrentMetricDataCommand.js.map +0 -1
- package/dist/cjs/commands/GetFederationTokenCommand.js +0 -69
- package/dist/cjs/commands/GetFederationTokenCommand.js.map +0 -1
- package/dist/cjs/commands/GetMetricDataCommand.js +0 -64
- package/dist/cjs/commands/GetMetricDataCommand.js.map +0 -1
- package/dist/cjs/commands/ListAgentStatusesCommand.js +0 -62
- package/dist/cjs/commands/ListAgentStatusesCommand.js.map +0 -1
- package/dist/cjs/commands/ListApprovedOriginsCommand.js +0 -62
- package/dist/cjs/commands/ListApprovedOriginsCommand.js.map +0 -1
- package/dist/cjs/commands/ListBotsCommand.js +0 -63
- package/dist/cjs/commands/ListBotsCommand.js.map +0 -1
- package/dist/cjs/commands/ListContactFlowsCommand.js +0 -65
- package/dist/cjs/commands/ListContactFlowsCommand.js.map +0 -1
- package/dist/cjs/commands/ListHoursOfOperationsCommand.js +0 -63
- package/dist/cjs/commands/ListHoursOfOperationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstanceAttributesCommand.js +0 -62
- package/dist/cjs/commands/ListInstanceAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstanceStorageConfigsCommand.js +0 -64
- package/dist/cjs/commands/ListInstanceStorageConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstancesCommand.js +0 -64
- package/dist/cjs/commands/ListInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ListIntegrationAssociationsCommand.js +0 -62
- package/dist/cjs/commands/ListIntegrationAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLambdaFunctionsCommand.js +0 -63
- package/dist/cjs/commands/ListLambdaFunctionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLexBotsCommand.js +0 -63
- package/dist/cjs/commands/ListLexBotsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPhoneNumbersCommand.js +0 -63
- package/dist/cjs/commands/ListPhoneNumbersCommand.js.map +0 -1
- package/dist/cjs/commands/ListPromptsCommand.js +0 -61
- package/dist/cjs/commands/ListPromptsCommand.js.map +0 -1
- package/dist/cjs/commands/ListQueueQuickConnectsCommand.js +0 -62
- package/dist/cjs/commands/ListQueueQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/ListQueuesCommand.js +0 -67
- package/dist/cjs/commands/ListQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/ListQuickConnectsCommand.js +0 -61
- package/dist/cjs/commands/ListQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/ListRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/ListRoutingProfilesCommand.js +0 -64
- package/dist/cjs/commands/ListRoutingProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListSecurityKeysCommand.js +0 -62
- package/dist/cjs/commands/ListSecurityKeysCommand.js.map +0 -1
- package/dist/cjs/commands/ListSecurityProfilesCommand.js +0 -64
- package/dist/cjs/commands/ListSecurityProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -63
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListUseCasesCommand.js +0 -61
- package/dist/cjs/commands/ListUseCasesCommand.js.map +0 -1
- package/dist/cjs/commands/ListUserHierarchyGroupsCommand.js +0 -64
- package/dist/cjs/commands/ListUserHierarchyGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListUsersCommand.js +0 -61
- package/dist/cjs/commands/ListUsersCommand.js.map +0 -1
- package/dist/cjs/commands/ResumeContactRecordingCommand.js +0 -64
- package/dist/cjs/commands/ResumeContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/StartChatContactCommand.js +0 -81
- package/dist/cjs/commands/StartChatContactCommand.js.map +0 -1
- package/dist/cjs/commands/StartContactRecordingCommand.js +0 -68
- package/dist/cjs/commands/StartContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/StartOutboundVoiceContactCommand.js +0 -74
- package/dist/cjs/commands/StartOutboundVoiceContactCommand.js.map +0 -1
- package/dist/cjs/commands/StartTaskContactCommand.js +0 -61
- package/dist/cjs/commands/StartTaskContactCommand.js.map +0 -1
- package/dist/cjs/commands/StopContactCommand.js +0 -61
- package/dist/cjs/commands/StopContactCommand.js.map +0 -1
- package/dist/cjs/commands/StopContactRecordingCommand.js +0 -67
- package/dist/cjs/commands/StopContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/SuspendContactRecordingCommand.js +0 -66
- package/dist/cjs/commands/SuspendContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -65
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAgentStatusCommand.js +0 -62
- package/dist/cjs/commands/UpdateAgentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateContactAttributesCommand.js +0 -80
- package/dist/cjs/commands/UpdateContactAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateContactFlowContentCommand.js +0 -63
- package/dist/cjs/commands/UpdateContactFlowContentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateContactFlowNameCommand.js +0 -63
- package/dist/cjs/commands/UpdateContactFlowNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/UpdateHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInstanceAttributeCommand.js +0 -62
- package/dist/cjs/commands/UpdateInstanceAttributeCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInstanceStorageConfigCommand.js +0 -62
- package/dist/cjs/commands/UpdateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/UpdateQueueHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueMaxContactsCommand.js +0 -63
- package/dist/cjs/commands/UpdateQueueMaxContactsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueNameCommand.js +0 -62
- package/dist/cjs/commands/UpdateQueueNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +0 -63
- package/dist/cjs/commands/UpdateQueueOutboundCallerConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueStatusCommand.js +0 -62
- package/dist/cjs/commands/UpdateQueueStatusCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQuickConnectConfigCommand.js +0 -61
- package/dist/cjs/commands/UpdateQuickConnectConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQuickConnectNameCommand.js +0 -61
- package/dist/cjs/commands/UpdateQuickConnectNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +0 -62
- package/dist/cjs/commands/UpdateRoutingProfileConcurrencyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +0 -61
- package/dist/cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileNameCommand.js +0 -62
- package/dist/cjs/commands/UpdateRoutingProfileNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/UpdateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserHierarchyCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserHierarchyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserHierarchyGroupNameCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserHierarchyGroupNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserHierarchyStructureCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserHierarchyStructureCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserIdentityInfoCommand.js +0 -69
- package/dist/cjs/commands/UpdateUserIdentityInfoCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserPhoneConfigCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserPhoneConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserRoutingProfileCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserRoutingProfileCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserSecurityProfilesCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserSecurityProfilesCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -142
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2774
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/GetCurrentMetricDataPaginator.js +0 -46
- package/dist/cjs/pagination/GetCurrentMetricDataPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetMetricDataPaginator.js +0 -46
- package/dist/cjs/pagination/GetMetricDataPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAgentStatusesPaginator.js +0 -46
- package/dist/cjs/pagination/ListAgentStatusesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListApprovedOriginsPaginator.js +0 -46
- package/dist/cjs/pagination/ListApprovedOriginsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBotsPaginator.js +0 -46
- package/dist/cjs/pagination/ListBotsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListContactFlowsPaginator.js +0 -46
- package/dist/cjs/pagination/ListContactFlowsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListHoursOfOperationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListHoursOfOperationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInstanceAttributesPaginator.js +0 -46
- package/dist/cjs/pagination/ListInstanceAttributesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInstanceStorageConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListInstanceStorageConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/ListInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListIntegrationAssociationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListIntegrationAssociationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLambdaFunctionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListLambdaFunctionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLexBotsPaginator.js +0 -46
- package/dist/cjs/pagination/ListLexBotsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPhoneNumbersPaginator.js +0 -46
- package/dist/cjs/pagination/ListPhoneNumbersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPromptsPaginator.js +0 -46
- package/dist/cjs/pagination/ListPromptsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQueueQuickConnectsPaginator.js +0 -46
- package/dist/cjs/pagination/ListQueueQuickConnectsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQueuesPaginator.js +0 -46
- package/dist/cjs/pagination/ListQueuesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQuickConnectsPaginator.js +0 -46
- package/dist/cjs/pagination/ListQuickConnectsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRoutingProfileQueuesPaginator.js +0 -46
- package/dist/cjs/pagination/ListRoutingProfileQueuesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRoutingProfilesPaginator.js +0 -46
- package/dist/cjs/pagination/ListRoutingProfilesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSecurityKeysPaginator.js +0 -46
- package/dist/cjs/pagination/ListSecurityKeysPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSecurityProfilesPaginator.js +0 -46
- package/dist/cjs/pagination/ListSecurityProfilesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUseCasesPaginator.js +0 -46
- package/dist/cjs/pagination/ListUseCasesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUserHierarchyGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/ListUserHierarchyGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUsersPaginator.js +0 -46
- package/dist/cjs/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -14349
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Connect.js +0 -1646
- package/dist/es/Connect.js.map +0 -1
- package/dist/es/ConnectClient.js +0 -38
- package/dist/es/ConnectClient.js.map +0 -1
- package/dist/es/commands/AssociateApprovedOriginCommand.js +0 -40
- package/dist/es/commands/AssociateApprovedOriginCommand.js.map +0 -1
- package/dist/es/commands/AssociateBotCommand.js +0 -40
- package/dist/es/commands/AssociateBotCommand.js.map +0 -1
- package/dist/es/commands/AssociateInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/AssociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/AssociateLambdaFunctionCommand.js +0 -40
- package/dist/es/commands/AssociateLambdaFunctionCommand.js.map +0 -1
- package/dist/es/commands/AssociateLexBotCommand.js +0 -40
- package/dist/es/commands/AssociateLexBotCommand.js.map +0 -1
- package/dist/es/commands/AssociateQueueQuickConnectsCommand.js +0 -40
- package/dist/es/commands/AssociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/AssociateRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/AssociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/AssociateSecurityKeyCommand.js +0 -40
- package/dist/es/commands/AssociateSecurityKeyCommand.js.map +0 -1
- package/dist/es/commands/CreateAgentStatusCommand.js +0 -40
- package/dist/es/commands/CreateAgentStatusCommand.js.map +0 -1
- package/dist/es/commands/CreateContactFlowCommand.js +0 -40
- package/dist/es/commands/CreateContactFlowCommand.js.map +0 -1
- package/dist/es/commands/CreateHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/CreateHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/CreateInstanceCommand.js +0 -40
- package/dist/es/commands/CreateInstanceCommand.js.map +0 -1
- package/dist/es/commands/CreateIntegrationAssociationCommand.js +0 -40
- package/dist/es/commands/CreateIntegrationAssociationCommand.js.map +0 -1
- package/dist/es/commands/CreateQueueCommand.js +0 -40
- package/dist/es/commands/CreateQueueCommand.js.map +0 -1
- package/dist/es/commands/CreateQuickConnectCommand.js +0 -40
- package/dist/es/commands/CreateQuickConnectCommand.js.map +0 -1
- package/dist/es/commands/CreateRoutingProfileCommand.js +0 -40
- package/dist/es/commands/CreateRoutingProfileCommand.js.map +0 -1
- package/dist/es/commands/CreateUseCaseCommand.js +0 -40
- package/dist/es/commands/CreateUseCaseCommand.js.map +0 -1
- package/dist/es/commands/CreateUserCommand.js +0 -40
- package/dist/es/commands/CreateUserCommand.js.map +0 -1
- package/dist/es/commands/CreateUserHierarchyGroupCommand.js +0 -40
- package/dist/es/commands/CreateUserHierarchyGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/DeleteHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/DeleteInstanceCommand.js +0 -40
- package/dist/es/commands/DeleteInstanceCommand.js.map +0 -1
- package/dist/es/commands/DeleteIntegrationAssociationCommand.js +0 -40
- package/dist/es/commands/DeleteIntegrationAssociationCommand.js.map +0 -1
- package/dist/es/commands/DeleteQuickConnectCommand.js +0 -40
- package/dist/es/commands/DeleteQuickConnectCommand.js.map +0 -1
- package/dist/es/commands/DeleteUseCaseCommand.js +0 -40
- package/dist/es/commands/DeleteUseCaseCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserCommand.js +0 -40
- package/dist/es/commands/DeleteUserCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserHierarchyGroupCommand.js +0 -40
- package/dist/es/commands/DeleteUserHierarchyGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeAgentStatusCommand.js +0 -40
- package/dist/es/commands/DescribeAgentStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribeContactFlowCommand.js +0 -40
- package/dist/es/commands/DescribeContactFlowCommand.js.map +0 -1
- package/dist/es/commands/DescribeHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/DescribeHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceAttributeCommand.js +0 -40
- package/dist/es/commands/DescribeInstanceAttributeCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceCommand.js +0 -40
- package/dist/es/commands/DescribeInstanceCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/DescribeInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/DescribeQueueCommand.js +0 -40
- package/dist/es/commands/DescribeQueueCommand.js.map +0 -1
- package/dist/es/commands/DescribeQuickConnectCommand.js +0 -40
- package/dist/es/commands/DescribeQuickConnectCommand.js.map +0 -1
- package/dist/es/commands/DescribeRoutingProfileCommand.js +0 -40
- package/dist/es/commands/DescribeRoutingProfileCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserCommand.js +0 -40
- package/dist/es/commands/DescribeUserCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserHierarchyGroupCommand.js +0 -40
- package/dist/es/commands/DescribeUserHierarchyGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserHierarchyStructureCommand.js +0 -40
- package/dist/es/commands/DescribeUserHierarchyStructureCommand.js.map +0 -1
- package/dist/es/commands/DisassociateApprovedOriginCommand.js +0 -40
- package/dist/es/commands/DisassociateApprovedOriginCommand.js.map +0 -1
- package/dist/es/commands/DisassociateBotCommand.js +0 -40
- package/dist/es/commands/DisassociateBotCommand.js.map +0 -1
- package/dist/es/commands/DisassociateInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/DisassociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/DisassociateLambdaFunctionCommand.js +0 -40
- package/dist/es/commands/DisassociateLambdaFunctionCommand.js.map +0 -1
- package/dist/es/commands/DisassociateLexBotCommand.js +0 -40
- package/dist/es/commands/DisassociateLexBotCommand.js.map +0 -1
- package/dist/es/commands/DisassociateQueueQuickConnectsCommand.js +0 -40
- package/dist/es/commands/DisassociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/DisassociateRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/DisassociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/DisassociateSecurityKeyCommand.js +0 -40
- package/dist/es/commands/DisassociateSecurityKeyCommand.js.map +0 -1
- package/dist/es/commands/GetContactAttributesCommand.js +0 -40
- package/dist/es/commands/GetContactAttributesCommand.js.map +0 -1
- package/dist/es/commands/GetCurrentMetricDataCommand.js +0 -40
- package/dist/es/commands/GetCurrentMetricDataCommand.js.map +0 -1
- package/dist/es/commands/GetFederationTokenCommand.js +0 -40
- package/dist/es/commands/GetFederationTokenCommand.js.map +0 -1
- package/dist/es/commands/GetMetricDataCommand.js +0 -40
- package/dist/es/commands/GetMetricDataCommand.js.map +0 -1
- package/dist/es/commands/ListAgentStatusesCommand.js +0 -40
- package/dist/es/commands/ListAgentStatusesCommand.js.map +0 -1
- package/dist/es/commands/ListApprovedOriginsCommand.js +0 -40
- package/dist/es/commands/ListApprovedOriginsCommand.js.map +0 -1
- package/dist/es/commands/ListBotsCommand.js +0 -40
- package/dist/es/commands/ListBotsCommand.js.map +0 -1
- package/dist/es/commands/ListContactFlowsCommand.js +0 -40
- package/dist/es/commands/ListContactFlowsCommand.js.map +0 -1
- package/dist/es/commands/ListHoursOfOperationsCommand.js +0 -40
- package/dist/es/commands/ListHoursOfOperationsCommand.js.map +0 -1
- package/dist/es/commands/ListInstanceAttributesCommand.js +0 -40
- package/dist/es/commands/ListInstanceAttributesCommand.js.map +0 -1
- package/dist/es/commands/ListInstanceStorageConfigsCommand.js +0 -40
- package/dist/es/commands/ListInstanceStorageConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListInstancesCommand.js +0 -40
- package/dist/es/commands/ListInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListIntegrationAssociationsCommand.js +0 -40
- package/dist/es/commands/ListIntegrationAssociationsCommand.js.map +0 -1
- package/dist/es/commands/ListLambdaFunctionsCommand.js +0 -40
- package/dist/es/commands/ListLambdaFunctionsCommand.js.map +0 -1
- package/dist/es/commands/ListLexBotsCommand.js +0 -40
- package/dist/es/commands/ListLexBotsCommand.js.map +0 -1
- package/dist/es/commands/ListPhoneNumbersCommand.js +0 -40
- package/dist/es/commands/ListPhoneNumbersCommand.js.map +0 -1
- package/dist/es/commands/ListPromptsCommand.js +0 -40
- package/dist/es/commands/ListPromptsCommand.js.map +0 -1
- package/dist/es/commands/ListQueueQuickConnectsCommand.js +0 -40
- package/dist/es/commands/ListQueueQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/ListQueuesCommand.js +0 -40
- package/dist/es/commands/ListQueuesCommand.js.map +0 -1
- package/dist/es/commands/ListQuickConnectsCommand.js +0 -40
- package/dist/es/commands/ListQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/ListRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/ListRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/ListRoutingProfilesCommand.js +0 -40
- package/dist/es/commands/ListRoutingProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListSecurityKeysCommand.js +0 -40
- package/dist/es/commands/ListSecurityKeysCommand.js.map +0 -1
- package/dist/es/commands/ListSecurityProfilesCommand.js +0 -40
- package/dist/es/commands/ListSecurityProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListUseCasesCommand.js +0 -40
- package/dist/es/commands/ListUseCasesCommand.js.map +0 -1
- package/dist/es/commands/ListUserHierarchyGroupsCommand.js +0 -40
- package/dist/es/commands/ListUserHierarchyGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListUsersCommand.js +0 -40
- package/dist/es/commands/ListUsersCommand.js.map +0 -1
- package/dist/es/commands/ResumeContactRecordingCommand.js +0 -40
- package/dist/es/commands/ResumeContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/StartChatContactCommand.js +0 -40
- package/dist/es/commands/StartChatContactCommand.js.map +0 -1
- package/dist/es/commands/StartContactRecordingCommand.js +0 -40
- package/dist/es/commands/StartContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/StartOutboundVoiceContactCommand.js +0 -40
- package/dist/es/commands/StartOutboundVoiceContactCommand.js.map +0 -1
- package/dist/es/commands/StartTaskContactCommand.js +0 -40
- package/dist/es/commands/StartTaskContactCommand.js.map +0 -1
- package/dist/es/commands/StopContactCommand.js +0 -40
- package/dist/es/commands/StopContactCommand.js.map +0 -1
- package/dist/es/commands/StopContactRecordingCommand.js +0 -40
- package/dist/es/commands/StopContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/SuspendContactRecordingCommand.js +0 -40
- package/dist/es/commands/SuspendContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAgentStatusCommand.js +0 -40
- package/dist/es/commands/UpdateAgentStatusCommand.js.map +0 -1
- package/dist/es/commands/UpdateContactAttributesCommand.js +0 -40
- package/dist/es/commands/UpdateContactAttributesCommand.js.map +0 -1
- package/dist/es/commands/UpdateContactFlowContentCommand.js +0 -40
- package/dist/es/commands/UpdateContactFlowContentCommand.js.map +0 -1
- package/dist/es/commands/UpdateContactFlowNameCommand.js +0 -40
- package/dist/es/commands/UpdateContactFlowNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/UpdateHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/UpdateInstanceAttributeCommand.js +0 -40
- package/dist/es/commands/UpdateInstanceAttributeCommand.js.map +0 -1
- package/dist/es/commands/UpdateInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/UpdateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/UpdateQueueHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueMaxContactsCommand.js +0 -40
- package/dist/es/commands/UpdateQueueMaxContactsCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueNameCommand.js +0 -40
- package/dist/es/commands/UpdateQueueNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueOutboundCallerConfigCommand.js +0 -40
- package/dist/es/commands/UpdateQueueOutboundCallerConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueStatusCommand.js +0 -40
- package/dist/es/commands/UpdateQueueStatusCommand.js.map +0 -1
- package/dist/es/commands/UpdateQuickConnectConfigCommand.js +0 -40
- package/dist/es/commands/UpdateQuickConnectConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateQuickConnectNameCommand.js +0 -40
- package/dist/es/commands/UpdateQuickConnectNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileConcurrencyCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileConcurrencyCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileNameCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserHierarchyCommand.js +0 -40
- package/dist/es/commands/UpdateUserHierarchyCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserHierarchyGroupNameCommand.js +0 -40
- package/dist/es/commands/UpdateUserHierarchyGroupNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserHierarchyStructureCommand.js +0 -40
- package/dist/es/commands/UpdateUserHierarchyStructureCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserIdentityInfoCommand.js +0 -40
- package/dist/es/commands/UpdateUserIdentityInfoCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserPhoneConfigCommand.js +0 -40
- package/dist/es/commands/UpdateUserPhoneConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserRoutingProfileCommand.js +0 -40
- package/dist/es/commands/UpdateUserRoutingProfileCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserSecurityProfilesCommand.js +0 -40
- package/dist/es/commands/UpdateUserSecurityProfilesCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -139
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1479
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/GetCurrentMetricDataPaginator.js +0 -75
- package/dist/es/pagination/GetCurrentMetricDataPaginator.js.map +0 -1
- package/dist/es/pagination/GetMetricDataPaginator.js +0 -75
- package/dist/es/pagination/GetMetricDataPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAgentStatusesPaginator.js +0 -75
- package/dist/es/pagination/ListAgentStatusesPaginator.js.map +0 -1
- package/dist/es/pagination/ListApprovedOriginsPaginator.js +0 -75
- package/dist/es/pagination/ListApprovedOriginsPaginator.js.map +0 -1
- package/dist/es/pagination/ListBotsPaginator.js +0 -75
- package/dist/es/pagination/ListBotsPaginator.js.map +0 -1
- package/dist/es/pagination/ListContactFlowsPaginator.js +0 -75
- package/dist/es/pagination/ListContactFlowsPaginator.js.map +0 -1
- package/dist/es/pagination/ListHoursOfOperationsPaginator.js +0 -75
- package/dist/es/pagination/ListHoursOfOperationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInstanceAttributesPaginator.js +0 -75
- package/dist/es/pagination/ListInstanceAttributesPaginator.js.map +0 -1
- package/dist/es/pagination/ListInstanceStorageConfigsPaginator.js +0 -75
- package/dist/es/pagination/ListInstanceStorageConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInstancesPaginator.js +0 -75
- package/dist/es/pagination/ListInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/ListIntegrationAssociationsPaginator.js +0 -75
- package/dist/es/pagination/ListIntegrationAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListLambdaFunctionsPaginator.js +0 -75
- package/dist/es/pagination/ListLambdaFunctionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListLexBotsPaginator.js +0 -75
- package/dist/es/pagination/ListLexBotsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPhoneNumbersPaginator.js +0 -75
- package/dist/es/pagination/ListPhoneNumbersPaginator.js.map +0 -1
- package/dist/es/pagination/ListPromptsPaginator.js +0 -75
- package/dist/es/pagination/ListPromptsPaginator.js.map +0 -1
- package/dist/es/pagination/ListQueueQuickConnectsPaginator.js +0 -75
- package/dist/es/pagination/ListQueueQuickConnectsPaginator.js.map +0 -1
- package/dist/es/pagination/ListQueuesPaginator.js +0 -75
- package/dist/es/pagination/ListQueuesPaginator.js.map +0 -1
- package/dist/es/pagination/ListQuickConnectsPaginator.js +0 -75
- package/dist/es/pagination/ListQuickConnectsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRoutingProfileQueuesPaginator.js +0 -75
- package/dist/es/pagination/ListRoutingProfileQueuesPaginator.js.map +0 -1
- package/dist/es/pagination/ListRoutingProfilesPaginator.js +0 -75
- package/dist/es/pagination/ListRoutingProfilesPaginator.js.map +0 -1
- package/dist/es/pagination/ListSecurityKeysPaginator.js +0 -75
- package/dist/es/pagination/ListSecurityKeysPaginator.js.map +0 -1
- package/dist/es/pagination/ListSecurityProfilesPaginator.js +0 -75
- package/dist/es/pagination/ListSecurityProfilesPaginator.js.map +0 -1
- package/dist/es/pagination/ListUseCasesPaginator.js +0 -75
- package/dist/es/pagination/ListUseCasesPaginator.js.map +0 -1
- package/dist/es/pagination/ListUserHierarchyGroupsPaginator.js +0 -75
- package/dist/es/pagination/ListUserHierarchyGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListUsersPaginator.js +0 -75
- package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -15943
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -9
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/Connect.d.ts +0 -1003
- package/dist/types/ConnectClient.d.ts +0 -256
- package/dist/types/commands/AssociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/commands/AssociateBotCommand.d.ts +0 -36
- package/dist/types/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -41
- package/dist/types/commands/AssociateLambdaFunctionCommand.d.ts +0 -36
- package/dist/types/commands/AssociateLexBotCommand.d.ts +0 -36
- package/dist/types/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/AssociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/commands/CreateAgentStatusCommand.d.ts +0 -36
- package/dist/types/commands/CreateContactFlowCommand.d.ts +0 -37
- package/dist/types/commands/CreateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/CreateInstanceCommand.d.ts +0 -41
- package/dist/types/commands/CreateIntegrationAssociationCommand.d.ts +0 -35
- package/dist/types/commands/CreateQueueCommand.d.ts +0 -36
- package/dist/types/commands/CreateQuickConnectCommand.d.ts +0 -35
- package/dist/types/commands/CreateRoutingProfileCommand.d.ts +0 -35
- package/dist/types/commands/CreateUseCaseCommand.d.ts +0 -35
- package/dist/types/commands/CreateUserCommand.d.ts +0 -37
- package/dist/types/commands/CreateUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/DeleteInstanceCommand.d.ts +0 -39
- package/dist/types/commands/DeleteIntegrationAssociationCommand.d.ts +0 -36
- package/dist/types/commands/DeleteQuickConnectCommand.d.ts +0 -35
- package/dist/types/commands/DeleteUseCaseCommand.d.ts +0 -35
- package/dist/types/commands/DeleteUserCommand.d.ts +0 -38
- package/dist/types/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -36
- package/dist/types/commands/DescribeAgentStatusCommand.d.ts +0 -36
- package/dist/types/commands/DescribeContactFlowCommand.d.ts +0 -37
- package/dist/types/commands/DescribeHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/DescribeInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/commands/DescribeInstanceCommand.d.ts +0 -40
- package/dist/types/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/commands/DescribeQueueCommand.d.ts +0 -36
- package/dist/types/commands/DescribeQuickConnectCommand.d.ts +0 -35
- package/dist/types/commands/DescribeRoutingProfileCommand.d.ts +0 -35
- package/dist/types/commands/DescribeUserCommand.d.ts +0 -37
- package/dist/types/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateBotCommand.d.ts +0 -37
- package/dist/types/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/commands/DisassociateLambdaFunctionCommand.d.ts +0 -37
- package/dist/types/commands/DisassociateLexBotCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/commands/GetContactAttributesCommand.d.ts +0 -35
- package/dist/types/commands/GetCurrentMetricDataCommand.d.ts +0 -37
- package/dist/types/commands/GetFederationTokenCommand.d.ts +0 -43
- package/dist/types/commands/GetMetricDataCommand.d.ts +0 -38
- package/dist/types/commands/ListAgentStatusesCommand.d.ts +0 -36
- package/dist/types/commands/ListApprovedOriginsCommand.d.ts +0 -36
- package/dist/types/commands/ListBotsCommand.d.ts +0 -37
- package/dist/types/commands/ListContactFlowsCommand.d.ts +0 -39
- package/dist/types/commands/ListHoursOfOperationsCommand.d.ts +0 -37
- package/dist/types/commands/ListInstanceAttributesCommand.d.ts +0 -36
- package/dist/types/commands/ListInstanceStorageConfigsCommand.d.ts +0 -38
- package/dist/types/commands/ListInstancesCommand.d.ts +0 -38
- package/dist/types/commands/ListIntegrationAssociationsCommand.d.ts +0 -36
- package/dist/types/commands/ListLambdaFunctionsCommand.d.ts +0 -37
- package/dist/types/commands/ListLexBotsCommand.d.ts +0 -37
- package/dist/types/commands/ListPhoneNumbersCommand.d.ts +0 -37
- package/dist/types/commands/ListPromptsCommand.d.ts +0 -35
- package/dist/types/commands/ListQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/commands/ListQueuesCommand.d.ts +0 -41
- package/dist/types/commands/ListQuickConnectsCommand.d.ts +0 -35
- package/dist/types/commands/ListRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/ListRoutingProfilesCommand.d.ts +0 -38
- package/dist/types/commands/ListSecurityKeysCommand.d.ts +0 -36
- package/dist/types/commands/ListSecurityProfilesCommand.d.ts +0 -38
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -37
- package/dist/types/commands/ListUseCasesCommand.d.ts +0 -35
- package/dist/types/commands/ListUserHierarchyGroupsCommand.d.ts +0 -38
- package/dist/types/commands/ListUsersCommand.d.ts +0 -35
- package/dist/types/commands/ResumeContactRecordingCommand.d.ts +0 -38
- package/dist/types/commands/StartChatContactCommand.d.ts +0 -55
- package/dist/types/commands/StartContactRecordingCommand.d.ts +0 -42
- package/dist/types/commands/StartOutboundVoiceContactCommand.d.ts +0 -48
- package/dist/types/commands/StartTaskContactCommand.d.ts +0 -35
- package/dist/types/commands/StopContactCommand.d.ts +0 -35
- package/dist/types/commands/StopContactRecordingCommand.d.ts +0 -41
- package/dist/types/commands/SuspendContactRecordingCommand.d.ts +0 -40
- package/dist/types/commands/TagResourceCommand.d.ts +0 -39
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateAgentStatusCommand.d.ts +0 -36
- package/dist/types/commands/UpdateContactAttributesCommand.d.ts +0 -54
- package/dist/types/commands/UpdateContactFlowContentCommand.d.ts +0 -37
- package/dist/types/commands/UpdateContactFlowNameCommand.d.ts +0 -37
- package/dist/types/commands/UpdateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/UpdateInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQueueMaxContactsCommand.d.ts +0 -37
- package/dist/types/commands/UpdateQueueNameCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -37
- package/dist/types/commands/UpdateQueueStatusCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQuickConnectConfigCommand.d.ts +0 -35
- package/dist/types/commands/UpdateQuickConnectNameCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -36
- package/dist/types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRoutingProfileNameCommand.d.ts +0 -36
- package/dist/types/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserHierarchyCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserIdentityInfoCommand.d.ts +0 -43
- package/dist/types/commands/UpdateUserPhoneConfigCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserRoutingProfileCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -35
- package/dist/types/models/models_0.d.ts +0 -6096
- package/dist/types/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
- package/dist/types/pagination/GetMetricDataPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAgentStatusesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListBotsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListContactFlowsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListLexBotsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPromptsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQueuesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSecurityKeysPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUseCasesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUsersPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -329
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Connect.d.ts +0 -1003
- package/dist/types/ts3.4/ConnectClient.d.ts +0 -256
- package/dist/types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateBotCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateLexBotCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateAgentStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateContactFlowCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateInstanceCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateQueueCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateQuickConnectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateUseCaseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateUserCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteInstanceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUseCaseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeContactFlowCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeInstanceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeQueueCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeUserCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateBotCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisassociateLexBotCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetContactAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetMetricDataCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListAgentStatusesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListBotsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListContactFlowsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListInstancesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListLexBotsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListPromptsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListQueuesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListQuickConnectsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListSecurityKeysCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListUseCasesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListUsersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/StartChatContactCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/StartContactRecordingCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/StartTaskContactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopContactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopContactRecordingCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateQueueNameCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -6096
- package/dist/types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetMetricDataPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListBotsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListLexBotsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPromptsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQueuesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUseCasesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -329
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -7583
- package/pagination/GetCurrentMetricDataPaginator.ts +0 -58
- package/pagination/GetMetricDataPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAgentStatusesPaginator.ts +0 -58
- package/pagination/ListApprovedOriginsPaginator.ts +0 -58
- package/pagination/ListBotsPaginator.ts +0 -54
- package/pagination/ListContactFlowsPaginator.ts +0 -58
- package/pagination/ListHoursOfOperationsPaginator.ts +0 -58
- package/pagination/ListInstanceAttributesPaginator.ts +0 -58
- package/pagination/ListInstanceStorageConfigsPaginator.ts +0 -58
- package/pagination/ListInstancesPaginator.ts +0 -58
- package/pagination/ListIntegrationAssociationsPaginator.ts +0 -58
- package/pagination/ListLambdaFunctionsPaginator.ts +0 -58
- package/pagination/ListLexBotsPaginator.ts +0 -54
- package/pagination/ListPhoneNumbersPaginator.ts +0 -58
- package/pagination/ListPromptsPaginator.ts +0 -54
- package/pagination/ListQueueQuickConnectsPaginator.ts +0 -58
- package/pagination/ListQueuesPaginator.ts +0 -54
- package/pagination/ListQuickConnectsPaginator.ts +0 -58
- package/pagination/ListRoutingProfileQueuesPaginator.ts +0 -58
- package/pagination/ListRoutingProfilesPaginator.ts +0 -58
- package/pagination/ListSecurityKeysPaginator.ts +0 -58
- package/pagination/ListSecurityProfilesPaginator.ts +0 -58
- package/pagination/ListUseCasesPaginator.ts +0 -58
- package/pagination/ListUserHierarchyGroupsPaginator.ts +0 -58
- package/pagination/ListUsersPaginator.ts +0 -54
- package/protocols/Aws_restJson1.ts +0 -16199
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -0,0 +1,3598 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
export declare enum AgentStatusState {
|
|
3
|
+
DISABLED = "DISABLED",
|
|
4
|
+
ENABLED = "ENABLED"
|
|
5
|
+
}
|
|
6
|
+
export declare enum AgentStatusType {
|
|
7
|
+
CUSTOM = "CUSTOM",
|
|
8
|
+
OFFLINE = "OFFLINE",
|
|
9
|
+
ROUTABLE = "ROUTABLE"
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface AgentStatus {
|
|
13
|
+
|
|
14
|
+
AgentStatusARN?: string;
|
|
15
|
+
|
|
16
|
+
AgentStatusId?: string;
|
|
17
|
+
|
|
18
|
+
Name?: string;
|
|
19
|
+
|
|
20
|
+
Description?: string;
|
|
21
|
+
|
|
22
|
+
Type?: AgentStatusType | string;
|
|
23
|
+
|
|
24
|
+
DisplayOrder?: number;
|
|
25
|
+
|
|
26
|
+
State?: AgentStatusState | string;
|
|
27
|
+
|
|
28
|
+
Tags?: {
|
|
29
|
+
[key: string]: string;
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
export declare namespace AgentStatus {
|
|
33
|
+
|
|
34
|
+
const filterSensitiveLog: (obj: AgentStatus) => any;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export interface AgentStatusSummary {
|
|
38
|
+
|
|
39
|
+
Id?: string;
|
|
40
|
+
|
|
41
|
+
Arn?: string;
|
|
42
|
+
|
|
43
|
+
Name?: string;
|
|
44
|
+
|
|
45
|
+
Type?: AgentStatusType | string;
|
|
46
|
+
}
|
|
47
|
+
export declare namespace AgentStatusSummary {
|
|
48
|
+
|
|
49
|
+
const filterSensitiveLog: (obj: AgentStatusSummary) => any;
|
|
50
|
+
}
|
|
51
|
+
export interface AssociateApprovedOriginRequest {
|
|
52
|
+
|
|
53
|
+
InstanceId: string | undefined;
|
|
54
|
+
|
|
55
|
+
Origin: string | undefined;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace AssociateApprovedOriginRequest {
|
|
58
|
+
|
|
59
|
+
const filterSensitiveLog: (obj: AssociateApprovedOriginRequest) => any;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export interface InternalServiceException extends __SmithyException, $MetadataBearer {
|
|
63
|
+
name: "InternalServiceException";
|
|
64
|
+
$fault: "server";
|
|
65
|
+
|
|
66
|
+
Message?: string;
|
|
67
|
+
}
|
|
68
|
+
export declare namespace InternalServiceException {
|
|
69
|
+
|
|
70
|
+
const filterSensitiveLog: (obj: InternalServiceException) => any;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
|
|
74
|
+
name: "InvalidParameterException";
|
|
75
|
+
$fault: "client";
|
|
76
|
+
|
|
77
|
+
Message?: string;
|
|
78
|
+
}
|
|
79
|
+
export declare namespace InvalidParameterException {
|
|
80
|
+
|
|
81
|
+
const filterSensitiveLog: (obj: InvalidParameterException) => any;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
|
|
85
|
+
name: "InvalidRequestException";
|
|
86
|
+
$fault: "client";
|
|
87
|
+
|
|
88
|
+
Message?: string;
|
|
89
|
+
}
|
|
90
|
+
export declare namespace InvalidRequestException {
|
|
91
|
+
|
|
92
|
+
const filterSensitiveLog: (obj: InvalidRequestException) => any;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export interface ResourceConflictException extends __SmithyException, $MetadataBearer {
|
|
96
|
+
name: "ResourceConflictException";
|
|
97
|
+
$fault: "client";
|
|
98
|
+
Message?: string;
|
|
99
|
+
}
|
|
100
|
+
export declare namespace ResourceConflictException {
|
|
101
|
+
|
|
102
|
+
const filterSensitiveLog: (obj: ResourceConflictException) => any;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
106
|
+
name: "ResourceNotFoundException";
|
|
107
|
+
$fault: "client";
|
|
108
|
+
|
|
109
|
+
Message?: string;
|
|
110
|
+
}
|
|
111
|
+
export declare namespace ResourceNotFoundException {
|
|
112
|
+
|
|
113
|
+
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
117
|
+
name: "ServiceQuotaExceededException";
|
|
118
|
+
$fault: "client";
|
|
119
|
+
Message?: string;
|
|
120
|
+
}
|
|
121
|
+
export declare namespace ServiceQuotaExceededException {
|
|
122
|
+
|
|
123
|
+
const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
127
|
+
name: "ThrottlingException";
|
|
128
|
+
$fault: "client";
|
|
129
|
+
Message?: string;
|
|
130
|
+
}
|
|
131
|
+
export declare namespace ThrottlingException {
|
|
132
|
+
|
|
133
|
+
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
export interface LexBot {
|
|
137
|
+
|
|
138
|
+
Name?: string;
|
|
139
|
+
|
|
140
|
+
LexRegion?: string;
|
|
141
|
+
}
|
|
142
|
+
export declare namespace LexBot {
|
|
143
|
+
|
|
144
|
+
const filterSensitiveLog: (obj: LexBot) => any;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
export interface LexV2Bot {
|
|
148
|
+
|
|
149
|
+
AliasArn?: string;
|
|
150
|
+
}
|
|
151
|
+
export declare namespace LexV2Bot {
|
|
152
|
+
|
|
153
|
+
const filterSensitiveLog: (obj: LexV2Bot) => any;
|
|
154
|
+
}
|
|
155
|
+
export interface AssociateBotRequest {
|
|
156
|
+
|
|
157
|
+
InstanceId: string | undefined;
|
|
158
|
+
|
|
159
|
+
LexBot?: LexBot;
|
|
160
|
+
|
|
161
|
+
LexV2Bot?: LexV2Bot;
|
|
162
|
+
}
|
|
163
|
+
export declare namespace AssociateBotRequest {
|
|
164
|
+
|
|
165
|
+
const filterSensitiveLog: (obj: AssociateBotRequest) => any;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
169
|
+
name: "LimitExceededException";
|
|
170
|
+
$fault: "client";
|
|
171
|
+
|
|
172
|
+
Message?: string;
|
|
173
|
+
}
|
|
174
|
+
export declare namespace LimitExceededException {
|
|
175
|
+
|
|
176
|
+
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
177
|
+
}
|
|
178
|
+
export declare enum InstanceStorageResourceType {
|
|
179
|
+
AGENT_EVENTS = "AGENT_EVENTS",
|
|
180
|
+
CALL_RECORDINGS = "CALL_RECORDINGS",
|
|
181
|
+
CHAT_TRANSCRIPTS = "CHAT_TRANSCRIPTS",
|
|
182
|
+
CONTACT_TRACE_RECORDS = "CONTACT_TRACE_RECORDS",
|
|
183
|
+
MEDIA_STREAMS = "MEDIA_STREAMS",
|
|
184
|
+
SCHEDULED_REPORTS = "SCHEDULED_REPORTS"
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
export interface KinesisFirehoseConfig {
|
|
188
|
+
|
|
189
|
+
FirehoseArn: string | undefined;
|
|
190
|
+
}
|
|
191
|
+
export declare namespace KinesisFirehoseConfig {
|
|
192
|
+
|
|
193
|
+
const filterSensitiveLog: (obj: KinesisFirehoseConfig) => any;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
export interface KinesisStreamConfig {
|
|
197
|
+
|
|
198
|
+
StreamArn: string | undefined;
|
|
199
|
+
}
|
|
200
|
+
export declare namespace KinesisStreamConfig {
|
|
201
|
+
|
|
202
|
+
const filterSensitiveLog: (obj: KinesisStreamConfig) => any;
|
|
203
|
+
}
|
|
204
|
+
export declare enum EncryptionType {
|
|
205
|
+
KMS = "KMS"
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export interface EncryptionConfig {
|
|
209
|
+
|
|
210
|
+
EncryptionType: EncryptionType | string | undefined;
|
|
211
|
+
|
|
212
|
+
KeyId: string | undefined;
|
|
213
|
+
}
|
|
214
|
+
export declare namespace EncryptionConfig {
|
|
215
|
+
|
|
216
|
+
const filterSensitiveLog: (obj: EncryptionConfig) => any;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export interface KinesisVideoStreamConfig {
|
|
220
|
+
|
|
221
|
+
Prefix: string | undefined;
|
|
222
|
+
|
|
223
|
+
RetentionPeriodHours: number | undefined;
|
|
224
|
+
|
|
225
|
+
EncryptionConfig: EncryptionConfig | undefined;
|
|
226
|
+
}
|
|
227
|
+
export declare namespace KinesisVideoStreamConfig {
|
|
228
|
+
|
|
229
|
+
const filterSensitiveLog: (obj: KinesisVideoStreamConfig) => any;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
export interface S3Config {
|
|
233
|
+
|
|
234
|
+
BucketName: string | undefined;
|
|
235
|
+
|
|
236
|
+
BucketPrefix: string | undefined;
|
|
237
|
+
|
|
238
|
+
EncryptionConfig?: EncryptionConfig;
|
|
239
|
+
}
|
|
240
|
+
export declare namespace S3Config {
|
|
241
|
+
|
|
242
|
+
const filterSensitiveLog: (obj: S3Config) => any;
|
|
243
|
+
}
|
|
244
|
+
export declare enum StorageType {
|
|
245
|
+
KINESIS_FIREHOSE = "KINESIS_FIREHOSE",
|
|
246
|
+
KINESIS_STREAM = "KINESIS_STREAM",
|
|
247
|
+
KINESIS_VIDEO_STREAM = "KINESIS_VIDEO_STREAM",
|
|
248
|
+
S3 = "S3"
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
export interface InstanceStorageConfig {
|
|
252
|
+
|
|
253
|
+
AssociationId?: string;
|
|
254
|
+
|
|
255
|
+
StorageType: StorageType | string | undefined;
|
|
256
|
+
|
|
257
|
+
S3Config?: S3Config;
|
|
258
|
+
|
|
259
|
+
KinesisVideoStreamConfig?: KinesisVideoStreamConfig;
|
|
260
|
+
|
|
261
|
+
KinesisStreamConfig?: KinesisStreamConfig;
|
|
262
|
+
|
|
263
|
+
KinesisFirehoseConfig?: KinesisFirehoseConfig;
|
|
264
|
+
}
|
|
265
|
+
export declare namespace InstanceStorageConfig {
|
|
266
|
+
|
|
267
|
+
const filterSensitiveLog: (obj: InstanceStorageConfig) => any;
|
|
268
|
+
}
|
|
269
|
+
export interface AssociateInstanceStorageConfigRequest {
|
|
270
|
+
|
|
271
|
+
InstanceId: string | undefined;
|
|
272
|
+
|
|
273
|
+
ResourceType: InstanceStorageResourceType | string | undefined;
|
|
274
|
+
|
|
275
|
+
StorageConfig: InstanceStorageConfig | undefined;
|
|
276
|
+
}
|
|
277
|
+
export declare namespace AssociateInstanceStorageConfigRequest {
|
|
278
|
+
|
|
279
|
+
const filterSensitiveLog: (obj: AssociateInstanceStorageConfigRequest) => any;
|
|
280
|
+
}
|
|
281
|
+
export interface AssociateInstanceStorageConfigResponse {
|
|
282
|
+
|
|
283
|
+
AssociationId?: string;
|
|
284
|
+
}
|
|
285
|
+
export declare namespace AssociateInstanceStorageConfigResponse {
|
|
286
|
+
|
|
287
|
+
const filterSensitiveLog: (obj: AssociateInstanceStorageConfigResponse) => any;
|
|
288
|
+
}
|
|
289
|
+
export interface AssociateLambdaFunctionRequest {
|
|
290
|
+
|
|
291
|
+
InstanceId: string | undefined;
|
|
292
|
+
|
|
293
|
+
FunctionArn: string | undefined;
|
|
294
|
+
}
|
|
295
|
+
export declare namespace AssociateLambdaFunctionRequest {
|
|
296
|
+
|
|
297
|
+
const filterSensitiveLog: (obj: AssociateLambdaFunctionRequest) => any;
|
|
298
|
+
}
|
|
299
|
+
export interface AssociateLexBotRequest {
|
|
300
|
+
|
|
301
|
+
InstanceId: string | undefined;
|
|
302
|
+
|
|
303
|
+
LexBot: LexBot | undefined;
|
|
304
|
+
}
|
|
305
|
+
export declare namespace AssociateLexBotRequest {
|
|
306
|
+
|
|
307
|
+
const filterSensitiveLog: (obj: AssociateLexBotRequest) => any;
|
|
308
|
+
}
|
|
309
|
+
export interface AssociateQueueQuickConnectsRequest {
|
|
310
|
+
|
|
311
|
+
InstanceId: string | undefined;
|
|
312
|
+
|
|
313
|
+
QueueId: string | undefined;
|
|
314
|
+
|
|
315
|
+
QuickConnectIds: string[] | undefined;
|
|
316
|
+
}
|
|
317
|
+
export declare namespace AssociateQueueQuickConnectsRequest {
|
|
318
|
+
|
|
319
|
+
const filterSensitiveLog: (obj: AssociateQueueQuickConnectsRequest) => any;
|
|
320
|
+
}
|
|
321
|
+
export declare enum Channel {
|
|
322
|
+
CHAT = "CHAT",
|
|
323
|
+
TASK = "TASK",
|
|
324
|
+
VOICE = "VOICE"
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
export interface RoutingProfileQueueReference {
|
|
328
|
+
|
|
329
|
+
QueueId: string | undefined;
|
|
330
|
+
|
|
331
|
+
Channel: Channel | string | undefined;
|
|
332
|
+
}
|
|
333
|
+
export declare namespace RoutingProfileQueueReference {
|
|
334
|
+
|
|
335
|
+
const filterSensitiveLog: (obj: RoutingProfileQueueReference) => any;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
export interface RoutingProfileQueueConfig {
|
|
339
|
+
|
|
340
|
+
QueueReference: RoutingProfileQueueReference | undefined;
|
|
341
|
+
|
|
342
|
+
Priority: number | undefined;
|
|
343
|
+
|
|
344
|
+
Delay: number | undefined;
|
|
345
|
+
}
|
|
346
|
+
export declare namespace RoutingProfileQueueConfig {
|
|
347
|
+
|
|
348
|
+
const filterSensitiveLog: (obj: RoutingProfileQueueConfig) => any;
|
|
349
|
+
}
|
|
350
|
+
export interface AssociateRoutingProfileQueuesRequest {
|
|
351
|
+
|
|
352
|
+
InstanceId: string | undefined;
|
|
353
|
+
|
|
354
|
+
RoutingProfileId: string | undefined;
|
|
355
|
+
|
|
356
|
+
QueueConfigs: RoutingProfileQueueConfig[] | undefined;
|
|
357
|
+
}
|
|
358
|
+
export declare namespace AssociateRoutingProfileQueuesRequest {
|
|
359
|
+
|
|
360
|
+
const filterSensitiveLog: (obj: AssociateRoutingProfileQueuesRequest) => any;
|
|
361
|
+
}
|
|
362
|
+
export interface AssociateSecurityKeyRequest {
|
|
363
|
+
|
|
364
|
+
InstanceId: string | undefined;
|
|
365
|
+
|
|
366
|
+
Key: string | undefined;
|
|
367
|
+
}
|
|
368
|
+
export declare namespace AssociateSecurityKeyRequest {
|
|
369
|
+
|
|
370
|
+
const filterSensitiveLog: (obj: AssociateSecurityKeyRequest) => any;
|
|
371
|
+
}
|
|
372
|
+
export interface AssociateSecurityKeyResponse {
|
|
373
|
+
|
|
374
|
+
AssociationId?: string;
|
|
375
|
+
}
|
|
376
|
+
export declare namespace AssociateSecurityKeyResponse {
|
|
377
|
+
|
|
378
|
+
const filterSensitiveLog: (obj: AssociateSecurityKeyResponse) => any;
|
|
379
|
+
}
|
|
380
|
+
export interface CreateAgentStatusRequest {
|
|
381
|
+
|
|
382
|
+
InstanceId: string | undefined;
|
|
383
|
+
|
|
384
|
+
Name: string | undefined;
|
|
385
|
+
|
|
386
|
+
Description?: string;
|
|
387
|
+
|
|
388
|
+
State: AgentStatusState | string | undefined;
|
|
389
|
+
|
|
390
|
+
DisplayOrder?: number;
|
|
391
|
+
|
|
392
|
+
Tags?: {
|
|
393
|
+
[key: string]: string;
|
|
394
|
+
};
|
|
395
|
+
}
|
|
396
|
+
export declare namespace CreateAgentStatusRequest {
|
|
397
|
+
|
|
398
|
+
const filterSensitiveLog: (obj: CreateAgentStatusRequest) => any;
|
|
399
|
+
}
|
|
400
|
+
export interface CreateAgentStatusResponse {
|
|
401
|
+
|
|
402
|
+
AgentStatusARN?: string;
|
|
403
|
+
|
|
404
|
+
AgentStatusId?: string;
|
|
405
|
+
}
|
|
406
|
+
export declare namespace CreateAgentStatusResponse {
|
|
407
|
+
|
|
408
|
+
const filterSensitiveLog: (obj: CreateAgentStatusResponse) => any;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
export interface DuplicateResourceException extends __SmithyException, $MetadataBearer {
|
|
412
|
+
name: "DuplicateResourceException";
|
|
413
|
+
$fault: "client";
|
|
414
|
+
Message?: string;
|
|
415
|
+
}
|
|
416
|
+
export declare namespace DuplicateResourceException {
|
|
417
|
+
|
|
418
|
+
const filterSensitiveLog: (obj: DuplicateResourceException) => any;
|
|
419
|
+
}
|
|
420
|
+
export declare enum ContactFlowType {
|
|
421
|
+
AGENT_HOLD = "AGENT_HOLD",
|
|
422
|
+
AGENT_TRANSFER = "AGENT_TRANSFER",
|
|
423
|
+
AGENT_WHISPER = "AGENT_WHISPER",
|
|
424
|
+
CONTACT_FLOW = "CONTACT_FLOW",
|
|
425
|
+
CUSTOMER_HOLD = "CUSTOMER_HOLD",
|
|
426
|
+
CUSTOMER_QUEUE = "CUSTOMER_QUEUE",
|
|
427
|
+
CUSTOMER_WHISPER = "CUSTOMER_WHISPER",
|
|
428
|
+
OUTBOUND_WHISPER = "OUTBOUND_WHISPER",
|
|
429
|
+
QUEUE_TRANSFER = "QUEUE_TRANSFER"
|
|
430
|
+
}
|
|
431
|
+
export interface CreateContactFlowRequest {
|
|
432
|
+
|
|
433
|
+
InstanceId: string | undefined;
|
|
434
|
+
|
|
435
|
+
Name: string | undefined;
|
|
436
|
+
|
|
437
|
+
Type: ContactFlowType | string | undefined;
|
|
438
|
+
|
|
439
|
+
Description?: string;
|
|
440
|
+
|
|
441
|
+
Content: string | undefined;
|
|
442
|
+
|
|
443
|
+
Tags?: {
|
|
444
|
+
[key: string]: string;
|
|
445
|
+
};
|
|
446
|
+
}
|
|
447
|
+
export declare namespace CreateContactFlowRequest {
|
|
448
|
+
|
|
449
|
+
const filterSensitiveLog: (obj: CreateContactFlowRequest) => any;
|
|
450
|
+
}
|
|
451
|
+
export interface CreateContactFlowResponse {
|
|
452
|
+
|
|
453
|
+
ContactFlowId?: string;
|
|
454
|
+
|
|
455
|
+
ContactFlowArn?: string;
|
|
456
|
+
}
|
|
457
|
+
export declare namespace CreateContactFlowResponse {
|
|
458
|
+
|
|
459
|
+
const filterSensitiveLog: (obj: CreateContactFlowResponse) => any;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
export interface ProblemDetail {
|
|
463
|
+
|
|
464
|
+
message?: string;
|
|
465
|
+
}
|
|
466
|
+
export declare namespace ProblemDetail {
|
|
467
|
+
|
|
468
|
+
const filterSensitiveLog: (obj: ProblemDetail) => any;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
export interface InvalidContactFlowException extends __SmithyException, $MetadataBearer {
|
|
472
|
+
name: "InvalidContactFlowException";
|
|
473
|
+
$fault: "client";
|
|
474
|
+
|
|
475
|
+
problems?: ProblemDetail[];
|
|
476
|
+
}
|
|
477
|
+
export declare namespace InvalidContactFlowException {
|
|
478
|
+
|
|
479
|
+
const filterSensitiveLog: (obj: InvalidContactFlowException) => any;
|
|
480
|
+
}
|
|
481
|
+
export declare enum HoursOfOperationDays {
|
|
482
|
+
FRIDAY = "FRIDAY",
|
|
483
|
+
MONDAY = "MONDAY",
|
|
484
|
+
SATURDAY = "SATURDAY",
|
|
485
|
+
SUNDAY = "SUNDAY",
|
|
486
|
+
THURSDAY = "THURSDAY",
|
|
487
|
+
TUESDAY = "TUESDAY",
|
|
488
|
+
WEDNESDAY = "WEDNESDAY"
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
export interface HoursOfOperationTimeSlice {
|
|
492
|
+
|
|
493
|
+
Hours: number | undefined;
|
|
494
|
+
|
|
495
|
+
Minutes: number | undefined;
|
|
496
|
+
}
|
|
497
|
+
export declare namespace HoursOfOperationTimeSlice {
|
|
498
|
+
|
|
499
|
+
const filterSensitiveLog: (obj: HoursOfOperationTimeSlice) => any;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
export interface HoursOfOperationConfig {
|
|
503
|
+
|
|
504
|
+
Day: HoursOfOperationDays | string | undefined;
|
|
505
|
+
|
|
506
|
+
StartTime: HoursOfOperationTimeSlice | undefined;
|
|
507
|
+
|
|
508
|
+
EndTime: HoursOfOperationTimeSlice | undefined;
|
|
509
|
+
}
|
|
510
|
+
export declare namespace HoursOfOperationConfig {
|
|
511
|
+
|
|
512
|
+
const filterSensitiveLog: (obj: HoursOfOperationConfig) => any;
|
|
513
|
+
}
|
|
514
|
+
export interface CreateHoursOfOperationRequest {
|
|
515
|
+
|
|
516
|
+
InstanceId: string | undefined;
|
|
517
|
+
|
|
518
|
+
Name: string | undefined;
|
|
519
|
+
|
|
520
|
+
Description?: string;
|
|
521
|
+
|
|
522
|
+
TimeZone: string | undefined;
|
|
523
|
+
|
|
524
|
+
Config: HoursOfOperationConfig[] | undefined;
|
|
525
|
+
|
|
526
|
+
Tags?: {
|
|
527
|
+
[key: string]: string;
|
|
528
|
+
};
|
|
529
|
+
}
|
|
530
|
+
export declare namespace CreateHoursOfOperationRequest {
|
|
531
|
+
|
|
532
|
+
const filterSensitiveLog: (obj: CreateHoursOfOperationRequest) => any;
|
|
533
|
+
}
|
|
534
|
+
export interface CreateHoursOfOperationResponse {
|
|
535
|
+
|
|
536
|
+
HoursOfOperationId?: string;
|
|
537
|
+
|
|
538
|
+
HoursOfOperationArn?: string;
|
|
539
|
+
}
|
|
540
|
+
export declare namespace CreateHoursOfOperationResponse {
|
|
541
|
+
|
|
542
|
+
const filterSensitiveLog: (obj: CreateHoursOfOperationResponse) => any;
|
|
543
|
+
}
|
|
544
|
+
export declare enum DirectoryType {
|
|
545
|
+
CONNECT_MANAGED = "CONNECT_MANAGED",
|
|
546
|
+
EXISTING_DIRECTORY = "EXISTING_DIRECTORY",
|
|
547
|
+
SAML = "SAML"
|
|
548
|
+
}
|
|
549
|
+
export interface CreateInstanceRequest {
|
|
550
|
+
|
|
551
|
+
ClientToken?: string;
|
|
552
|
+
|
|
553
|
+
IdentityManagementType: DirectoryType | string | undefined;
|
|
554
|
+
|
|
555
|
+
InstanceAlias?: string;
|
|
556
|
+
|
|
557
|
+
DirectoryId?: string;
|
|
558
|
+
|
|
559
|
+
InboundCallsEnabled: boolean | undefined;
|
|
560
|
+
|
|
561
|
+
OutboundCallsEnabled: boolean | undefined;
|
|
562
|
+
}
|
|
563
|
+
export declare namespace CreateInstanceRequest {
|
|
564
|
+
|
|
565
|
+
const filterSensitiveLog: (obj: CreateInstanceRequest) => any;
|
|
566
|
+
}
|
|
567
|
+
export interface CreateInstanceResponse {
|
|
568
|
+
|
|
569
|
+
Id?: string;
|
|
570
|
+
|
|
571
|
+
Arn?: string;
|
|
572
|
+
}
|
|
573
|
+
export declare namespace CreateInstanceResponse {
|
|
574
|
+
|
|
575
|
+
const filterSensitiveLog: (obj: CreateInstanceResponse) => any;
|
|
576
|
+
}
|
|
577
|
+
export declare enum IntegrationType {
|
|
578
|
+
EVENT = "EVENT",
|
|
579
|
+
PINPOINT_APP = "PINPOINT_APP",
|
|
580
|
+
VOICE_ID = "VOICE_ID",
|
|
581
|
+
WISDOM_ASSISTANT = "WISDOM_ASSISTANT",
|
|
582
|
+
WISDOM_KNOWLEDGE_BASE = "WISDOM_KNOWLEDGE_BASE"
|
|
583
|
+
}
|
|
584
|
+
export declare enum SourceType {
|
|
585
|
+
SALESFORCE = "SALESFORCE",
|
|
586
|
+
ZENDESK = "ZENDESK"
|
|
587
|
+
}
|
|
588
|
+
export interface CreateIntegrationAssociationRequest {
|
|
589
|
+
|
|
590
|
+
InstanceId: string | undefined;
|
|
591
|
+
|
|
592
|
+
IntegrationType: IntegrationType | string | undefined;
|
|
593
|
+
|
|
594
|
+
IntegrationArn: string | undefined;
|
|
595
|
+
|
|
596
|
+
SourceApplicationUrl?: string;
|
|
597
|
+
|
|
598
|
+
SourceApplicationName?: string;
|
|
599
|
+
|
|
600
|
+
SourceType?: SourceType | string;
|
|
601
|
+
|
|
602
|
+
Tags?: {
|
|
603
|
+
[key: string]: string;
|
|
604
|
+
};
|
|
605
|
+
}
|
|
606
|
+
export declare namespace CreateIntegrationAssociationRequest {
|
|
607
|
+
|
|
608
|
+
const filterSensitiveLog: (obj: CreateIntegrationAssociationRequest) => any;
|
|
609
|
+
}
|
|
610
|
+
export interface CreateIntegrationAssociationResponse {
|
|
611
|
+
|
|
612
|
+
IntegrationAssociationId?: string;
|
|
613
|
+
|
|
614
|
+
IntegrationAssociationArn?: string;
|
|
615
|
+
}
|
|
616
|
+
export declare namespace CreateIntegrationAssociationResponse {
|
|
617
|
+
|
|
618
|
+
const filterSensitiveLog: (obj: CreateIntegrationAssociationResponse) => any;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
export interface OutboundCallerConfig {
|
|
622
|
+
|
|
623
|
+
OutboundCallerIdName?: string;
|
|
624
|
+
|
|
625
|
+
OutboundCallerIdNumberId?: string;
|
|
626
|
+
|
|
627
|
+
OutboundFlowId?: string;
|
|
628
|
+
}
|
|
629
|
+
export declare namespace OutboundCallerConfig {
|
|
630
|
+
|
|
631
|
+
const filterSensitiveLog: (obj: OutboundCallerConfig) => any;
|
|
632
|
+
}
|
|
633
|
+
export interface CreateQueueRequest {
|
|
634
|
+
|
|
635
|
+
InstanceId: string | undefined;
|
|
636
|
+
|
|
637
|
+
Name: string | undefined;
|
|
638
|
+
|
|
639
|
+
Description?: string;
|
|
640
|
+
|
|
641
|
+
OutboundCallerConfig?: OutboundCallerConfig;
|
|
642
|
+
|
|
643
|
+
HoursOfOperationId: string | undefined;
|
|
644
|
+
|
|
645
|
+
MaxContacts?: number;
|
|
646
|
+
|
|
647
|
+
QuickConnectIds?: string[];
|
|
648
|
+
|
|
649
|
+
Tags?: {
|
|
650
|
+
[key: string]: string;
|
|
651
|
+
};
|
|
652
|
+
}
|
|
653
|
+
export declare namespace CreateQueueRequest {
|
|
654
|
+
|
|
655
|
+
const filterSensitiveLog: (obj: CreateQueueRequest) => any;
|
|
656
|
+
}
|
|
657
|
+
export interface CreateQueueResponse {
|
|
658
|
+
|
|
659
|
+
QueueArn?: string;
|
|
660
|
+
|
|
661
|
+
QueueId?: string;
|
|
662
|
+
}
|
|
663
|
+
export declare namespace CreateQueueResponse {
|
|
664
|
+
|
|
665
|
+
const filterSensitiveLog: (obj: CreateQueueResponse) => any;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
export interface PhoneNumberQuickConnectConfig {
|
|
669
|
+
|
|
670
|
+
PhoneNumber: string | undefined;
|
|
671
|
+
}
|
|
672
|
+
export declare namespace PhoneNumberQuickConnectConfig {
|
|
673
|
+
|
|
674
|
+
const filterSensitiveLog: (obj: PhoneNumberQuickConnectConfig) => any;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
export interface QueueQuickConnectConfig {
|
|
678
|
+
|
|
679
|
+
QueueId: string | undefined;
|
|
680
|
+
|
|
681
|
+
ContactFlowId: string | undefined;
|
|
682
|
+
}
|
|
683
|
+
export declare namespace QueueQuickConnectConfig {
|
|
684
|
+
|
|
685
|
+
const filterSensitiveLog: (obj: QueueQuickConnectConfig) => any;
|
|
686
|
+
}
|
|
687
|
+
export declare enum QuickConnectType {
|
|
688
|
+
PHONE_NUMBER = "PHONE_NUMBER",
|
|
689
|
+
QUEUE = "QUEUE",
|
|
690
|
+
USER = "USER"
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
export interface UserQuickConnectConfig {
|
|
694
|
+
|
|
695
|
+
UserId: string | undefined;
|
|
696
|
+
|
|
697
|
+
ContactFlowId: string | undefined;
|
|
698
|
+
}
|
|
699
|
+
export declare namespace UserQuickConnectConfig {
|
|
700
|
+
|
|
701
|
+
const filterSensitiveLog: (obj: UserQuickConnectConfig) => any;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
export interface QuickConnectConfig {
|
|
705
|
+
|
|
706
|
+
QuickConnectType: QuickConnectType | string | undefined;
|
|
707
|
+
|
|
708
|
+
UserConfig?: UserQuickConnectConfig;
|
|
709
|
+
|
|
710
|
+
QueueConfig?: QueueQuickConnectConfig;
|
|
711
|
+
|
|
712
|
+
PhoneConfig?: PhoneNumberQuickConnectConfig;
|
|
713
|
+
}
|
|
714
|
+
export declare namespace QuickConnectConfig {
|
|
715
|
+
|
|
716
|
+
const filterSensitiveLog: (obj: QuickConnectConfig) => any;
|
|
717
|
+
}
|
|
718
|
+
export interface CreateQuickConnectRequest {
|
|
719
|
+
|
|
720
|
+
InstanceId: string | undefined;
|
|
721
|
+
|
|
722
|
+
Name: string | undefined;
|
|
723
|
+
|
|
724
|
+
Description?: string;
|
|
725
|
+
|
|
726
|
+
QuickConnectConfig: QuickConnectConfig | undefined;
|
|
727
|
+
|
|
728
|
+
Tags?: {
|
|
729
|
+
[key: string]: string;
|
|
730
|
+
};
|
|
731
|
+
}
|
|
732
|
+
export declare namespace CreateQuickConnectRequest {
|
|
733
|
+
|
|
734
|
+
const filterSensitiveLog: (obj: CreateQuickConnectRequest) => any;
|
|
735
|
+
}
|
|
736
|
+
export interface CreateQuickConnectResponse {
|
|
737
|
+
|
|
738
|
+
QuickConnectARN?: string;
|
|
739
|
+
|
|
740
|
+
QuickConnectId?: string;
|
|
741
|
+
}
|
|
742
|
+
export declare namespace CreateQuickConnectResponse {
|
|
743
|
+
|
|
744
|
+
const filterSensitiveLog: (obj: CreateQuickConnectResponse) => any;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
export interface MediaConcurrency {
|
|
748
|
+
|
|
749
|
+
Channel: Channel | string | undefined;
|
|
750
|
+
|
|
751
|
+
Concurrency: number | undefined;
|
|
752
|
+
}
|
|
753
|
+
export declare namespace MediaConcurrency {
|
|
754
|
+
|
|
755
|
+
const filterSensitiveLog: (obj: MediaConcurrency) => any;
|
|
756
|
+
}
|
|
757
|
+
export interface CreateRoutingProfileRequest {
|
|
758
|
+
|
|
759
|
+
InstanceId: string | undefined;
|
|
760
|
+
|
|
761
|
+
Name: string | undefined;
|
|
762
|
+
|
|
763
|
+
Description: string | undefined;
|
|
764
|
+
|
|
765
|
+
DefaultOutboundQueueId: string | undefined;
|
|
766
|
+
|
|
767
|
+
QueueConfigs?: RoutingProfileQueueConfig[];
|
|
768
|
+
|
|
769
|
+
MediaConcurrencies: MediaConcurrency[] | undefined;
|
|
770
|
+
|
|
771
|
+
Tags?: {
|
|
772
|
+
[key: string]: string;
|
|
773
|
+
};
|
|
774
|
+
}
|
|
775
|
+
export declare namespace CreateRoutingProfileRequest {
|
|
776
|
+
|
|
777
|
+
const filterSensitiveLog: (obj: CreateRoutingProfileRequest) => any;
|
|
778
|
+
}
|
|
779
|
+
export interface CreateRoutingProfileResponse {
|
|
780
|
+
|
|
781
|
+
RoutingProfileArn?: string;
|
|
782
|
+
|
|
783
|
+
RoutingProfileId?: string;
|
|
784
|
+
}
|
|
785
|
+
export declare namespace CreateRoutingProfileResponse {
|
|
786
|
+
|
|
787
|
+
const filterSensitiveLog: (obj: CreateRoutingProfileResponse) => any;
|
|
788
|
+
}
|
|
789
|
+
export declare enum UseCaseType {
|
|
790
|
+
CONNECT_CAMPAIGNS = "CONNECT_CAMPAIGNS",
|
|
791
|
+
RULES_EVALUATION = "RULES_EVALUATION"
|
|
792
|
+
}
|
|
793
|
+
export interface CreateUseCaseRequest {
|
|
794
|
+
|
|
795
|
+
InstanceId: string | undefined;
|
|
796
|
+
|
|
797
|
+
IntegrationAssociationId: string | undefined;
|
|
798
|
+
|
|
799
|
+
UseCaseType: UseCaseType | string | undefined;
|
|
800
|
+
|
|
801
|
+
Tags?: {
|
|
802
|
+
[key: string]: string;
|
|
803
|
+
};
|
|
804
|
+
}
|
|
805
|
+
export declare namespace CreateUseCaseRequest {
|
|
806
|
+
|
|
807
|
+
const filterSensitiveLog: (obj: CreateUseCaseRequest) => any;
|
|
808
|
+
}
|
|
809
|
+
export interface CreateUseCaseResponse {
|
|
810
|
+
|
|
811
|
+
UseCaseId?: string;
|
|
812
|
+
|
|
813
|
+
UseCaseArn?: string;
|
|
814
|
+
}
|
|
815
|
+
export declare namespace CreateUseCaseResponse {
|
|
816
|
+
|
|
817
|
+
const filterSensitiveLog: (obj: CreateUseCaseResponse) => any;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
export interface UserIdentityInfo {
|
|
821
|
+
|
|
822
|
+
FirstName?: string;
|
|
823
|
+
|
|
824
|
+
LastName?: string;
|
|
825
|
+
|
|
826
|
+
Email?: string;
|
|
827
|
+
}
|
|
828
|
+
export declare namespace UserIdentityInfo {
|
|
829
|
+
|
|
830
|
+
const filterSensitiveLog: (obj: UserIdentityInfo) => any;
|
|
831
|
+
}
|
|
832
|
+
export declare enum PhoneType {
|
|
833
|
+
DESK_PHONE = "DESK_PHONE",
|
|
834
|
+
SOFT_PHONE = "SOFT_PHONE"
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
export interface UserPhoneConfig {
|
|
838
|
+
|
|
839
|
+
PhoneType: PhoneType | string | undefined;
|
|
840
|
+
|
|
841
|
+
AutoAccept?: boolean;
|
|
842
|
+
|
|
843
|
+
AfterContactWorkTimeLimit?: number;
|
|
844
|
+
|
|
845
|
+
DeskPhoneNumber?: string;
|
|
846
|
+
}
|
|
847
|
+
export declare namespace UserPhoneConfig {
|
|
848
|
+
|
|
849
|
+
const filterSensitiveLog: (obj: UserPhoneConfig) => any;
|
|
850
|
+
}
|
|
851
|
+
export interface CreateUserRequest {
|
|
852
|
+
|
|
853
|
+
Username: string | undefined;
|
|
854
|
+
|
|
855
|
+
Password?: string;
|
|
856
|
+
|
|
857
|
+
IdentityInfo?: UserIdentityInfo;
|
|
858
|
+
|
|
859
|
+
PhoneConfig: UserPhoneConfig | undefined;
|
|
860
|
+
|
|
861
|
+
DirectoryUserId?: string;
|
|
862
|
+
|
|
863
|
+
SecurityProfileIds: string[] | undefined;
|
|
864
|
+
|
|
865
|
+
RoutingProfileId: string | undefined;
|
|
866
|
+
|
|
867
|
+
HierarchyGroupId?: string;
|
|
868
|
+
|
|
869
|
+
InstanceId: string | undefined;
|
|
870
|
+
|
|
871
|
+
Tags?: {
|
|
872
|
+
[key: string]: string;
|
|
873
|
+
};
|
|
874
|
+
}
|
|
875
|
+
export declare namespace CreateUserRequest {
|
|
876
|
+
|
|
877
|
+
const filterSensitiveLog: (obj: CreateUserRequest) => any;
|
|
878
|
+
}
|
|
879
|
+
export interface CreateUserResponse {
|
|
880
|
+
|
|
881
|
+
UserId?: string;
|
|
882
|
+
|
|
883
|
+
UserArn?: string;
|
|
884
|
+
}
|
|
885
|
+
export declare namespace CreateUserResponse {
|
|
886
|
+
|
|
887
|
+
const filterSensitiveLog: (obj: CreateUserResponse) => any;
|
|
888
|
+
}
|
|
889
|
+
export interface CreateUserHierarchyGroupRequest {
|
|
890
|
+
|
|
891
|
+
Name: string | undefined;
|
|
892
|
+
|
|
893
|
+
ParentGroupId?: string;
|
|
894
|
+
|
|
895
|
+
InstanceId: string | undefined;
|
|
896
|
+
}
|
|
897
|
+
export declare namespace CreateUserHierarchyGroupRequest {
|
|
898
|
+
|
|
899
|
+
const filterSensitiveLog: (obj: CreateUserHierarchyGroupRequest) => any;
|
|
900
|
+
}
|
|
901
|
+
export interface CreateUserHierarchyGroupResponse {
|
|
902
|
+
|
|
903
|
+
HierarchyGroupId?: string;
|
|
904
|
+
|
|
905
|
+
HierarchyGroupArn?: string;
|
|
906
|
+
}
|
|
907
|
+
export declare namespace CreateUserHierarchyGroupResponse {
|
|
908
|
+
|
|
909
|
+
const filterSensitiveLog: (obj: CreateUserHierarchyGroupResponse) => any;
|
|
910
|
+
}
|
|
911
|
+
export interface DeleteHoursOfOperationRequest {
|
|
912
|
+
|
|
913
|
+
InstanceId: string | undefined;
|
|
914
|
+
|
|
915
|
+
HoursOfOperationId: string | undefined;
|
|
916
|
+
}
|
|
917
|
+
export declare namespace DeleteHoursOfOperationRequest {
|
|
918
|
+
|
|
919
|
+
const filterSensitiveLog: (obj: DeleteHoursOfOperationRequest) => any;
|
|
920
|
+
}
|
|
921
|
+
export interface DeleteInstanceRequest {
|
|
922
|
+
|
|
923
|
+
InstanceId: string | undefined;
|
|
924
|
+
}
|
|
925
|
+
export declare namespace DeleteInstanceRequest {
|
|
926
|
+
|
|
927
|
+
const filterSensitiveLog: (obj: DeleteInstanceRequest) => any;
|
|
928
|
+
}
|
|
929
|
+
export interface DeleteIntegrationAssociationRequest {
|
|
930
|
+
|
|
931
|
+
InstanceId: string | undefined;
|
|
932
|
+
|
|
933
|
+
IntegrationAssociationId: string | undefined;
|
|
934
|
+
}
|
|
935
|
+
export declare namespace DeleteIntegrationAssociationRequest {
|
|
936
|
+
|
|
937
|
+
const filterSensitiveLog: (obj: DeleteIntegrationAssociationRequest) => any;
|
|
938
|
+
}
|
|
939
|
+
export interface DeleteQuickConnectRequest {
|
|
940
|
+
|
|
941
|
+
InstanceId: string | undefined;
|
|
942
|
+
|
|
943
|
+
QuickConnectId: string | undefined;
|
|
944
|
+
}
|
|
945
|
+
export declare namespace DeleteQuickConnectRequest {
|
|
946
|
+
|
|
947
|
+
const filterSensitiveLog: (obj: DeleteQuickConnectRequest) => any;
|
|
948
|
+
}
|
|
949
|
+
export interface DeleteUseCaseRequest {
|
|
950
|
+
|
|
951
|
+
InstanceId: string | undefined;
|
|
952
|
+
|
|
953
|
+
IntegrationAssociationId: string | undefined;
|
|
954
|
+
|
|
955
|
+
UseCaseId: string | undefined;
|
|
956
|
+
}
|
|
957
|
+
export declare namespace DeleteUseCaseRequest {
|
|
958
|
+
|
|
959
|
+
const filterSensitiveLog: (obj: DeleteUseCaseRequest) => any;
|
|
960
|
+
}
|
|
961
|
+
export interface DeleteUserRequest {
|
|
962
|
+
|
|
963
|
+
InstanceId: string | undefined;
|
|
964
|
+
|
|
965
|
+
UserId: string | undefined;
|
|
966
|
+
}
|
|
967
|
+
export declare namespace DeleteUserRequest {
|
|
968
|
+
|
|
969
|
+
const filterSensitiveLog: (obj: DeleteUserRequest) => any;
|
|
970
|
+
}
|
|
971
|
+
export interface DeleteUserHierarchyGroupRequest {
|
|
972
|
+
|
|
973
|
+
HierarchyGroupId: string | undefined;
|
|
974
|
+
|
|
975
|
+
InstanceId: string | undefined;
|
|
976
|
+
}
|
|
977
|
+
export declare namespace DeleteUserHierarchyGroupRequest {
|
|
978
|
+
|
|
979
|
+
const filterSensitiveLog: (obj: DeleteUserHierarchyGroupRequest) => any;
|
|
980
|
+
}
|
|
981
|
+
export declare enum ResourceType {
|
|
982
|
+
CONTACT = "CONTACT",
|
|
983
|
+
CONTACT_FLOW = "CONTACT_FLOW",
|
|
984
|
+
HIERARCHY_GROUP = "HIERARCHY_GROUP",
|
|
985
|
+
HIERARCHY_LEVEL = "HIERARCHY_LEVEL",
|
|
986
|
+
INSTANCE = "INSTANCE",
|
|
987
|
+
PARTICIPANT = "PARTICIPANT",
|
|
988
|
+
USER = "USER"
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
992
|
+
name: "ResourceInUseException";
|
|
993
|
+
$fault: "client";
|
|
994
|
+
Message?: string;
|
|
995
|
+
|
|
996
|
+
ResourceType?: ResourceType | string;
|
|
997
|
+
|
|
998
|
+
ResourceId?: string;
|
|
999
|
+
}
|
|
1000
|
+
export declare namespace ResourceInUseException {
|
|
1001
|
+
|
|
1002
|
+
const filterSensitiveLog: (obj: ResourceInUseException) => any;
|
|
1003
|
+
}
|
|
1004
|
+
export interface DescribeAgentStatusRequest {
|
|
1005
|
+
|
|
1006
|
+
InstanceId: string | undefined;
|
|
1007
|
+
|
|
1008
|
+
AgentStatusId: string | undefined;
|
|
1009
|
+
}
|
|
1010
|
+
export declare namespace DescribeAgentStatusRequest {
|
|
1011
|
+
|
|
1012
|
+
const filterSensitiveLog: (obj: DescribeAgentStatusRequest) => any;
|
|
1013
|
+
}
|
|
1014
|
+
export interface DescribeAgentStatusResponse {
|
|
1015
|
+
|
|
1016
|
+
AgentStatus?: AgentStatus;
|
|
1017
|
+
}
|
|
1018
|
+
export declare namespace DescribeAgentStatusResponse {
|
|
1019
|
+
|
|
1020
|
+
const filterSensitiveLog: (obj: DescribeAgentStatusResponse) => any;
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
export interface ContactFlowNotPublishedException extends __SmithyException, $MetadataBearer {
|
|
1024
|
+
name: "ContactFlowNotPublishedException";
|
|
1025
|
+
$fault: "client";
|
|
1026
|
+
Message?: string;
|
|
1027
|
+
}
|
|
1028
|
+
export declare namespace ContactFlowNotPublishedException {
|
|
1029
|
+
|
|
1030
|
+
const filterSensitiveLog: (obj: ContactFlowNotPublishedException) => any;
|
|
1031
|
+
}
|
|
1032
|
+
export interface DescribeContactFlowRequest {
|
|
1033
|
+
|
|
1034
|
+
InstanceId: string | undefined;
|
|
1035
|
+
|
|
1036
|
+
ContactFlowId: string | undefined;
|
|
1037
|
+
}
|
|
1038
|
+
export declare namespace DescribeContactFlowRequest {
|
|
1039
|
+
|
|
1040
|
+
const filterSensitiveLog: (obj: DescribeContactFlowRequest) => any;
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
export interface ContactFlow {
|
|
1044
|
+
|
|
1045
|
+
Arn?: string;
|
|
1046
|
+
|
|
1047
|
+
Id?: string;
|
|
1048
|
+
|
|
1049
|
+
Name?: string;
|
|
1050
|
+
|
|
1051
|
+
Type?: ContactFlowType | string;
|
|
1052
|
+
|
|
1053
|
+
Description?: string;
|
|
1054
|
+
|
|
1055
|
+
Content?: string;
|
|
1056
|
+
|
|
1057
|
+
Tags?: {
|
|
1058
|
+
[key: string]: string;
|
|
1059
|
+
};
|
|
1060
|
+
}
|
|
1061
|
+
export declare namespace ContactFlow {
|
|
1062
|
+
|
|
1063
|
+
const filterSensitiveLog: (obj: ContactFlow) => any;
|
|
1064
|
+
}
|
|
1065
|
+
export interface DescribeContactFlowResponse {
|
|
1066
|
+
|
|
1067
|
+
ContactFlow?: ContactFlow;
|
|
1068
|
+
}
|
|
1069
|
+
export declare namespace DescribeContactFlowResponse {
|
|
1070
|
+
|
|
1071
|
+
const filterSensitiveLog: (obj: DescribeContactFlowResponse) => any;
|
|
1072
|
+
}
|
|
1073
|
+
export interface DescribeHoursOfOperationRequest {
|
|
1074
|
+
|
|
1075
|
+
InstanceId: string | undefined;
|
|
1076
|
+
|
|
1077
|
+
HoursOfOperationId: string | undefined;
|
|
1078
|
+
}
|
|
1079
|
+
export declare namespace DescribeHoursOfOperationRequest {
|
|
1080
|
+
|
|
1081
|
+
const filterSensitiveLog: (obj: DescribeHoursOfOperationRequest) => any;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
export interface HoursOfOperation {
|
|
1085
|
+
|
|
1086
|
+
HoursOfOperationId?: string;
|
|
1087
|
+
|
|
1088
|
+
HoursOfOperationArn?: string;
|
|
1089
|
+
|
|
1090
|
+
Name?: string;
|
|
1091
|
+
|
|
1092
|
+
Description?: string;
|
|
1093
|
+
|
|
1094
|
+
TimeZone?: string;
|
|
1095
|
+
|
|
1096
|
+
Config?: HoursOfOperationConfig[];
|
|
1097
|
+
|
|
1098
|
+
Tags?: {
|
|
1099
|
+
[key: string]: string;
|
|
1100
|
+
};
|
|
1101
|
+
}
|
|
1102
|
+
export declare namespace HoursOfOperation {
|
|
1103
|
+
|
|
1104
|
+
const filterSensitiveLog: (obj: HoursOfOperation) => any;
|
|
1105
|
+
}
|
|
1106
|
+
export interface DescribeHoursOfOperationResponse {
|
|
1107
|
+
|
|
1108
|
+
HoursOfOperation?: HoursOfOperation;
|
|
1109
|
+
}
|
|
1110
|
+
export declare namespace DescribeHoursOfOperationResponse {
|
|
1111
|
+
|
|
1112
|
+
const filterSensitiveLog: (obj: DescribeHoursOfOperationResponse) => any;
|
|
1113
|
+
}
|
|
1114
|
+
export interface DescribeInstanceRequest {
|
|
1115
|
+
|
|
1116
|
+
InstanceId: string | undefined;
|
|
1117
|
+
}
|
|
1118
|
+
export declare namespace DescribeInstanceRequest {
|
|
1119
|
+
|
|
1120
|
+
const filterSensitiveLog: (obj: DescribeInstanceRequest) => any;
|
|
1121
|
+
}
|
|
1122
|
+
export declare enum InstanceStatus {
|
|
1123
|
+
ACTIVE = "ACTIVE",
|
|
1124
|
+
CREATION_FAILED = "CREATION_FAILED",
|
|
1125
|
+
CREATION_IN_PROGRESS = "CREATION_IN_PROGRESS"
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
export interface InstanceStatusReason {
|
|
1129
|
+
|
|
1130
|
+
Message?: string;
|
|
1131
|
+
}
|
|
1132
|
+
export declare namespace InstanceStatusReason {
|
|
1133
|
+
|
|
1134
|
+
const filterSensitiveLog: (obj: InstanceStatusReason) => any;
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
export interface Instance {
|
|
1138
|
+
|
|
1139
|
+
Id?: string;
|
|
1140
|
+
|
|
1141
|
+
Arn?: string;
|
|
1142
|
+
|
|
1143
|
+
IdentityManagementType?: DirectoryType | string;
|
|
1144
|
+
|
|
1145
|
+
InstanceAlias?: string;
|
|
1146
|
+
|
|
1147
|
+
CreatedTime?: Date;
|
|
1148
|
+
|
|
1149
|
+
ServiceRole?: string;
|
|
1150
|
+
|
|
1151
|
+
InstanceStatus?: InstanceStatus | string;
|
|
1152
|
+
|
|
1153
|
+
StatusReason?: InstanceStatusReason;
|
|
1154
|
+
|
|
1155
|
+
InboundCallsEnabled?: boolean;
|
|
1156
|
+
|
|
1157
|
+
OutboundCallsEnabled?: boolean;
|
|
1158
|
+
}
|
|
1159
|
+
export declare namespace Instance {
|
|
1160
|
+
|
|
1161
|
+
const filterSensitiveLog: (obj: Instance) => any;
|
|
1162
|
+
}
|
|
1163
|
+
export interface DescribeInstanceResponse {
|
|
1164
|
+
|
|
1165
|
+
Instance?: Instance;
|
|
1166
|
+
}
|
|
1167
|
+
export declare namespace DescribeInstanceResponse {
|
|
1168
|
+
|
|
1169
|
+
const filterSensitiveLog: (obj: DescribeInstanceResponse) => any;
|
|
1170
|
+
}
|
|
1171
|
+
export declare enum InstanceAttributeType {
|
|
1172
|
+
AUTO_RESOLVE_BEST_VOICES = "AUTO_RESOLVE_BEST_VOICES",
|
|
1173
|
+
CONTACTFLOW_LOGS = "CONTACTFLOW_LOGS",
|
|
1174
|
+
CONTACT_LENS = "CONTACT_LENS",
|
|
1175
|
+
EARLY_MEDIA = "EARLY_MEDIA",
|
|
1176
|
+
INBOUND_CALLS = "INBOUND_CALLS",
|
|
1177
|
+
OUTBOUND_CALLS = "OUTBOUND_CALLS",
|
|
1178
|
+
USE_CUSTOM_TTS_VOICES = "USE_CUSTOM_TTS_VOICES"
|
|
1179
|
+
}
|
|
1180
|
+
export interface DescribeInstanceAttributeRequest {
|
|
1181
|
+
|
|
1182
|
+
InstanceId: string | undefined;
|
|
1183
|
+
|
|
1184
|
+
AttributeType: InstanceAttributeType | string | undefined;
|
|
1185
|
+
}
|
|
1186
|
+
export declare namespace DescribeInstanceAttributeRequest {
|
|
1187
|
+
|
|
1188
|
+
const filterSensitiveLog: (obj: DescribeInstanceAttributeRequest) => any;
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
export interface Attribute {
|
|
1192
|
+
|
|
1193
|
+
AttributeType?: InstanceAttributeType | string;
|
|
1194
|
+
|
|
1195
|
+
Value?: string;
|
|
1196
|
+
}
|
|
1197
|
+
export declare namespace Attribute {
|
|
1198
|
+
|
|
1199
|
+
const filterSensitiveLog: (obj: Attribute) => any;
|
|
1200
|
+
}
|
|
1201
|
+
export interface DescribeInstanceAttributeResponse {
|
|
1202
|
+
|
|
1203
|
+
Attribute?: Attribute;
|
|
1204
|
+
}
|
|
1205
|
+
export declare namespace DescribeInstanceAttributeResponse {
|
|
1206
|
+
|
|
1207
|
+
const filterSensitiveLog: (obj: DescribeInstanceAttributeResponse) => any;
|
|
1208
|
+
}
|
|
1209
|
+
export interface DescribeInstanceStorageConfigRequest {
|
|
1210
|
+
|
|
1211
|
+
InstanceId: string | undefined;
|
|
1212
|
+
|
|
1213
|
+
AssociationId: string | undefined;
|
|
1214
|
+
|
|
1215
|
+
ResourceType: InstanceStorageResourceType | string | undefined;
|
|
1216
|
+
}
|
|
1217
|
+
export declare namespace DescribeInstanceStorageConfigRequest {
|
|
1218
|
+
|
|
1219
|
+
const filterSensitiveLog: (obj: DescribeInstanceStorageConfigRequest) => any;
|
|
1220
|
+
}
|
|
1221
|
+
export interface DescribeInstanceStorageConfigResponse {
|
|
1222
|
+
|
|
1223
|
+
StorageConfig?: InstanceStorageConfig;
|
|
1224
|
+
}
|
|
1225
|
+
export declare namespace DescribeInstanceStorageConfigResponse {
|
|
1226
|
+
|
|
1227
|
+
const filterSensitiveLog: (obj: DescribeInstanceStorageConfigResponse) => any;
|
|
1228
|
+
}
|
|
1229
|
+
export interface DescribeQueueRequest {
|
|
1230
|
+
|
|
1231
|
+
InstanceId: string | undefined;
|
|
1232
|
+
|
|
1233
|
+
QueueId: string | undefined;
|
|
1234
|
+
}
|
|
1235
|
+
export declare namespace DescribeQueueRequest {
|
|
1236
|
+
|
|
1237
|
+
const filterSensitiveLog: (obj: DescribeQueueRequest) => any;
|
|
1238
|
+
}
|
|
1239
|
+
export declare enum QueueStatus {
|
|
1240
|
+
DISABLED = "DISABLED",
|
|
1241
|
+
ENABLED = "ENABLED"
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
export interface Queue {
|
|
1245
|
+
|
|
1246
|
+
Name?: string;
|
|
1247
|
+
|
|
1248
|
+
QueueArn?: string;
|
|
1249
|
+
|
|
1250
|
+
QueueId?: string;
|
|
1251
|
+
|
|
1252
|
+
Description?: string;
|
|
1253
|
+
|
|
1254
|
+
OutboundCallerConfig?: OutboundCallerConfig;
|
|
1255
|
+
|
|
1256
|
+
HoursOfOperationId?: string;
|
|
1257
|
+
|
|
1258
|
+
MaxContacts?: number;
|
|
1259
|
+
|
|
1260
|
+
Status?: QueueStatus | string;
|
|
1261
|
+
|
|
1262
|
+
Tags?: {
|
|
1263
|
+
[key: string]: string;
|
|
1264
|
+
};
|
|
1265
|
+
}
|
|
1266
|
+
export declare namespace Queue {
|
|
1267
|
+
|
|
1268
|
+
const filterSensitiveLog: (obj: Queue) => any;
|
|
1269
|
+
}
|
|
1270
|
+
export interface DescribeQueueResponse {
|
|
1271
|
+
|
|
1272
|
+
Queue?: Queue;
|
|
1273
|
+
}
|
|
1274
|
+
export declare namespace DescribeQueueResponse {
|
|
1275
|
+
|
|
1276
|
+
const filterSensitiveLog: (obj: DescribeQueueResponse) => any;
|
|
1277
|
+
}
|
|
1278
|
+
export interface DescribeQuickConnectRequest {
|
|
1279
|
+
|
|
1280
|
+
InstanceId: string | undefined;
|
|
1281
|
+
|
|
1282
|
+
QuickConnectId: string | undefined;
|
|
1283
|
+
}
|
|
1284
|
+
export declare namespace DescribeQuickConnectRequest {
|
|
1285
|
+
|
|
1286
|
+
const filterSensitiveLog: (obj: DescribeQuickConnectRequest) => any;
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
export interface QuickConnect {
|
|
1290
|
+
|
|
1291
|
+
QuickConnectARN?: string;
|
|
1292
|
+
|
|
1293
|
+
QuickConnectId?: string;
|
|
1294
|
+
|
|
1295
|
+
Name?: string;
|
|
1296
|
+
|
|
1297
|
+
Description?: string;
|
|
1298
|
+
|
|
1299
|
+
QuickConnectConfig?: QuickConnectConfig;
|
|
1300
|
+
|
|
1301
|
+
Tags?: {
|
|
1302
|
+
[key: string]: string;
|
|
1303
|
+
};
|
|
1304
|
+
}
|
|
1305
|
+
export declare namespace QuickConnect {
|
|
1306
|
+
|
|
1307
|
+
const filterSensitiveLog: (obj: QuickConnect) => any;
|
|
1308
|
+
}
|
|
1309
|
+
export interface DescribeQuickConnectResponse {
|
|
1310
|
+
|
|
1311
|
+
QuickConnect?: QuickConnect;
|
|
1312
|
+
}
|
|
1313
|
+
export declare namespace DescribeQuickConnectResponse {
|
|
1314
|
+
|
|
1315
|
+
const filterSensitiveLog: (obj: DescribeQuickConnectResponse) => any;
|
|
1316
|
+
}
|
|
1317
|
+
export interface DescribeRoutingProfileRequest {
|
|
1318
|
+
|
|
1319
|
+
InstanceId: string | undefined;
|
|
1320
|
+
|
|
1321
|
+
RoutingProfileId: string | undefined;
|
|
1322
|
+
}
|
|
1323
|
+
export declare namespace DescribeRoutingProfileRequest {
|
|
1324
|
+
|
|
1325
|
+
const filterSensitiveLog: (obj: DescribeRoutingProfileRequest) => any;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
export interface RoutingProfile {
|
|
1329
|
+
|
|
1330
|
+
InstanceId?: string;
|
|
1331
|
+
|
|
1332
|
+
Name?: string;
|
|
1333
|
+
|
|
1334
|
+
RoutingProfileArn?: string;
|
|
1335
|
+
|
|
1336
|
+
RoutingProfileId?: string;
|
|
1337
|
+
|
|
1338
|
+
Description?: string;
|
|
1339
|
+
|
|
1340
|
+
MediaConcurrencies?: MediaConcurrency[];
|
|
1341
|
+
|
|
1342
|
+
DefaultOutboundQueueId?: string;
|
|
1343
|
+
|
|
1344
|
+
Tags?: {
|
|
1345
|
+
[key: string]: string;
|
|
1346
|
+
};
|
|
1347
|
+
}
|
|
1348
|
+
export declare namespace RoutingProfile {
|
|
1349
|
+
|
|
1350
|
+
const filterSensitiveLog: (obj: RoutingProfile) => any;
|
|
1351
|
+
}
|
|
1352
|
+
export interface DescribeRoutingProfileResponse {
|
|
1353
|
+
|
|
1354
|
+
RoutingProfile?: RoutingProfile;
|
|
1355
|
+
}
|
|
1356
|
+
export declare namespace DescribeRoutingProfileResponse {
|
|
1357
|
+
|
|
1358
|
+
const filterSensitiveLog: (obj: DescribeRoutingProfileResponse) => any;
|
|
1359
|
+
}
|
|
1360
|
+
export interface DescribeUserRequest {
|
|
1361
|
+
|
|
1362
|
+
UserId: string | undefined;
|
|
1363
|
+
|
|
1364
|
+
InstanceId: string | undefined;
|
|
1365
|
+
}
|
|
1366
|
+
export declare namespace DescribeUserRequest {
|
|
1367
|
+
|
|
1368
|
+
const filterSensitiveLog: (obj: DescribeUserRequest) => any;
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
export interface User {
|
|
1372
|
+
|
|
1373
|
+
Id?: string;
|
|
1374
|
+
|
|
1375
|
+
Arn?: string;
|
|
1376
|
+
|
|
1377
|
+
Username?: string;
|
|
1378
|
+
|
|
1379
|
+
IdentityInfo?: UserIdentityInfo;
|
|
1380
|
+
|
|
1381
|
+
PhoneConfig?: UserPhoneConfig;
|
|
1382
|
+
|
|
1383
|
+
DirectoryUserId?: string;
|
|
1384
|
+
|
|
1385
|
+
SecurityProfileIds?: string[];
|
|
1386
|
+
|
|
1387
|
+
RoutingProfileId?: string;
|
|
1388
|
+
|
|
1389
|
+
HierarchyGroupId?: string;
|
|
1390
|
+
|
|
1391
|
+
Tags?: {
|
|
1392
|
+
[key: string]: string;
|
|
1393
|
+
};
|
|
1394
|
+
}
|
|
1395
|
+
export declare namespace User {
|
|
1396
|
+
|
|
1397
|
+
const filterSensitiveLog: (obj: User) => any;
|
|
1398
|
+
}
|
|
1399
|
+
export interface DescribeUserResponse {
|
|
1400
|
+
|
|
1401
|
+
User?: User;
|
|
1402
|
+
}
|
|
1403
|
+
export declare namespace DescribeUserResponse {
|
|
1404
|
+
|
|
1405
|
+
const filterSensitiveLog: (obj: DescribeUserResponse) => any;
|
|
1406
|
+
}
|
|
1407
|
+
export interface DescribeUserHierarchyGroupRequest {
|
|
1408
|
+
|
|
1409
|
+
HierarchyGroupId: string | undefined;
|
|
1410
|
+
|
|
1411
|
+
InstanceId: string | undefined;
|
|
1412
|
+
}
|
|
1413
|
+
export declare namespace DescribeUserHierarchyGroupRequest {
|
|
1414
|
+
|
|
1415
|
+
const filterSensitiveLog: (obj: DescribeUserHierarchyGroupRequest) => any;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
export interface HierarchyGroupSummary {
|
|
1419
|
+
|
|
1420
|
+
Id?: string;
|
|
1421
|
+
|
|
1422
|
+
Arn?: string;
|
|
1423
|
+
|
|
1424
|
+
Name?: string;
|
|
1425
|
+
}
|
|
1426
|
+
export declare namespace HierarchyGroupSummary {
|
|
1427
|
+
|
|
1428
|
+
const filterSensitiveLog: (obj: HierarchyGroupSummary) => any;
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
export interface HierarchyPath {
|
|
1432
|
+
|
|
1433
|
+
LevelOne?: HierarchyGroupSummary;
|
|
1434
|
+
|
|
1435
|
+
LevelTwo?: HierarchyGroupSummary;
|
|
1436
|
+
|
|
1437
|
+
LevelThree?: HierarchyGroupSummary;
|
|
1438
|
+
|
|
1439
|
+
LevelFour?: HierarchyGroupSummary;
|
|
1440
|
+
|
|
1441
|
+
LevelFive?: HierarchyGroupSummary;
|
|
1442
|
+
}
|
|
1443
|
+
export declare namespace HierarchyPath {
|
|
1444
|
+
|
|
1445
|
+
const filterSensitiveLog: (obj: HierarchyPath) => any;
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
export interface HierarchyGroup {
|
|
1449
|
+
|
|
1450
|
+
Id?: string;
|
|
1451
|
+
|
|
1452
|
+
Arn?: string;
|
|
1453
|
+
|
|
1454
|
+
Name?: string;
|
|
1455
|
+
|
|
1456
|
+
LevelId?: string;
|
|
1457
|
+
|
|
1458
|
+
HierarchyPath?: HierarchyPath;
|
|
1459
|
+
}
|
|
1460
|
+
export declare namespace HierarchyGroup {
|
|
1461
|
+
|
|
1462
|
+
const filterSensitiveLog: (obj: HierarchyGroup) => any;
|
|
1463
|
+
}
|
|
1464
|
+
export interface DescribeUserHierarchyGroupResponse {
|
|
1465
|
+
|
|
1466
|
+
HierarchyGroup?: HierarchyGroup;
|
|
1467
|
+
}
|
|
1468
|
+
export declare namespace DescribeUserHierarchyGroupResponse {
|
|
1469
|
+
|
|
1470
|
+
const filterSensitiveLog: (obj: DescribeUserHierarchyGroupResponse) => any;
|
|
1471
|
+
}
|
|
1472
|
+
export interface DescribeUserHierarchyStructureRequest {
|
|
1473
|
+
|
|
1474
|
+
InstanceId: string | undefined;
|
|
1475
|
+
}
|
|
1476
|
+
export declare namespace DescribeUserHierarchyStructureRequest {
|
|
1477
|
+
|
|
1478
|
+
const filterSensitiveLog: (obj: DescribeUserHierarchyStructureRequest) => any;
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
export interface HierarchyLevel {
|
|
1482
|
+
|
|
1483
|
+
Id?: string;
|
|
1484
|
+
|
|
1485
|
+
Arn?: string;
|
|
1486
|
+
|
|
1487
|
+
Name?: string;
|
|
1488
|
+
}
|
|
1489
|
+
export declare namespace HierarchyLevel {
|
|
1490
|
+
|
|
1491
|
+
const filterSensitiveLog: (obj: HierarchyLevel) => any;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
export interface HierarchyStructure {
|
|
1495
|
+
|
|
1496
|
+
LevelOne?: HierarchyLevel;
|
|
1497
|
+
|
|
1498
|
+
LevelTwo?: HierarchyLevel;
|
|
1499
|
+
|
|
1500
|
+
LevelThree?: HierarchyLevel;
|
|
1501
|
+
|
|
1502
|
+
LevelFour?: HierarchyLevel;
|
|
1503
|
+
|
|
1504
|
+
LevelFive?: HierarchyLevel;
|
|
1505
|
+
}
|
|
1506
|
+
export declare namespace HierarchyStructure {
|
|
1507
|
+
|
|
1508
|
+
const filterSensitiveLog: (obj: HierarchyStructure) => any;
|
|
1509
|
+
}
|
|
1510
|
+
export interface DescribeUserHierarchyStructureResponse {
|
|
1511
|
+
|
|
1512
|
+
HierarchyStructure?: HierarchyStructure;
|
|
1513
|
+
}
|
|
1514
|
+
export declare namespace DescribeUserHierarchyStructureResponse {
|
|
1515
|
+
|
|
1516
|
+
const filterSensitiveLog: (obj: DescribeUserHierarchyStructureResponse) => any;
|
|
1517
|
+
}
|
|
1518
|
+
export interface DisassociateApprovedOriginRequest {
|
|
1519
|
+
|
|
1520
|
+
InstanceId: string | undefined;
|
|
1521
|
+
|
|
1522
|
+
Origin: string | undefined;
|
|
1523
|
+
}
|
|
1524
|
+
export declare namespace DisassociateApprovedOriginRequest {
|
|
1525
|
+
|
|
1526
|
+
const filterSensitiveLog: (obj: DisassociateApprovedOriginRequest) => any;
|
|
1527
|
+
}
|
|
1528
|
+
export interface DisassociateBotRequest {
|
|
1529
|
+
|
|
1530
|
+
InstanceId: string | undefined;
|
|
1531
|
+
|
|
1532
|
+
LexBot?: LexBot;
|
|
1533
|
+
|
|
1534
|
+
LexV2Bot?: LexV2Bot;
|
|
1535
|
+
}
|
|
1536
|
+
export declare namespace DisassociateBotRequest {
|
|
1537
|
+
|
|
1538
|
+
const filterSensitiveLog: (obj: DisassociateBotRequest) => any;
|
|
1539
|
+
}
|
|
1540
|
+
export interface DisassociateInstanceStorageConfigRequest {
|
|
1541
|
+
|
|
1542
|
+
InstanceId: string | undefined;
|
|
1543
|
+
|
|
1544
|
+
AssociationId: string | undefined;
|
|
1545
|
+
|
|
1546
|
+
ResourceType: InstanceStorageResourceType | string | undefined;
|
|
1547
|
+
}
|
|
1548
|
+
export declare namespace DisassociateInstanceStorageConfigRequest {
|
|
1549
|
+
|
|
1550
|
+
const filterSensitiveLog: (obj: DisassociateInstanceStorageConfigRequest) => any;
|
|
1551
|
+
}
|
|
1552
|
+
export interface DisassociateLambdaFunctionRequest {
|
|
1553
|
+
|
|
1554
|
+
InstanceId: string | undefined;
|
|
1555
|
+
|
|
1556
|
+
FunctionArn: string | undefined;
|
|
1557
|
+
}
|
|
1558
|
+
export declare namespace DisassociateLambdaFunctionRequest {
|
|
1559
|
+
|
|
1560
|
+
const filterSensitiveLog: (obj: DisassociateLambdaFunctionRequest) => any;
|
|
1561
|
+
}
|
|
1562
|
+
export interface DisassociateLexBotRequest {
|
|
1563
|
+
|
|
1564
|
+
InstanceId: string | undefined;
|
|
1565
|
+
|
|
1566
|
+
BotName: string | undefined;
|
|
1567
|
+
|
|
1568
|
+
LexRegion: string | undefined;
|
|
1569
|
+
}
|
|
1570
|
+
export declare namespace DisassociateLexBotRequest {
|
|
1571
|
+
|
|
1572
|
+
const filterSensitiveLog: (obj: DisassociateLexBotRequest) => any;
|
|
1573
|
+
}
|
|
1574
|
+
export interface DisassociateQueueQuickConnectsRequest {
|
|
1575
|
+
|
|
1576
|
+
InstanceId: string | undefined;
|
|
1577
|
+
|
|
1578
|
+
QueueId: string | undefined;
|
|
1579
|
+
|
|
1580
|
+
QuickConnectIds: string[] | undefined;
|
|
1581
|
+
}
|
|
1582
|
+
export declare namespace DisassociateQueueQuickConnectsRequest {
|
|
1583
|
+
|
|
1584
|
+
const filterSensitiveLog: (obj: DisassociateQueueQuickConnectsRequest) => any;
|
|
1585
|
+
}
|
|
1586
|
+
export interface DisassociateRoutingProfileQueuesRequest {
|
|
1587
|
+
|
|
1588
|
+
InstanceId: string | undefined;
|
|
1589
|
+
|
|
1590
|
+
RoutingProfileId: string | undefined;
|
|
1591
|
+
|
|
1592
|
+
QueueReferences: RoutingProfileQueueReference[] | undefined;
|
|
1593
|
+
}
|
|
1594
|
+
export declare namespace DisassociateRoutingProfileQueuesRequest {
|
|
1595
|
+
|
|
1596
|
+
const filterSensitiveLog: (obj: DisassociateRoutingProfileQueuesRequest) => any;
|
|
1597
|
+
}
|
|
1598
|
+
export interface DisassociateSecurityKeyRequest {
|
|
1599
|
+
|
|
1600
|
+
InstanceId: string | undefined;
|
|
1601
|
+
|
|
1602
|
+
AssociationId: string | undefined;
|
|
1603
|
+
}
|
|
1604
|
+
export declare namespace DisassociateSecurityKeyRequest {
|
|
1605
|
+
|
|
1606
|
+
const filterSensitiveLog: (obj: DisassociateSecurityKeyRequest) => any;
|
|
1607
|
+
}
|
|
1608
|
+
export interface GetContactAttributesRequest {
|
|
1609
|
+
|
|
1610
|
+
InstanceId: string | undefined;
|
|
1611
|
+
|
|
1612
|
+
InitialContactId: string | undefined;
|
|
1613
|
+
}
|
|
1614
|
+
export declare namespace GetContactAttributesRequest {
|
|
1615
|
+
|
|
1616
|
+
const filterSensitiveLog: (obj: GetContactAttributesRequest) => any;
|
|
1617
|
+
}
|
|
1618
|
+
export interface GetContactAttributesResponse {
|
|
1619
|
+
|
|
1620
|
+
Attributes?: {
|
|
1621
|
+
[key: string]: string;
|
|
1622
|
+
};
|
|
1623
|
+
}
|
|
1624
|
+
export declare namespace GetContactAttributesResponse {
|
|
1625
|
+
|
|
1626
|
+
const filterSensitiveLog: (obj: GetContactAttributesResponse) => any;
|
|
1627
|
+
}
|
|
1628
|
+
export declare enum CurrentMetricName {
|
|
1629
|
+
AGENTS_AFTER_CONTACT_WORK = "AGENTS_AFTER_CONTACT_WORK",
|
|
1630
|
+
AGENTS_AVAILABLE = "AGENTS_AVAILABLE",
|
|
1631
|
+
AGENTS_ERROR = "AGENTS_ERROR",
|
|
1632
|
+
AGENTS_NON_PRODUCTIVE = "AGENTS_NON_PRODUCTIVE",
|
|
1633
|
+
AGENTS_ONLINE = "AGENTS_ONLINE",
|
|
1634
|
+
AGENTS_ON_CALL = "AGENTS_ON_CALL",
|
|
1635
|
+
AGENTS_ON_CONTACT = "AGENTS_ON_CONTACT",
|
|
1636
|
+
AGENTS_STAFFED = "AGENTS_STAFFED",
|
|
1637
|
+
CONTACTS_IN_QUEUE = "CONTACTS_IN_QUEUE",
|
|
1638
|
+
CONTACTS_SCHEDULED = "CONTACTS_SCHEDULED",
|
|
1639
|
+
OLDEST_CONTACT_AGE = "OLDEST_CONTACT_AGE",
|
|
1640
|
+
SLOTS_ACTIVE = "SLOTS_ACTIVE",
|
|
1641
|
+
SLOTS_AVAILABLE = "SLOTS_AVAILABLE"
|
|
1642
|
+
}
|
|
1643
|
+
export declare enum Unit {
|
|
1644
|
+
COUNT = "COUNT",
|
|
1645
|
+
PERCENT = "PERCENT",
|
|
1646
|
+
SECONDS = "SECONDS"
|
|
1647
|
+
}
|
|
1648
|
+
|
|
1649
|
+
export interface CurrentMetric {
|
|
1650
|
+
|
|
1651
|
+
Name?: CurrentMetricName | string;
|
|
1652
|
+
|
|
1653
|
+
Unit?: Unit | string;
|
|
1654
|
+
}
|
|
1655
|
+
export declare namespace CurrentMetric {
|
|
1656
|
+
|
|
1657
|
+
const filterSensitiveLog: (obj: CurrentMetric) => any;
|
|
1658
|
+
}
|
|
1659
|
+
|
|
1660
|
+
export interface Filters {
|
|
1661
|
+
|
|
1662
|
+
Queues?: string[];
|
|
1663
|
+
|
|
1664
|
+
Channels?: (Channel | string)[];
|
|
1665
|
+
}
|
|
1666
|
+
export declare namespace Filters {
|
|
1667
|
+
|
|
1668
|
+
const filterSensitiveLog: (obj: Filters) => any;
|
|
1669
|
+
}
|
|
1670
|
+
export declare enum Grouping {
|
|
1671
|
+
CHANNEL = "CHANNEL",
|
|
1672
|
+
QUEUE = "QUEUE"
|
|
1673
|
+
}
|
|
1674
|
+
export interface GetCurrentMetricDataRequest {
|
|
1675
|
+
|
|
1676
|
+
InstanceId: string | undefined;
|
|
1677
|
+
|
|
1678
|
+
Filters: Filters | undefined;
|
|
1679
|
+
|
|
1680
|
+
Groupings?: (Grouping | string)[];
|
|
1681
|
+
|
|
1682
|
+
CurrentMetrics: CurrentMetric[] | undefined;
|
|
1683
|
+
|
|
1684
|
+
NextToken?: string;
|
|
1685
|
+
|
|
1686
|
+
MaxResults?: number;
|
|
1687
|
+
}
|
|
1688
|
+
export declare namespace GetCurrentMetricDataRequest {
|
|
1689
|
+
|
|
1690
|
+
const filterSensitiveLog: (obj: GetCurrentMetricDataRequest) => any;
|
|
1691
|
+
}
|
|
1692
|
+
|
|
1693
|
+
export interface CurrentMetricData {
|
|
1694
|
+
|
|
1695
|
+
Metric?: CurrentMetric;
|
|
1696
|
+
|
|
1697
|
+
Value?: number;
|
|
1698
|
+
}
|
|
1699
|
+
export declare namespace CurrentMetricData {
|
|
1700
|
+
|
|
1701
|
+
const filterSensitiveLog: (obj: CurrentMetricData) => any;
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
export interface QueueReference {
|
|
1705
|
+
|
|
1706
|
+
Id?: string;
|
|
1707
|
+
|
|
1708
|
+
Arn?: string;
|
|
1709
|
+
}
|
|
1710
|
+
export declare namespace QueueReference {
|
|
1711
|
+
|
|
1712
|
+
const filterSensitiveLog: (obj: QueueReference) => any;
|
|
1713
|
+
}
|
|
1714
|
+
|
|
1715
|
+
export interface Dimensions {
|
|
1716
|
+
|
|
1717
|
+
Queue?: QueueReference;
|
|
1718
|
+
|
|
1719
|
+
Channel?: Channel | string;
|
|
1720
|
+
}
|
|
1721
|
+
export declare namespace Dimensions {
|
|
1722
|
+
|
|
1723
|
+
const filterSensitiveLog: (obj: Dimensions) => any;
|
|
1724
|
+
}
|
|
1725
|
+
|
|
1726
|
+
export interface CurrentMetricResult {
|
|
1727
|
+
|
|
1728
|
+
Dimensions?: Dimensions;
|
|
1729
|
+
|
|
1730
|
+
Collections?: CurrentMetricData[];
|
|
1731
|
+
}
|
|
1732
|
+
export declare namespace CurrentMetricResult {
|
|
1733
|
+
|
|
1734
|
+
const filterSensitiveLog: (obj: CurrentMetricResult) => any;
|
|
1735
|
+
}
|
|
1736
|
+
export interface GetCurrentMetricDataResponse {
|
|
1737
|
+
|
|
1738
|
+
NextToken?: string;
|
|
1739
|
+
|
|
1740
|
+
MetricResults?: CurrentMetricResult[];
|
|
1741
|
+
|
|
1742
|
+
DataSnapshotTime?: Date;
|
|
1743
|
+
}
|
|
1744
|
+
export declare namespace GetCurrentMetricDataResponse {
|
|
1745
|
+
|
|
1746
|
+
const filterSensitiveLog: (obj: GetCurrentMetricDataResponse) => any;
|
|
1747
|
+
}
|
|
1748
|
+
export interface GetFederationTokenRequest {
|
|
1749
|
+
|
|
1750
|
+
InstanceId: string | undefined;
|
|
1751
|
+
}
|
|
1752
|
+
export declare namespace GetFederationTokenRequest {
|
|
1753
|
+
|
|
1754
|
+
const filterSensitiveLog: (obj: GetFederationTokenRequest) => any;
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1757
|
+
export interface Credentials {
|
|
1758
|
+
|
|
1759
|
+
AccessToken?: string;
|
|
1760
|
+
|
|
1761
|
+
AccessTokenExpiration?: Date;
|
|
1762
|
+
|
|
1763
|
+
RefreshToken?: string;
|
|
1764
|
+
|
|
1765
|
+
RefreshTokenExpiration?: Date;
|
|
1766
|
+
}
|
|
1767
|
+
export declare namespace Credentials {
|
|
1768
|
+
|
|
1769
|
+
const filterSensitiveLog: (obj: Credentials) => any;
|
|
1770
|
+
}
|
|
1771
|
+
export interface GetFederationTokenResponse {
|
|
1772
|
+
|
|
1773
|
+
Credentials?: Credentials;
|
|
1774
|
+
}
|
|
1775
|
+
export declare namespace GetFederationTokenResponse {
|
|
1776
|
+
|
|
1777
|
+
const filterSensitiveLog: (obj: GetFederationTokenResponse) => any;
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
export interface UserNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1781
|
+
name: "UserNotFoundException";
|
|
1782
|
+
$fault: "client";
|
|
1783
|
+
Message?: string;
|
|
1784
|
+
}
|
|
1785
|
+
export declare namespace UserNotFoundException {
|
|
1786
|
+
|
|
1787
|
+
const filterSensitiveLog: (obj: UserNotFoundException) => any;
|
|
1788
|
+
}
|
|
1789
|
+
export declare enum HistoricalMetricName {
|
|
1790
|
+
ABANDON_TIME = "ABANDON_TIME",
|
|
1791
|
+
AFTER_CONTACT_WORK_TIME = "AFTER_CONTACT_WORK_TIME",
|
|
1792
|
+
API_CONTACTS_HANDLED = "API_CONTACTS_HANDLED",
|
|
1793
|
+
CALLBACK_CONTACTS_HANDLED = "CALLBACK_CONTACTS_HANDLED",
|
|
1794
|
+
CONTACTS_ABANDONED = "CONTACTS_ABANDONED",
|
|
1795
|
+
CONTACTS_AGENT_HUNG_UP_FIRST = "CONTACTS_AGENT_HUNG_UP_FIRST",
|
|
1796
|
+
CONTACTS_CONSULTED = "CONTACTS_CONSULTED",
|
|
1797
|
+
CONTACTS_HANDLED = "CONTACTS_HANDLED",
|
|
1798
|
+
CONTACTS_HANDLED_INCOMING = "CONTACTS_HANDLED_INCOMING",
|
|
1799
|
+
CONTACTS_HANDLED_OUTBOUND = "CONTACTS_HANDLED_OUTBOUND",
|
|
1800
|
+
CONTACTS_HOLD_ABANDONS = "CONTACTS_HOLD_ABANDONS",
|
|
1801
|
+
CONTACTS_MISSED = "CONTACTS_MISSED",
|
|
1802
|
+
CONTACTS_QUEUED = "CONTACTS_QUEUED",
|
|
1803
|
+
CONTACTS_TRANSFERRED_IN = "CONTACTS_TRANSFERRED_IN",
|
|
1804
|
+
CONTACTS_TRANSFERRED_IN_FROM_QUEUE = "CONTACTS_TRANSFERRED_IN_FROM_QUEUE",
|
|
1805
|
+
CONTACTS_TRANSFERRED_OUT = "CONTACTS_TRANSFERRED_OUT",
|
|
1806
|
+
CONTACTS_TRANSFERRED_OUT_FROM_QUEUE = "CONTACTS_TRANSFERRED_OUT_FROM_QUEUE",
|
|
1807
|
+
HANDLE_TIME = "HANDLE_TIME",
|
|
1808
|
+
HOLD_TIME = "HOLD_TIME",
|
|
1809
|
+
INTERACTION_AND_HOLD_TIME = "INTERACTION_AND_HOLD_TIME",
|
|
1810
|
+
INTERACTION_TIME = "INTERACTION_TIME",
|
|
1811
|
+
OCCUPANCY = "OCCUPANCY",
|
|
1812
|
+
QUEUED_TIME = "QUEUED_TIME",
|
|
1813
|
+
QUEUE_ANSWER_TIME = "QUEUE_ANSWER_TIME",
|
|
1814
|
+
SERVICE_LEVEL = "SERVICE_LEVEL"
|
|
1815
|
+
}
|
|
1816
|
+
export declare enum Statistic {
|
|
1817
|
+
AVG = "AVG",
|
|
1818
|
+
MAX = "MAX",
|
|
1819
|
+
SUM = "SUM"
|
|
1820
|
+
}
|
|
1821
|
+
export declare enum Comparison {
|
|
1822
|
+
LT = "LT"
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
export interface Threshold {
|
|
1826
|
+
|
|
1827
|
+
Comparison?: Comparison | string;
|
|
1828
|
+
|
|
1829
|
+
ThresholdValue?: number;
|
|
1830
|
+
}
|
|
1831
|
+
export declare namespace Threshold {
|
|
1832
|
+
|
|
1833
|
+
const filterSensitiveLog: (obj: Threshold) => any;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
export interface HistoricalMetric {
|
|
1837
|
+
|
|
1838
|
+
Name?: HistoricalMetricName | string;
|
|
1839
|
+
|
|
1840
|
+
Threshold?: Threshold;
|
|
1841
|
+
|
|
1842
|
+
Statistic?: Statistic | string;
|
|
1843
|
+
|
|
1844
|
+
Unit?: Unit | string;
|
|
1845
|
+
}
|
|
1846
|
+
export declare namespace HistoricalMetric {
|
|
1847
|
+
|
|
1848
|
+
const filterSensitiveLog: (obj: HistoricalMetric) => any;
|
|
1849
|
+
}
|
|
1850
|
+
export interface GetMetricDataRequest {
|
|
1851
|
+
|
|
1852
|
+
InstanceId: string | undefined;
|
|
1853
|
+
|
|
1854
|
+
StartTime: Date | undefined;
|
|
1855
|
+
|
|
1856
|
+
EndTime: Date | undefined;
|
|
1857
|
+
|
|
1858
|
+
Filters: Filters | undefined;
|
|
1859
|
+
|
|
1860
|
+
Groupings?: (Grouping | string)[];
|
|
1861
|
+
|
|
1862
|
+
HistoricalMetrics: HistoricalMetric[] | undefined;
|
|
1863
|
+
|
|
1864
|
+
NextToken?: string;
|
|
1865
|
+
|
|
1866
|
+
MaxResults?: number;
|
|
1867
|
+
}
|
|
1868
|
+
export declare namespace GetMetricDataRequest {
|
|
1869
|
+
|
|
1870
|
+
const filterSensitiveLog: (obj: GetMetricDataRequest) => any;
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
export interface HistoricalMetricData {
|
|
1874
|
+
|
|
1875
|
+
Metric?: HistoricalMetric;
|
|
1876
|
+
|
|
1877
|
+
Value?: number;
|
|
1878
|
+
}
|
|
1879
|
+
export declare namespace HistoricalMetricData {
|
|
1880
|
+
|
|
1881
|
+
const filterSensitiveLog: (obj: HistoricalMetricData) => any;
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
export interface HistoricalMetricResult {
|
|
1885
|
+
|
|
1886
|
+
Dimensions?: Dimensions;
|
|
1887
|
+
|
|
1888
|
+
Collections?: HistoricalMetricData[];
|
|
1889
|
+
}
|
|
1890
|
+
export declare namespace HistoricalMetricResult {
|
|
1891
|
+
|
|
1892
|
+
const filterSensitiveLog: (obj: HistoricalMetricResult) => any;
|
|
1893
|
+
}
|
|
1894
|
+
export interface GetMetricDataResponse {
|
|
1895
|
+
|
|
1896
|
+
NextToken?: string;
|
|
1897
|
+
|
|
1898
|
+
MetricResults?: HistoricalMetricResult[];
|
|
1899
|
+
}
|
|
1900
|
+
export declare namespace GetMetricDataResponse {
|
|
1901
|
+
|
|
1902
|
+
const filterSensitiveLog: (obj: GetMetricDataResponse) => any;
|
|
1903
|
+
}
|
|
1904
|
+
export interface ListAgentStatusRequest {
|
|
1905
|
+
|
|
1906
|
+
InstanceId: string | undefined;
|
|
1907
|
+
|
|
1908
|
+
NextToken?: string;
|
|
1909
|
+
|
|
1910
|
+
MaxResults?: number;
|
|
1911
|
+
|
|
1912
|
+
AgentStatusTypes?: (AgentStatusType | string)[];
|
|
1913
|
+
}
|
|
1914
|
+
export declare namespace ListAgentStatusRequest {
|
|
1915
|
+
|
|
1916
|
+
const filterSensitiveLog: (obj: ListAgentStatusRequest) => any;
|
|
1917
|
+
}
|
|
1918
|
+
export interface ListAgentStatusResponse {
|
|
1919
|
+
|
|
1920
|
+
NextToken?: string;
|
|
1921
|
+
|
|
1922
|
+
AgentStatusSummaryList?: AgentStatusSummary[];
|
|
1923
|
+
}
|
|
1924
|
+
export declare namespace ListAgentStatusResponse {
|
|
1925
|
+
|
|
1926
|
+
const filterSensitiveLog: (obj: ListAgentStatusResponse) => any;
|
|
1927
|
+
}
|
|
1928
|
+
export interface ListApprovedOriginsRequest {
|
|
1929
|
+
|
|
1930
|
+
InstanceId: string | undefined;
|
|
1931
|
+
|
|
1932
|
+
NextToken?: string;
|
|
1933
|
+
|
|
1934
|
+
MaxResults?: number;
|
|
1935
|
+
}
|
|
1936
|
+
export declare namespace ListApprovedOriginsRequest {
|
|
1937
|
+
|
|
1938
|
+
const filterSensitiveLog: (obj: ListApprovedOriginsRequest) => any;
|
|
1939
|
+
}
|
|
1940
|
+
export interface ListApprovedOriginsResponse {
|
|
1941
|
+
|
|
1942
|
+
Origins?: string[];
|
|
1943
|
+
|
|
1944
|
+
NextToken?: string;
|
|
1945
|
+
}
|
|
1946
|
+
export declare namespace ListApprovedOriginsResponse {
|
|
1947
|
+
|
|
1948
|
+
const filterSensitiveLog: (obj: ListApprovedOriginsResponse) => any;
|
|
1949
|
+
}
|
|
1950
|
+
export declare enum LexVersion {
|
|
1951
|
+
V1 = "V1",
|
|
1952
|
+
V2 = "V2"
|
|
1953
|
+
}
|
|
1954
|
+
export interface ListBotsRequest {
|
|
1955
|
+
|
|
1956
|
+
InstanceId: string | undefined;
|
|
1957
|
+
|
|
1958
|
+
NextToken?: string;
|
|
1959
|
+
|
|
1960
|
+
MaxResults?: number;
|
|
1961
|
+
|
|
1962
|
+
LexVersion: LexVersion | string | undefined;
|
|
1963
|
+
}
|
|
1964
|
+
export declare namespace ListBotsRequest {
|
|
1965
|
+
|
|
1966
|
+
const filterSensitiveLog: (obj: ListBotsRequest) => any;
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1969
|
+
export interface LexBotConfig {
|
|
1970
|
+
|
|
1971
|
+
LexBot?: LexBot;
|
|
1972
|
+
|
|
1973
|
+
LexV2Bot?: LexV2Bot;
|
|
1974
|
+
}
|
|
1975
|
+
export declare namespace LexBotConfig {
|
|
1976
|
+
|
|
1977
|
+
const filterSensitiveLog: (obj: LexBotConfig) => any;
|
|
1978
|
+
}
|
|
1979
|
+
export interface ListBotsResponse {
|
|
1980
|
+
|
|
1981
|
+
LexBots?: LexBotConfig[];
|
|
1982
|
+
|
|
1983
|
+
NextToken?: string;
|
|
1984
|
+
}
|
|
1985
|
+
export declare namespace ListBotsResponse {
|
|
1986
|
+
|
|
1987
|
+
const filterSensitiveLog: (obj: ListBotsResponse) => any;
|
|
1988
|
+
}
|
|
1989
|
+
export interface ListContactFlowsRequest {
|
|
1990
|
+
|
|
1991
|
+
InstanceId: string | undefined;
|
|
1992
|
+
|
|
1993
|
+
ContactFlowTypes?: (ContactFlowType | string)[];
|
|
1994
|
+
|
|
1995
|
+
NextToken?: string;
|
|
1996
|
+
|
|
1997
|
+
MaxResults?: number;
|
|
1998
|
+
}
|
|
1999
|
+
export declare namespace ListContactFlowsRequest {
|
|
2000
|
+
|
|
2001
|
+
const filterSensitiveLog: (obj: ListContactFlowsRequest) => any;
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
export interface ContactFlowSummary {
|
|
2005
|
+
|
|
2006
|
+
Id?: string;
|
|
2007
|
+
|
|
2008
|
+
Arn?: string;
|
|
2009
|
+
|
|
2010
|
+
Name?: string;
|
|
2011
|
+
|
|
2012
|
+
ContactFlowType?: ContactFlowType | string;
|
|
2013
|
+
}
|
|
2014
|
+
export declare namespace ContactFlowSummary {
|
|
2015
|
+
|
|
2016
|
+
const filterSensitiveLog: (obj: ContactFlowSummary) => any;
|
|
2017
|
+
}
|
|
2018
|
+
export interface ListContactFlowsResponse {
|
|
2019
|
+
|
|
2020
|
+
ContactFlowSummaryList?: ContactFlowSummary[];
|
|
2021
|
+
|
|
2022
|
+
NextToken?: string;
|
|
2023
|
+
}
|
|
2024
|
+
export declare namespace ListContactFlowsResponse {
|
|
2025
|
+
|
|
2026
|
+
const filterSensitiveLog: (obj: ListContactFlowsResponse) => any;
|
|
2027
|
+
}
|
|
2028
|
+
export interface ListHoursOfOperationsRequest {
|
|
2029
|
+
|
|
2030
|
+
InstanceId: string | undefined;
|
|
2031
|
+
|
|
2032
|
+
NextToken?: string;
|
|
2033
|
+
|
|
2034
|
+
MaxResults?: number;
|
|
2035
|
+
}
|
|
2036
|
+
export declare namespace ListHoursOfOperationsRequest {
|
|
2037
|
+
|
|
2038
|
+
const filterSensitiveLog: (obj: ListHoursOfOperationsRequest) => any;
|
|
2039
|
+
}
|
|
2040
|
+
|
|
2041
|
+
export interface HoursOfOperationSummary {
|
|
2042
|
+
|
|
2043
|
+
Id?: string;
|
|
2044
|
+
|
|
2045
|
+
Arn?: string;
|
|
2046
|
+
|
|
2047
|
+
Name?: string;
|
|
2048
|
+
}
|
|
2049
|
+
export declare namespace HoursOfOperationSummary {
|
|
2050
|
+
|
|
2051
|
+
const filterSensitiveLog: (obj: HoursOfOperationSummary) => any;
|
|
2052
|
+
}
|
|
2053
|
+
export interface ListHoursOfOperationsResponse {
|
|
2054
|
+
|
|
2055
|
+
HoursOfOperationSummaryList?: HoursOfOperationSummary[];
|
|
2056
|
+
|
|
2057
|
+
NextToken?: string;
|
|
2058
|
+
}
|
|
2059
|
+
export declare namespace ListHoursOfOperationsResponse {
|
|
2060
|
+
|
|
2061
|
+
const filterSensitiveLog: (obj: ListHoursOfOperationsResponse) => any;
|
|
2062
|
+
}
|
|
2063
|
+
export interface ListInstanceAttributesRequest {
|
|
2064
|
+
|
|
2065
|
+
InstanceId: string | undefined;
|
|
2066
|
+
|
|
2067
|
+
NextToken?: string;
|
|
2068
|
+
|
|
2069
|
+
MaxResults?: number;
|
|
2070
|
+
}
|
|
2071
|
+
export declare namespace ListInstanceAttributesRequest {
|
|
2072
|
+
|
|
2073
|
+
const filterSensitiveLog: (obj: ListInstanceAttributesRequest) => any;
|
|
2074
|
+
}
|
|
2075
|
+
export interface ListInstanceAttributesResponse {
|
|
2076
|
+
|
|
2077
|
+
Attributes?: Attribute[];
|
|
2078
|
+
|
|
2079
|
+
NextToken?: string;
|
|
2080
|
+
}
|
|
2081
|
+
export declare namespace ListInstanceAttributesResponse {
|
|
2082
|
+
|
|
2083
|
+
const filterSensitiveLog: (obj: ListInstanceAttributesResponse) => any;
|
|
2084
|
+
}
|
|
2085
|
+
export interface ListInstancesRequest {
|
|
2086
|
+
|
|
2087
|
+
NextToken?: string;
|
|
2088
|
+
|
|
2089
|
+
MaxResults?: number;
|
|
2090
|
+
}
|
|
2091
|
+
export declare namespace ListInstancesRequest {
|
|
2092
|
+
|
|
2093
|
+
const filterSensitiveLog: (obj: ListInstancesRequest) => any;
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
export interface InstanceSummary {
|
|
2097
|
+
|
|
2098
|
+
Id?: string;
|
|
2099
|
+
|
|
2100
|
+
Arn?: string;
|
|
2101
|
+
|
|
2102
|
+
IdentityManagementType?: DirectoryType | string;
|
|
2103
|
+
|
|
2104
|
+
InstanceAlias?: string;
|
|
2105
|
+
|
|
2106
|
+
CreatedTime?: Date;
|
|
2107
|
+
|
|
2108
|
+
ServiceRole?: string;
|
|
2109
|
+
|
|
2110
|
+
InstanceStatus?: InstanceStatus | string;
|
|
2111
|
+
|
|
2112
|
+
InboundCallsEnabled?: boolean;
|
|
2113
|
+
|
|
2114
|
+
OutboundCallsEnabled?: boolean;
|
|
2115
|
+
}
|
|
2116
|
+
export declare namespace InstanceSummary {
|
|
2117
|
+
|
|
2118
|
+
const filterSensitiveLog: (obj: InstanceSummary) => any;
|
|
2119
|
+
}
|
|
2120
|
+
export interface ListInstancesResponse {
|
|
2121
|
+
|
|
2122
|
+
InstanceSummaryList?: InstanceSummary[];
|
|
2123
|
+
|
|
2124
|
+
NextToken?: string;
|
|
2125
|
+
}
|
|
2126
|
+
export declare namespace ListInstancesResponse {
|
|
2127
|
+
|
|
2128
|
+
const filterSensitiveLog: (obj: ListInstancesResponse) => any;
|
|
2129
|
+
}
|
|
2130
|
+
export interface ListInstanceStorageConfigsRequest {
|
|
2131
|
+
|
|
2132
|
+
InstanceId: string | undefined;
|
|
2133
|
+
|
|
2134
|
+
ResourceType: InstanceStorageResourceType | string | undefined;
|
|
2135
|
+
|
|
2136
|
+
NextToken?: string;
|
|
2137
|
+
|
|
2138
|
+
MaxResults?: number;
|
|
2139
|
+
}
|
|
2140
|
+
export declare namespace ListInstanceStorageConfigsRequest {
|
|
2141
|
+
|
|
2142
|
+
const filterSensitiveLog: (obj: ListInstanceStorageConfigsRequest) => any;
|
|
2143
|
+
}
|
|
2144
|
+
export interface ListInstanceStorageConfigsResponse {
|
|
2145
|
+
|
|
2146
|
+
StorageConfigs?: InstanceStorageConfig[];
|
|
2147
|
+
|
|
2148
|
+
NextToken?: string;
|
|
2149
|
+
}
|
|
2150
|
+
export declare namespace ListInstanceStorageConfigsResponse {
|
|
2151
|
+
|
|
2152
|
+
const filterSensitiveLog: (obj: ListInstanceStorageConfigsResponse) => any;
|
|
2153
|
+
}
|
|
2154
|
+
export interface ListIntegrationAssociationsRequest {
|
|
2155
|
+
|
|
2156
|
+
InstanceId: string | undefined;
|
|
2157
|
+
|
|
2158
|
+
IntegrationType?: IntegrationType | string;
|
|
2159
|
+
|
|
2160
|
+
NextToken?: string;
|
|
2161
|
+
|
|
2162
|
+
MaxResults?: number;
|
|
2163
|
+
}
|
|
2164
|
+
export declare namespace ListIntegrationAssociationsRequest {
|
|
2165
|
+
|
|
2166
|
+
const filterSensitiveLog: (obj: ListIntegrationAssociationsRequest) => any;
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2169
|
+
export interface IntegrationAssociationSummary {
|
|
2170
|
+
|
|
2171
|
+
IntegrationAssociationId?: string;
|
|
2172
|
+
|
|
2173
|
+
IntegrationAssociationArn?: string;
|
|
2174
|
+
|
|
2175
|
+
InstanceId?: string;
|
|
2176
|
+
|
|
2177
|
+
IntegrationType?: IntegrationType | string;
|
|
2178
|
+
|
|
2179
|
+
IntegrationArn?: string;
|
|
2180
|
+
|
|
2181
|
+
SourceApplicationUrl?: string;
|
|
2182
|
+
|
|
2183
|
+
SourceApplicationName?: string;
|
|
2184
|
+
|
|
2185
|
+
SourceType?: SourceType | string;
|
|
2186
|
+
}
|
|
2187
|
+
export declare namespace IntegrationAssociationSummary {
|
|
2188
|
+
|
|
2189
|
+
const filterSensitiveLog: (obj: IntegrationAssociationSummary) => any;
|
|
2190
|
+
}
|
|
2191
|
+
export interface ListIntegrationAssociationsResponse {
|
|
2192
|
+
|
|
2193
|
+
IntegrationAssociationSummaryList?: IntegrationAssociationSummary[];
|
|
2194
|
+
|
|
2195
|
+
NextToken?: string;
|
|
2196
|
+
}
|
|
2197
|
+
export declare namespace ListIntegrationAssociationsResponse {
|
|
2198
|
+
|
|
2199
|
+
const filterSensitiveLog: (obj: ListIntegrationAssociationsResponse) => any;
|
|
2200
|
+
}
|
|
2201
|
+
export interface ListLambdaFunctionsRequest {
|
|
2202
|
+
|
|
2203
|
+
InstanceId: string | undefined;
|
|
2204
|
+
|
|
2205
|
+
NextToken?: string;
|
|
2206
|
+
|
|
2207
|
+
MaxResults?: number;
|
|
2208
|
+
}
|
|
2209
|
+
export declare namespace ListLambdaFunctionsRequest {
|
|
2210
|
+
|
|
2211
|
+
const filterSensitiveLog: (obj: ListLambdaFunctionsRequest) => any;
|
|
2212
|
+
}
|
|
2213
|
+
export interface ListLambdaFunctionsResponse {
|
|
2214
|
+
|
|
2215
|
+
LambdaFunctions?: string[];
|
|
2216
|
+
|
|
2217
|
+
NextToken?: string;
|
|
2218
|
+
}
|
|
2219
|
+
export declare namespace ListLambdaFunctionsResponse {
|
|
2220
|
+
|
|
2221
|
+
const filterSensitiveLog: (obj: ListLambdaFunctionsResponse) => any;
|
|
2222
|
+
}
|
|
2223
|
+
export interface ListLexBotsRequest {
|
|
2224
|
+
|
|
2225
|
+
InstanceId: string | undefined;
|
|
2226
|
+
|
|
2227
|
+
NextToken?: string;
|
|
2228
|
+
|
|
2229
|
+
MaxResults?: number;
|
|
2230
|
+
}
|
|
2231
|
+
export declare namespace ListLexBotsRequest {
|
|
2232
|
+
|
|
2233
|
+
const filterSensitiveLog: (obj: ListLexBotsRequest) => any;
|
|
2234
|
+
}
|
|
2235
|
+
export interface ListLexBotsResponse {
|
|
2236
|
+
|
|
2237
|
+
LexBots?: LexBot[];
|
|
2238
|
+
|
|
2239
|
+
NextToken?: string;
|
|
2240
|
+
}
|
|
2241
|
+
export declare namespace ListLexBotsResponse {
|
|
2242
|
+
|
|
2243
|
+
const filterSensitiveLog: (obj: ListLexBotsResponse) => any;
|
|
2244
|
+
}
|
|
2245
|
+
export declare enum PhoneNumberCountryCode {
|
|
2246
|
+
AD = "AD",
|
|
2247
|
+
AE = "AE",
|
|
2248
|
+
AF = "AF",
|
|
2249
|
+
AG = "AG",
|
|
2250
|
+
AI = "AI",
|
|
2251
|
+
AL = "AL",
|
|
2252
|
+
AM = "AM",
|
|
2253
|
+
AN = "AN",
|
|
2254
|
+
AO = "AO",
|
|
2255
|
+
AQ = "AQ",
|
|
2256
|
+
AR = "AR",
|
|
2257
|
+
AS = "AS",
|
|
2258
|
+
AT = "AT",
|
|
2259
|
+
AU = "AU",
|
|
2260
|
+
AW = "AW",
|
|
2261
|
+
AZ = "AZ",
|
|
2262
|
+
BA = "BA",
|
|
2263
|
+
BB = "BB",
|
|
2264
|
+
BD = "BD",
|
|
2265
|
+
BE = "BE",
|
|
2266
|
+
BF = "BF",
|
|
2267
|
+
BG = "BG",
|
|
2268
|
+
BH = "BH",
|
|
2269
|
+
BI = "BI",
|
|
2270
|
+
BJ = "BJ",
|
|
2271
|
+
BL = "BL",
|
|
2272
|
+
BM = "BM",
|
|
2273
|
+
BN = "BN",
|
|
2274
|
+
BO = "BO",
|
|
2275
|
+
BR = "BR",
|
|
2276
|
+
BS = "BS",
|
|
2277
|
+
BT = "BT",
|
|
2278
|
+
BW = "BW",
|
|
2279
|
+
BY = "BY",
|
|
2280
|
+
BZ = "BZ",
|
|
2281
|
+
CA = "CA",
|
|
2282
|
+
CC = "CC",
|
|
2283
|
+
CD = "CD",
|
|
2284
|
+
CF = "CF",
|
|
2285
|
+
CG = "CG",
|
|
2286
|
+
CH = "CH",
|
|
2287
|
+
CI = "CI",
|
|
2288
|
+
CK = "CK",
|
|
2289
|
+
CL = "CL",
|
|
2290
|
+
CM = "CM",
|
|
2291
|
+
CN = "CN",
|
|
2292
|
+
CO = "CO",
|
|
2293
|
+
CR = "CR",
|
|
2294
|
+
CU = "CU",
|
|
2295
|
+
CV = "CV",
|
|
2296
|
+
CW = "CW",
|
|
2297
|
+
CX = "CX",
|
|
2298
|
+
CY = "CY",
|
|
2299
|
+
CZ = "CZ",
|
|
2300
|
+
DE = "DE",
|
|
2301
|
+
DJ = "DJ",
|
|
2302
|
+
DK = "DK",
|
|
2303
|
+
DM = "DM",
|
|
2304
|
+
DO = "DO",
|
|
2305
|
+
DZ = "DZ",
|
|
2306
|
+
EC = "EC",
|
|
2307
|
+
EE = "EE",
|
|
2308
|
+
EG = "EG",
|
|
2309
|
+
EH = "EH",
|
|
2310
|
+
ER = "ER",
|
|
2311
|
+
ES = "ES",
|
|
2312
|
+
ET = "ET",
|
|
2313
|
+
FI = "FI",
|
|
2314
|
+
FJ = "FJ",
|
|
2315
|
+
FK = "FK",
|
|
2316
|
+
FM = "FM",
|
|
2317
|
+
FO = "FO",
|
|
2318
|
+
FR = "FR",
|
|
2319
|
+
GA = "GA",
|
|
2320
|
+
GB = "GB",
|
|
2321
|
+
GD = "GD",
|
|
2322
|
+
GE = "GE",
|
|
2323
|
+
GG = "GG",
|
|
2324
|
+
GH = "GH",
|
|
2325
|
+
GI = "GI",
|
|
2326
|
+
GL = "GL",
|
|
2327
|
+
GM = "GM",
|
|
2328
|
+
GN = "GN",
|
|
2329
|
+
GQ = "GQ",
|
|
2330
|
+
GR = "GR",
|
|
2331
|
+
GT = "GT",
|
|
2332
|
+
GU = "GU",
|
|
2333
|
+
GW = "GW",
|
|
2334
|
+
GY = "GY",
|
|
2335
|
+
HK = "HK",
|
|
2336
|
+
HN = "HN",
|
|
2337
|
+
HR = "HR",
|
|
2338
|
+
HT = "HT",
|
|
2339
|
+
HU = "HU",
|
|
2340
|
+
ID = "ID",
|
|
2341
|
+
IE = "IE",
|
|
2342
|
+
IL = "IL",
|
|
2343
|
+
IM = "IM",
|
|
2344
|
+
IN = "IN",
|
|
2345
|
+
IO = "IO",
|
|
2346
|
+
IQ = "IQ",
|
|
2347
|
+
IR = "IR",
|
|
2348
|
+
IS = "IS",
|
|
2349
|
+
IT = "IT",
|
|
2350
|
+
JE = "JE",
|
|
2351
|
+
JM = "JM",
|
|
2352
|
+
JO = "JO",
|
|
2353
|
+
JP = "JP",
|
|
2354
|
+
KE = "KE",
|
|
2355
|
+
KG = "KG",
|
|
2356
|
+
KH = "KH",
|
|
2357
|
+
KI = "KI",
|
|
2358
|
+
KM = "KM",
|
|
2359
|
+
KN = "KN",
|
|
2360
|
+
KP = "KP",
|
|
2361
|
+
KR = "KR",
|
|
2362
|
+
KW = "KW",
|
|
2363
|
+
KY = "KY",
|
|
2364
|
+
KZ = "KZ",
|
|
2365
|
+
LA = "LA",
|
|
2366
|
+
LB = "LB",
|
|
2367
|
+
LC = "LC",
|
|
2368
|
+
LI = "LI",
|
|
2369
|
+
LK = "LK",
|
|
2370
|
+
LR = "LR",
|
|
2371
|
+
LS = "LS",
|
|
2372
|
+
LT = "LT",
|
|
2373
|
+
LU = "LU",
|
|
2374
|
+
LV = "LV",
|
|
2375
|
+
LY = "LY",
|
|
2376
|
+
MA = "MA",
|
|
2377
|
+
MC = "MC",
|
|
2378
|
+
MD = "MD",
|
|
2379
|
+
ME = "ME",
|
|
2380
|
+
MF = "MF",
|
|
2381
|
+
MG = "MG",
|
|
2382
|
+
MH = "MH",
|
|
2383
|
+
MK = "MK",
|
|
2384
|
+
ML = "ML",
|
|
2385
|
+
MM = "MM",
|
|
2386
|
+
MN = "MN",
|
|
2387
|
+
MO = "MO",
|
|
2388
|
+
MP = "MP",
|
|
2389
|
+
MR = "MR",
|
|
2390
|
+
MS = "MS",
|
|
2391
|
+
MT = "MT",
|
|
2392
|
+
MU = "MU",
|
|
2393
|
+
MV = "MV",
|
|
2394
|
+
MW = "MW",
|
|
2395
|
+
MX = "MX",
|
|
2396
|
+
MY = "MY",
|
|
2397
|
+
MZ = "MZ",
|
|
2398
|
+
NA = "NA",
|
|
2399
|
+
NC = "NC",
|
|
2400
|
+
NE = "NE",
|
|
2401
|
+
NG = "NG",
|
|
2402
|
+
NI = "NI",
|
|
2403
|
+
NL = "NL",
|
|
2404
|
+
NO = "NO",
|
|
2405
|
+
NP = "NP",
|
|
2406
|
+
NR = "NR",
|
|
2407
|
+
NU = "NU",
|
|
2408
|
+
NZ = "NZ",
|
|
2409
|
+
OM = "OM",
|
|
2410
|
+
PA = "PA",
|
|
2411
|
+
PE = "PE",
|
|
2412
|
+
PF = "PF",
|
|
2413
|
+
PG = "PG",
|
|
2414
|
+
PH = "PH",
|
|
2415
|
+
PK = "PK",
|
|
2416
|
+
PL = "PL",
|
|
2417
|
+
PM = "PM",
|
|
2418
|
+
PN = "PN",
|
|
2419
|
+
PR = "PR",
|
|
2420
|
+
PT = "PT",
|
|
2421
|
+
PW = "PW",
|
|
2422
|
+
PY = "PY",
|
|
2423
|
+
QA = "QA",
|
|
2424
|
+
RE = "RE",
|
|
2425
|
+
RO = "RO",
|
|
2426
|
+
RS = "RS",
|
|
2427
|
+
RU = "RU",
|
|
2428
|
+
RW = "RW",
|
|
2429
|
+
SA = "SA",
|
|
2430
|
+
SB = "SB",
|
|
2431
|
+
SC = "SC",
|
|
2432
|
+
SD = "SD",
|
|
2433
|
+
SE = "SE",
|
|
2434
|
+
SG = "SG",
|
|
2435
|
+
SH = "SH",
|
|
2436
|
+
SI = "SI",
|
|
2437
|
+
SJ = "SJ",
|
|
2438
|
+
SK = "SK",
|
|
2439
|
+
SL = "SL",
|
|
2440
|
+
SM = "SM",
|
|
2441
|
+
SN = "SN",
|
|
2442
|
+
SO = "SO",
|
|
2443
|
+
SR = "SR",
|
|
2444
|
+
ST = "ST",
|
|
2445
|
+
SV = "SV",
|
|
2446
|
+
SX = "SX",
|
|
2447
|
+
SY = "SY",
|
|
2448
|
+
SZ = "SZ",
|
|
2449
|
+
TC = "TC",
|
|
2450
|
+
TD = "TD",
|
|
2451
|
+
TG = "TG",
|
|
2452
|
+
TH = "TH",
|
|
2453
|
+
TJ = "TJ",
|
|
2454
|
+
TK = "TK",
|
|
2455
|
+
TL = "TL",
|
|
2456
|
+
TM = "TM",
|
|
2457
|
+
TN = "TN",
|
|
2458
|
+
TO = "TO",
|
|
2459
|
+
TR = "TR",
|
|
2460
|
+
TT = "TT",
|
|
2461
|
+
TV = "TV",
|
|
2462
|
+
TW = "TW",
|
|
2463
|
+
TZ = "TZ",
|
|
2464
|
+
UA = "UA",
|
|
2465
|
+
UG = "UG",
|
|
2466
|
+
US = "US",
|
|
2467
|
+
UY = "UY",
|
|
2468
|
+
UZ = "UZ",
|
|
2469
|
+
VA = "VA",
|
|
2470
|
+
VC = "VC",
|
|
2471
|
+
VE = "VE",
|
|
2472
|
+
VG = "VG",
|
|
2473
|
+
VI = "VI",
|
|
2474
|
+
VN = "VN",
|
|
2475
|
+
VU = "VU",
|
|
2476
|
+
WF = "WF",
|
|
2477
|
+
WS = "WS",
|
|
2478
|
+
YE = "YE",
|
|
2479
|
+
YT = "YT",
|
|
2480
|
+
ZA = "ZA",
|
|
2481
|
+
ZM = "ZM",
|
|
2482
|
+
ZW = "ZW"
|
|
2483
|
+
}
|
|
2484
|
+
export declare enum PhoneNumberType {
|
|
2485
|
+
DID = "DID",
|
|
2486
|
+
TOLL_FREE = "TOLL_FREE"
|
|
2487
|
+
}
|
|
2488
|
+
export interface ListPhoneNumbersRequest {
|
|
2489
|
+
|
|
2490
|
+
InstanceId: string | undefined;
|
|
2491
|
+
|
|
2492
|
+
PhoneNumberTypes?: (PhoneNumberType | string)[];
|
|
2493
|
+
|
|
2494
|
+
PhoneNumberCountryCodes?: (PhoneNumberCountryCode | string)[];
|
|
2495
|
+
|
|
2496
|
+
NextToken?: string;
|
|
2497
|
+
|
|
2498
|
+
MaxResults?: number;
|
|
2499
|
+
}
|
|
2500
|
+
export declare namespace ListPhoneNumbersRequest {
|
|
2501
|
+
|
|
2502
|
+
const filterSensitiveLog: (obj: ListPhoneNumbersRequest) => any;
|
|
2503
|
+
}
|
|
2504
|
+
|
|
2505
|
+
export interface PhoneNumberSummary {
|
|
2506
|
+
|
|
2507
|
+
Id?: string;
|
|
2508
|
+
|
|
2509
|
+
Arn?: string;
|
|
2510
|
+
|
|
2511
|
+
PhoneNumber?: string;
|
|
2512
|
+
|
|
2513
|
+
PhoneNumberType?: PhoneNumberType | string;
|
|
2514
|
+
|
|
2515
|
+
PhoneNumberCountryCode?: PhoneNumberCountryCode | string;
|
|
2516
|
+
}
|
|
2517
|
+
export declare namespace PhoneNumberSummary {
|
|
2518
|
+
|
|
2519
|
+
const filterSensitiveLog: (obj: PhoneNumberSummary) => any;
|
|
2520
|
+
}
|
|
2521
|
+
export interface ListPhoneNumbersResponse {
|
|
2522
|
+
|
|
2523
|
+
PhoneNumberSummaryList?: PhoneNumberSummary[];
|
|
2524
|
+
|
|
2525
|
+
NextToken?: string;
|
|
2526
|
+
}
|
|
2527
|
+
export declare namespace ListPhoneNumbersResponse {
|
|
2528
|
+
|
|
2529
|
+
const filterSensitiveLog: (obj: ListPhoneNumbersResponse) => any;
|
|
2530
|
+
}
|
|
2531
|
+
export interface ListPromptsRequest {
|
|
2532
|
+
|
|
2533
|
+
InstanceId: string | undefined;
|
|
2534
|
+
|
|
2535
|
+
NextToken?: string;
|
|
2536
|
+
|
|
2537
|
+
MaxResults?: number;
|
|
2538
|
+
}
|
|
2539
|
+
export declare namespace ListPromptsRequest {
|
|
2540
|
+
|
|
2541
|
+
const filterSensitiveLog: (obj: ListPromptsRequest) => any;
|
|
2542
|
+
}
|
|
2543
|
+
|
|
2544
|
+
export interface PromptSummary {
|
|
2545
|
+
|
|
2546
|
+
Id?: string;
|
|
2547
|
+
|
|
2548
|
+
Arn?: string;
|
|
2549
|
+
|
|
2550
|
+
Name?: string;
|
|
2551
|
+
}
|
|
2552
|
+
export declare namespace PromptSummary {
|
|
2553
|
+
|
|
2554
|
+
const filterSensitiveLog: (obj: PromptSummary) => any;
|
|
2555
|
+
}
|
|
2556
|
+
export interface ListPromptsResponse {
|
|
2557
|
+
|
|
2558
|
+
PromptSummaryList?: PromptSummary[];
|
|
2559
|
+
|
|
2560
|
+
NextToken?: string;
|
|
2561
|
+
}
|
|
2562
|
+
export declare namespace ListPromptsResponse {
|
|
2563
|
+
|
|
2564
|
+
const filterSensitiveLog: (obj: ListPromptsResponse) => any;
|
|
2565
|
+
}
|
|
2566
|
+
export interface ListQueueQuickConnectsRequest {
|
|
2567
|
+
|
|
2568
|
+
InstanceId: string | undefined;
|
|
2569
|
+
|
|
2570
|
+
QueueId: string | undefined;
|
|
2571
|
+
|
|
2572
|
+
NextToken?: string;
|
|
2573
|
+
|
|
2574
|
+
MaxResults?: number;
|
|
2575
|
+
}
|
|
2576
|
+
export declare namespace ListQueueQuickConnectsRequest {
|
|
2577
|
+
|
|
2578
|
+
const filterSensitiveLog: (obj: ListQueueQuickConnectsRequest) => any;
|
|
2579
|
+
}
|
|
2580
|
+
|
|
2581
|
+
export interface QuickConnectSummary {
|
|
2582
|
+
|
|
2583
|
+
Id?: string;
|
|
2584
|
+
|
|
2585
|
+
Arn?: string;
|
|
2586
|
+
|
|
2587
|
+
Name?: string;
|
|
2588
|
+
|
|
2589
|
+
QuickConnectType?: QuickConnectType | string;
|
|
2590
|
+
}
|
|
2591
|
+
export declare namespace QuickConnectSummary {
|
|
2592
|
+
|
|
2593
|
+
const filterSensitiveLog: (obj: QuickConnectSummary) => any;
|
|
2594
|
+
}
|
|
2595
|
+
export interface ListQueueQuickConnectsResponse {
|
|
2596
|
+
|
|
2597
|
+
NextToken?: string;
|
|
2598
|
+
|
|
2599
|
+
QuickConnectSummaryList?: QuickConnectSummary[];
|
|
2600
|
+
}
|
|
2601
|
+
export declare namespace ListQueueQuickConnectsResponse {
|
|
2602
|
+
|
|
2603
|
+
const filterSensitiveLog: (obj: ListQueueQuickConnectsResponse) => any;
|
|
2604
|
+
}
|
|
2605
|
+
export declare enum QueueType {
|
|
2606
|
+
AGENT = "AGENT",
|
|
2607
|
+
STANDARD = "STANDARD"
|
|
2608
|
+
}
|
|
2609
|
+
export interface ListQueuesRequest {
|
|
2610
|
+
|
|
2611
|
+
InstanceId: string | undefined;
|
|
2612
|
+
|
|
2613
|
+
QueueTypes?: (QueueType | string)[];
|
|
2614
|
+
|
|
2615
|
+
NextToken?: string;
|
|
2616
|
+
|
|
2617
|
+
MaxResults?: number;
|
|
2618
|
+
}
|
|
2619
|
+
export declare namespace ListQueuesRequest {
|
|
2620
|
+
|
|
2621
|
+
const filterSensitiveLog: (obj: ListQueuesRequest) => any;
|
|
2622
|
+
}
|
|
2623
|
+
|
|
2624
|
+
export interface QueueSummary {
|
|
2625
|
+
|
|
2626
|
+
Id?: string;
|
|
2627
|
+
|
|
2628
|
+
Arn?: string;
|
|
2629
|
+
|
|
2630
|
+
Name?: string;
|
|
2631
|
+
|
|
2632
|
+
QueueType?: QueueType | string;
|
|
2633
|
+
}
|
|
2634
|
+
export declare namespace QueueSummary {
|
|
2635
|
+
|
|
2636
|
+
const filterSensitiveLog: (obj: QueueSummary) => any;
|
|
2637
|
+
}
|
|
2638
|
+
export interface ListQueuesResponse {
|
|
2639
|
+
|
|
2640
|
+
QueueSummaryList?: QueueSummary[];
|
|
2641
|
+
|
|
2642
|
+
NextToken?: string;
|
|
2643
|
+
}
|
|
2644
|
+
export declare namespace ListQueuesResponse {
|
|
2645
|
+
|
|
2646
|
+
const filterSensitiveLog: (obj: ListQueuesResponse) => any;
|
|
2647
|
+
}
|
|
2648
|
+
export interface ListQuickConnectsRequest {
|
|
2649
|
+
|
|
2650
|
+
InstanceId: string | undefined;
|
|
2651
|
+
|
|
2652
|
+
NextToken?: string;
|
|
2653
|
+
|
|
2654
|
+
MaxResults?: number;
|
|
2655
|
+
|
|
2656
|
+
QuickConnectTypes?: (QuickConnectType | string)[];
|
|
2657
|
+
}
|
|
2658
|
+
export declare namespace ListQuickConnectsRequest {
|
|
2659
|
+
|
|
2660
|
+
const filterSensitiveLog: (obj: ListQuickConnectsRequest) => any;
|
|
2661
|
+
}
|
|
2662
|
+
export interface ListQuickConnectsResponse {
|
|
2663
|
+
|
|
2664
|
+
QuickConnectSummaryList?: QuickConnectSummary[];
|
|
2665
|
+
|
|
2666
|
+
NextToken?: string;
|
|
2667
|
+
}
|
|
2668
|
+
export declare namespace ListQuickConnectsResponse {
|
|
2669
|
+
|
|
2670
|
+
const filterSensitiveLog: (obj: ListQuickConnectsResponse) => any;
|
|
2671
|
+
}
|
|
2672
|
+
export interface ListRoutingProfileQueuesRequest {
|
|
2673
|
+
|
|
2674
|
+
InstanceId: string | undefined;
|
|
2675
|
+
|
|
2676
|
+
RoutingProfileId: string | undefined;
|
|
2677
|
+
|
|
2678
|
+
NextToken?: string;
|
|
2679
|
+
|
|
2680
|
+
MaxResults?: number;
|
|
2681
|
+
}
|
|
2682
|
+
export declare namespace ListRoutingProfileQueuesRequest {
|
|
2683
|
+
|
|
2684
|
+
const filterSensitiveLog: (obj: ListRoutingProfileQueuesRequest) => any;
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2687
|
+
export interface RoutingProfileQueueConfigSummary {
|
|
2688
|
+
|
|
2689
|
+
QueueId: string | undefined;
|
|
2690
|
+
|
|
2691
|
+
QueueArn: string | undefined;
|
|
2692
|
+
|
|
2693
|
+
QueueName: string | undefined;
|
|
2694
|
+
|
|
2695
|
+
Priority: number | undefined;
|
|
2696
|
+
|
|
2697
|
+
Delay: number | undefined;
|
|
2698
|
+
|
|
2699
|
+
Channel: Channel | string | undefined;
|
|
2700
|
+
}
|
|
2701
|
+
export declare namespace RoutingProfileQueueConfigSummary {
|
|
2702
|
+
|
|
2703
|
+
const filterSensitiveLog: (obj: RoutingProfileQueueConfigSummary) => any;
|
|
2704
|
+
}
|
|
2705
|
+
export interface ListRoutingProfileQueuesResponse {
|
|
2706
|
+
|
|
2707
|
+
NextToken?: string;
|
|
2708
|
+
|
|
2709
|
+
RoutingProfileQueueConfigSummaryList?: RoutingProfileQueueConfigSummary[];
|
|
2710
|
+
}
|
|
2711
|
+
export declare namespace ListRoutingProfileQueuesResponse {
|
|
2712
|
+
|
|
2713
|
+
const filterSensitiveLog: (obj: ListRoutingProfileQueuesResponse) => any;
|
|
2714
|
+
}
|
|
2715
|
+
export interface ListRoutingProfilesRequest {
|
|
2716
|
+
|
|
2717
|
+
InstanceId: string | undefined;
|
|
2718
|
+
|
|
2719
|
+
NextToken?: string;
|
|
2720
|
+
|
|
2721
|
+
MaxResults?: number;
|
|
2722
|
+
}
|
|
2723
|
+
export declare namespace ListRoutingProfilesRequest {
|
|
2724
|
+
|
|
2725
|
+
const filterSensitiveLog: (obj: ListRoutingProfilesRequest) => any;
|
|
2726
|
+
}
|
|
2727
|
+
|
|
2728
|
+
export interface RoutingProfileSummary {
|
|
2729
|
+
|
|
2730
|
+
Id?: string;
|
|
2731
|
+
|
|
2732
|
+
Arn?: string;
|
|
2733
|
+
|
|
2734
|
+
Name?: string;
|
|
2735
|
+
}
|
|
2736
|
+
export declare namespace RoutingProfileSummary {
|
|
2737
|
+
|
|
2738
|
+
const filterSensitiveLog: (obj: RoutingProfileSummary) => any;
|
|
2739
|
+
}
|
|
2740
|
+
export interface ListRoutingProfilesResponse {
|
|
2741
|
+
|
|
2742
|
+
RoutingProfileSummaryList?: RoutingProfileSummary[];
|
|
2743
|
+
|
|
2744
|
+
NextToken?: string;
|
|
2745
|
+
}
|
|
2746
|
+
export declare namespace ListRoutingProfilesResponse {
|
|
2747
|
+
|
|
2748
|
+
const filterSensitiveLog: (obj: ListRoutingProfilesResponse) => any;
|
|
2749
|
+
}
|
|
2750
|
+
export interface ListSecurityKeysRequest {
|
|
2751
|
+
|
|
2752
|
+
InstanceId: string | undefined;
|
|
2753
|
+
|
|
2754
|
+
NextToken?: string;
|
|
2755
|
+
|
|
2756
|
+
MaxResults?: number;
|
|
2757
|
+
}
|
|
2758
|
+
export declare namespace ListSecurityKeysRequest {
|
|
2759
|
+
|
|
2760
|
+
const filterSensitiveLog: (obj: ListSecurityKeysRequest) => any;
|
|
2761
|
+
}
|
|
2762
|
+
|
|
2763
|
+
export interface SecurityKey {
|
|
2764
|
+
|
|
2765
|
+
AssociationId?: string;
|
|
2766
|
+
|
|
2767
|
+
Key?: string;
|
|
2768
|
+
|
|
2769
|
+
CreationTime?: Date;
|
|
2770
|
+
}
|
|
2771
|
+
export declare namespace SecurityKey {
|
|
2772
|
+
|
|
2773
|
+
const filterSensitiveLog: (obj: SecurityKey) => any;
|
|
2774
|
+
}
|
|
2775
|
+
export interface ListSecurityKeysResponse {
|
|
2776
|
+
|
|
2777
|
+
SecurityKeys?: SecurityKey[];
|
|
2778
|
+
|
|
2779
|
+
NextToken?: string;
|
|
2780
|
+
}
|
|
2781
|
+
export declare namespace ListSecurityKeysResponse {
|
|
2782
|
+
|
|
2783
|
+
const filterSensitiveLog: (obj: ListSecurityKeysResponse) => any;
|
|
2784
|
+
}
|
|
2785
|
+
export interface ListSecurityProfilesRequest {
|
|
2786
|
+
|
|
2787
|
+
InstanceId: string | undefined;
|
|
2788
|
+
|
|
2789
|
+
NextToken?: string;
|
|
2790
|
+
|
|
2791
|
+
MaxResults?: number;
|
|
2792
|
+
}
|
|
2793
|
+
export declare namespace ListSecurityProfilesRequest {
|
|
2794
|
+
|
|
2795
|
+
const filterSensitiveLog: (obj: ListSecurityProfilesRequest) => any;
|
|
2796
|
+
}
|
|
2797
|
+
|
|
2798
|
+
export interface SecurityProfileSummary {
|
|
2799
|
+
|
|
2800
|
+
Id?: string;
|
|
2801
|
+
|
|
2802
|
+
Arn?: string;
|
|
2803
|
+
|
|
2804
|
+
Name?: string;
|
|
2805
|
+
}
|
|
2806
|
+
export declare namespace SecurityProfileSummary {
|
|
2807
|
+
|
|
2808
|
+
const filterSensitiveLog: (obj: SecurityProfileSummary) => any;
|
|
2809
|
+
}
|
|
2810
|
+
export interface ListSecurityProfilesResponse {
|
|
2811
|
+
|
|
2812
|
+
SecurityProfileSummaryList?: SecurityProfileSummary[];
|
|
2813
|
+
|
|
2814
|
+
NextToken?: string;
|
|
2815
|
+
}
|
|
2816
|
+
export declare namespace ListSecurityProfilesResponse {
|
|
2817
|
+
|
|
2818
|
+
const filterSensitiveLog: (obj: ListSecurityProfilesResponse) => any;
|
|
2819
|
+
}
|
|
2820
|
+
export interface ListTagsForResourceRequest {
|
|
2821
|
+
|
|
2822
|
+
resourceArn: string | undefined;
|
|
2823
|
+
}
|
|
2824
|
+
export declare namespace ListTagsForResourceRequest {
|
|
2825
|
+
|
|
2826
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2827
|
+
}
|
|
2828
|
+
export interface ListTagsForResourceResponse {
|
|
2829
|
+
|
|
2830
|
+
tags?: {
|
|
2831
|
+
[key: string]: string;
|
|
2832
|
+
};
|
|
2833
|
+
}
|
|
2834
|
+
export declare namespace ListTagsForResourceResponse {
|
|
2835
|
+
|
|
2836
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
export interface ListUseCasesRequest {
|
|
2840
|
+
|
|
2841
|
+
InstanceId: string | undefined;
|
|
2842
|
+
|
|
2843
|
+
IntegrationAssociationId: string | undefined;
|
|
2844
|
+
|
|
2845
|
+
NextToken?: string;
|
|
2846
|
+
|
|
2847
|
+
MaxResults?: number;
|
|
2848
|
+
}
|
|
2849
|
+
export declare namespace ListUseCasesRequest {
|
|
2850
|
+
|
|
2851
|
+
const filterSensitiveLog: (obj: ListUseCasesRequest) => any;
|
|
2852
|
+
}
|
|
2853
|
+
|
|
2854
|
+
export interface UseCase {
|
|
2855
|
+
|
|
2856
|
+
UseCaseId?: string;
|
|
2857
|
+
|
|
2858
|
+
UseCaseArn?: string;
|
|
2859
|
+
|
|
2860
|
+
UseCaseType?: UseCaseType | string;
|
|
2861
|
+
}
|
|
2862
|
+
export declare namespace UseCase {
|
|
2863
|
+
|
|
2864
|
+
const filterSensitiveLog: (obj: UseCase) => any;
|
|
2865
|
+
}
|
|
2866
|
+
export interface ListUseCasesResponse {
|
|
2867
|
+
|
|
2868
|
+
UseCaseSummaryList?: UseCase[];
|
|
2869
|
+
|
|
2870
|
+
NextToken?: string;
|
|
2871
|
+
}
|
|
2872
|
+
export declare namespace ListUseCasesResponse {
|
|
2873
|
+
|
|
2874
|
+
const filterSensitiveLog: (obj: ListUseCasesResponse) => any;
|
|
2875
|
+
}
|
|
2876
|
+
export interface ListUserHierarchyGroupsRequest {
|
|
2877
|
+
|
|
2878
|
+
InstanceId: string | undefined;
|
|
2879
|
+
|
|
2880
|
+
NextToken?: string;
|
|
2881
|
+
|
|
2882
|
+
MaxResults?: number;
|
|
2883
|
+
}
|
|
2884
|
+
export declare namespace ListUserHierarchyGroupsRequest {
|
|
2885
|
+
|
|
2886
|
+
const filterSensitiveLog: (obj: ListUserHierarchyGroupsRequest) => any;
|
|
2887
|
+
}
|
|
2888
|
+
export interface ListUserHierarchyGroupsResponse {
|
|
2889
|
+
|
|
2890
|
+
UserHierarchyGroupSummaryList?: HierarchyGroupSummary[];
|
|
2891
|
+
|
|
2892
|
+
NextToken?: string;
|
|
2893
|
+
}
|
|
2894
|
+
export declare namespace ListUserHierarchyGroupsResponse {
|
|
2895
|
+
|
|
2896
|
+
const filterSensitiveLog: (obj: ListUserHierarchyGroupsResponse) => any;
|
|
2897
|
+
}
|
|
2898
|
+
export interface ListUsersRequest {
|
|
2899
|
+
|
|
2900
|
+
InstanceId: string | undefined;
|
|
2901
|
+
|
|
2902
|
+
NextToken?: string;
|
|
2903
|
+
|
|
2904
|
+
MaxResults?: number;
|
|
2905
|
+
}
|
|
2906
|
+
export declare namespace ListUsersRequest {
|
|
2907
|
+
|
|
2908
|
+
const filterSensitiveLog: (obj: ListUsersRequest) => any;
|
|
2909
|
+
}
|
|
2910
|
+
|
|
2911
|
+
export interface UserSummary {
|
|
2912
|
+
|
|
2913
|
+
Id?: string;
|
|
2914
|
+
|
|
2915
|
+
Arn?: string;
|
|
2916
|
+
|
|
2917
|
+
Username?: string;
|
|
2918
|
+
}
|
|
2919
|
+
export declare namespace UserSummary {
|
|
2920
|
+
|
|
2921
|
+
const filterSensitiveLog: (obj: UserSummary) => any;
|
|
2922
|
+
}
|
|
2923
|
+
export interface ListUsersResponse {
|
|
2924
|
+
|
|
2925
|
+
UserSummaryList?: UserSummary[];
|
|
2926
|
+
|
|
2927
|
+
NextToken?: string;
|
|
2928
|
+
}
|
|
2929
|
+
export declare namespace ListUsersResponse {
|
|
2930
|
+
|
|
2931
|
+
const filterSensitiveLog: (obj: ListUsersResponse) => any;
|
|
2932
|
+
}
|
|
2933
|
+
export interface ResumeContactRecordingRequest {
|
|
2934
|
+
|
|
2935
|
+
InstanceId: string | undefined;
|
|
2936
|
+
|
|
2937
|
+
ContactId: string | undefined;
|
|
2938
|
+
|
|
2939
|
+
InitialContactId: string | undefined;
|
|
2940
|
+
}
|
|
2941
|
+
export declare namespace ResumeContactRecordingRequest {
|
|
2942
|
+
|
|
2943
|
+
const filterSensitiveLog: (obj: ResumeContactRecordingRequest) => any;
|
|
2944
|
+
}
|
|
2945
|
+
export interface ResumeContactRecordingResponse {
|
|
2946
|
+
}
|
|
2947
|
+
export declare namespace ResumeContactRecordingResponse {
|
|
2948
|
+
|
|
2949
|
+
const filterSensitiveLog: (obj: ResumeContactRecordingResponse) => any;
|
|
2950
|
+
}
|
|
2951
|
+
|
|
2952
|
+
export interface ChatMessage {
|
|
2953
|
+
|
|
2954
|
+
ContentType: string | undefined;
|
|
2955
|
+
|
|
2956
|
+
Content: string | undefined;
|
|
2957
|
+
}
|
|
2958
|
+
export declare namespace ChatMessage {
|
|
2959
|
+
|
|
2960
|
+
const filterSensitiveLog: (obj: ChatMessage) => any;
|
|
2961
|
+
}
|
|
2962
|
+
|
|
2963
|
+
export interface ParticipantDetails {
|
|
2964
|
+
|
|
2965
|
+
DisplayName: string | undefined;
|
|
2966
|
+
}
|
|
2967
|
+
export declare namespace ParticipantDetails {
|
|
2968
|
+
|
|
2969
|
+
const filterSensitiveLog: (obj: ParticipantDetails) => any;
|
|
2970
|
+
}
|
|
2971
|
+
export interface StartChatContactRequest {
|
|
2972
|
+
|
|
2973
|
+
InstanceId: string | undefined;
|
|
2974
|
+
|
|
2975
|
+
ContactFlowId: string | undefined;
|
|
2976
|
+
|
|
2977
|
+
Attributes?: {
|
|
2978
|
+
[key: string]: string;
|
|
2979
|
+
};
|
|
2980
|
+
|
|
2981
|
+
ParticipantDetails: ParticipantDetails | undefined;
|
|
2982
|
+
|
|
2983
|
+
InitialMessage?: ChatMessage;
|
|
2984
|
+
|
|
2985
|
+
ClientToken?: string;
|
|
2986
|
+
}
|
|
2987
|
+
export declare namespace StartChatContactRequest {
|
|
2988
|
+
|
|
2989
|
+
const filterSensitiveLog: (obj: StartChatContactRequest) => any;
|
|
2990
|
+
}
|
|
2991
|
+
export interface StartChatContactResponse {
|
|
2992
|
+
|
|
2993
|
+
ContactId?: string;
|
|
2994
|
+
|
|
2995
|
+
ParticipantId?: string;
|
|
2996
|
+
|
|
2997
|
+
ParticipantToken?: string;
|
|
2998
|
+
}
|
|
2999
|
+
export declare namespace StartChatContactResponse {
|
|
3000
|
+
|
|
3001
|
+
const filterSensitiveLog: (obj: StartChatContactResponse) => any;
|
|
3002
|
+
}
|
|
3003
|
+
export declare enum VoiceRecordingTrack {
|
|
3004
|
+
ALL = "ALL",
|
|
3005
|
+
FROM_AGENT = "FROM_AGENT",
|
|
3006
|
+
TO_AGENT = "TO_AGENT"
|
|
3007
|
+
}
|
|
3008
|
+
|
|
3009
|
+
export interface VoiceRecordingConfiguration {
|
|
3010
|
+
|
|
3011
|
+
VoiceRecordingTrack?: VoiceRecordingTrack | string;
|
|
3012
|
+
}
|
|
3013
|
+
export declare namespace VoiceRecordingConfiguration {
|
|
3014
|
+
|
|
3015
|
+
const filterSensitiveLog: (obj: VoiceRecordingConfiguration) => any;
|
|
3016
|
+
}
|
|
3017
|
+
export interface StartContactRecordingRequest {
|
|
3018
|
+
|
|
3019
|
+
InstanceId: string | undefined;
|
|
3020
|
+
|
|
3021
|
+
ContactId: string | undefined;
|
|
3022
|
+
|
|
3023
|
+
InitialContactId: string | undefined;
|
|
3024
|
+
|
|
3025
|
+
VoiceRecordingConfiguration: VoiceRecordingConfiguration | undefined;
|
|
3026
|
+
}
|
|
3027
|
+
export declare namespace StartContactRecordingRequest {
|
|
3028
|
+
|
|
3029
|
+
const filterSensitiveLog: (obj: StartContactRecordingRequest) => any;
|
|
3030
|
+
}
|
|
3031
|
+
export interface StartContactRecordingResponse {
|
|
3032
|
+
}
|
|
3033
|
+
export declare namespace StartContactRecordingResponse {
|
|
3034
|
+
|
|
3035
|
+
const filterSensitiveLog: (obj: StartContactRecordingResponse) => any;
|
|
3036
|
+
}
|
|
3037
|
+
|
|
3038
|
+
export interface DestinationNotAllowedException extends __SmithyException, $MetadataBearer {
|
|
3039
|
+
name: "DestinationNotAllowedException";
|
|
3040
|
+
$fault: "client";
|
|
3041
|
+
|
|
3042
|
+
Message?: string;
|
|
3043
|
+
}
|
|
3044
|
+
export declare namespace DestinationNotAllowedException {
|
|
3045
|
+
|
|
3046
|
+
const filterSensitiveLog: (obj: DestinationNotAllowedException) => any;
|
|
3047
|
+
}
|
|
3048
|
+
|
|
3049
|
+
export interface OutboundContactNotPermittedException extends __SmithyException, $MetadataBearer {
|
|
3050
|
+
name: "OutboundContactNotPermittedException";
|
|
3051
|
+
$fault: "client";
|
|
3052
|
+
|
|
3053
|
+
Message?: string;
|
|
3054
|
+
}
|
|
3055
|
+
export declare namespace OutboundContactNotPermittedException {
|
|
3056
|
+
|
|
3057
|
+
const filterSensitiveLog: (obj: OutboundContactNotPermittedException) => any;
|
|
3058
|
+
}
|
|
3059
|
+
|
|
3060
|
+
export interface AnswerMachineDetectionConfig {
|
|
3061
|
+
|
|
3062
|
+
EnableAnswerMachineDetection?: boolean;
|
|
3063
|
+
|
|
3064
|
+
AwaitAnswerMachinePrompt?: boolean;
|
|
3065
|
+
}
|
|
3066
|
+
export declare namespace AnswerMachineDetectionConfig {
|
|
3067
|
+
|
|
3068
|
+
const filterSensitiveLog: (obj: AnswerMachineDetectionConfig) => any;
|
|
3069
|
+
}
|
|
3070
|
+
export declare enum TrafficType {
|
|
3071
|
+
CAMPAIGN = "CAMPAIGN",
|
|
3072
|
+
GENERAL = "GENERAL"
|
|
3073
|
+
}
|
|
3074
|
+
export interface StartOutboundVoiceContactRequest {
|
|
3075
|
+
|
|
3076
|
+
DestinationPhoneNumber: string | undefined;
|
|
3077
|
+
|
|
3078
|
+
ContactFlowId: string | undefined;
|
|
3079
|
+
|
|
3080
|
+
InstanceId: string | undefined;
|
|
3081
|
+
|
|
3082
|
+
ClientToken?: string;
|
|
3083
|
+
|
|
3084
|
+
SourcePhoneNumber?: string;
|
|
3085
|
+
|
|
3086
|
+
QueueId?: string;
|
|
3087
|
+
|
|
3088
|
+
Attributes?: {
|
|
3089
|
+
[key: string]: string;
|
|
3090
|
+
};
|
|
3091
|
+
|
|
3092
|
+
AnswerMachineDetectionConfig?: AnswerMachineDetectionConfig;
|
|
3093
|
+
|
|
3094
|
+
CampaignId?: string;
|
|
3095
|
+
|
|
3096
|
+
TrafficType?: TrafficType | string;
|
|
3097
|
+
}
|
|
3098
|
+
export declare namespace StartOutboundVoiceContactRequest {
|
|
3099
|
+
|
|
3100
|
+
const filterSensitiveLog: (obj: StartOutboundVoiceContactRequest) => any;
|
|
3101
|
+
}
|
|
3102
|
+
export interface StartOutboundVoiceContactResponse {
|
|
3103
|
+
|
|
3104
|
+
ContactId?: string;
|
|
3105
|
+
}
|
|
3106
|
+
export declare namespace StartOutboundVoiceContactResponse {
|
|
3107
|
+
|
|
3108
|
+
const filterSensitiveLog: (obj: StartOutboundVoiceContactResponse) => any;
|
|
3109
|
+
}
|
|
3110
|
+
export declare enum ReferenceType {
|
|
3111
|
+
URL = "URL"
|
|
3112
|
+
}
|
|
3113
|
+
|
|
3114
|
+
export interface Reference {
|
|
3115
|
+
|
|
3116
|
+
Value: string | undefined;
|
|
3117
|
+
|
|
3118
|
+
Type: ReferenceType | string | undefined;
|
|
3119
|
+
}
|
|
3120
|
+
export declare namespace Reference {
|
|
3121
|
+
|
|
3122
|
+
const filterSensitiveLog: (obj: Reference) => any;
|
|
3123
|
+
}
|
|
3124
|
+
export interface StartTaskContactRequest {
|
|
3125
|
+
|
|
3126
|
+
InstanceId: string | undefined;
|
|
3127
|
+
|
|
3128
|
+
PreviousContactId?: string;
|
|
3129
|
+
|
|
3130
|
+
ContactFlowId: string | undefined;
|
|
3131
|
+
|
|
3132
|
+
Attributes?: {
|
|
3133
|
+
[key: string]: string;
|
|
3134
|
+
};
|
|
3135
|
+
|
|
3136
|
+
Name: string | undefined;
|
|
3137
|
+
|
|
3138
|
+
References?: {
|
|
3139
|
+
[key: string]: Reference;
|
|
3140
|
+
};
|
|
3141
|
+
|
|
3142
|
+
Description?: string;
|
|
3143
|
+
|
|
3144
|
+
ClientToken?: string;
|
|
3145
|
+
}
|
|
3146
|
+
export declare namespace StartTaskContactRequest {
|
|
3147
|
+
|
|
3148
|
+
const filterSensitiveLog: (obj: StartTaskContactRequest) => any;
|
|
3149
|
+
}
|
|
3150
|
+
export interface StartTaskContactResponse {
|
|
3151
|
+
|
|
3152
|
+
ContactId?: string;
|
|
3153
|
+
}
|
|
3154
|
+
export declare namespace StartTaskContactResponse {
|
|
3155
|
+
|
|
3156
|
+
const filterSensitiveLog: (obj: StartTaskContactResponse) => any;
|
|
3157
|
+
}
|
|
3158
|
+
|
|
3159
|
+
export interface ContactNotFoundException extends __SmithyException, $MetadataBearer {
|
|
3160
|
+
name: "ContactNotFoundException";
|
|
3161
|
+
$fault: "client";
|
|
3162
|
+
|
|
3163
|
+
Message?: string;
|
|
3164
|
+
}
|
|
3165
|
+
export declare namespace ContactNotFoundException {
|
|
3166
|
+
|
|
3167
|
+
const filterSensitiveLog: (obj: ContactNotFoundException) => any;
|
|
3168
|
+
}
|
|
3169
|
+
export interface StopContactRequest {
|
|
3170
|
+
|
|
3171
|
+
ContactId: string | undefined;
|
|
3172
|
+
|
|
3173
|
+
InstanceId: string | undefined;
|
|
3174
|
+
}
|
|
3175
|
+
export declare namespace StopContactRequest {
|
|
3176
|
+
|
|
3177
|
+
const filterSensitiveLog: (obj: StopContactRequest) => any;
|
|
3178
|
+
}
|
|
3179
|
+
export interface StopContactResponse {
|
|
3180
|
+
}
|
|
3181
|
+
export declare namespace StopContactResponse {
|
|
3182
|
+
|
|
3183
|
+
const filterSensitiveLog: (obj: StopContactResponse) => any;
|
|
3184
|
+
}
|
|
3185
|
+
export interface StopContactRecordingRequest {
|
|
3186
|
+
|
|
3187
|
+
InstanceId: string | undefined;
|
|
3188
|
+
|
|
3189
|
+
ContactId: string | undefined;
|
|
3190
|
+
|
|
3191
|
+
InitialContactId: string | undefined;
|
|
3192
|
+
}
|
|
3193
|
+
export declare namespace StopContactRecordingRequest {
|
|
3194
|
+
|
|
3195
|
+
const filterSensitiveLog: (obj: StopContactRecordingRequest) => any;
|
|
3196
|
+
}
|
|
3197
|
+
export interface StopContactRecordingResponse {
|
|
3198
|
+
}
|
|
3199
|
+
export declare namespace StopContactRecordingResponse {
|
|
3200
|
+
|
|
3201
|
+
const filterSensitiveLog: (obj: StopContactRecordingResponse) => any;
|
|
3202
|
+
}
|
|
3203
|
+
export interface SuspendContactRecordingRequest {
|
|
3204
|
+
|
|
3205
|
+
InstanceId: string | undefined;
|
|
3206
|
+
|
|
3207
|
+
ContactId: string | undefined;
|
|
3208
|
+
|
|
3209
|
+
InitialContactId: string | undefined;
|
|
3210
|
+
}
|
|
3211
|
+
export declare namespace SuspendContactRecordingRequest {
|
|
3212
|
+
|
|
3213
|
+
const filterSensitiveLog: (obj: SuspendContactRecordingRequest) => any;
|
|
3214
|
+
}
|
|
3215
|
+
export interface SuspendContactRecordingResponse {
|
|
3216
|
+
}
|
|
3217
|
+
export declare namespace SuspendContactRecordingResponse {
|
|
3218
|
+
|
|
3219
|
+
const filterSensitiveLog: (obj: SuspendContactRecordingResponse) => any;
|
|
3220
|
+
}
|
|
3221
|
+
export interface TagResourceRequest {
|
|
3222
|
+
|
|
3223
|
+
resourceArn: string | undefined;
|
|
3224
|
+
|
|
3225
|
+
tags: {
|
|
3226
|
+
[key: string]: string;
|
|
3227
|
+
} | undefined;
|
|
3228
|
+
}
|
|
3229
|
+
export declare namespace TagResourceRequest {
|
|
3230
|
+
|
|
3231
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3232
|
+
}
|
|
3233
|
+
export interface UntagResourceRequest {
|
|
3234
|
+
|
|
3235
|
+
resourceArn: string | undefined;
|
|
3236
|
+
|
|
3237
|
+
tagKeys: string[] | undefined;
|
|
3238
|
+
}
|
|
3239
|
+
export declare namespace UntagResourceRequest {
|
|
3240
|
+
|
|
3241
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3242
|
+
}
|
|
3243
|
+
export interface UpdateAgentStatusRequest {
|
|
3244
|
+
|
|
3245
|
+
InstanceId: string | undefined;
|
|
3246
|
+
|
|
3247
|
+
AgentStatusId: string | undefined;
|
|
3248
|
+
|
|
3249
|
+
Name?: string;
|
|
3250
|
+
|
|
3251
|
+
Description?: string;
|
|
3252
|
+
|
|
3253
|
+
State?: AgentStatusState | string;
|
|
3254
|
+
|
|
3255
|
+
DisplayOrder?: number;
|
|
3256
|
+
|
|
3257
|
+
ResetOrderNumber?: boolean;
|
|
3258
|
+
}
|
|
3259
|
+
export declare namespace UpdateAgentStatusRequest {
|
|
3260
|
+
|
|
3261
|
+
const filterSensitiveLog: (obj: UpdateAgentStatusRequest) => any;
|
|
3262
|
+
}
|
|
3263
|
+
export interface UpdateContactAttributesRequest {
|
|
3264
|
+
|
|
3265
|
+
InitialContactId: string | undefined;
|
|
3266
|
+
|
|
3267
|
+
InstanceId: string | undefined;
|
|
3268
|
+
|
|
3269
|
+
Attributes: {
|
|
3270
|
+
[key: string]: string;
|
|
3271
|
+
} | undefined;
|
|
3272
|
+
}
|
|
3273
|
+
export declare namespace UpdateContactAttributesRequest {
|
|
3274
|
+
|
|
3275
|
+
const filterSensitiveLog: (obj: UpdateContactAttributesRequest) => any;
|
|
3276
|
+
}
|
|
3277
|
+
export interface UpdateContactAttributesResponse {
|
|
3278
|
+
}
|
|
3279
|
+
export declare namespace UpdateContactAttributesResponse {
|
|
3280
|
+
|
|
3281
|
+
const filterSensitiveLog: (obj: UpdateContactAttributesResponse) => any;
|
|
3282
|
+
}
|
|
3283
|
+
export interface UpdateContactFlowContentRequest {
|
|
3284
|
+
|
|
3285
|
+
InstanceId: string | undefined;
|
|
3286
|
+
|
|
3287
|
+
ContactFlowId: string | undefined;
|
|
3288
|
+
|
|
3289
|
+
Content: string | undefined;
|
|
3290
|
+
}
|
|
3291
|
+
export declare namespace UpdateContactFlowContentRequest {
|
|
3292
|
+
|
|
3293
|
+
const filterSensitiveLog: (obj: UpdateContactFlowContentRequest) => any;
|
|
3294
|
+
}
|
|
3295
|
+
export interface UpdateContactFlowNameRequest {
|
|
3296
|
+
|
|
3297
|
+
InstanceId: string | undefined;
|
|
3298
|
+
|
|
3299
|
+
ContactFlowId: string | undefined;
|
|
3300
|
+
|
|
3301
|
+
Name?: string;
|
|
3302
|
+
|
|
3303
|
+
Description?: string;
|
|
3304
|
+
}
|
|
3305
|
+
export declare namespace UpdateContactFlowNameRequest {
|
|
3306
|
+
|
|
3307
|
+
const filterSensitiveLog: (obj: UpdateContactFlowNameRequest) => any;
|
|
3308
|
+
}
|
|
3309
|
+
export interface UpdateHoursOfOperationRequest {
|
|
3310
|
+
|
|
3311
|
+
InstanceId: string | undefined;
|
|
3312
|
+
|
|
3313
|
+
HoursOfOperationId: string | undefined;
|
|
3314
|
+
|
|
3315
|
+
Name?: string;
|
|
3316
|
+
|
|
3317
|
+
Description?: string;
|
|
3318
|
+
|
|
3319
|
+
TimeZone?: string;
|
|
3320
|
+
|
|
3321
|
+
Config?: HoursOfOperationConfig[];
|
|
3322
|
+
}
|
|
3323
|
+
export declare namespace UpdateHoursOfOperationRequest {
|
|
3324
|
+
|
|
3325
|
+
const filterSensitiveLog: (obj: UpdateHoursOfOperationRequest) => any;
|
|
3326
|
+
}
|
|
3327
|
+
export interface UpdateInstanceAttributeRequest {
|
|
3328
|
+
|
|
3329
|
+
InstanceId: string | undefined;
|
|
3330
|
+
|
|
3331
|
+
AttributeType: InstanceAttributeType | string | undefined;
|
|
3332
|
+
|
|
3333
|
+
Value: string | undefined;
|
|
3334
|
+
}
|
|
3335
|
+
export declare namespace UpdateInstanceAttributeRequest {
|
|
3336
|
+
|
|
3337
|
+
const filterSensitiveLog: (obj: UpdateInstanceAttributeRequest) => any;
|
|
3338
|
+
}
|
|
3339
|
+
export interface UpdateInstanceStorageConfigRequest {
|
|
3340
|
+
|
|
3341
|
+
InstanceId: string | undefined;
|
|
3342
|
+
|
|
3343
|
+
AssociationId: string | undefined;
|
|
3344
|
+
|
|
3345
|
+
ResourceType: InstanceStorageResourceType | string | undefined;
|
|
3346
|
+
|
|
3347
|
+
StorageConfig: InstanceStorageConfig | undefined;
|
|
3348
|
+
}
|
|
3349
|
+
export declare namespace UpdateInstanceStorageConfigRequest {
|
|
3350
|
+
|
|
3351
|
+
const filterSensitiveLog: (obj: UpdateInstanceStorageConfigRequest) => any;
|
|
3352
|
+
}
|
|
3353
|
+
export interface UpdateQueueHoursOfOperationRequest {
|
|
3354
|
+
|
|
3355
|
+
InstanceId: string | undefined;
|
|
3356
|
+
|
|
3357
|
+
QueueId: string | undefined;
|
|
3358
|
+
|
|
3359
|
+
HoursOfOperationId: string | undefined;
|
|
3360
|
+
}
|
|
3361
|
+
export declare namespace UpdateQueueHoursOfOperationRequest {
|
|
3362
|
+
|
|
3363
|
+
const filterSensitiveLog: (obj: UpdateQueueHoursOfOperationRequest) => any;
|
|
3364
|
+
}
|
|
3365
|
+
export interface UpdateQueueMaxContactsRequest {
|
|
3366
|
+
|
|
3367
|
+
InstanceId: string | undefined;
|
|
3368
|
+
|
|
3369
|
+
QueueId: string | undefined;
|
|
3370
|
+
|
|
3371
|
+
MaxContacts?: number;
|
|
3372
|
+
}
|
|
3373
|
+
export declare namespace UpdateQueueMaxContactsRequest {
|
|
3374
|
+
|
|
3375
|
+
const filterSensitiveLog: (obj: UpdateQueueMaxContactsRequest) => any;
|
|
3376
|
+
}
|
|
3377
|
+
export interface UpdateQueueNameRequest {
|
|
3378
|
+
|
|
3379
|
+
InstanceId: string | undefined;
|
|
3380
|
+
|
|
3381
|
+
QueueId: string | undefined;
|
|
3382
|
+
|
|
3383
|
+
Name?: string;
|
|
3384
|
+
|
|
3385
|
+
Description?: string;
|
|
3386
|
+
}
|
|
3387
|
+
export declare namespace UpdateQueueNameRequest {
|
|
3388
|
+
|
|
3389
|
+
const filterSensitiveLog: (obj: UpdateQueueNameRequest) => any;
|
|
3390
|
+
}
|
|
3391
|
+
export interface UpdateQueueOutboundCallerConfigRequest {
|
|
3392
|
+
|
|
3393
|
+
InstanceId: string | undefined;
|
|
3394
|
+
|
|
3395
|
+
QueueId: string | undefined;
|
|
3396
|
+
|
|
3397
|
+
OutboundCallerConfig: OutboundCallerConfig | undefined;
|
|
3398
|
+
}
|
|
3399
|
+
export declare namespace UpdateQueueOutboundCallerConfigRequest {
|
|
3400
|
+
|
|
3401
|
+
const filterSensitiveLog: (obj: UpdateQueueOutboundCallerConfigRequest) => any;
|
|
3402
|
+
}
|
|
3403
|
+
export interface UpdateQueueStatusRequest {
|
|
3404
|
+
|
|
3405
|
+
InstanceId: string | undefined;
|
|
3406
|
+
|
|
3407
|
+
QueueId: string | undefined;
|
|
3408
|
+
|
|
3409
|
+
Status: QueueStatus | string | undefined;
|
|
3410
|
+
}
|
|
3411
|
+
export declare namespace UpdateQueueStatusRequest {
|
|
3412
|
+
|
|
3413
|
+
const filterSensitiveLog: (obj: UpdateQueueStatusRequest) => any;
|
|
3414
|
+
}
|
|
3415
|
+
export interface UpdateQuickConnectConfigRequest {
|
|
3416
|
+
|
|
3417
|
+
InstanceId: string | undefined;
|
|
3418
|
+
|
|
3419
|
+
QuickConnectId: string | undefined;
|
|
3420
|
+
|
|
3421
|
+
QuickConnectConfig: QuickConnectConfig | undefined;
|
|
3422
|
+
}
|
|
3423
|
+
export declare namespace UpdateQuickConnectConfigRequest {
|
|
3424
|
+
|
|
3425
|
+
const filterSensitiveLog: (obj: UpdateQuickConnectConfigRequest) => any;
|
|
3426
|
+
}
|
|
3427
|
+
export interface UpdateQuickConnectNameRequest {
|
|
3428
|
+
|
|
3429
|
+
InstanceId: string | undefined;
|
|
3430
|
+
|
|
3431
|
+
QuickConnectId: string | undefined;
|
|
3432
|
+
|
|
3433
|
+
Name?: string;
|
|
3434
|
+
|
|
3435
|
+
Description?: string;
|
|
3436
|
+
}
|
|
3437
|
+
export declare namespace UpdateQuickConnectNameRequest {
|
|
3438
|
+
|
|
3439
|
+
const filterSensitiveLog: (obj: UpdateQuickConnectNameRequest) => any;
|
|
3440
|
+
}
|
|
3441
|
+
export interface UpdateRoutingProfileConcurrencyRequest {
|
|
3442
|
+
|
|
3443
|
+
InstanceId: string | undefined;
|
|
3444
|
+
|
|
3445
|
+
RoutingProfileId: string | undefined;
|
|
3446
|
+
|
|
3447
|
+
MediaConcurrencies: MediaConcurrency[] | undefined;
|
|
3448
|
+
}
|
|
3449
|
+
export declare namespace UpdateRoutingProfileConcurrencyRequest {
|
|
3450
|
+
|
|
3451
|
+
const filterSensitiveLog: (obj: UpdateRoutingProfileConcurrencyRequest) => any;
|
|
3452
|
+
}
|
|
3453
|
+
export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
|
|
3454
|
+
|
|
3455
|
+
InstanceId: string | undefined;
|
|
3456
|
+
|
|
3457
|
+
RoutingProfileId: string | undefined;
|
|
3458
|
+
|
|
3459
|
+
DefaultOutboundQueueId: string | undefined;
|
|
3460
|
+
}
|
|
3461
|
+
export declare namespace UpdateRoutingProfileDefaultOutboundQueueRequest {
|
|
3462
|
+
|
|
3463
|
+
const filterSensitiveLog: (obj: UpdateRoutingProfileDefaultOutboundQueueRequest) => any;
|
|
3464
|
+
}
|
|
3465
|
+
export interface UpdateRoutingProfileNameRequest {
|
|
3466
|
+
|
|
3467
|
+
InstanceId: string | undefined;
|
|
3468
|
+
|
|
3469
|
+
RoutingProfileId: string | undefined;
|
|
3470
|
+
|
|
3471
|
+
Name?: string;
|
|
3472
|
+
|
|
3473
|
+
Description?: string;
|
|
3474
|
+
}
|
|
3475
|
+
export declare namespace UpdateRoutingProfileNameRequest {
|
|
3476
|
+
|
|
3477
|
+
const filterSensitiveLog: (obj: UpdateRoutingProfileNameRequest) => any;
|
|
3478
|
+
}
|
|
3479
|
+
export interface UpdateRoutingProfileQueuesRequest {
|
|
3480
|
+
|
|
3481
|
+
InstanceId: string | undefined;
|
|
3482
|
+
|
|
3483
|
+
RoutingProfileId: string | undefined;
|
|
3484
|
+
|
|
3485
|
+
QueueConfigs: RoutingProfileQueueConfig[] | undefined;
|
|
3486
|
+
}
|
|
3487
|
+
export declare namespace UpdateRoutingProfileQueuesRequest {
|
|
3488
|
+
|
|
3489
|
+
const filterSensitiveLog: (obj: UpdateRoutingProfileQueuesRequest) => any;
|
|
3490
|
+
}
|
|
3491
|
+
export interface UpdateUserHierarchyRequest {
|
|
3492
|
+
|
|
3493
|
+
HierarchyGroupId?: string;
|
|
3494
|
+
|
|
3495
|
+
UserId: string | undefined;
|
|
3496
|
+
|
|
3497
|
+
InstanceId: string | undefined;
|
|
3498
|
+
}
|
|
3499
|
+
export declare namespace UpdateUserHierarchyRequest {
|
|
3500
|
+
|
|
3501
|
+
const filterSensitiveLog: (obj: UpdateUserHierarchyRequest) => any;
|
|
3502
|
+
}
|
|
3503
|
+
export interface UpdateUserHierarchyGroupNameRequest {
|
|
3504
|
+
|
|
3505
|
+
Name: string | undefined;
|
|
3506
|
+
|
|
3507
|
+
HierarchyGroupId: string | undefined;
|
|
3508
|
+
|
|
3509
|
+
InstanceId: string | undefined;
|
|
3510
|
+
}
|
|
3511
|
+
export declare namespace UpdateUserHierarchyGroupNameRequest {
|
|
3512
|
+
|
|
3513
|
+
const filterSensitiveLog: (obj: UpdateUserHierarchyGroupNameRequest) => any;
|
|
3514
|
+
}
|
|
3515
|
+
|
|
3516
|
+
export interface HierarchyLevelUpdate {
|
|
3517
|
+
|
|
3518
|
+
Name: string | undefined;
|
|
3519
|
+
}
|
|
3520
|
+
export declare namespace HierarchyLevelUpdate {
|
|
3521
|
+
|
|
3522
|
+
const filterSensitiveLog: (obj: HierarchyLevelUpdate) => any;
|
|
3523
|
+
}
|
|
3524
|
+
|
|
3525
|
+
export interface HierarchyStructureUpdate {
|
|
3526
|
+
|
|
3527
|
+
LevelOne?: HierarchyLevelUpdate;
|
|
3528
|
+
|
|
3529
|
+
LevelTwo?: HierarchyLevelUpdate;
|
|
3530
|
+
|
|
3531
|
+
LevelThree?: HierarchyLevelUpdate;
|
|
3532
|
+
|
|
3533
|
+
LevelFour?: HierarchyLevelUpdate;
|
|
3534
|
+
|
|
3535
|
+
LevelFive?: HierarchyLevelUpdate;
|
|
3536
|
+
}
|
|
3537
|
+
export declare namespace HierarchyStructureUpdate {
|
|
3538
|
+
|
|
3539
|
+
const filterSensitiveLog: (obj: HierarchyStructureUpdate) => any;
|
|
3540
|
+
}
|
|
3541
|
+
export interface UpdateUserHierarchyStructureRequest {
|
|
3542
|
+
|
|
3543
|
+
HierarchyStructure: HierarchyStructureUpdate | undefined;
|
|
3544
|
+
|
|
3545
|
+
InstanceId: string | undefined;
|
|
3546
|
+
}
|
|
3547
|
+
export declare namespace UpdateUserHierarchyStructureRequest {
|
|
3548
|
+
|
|
3549
|
+
const filterSensitiveLog: (obj: UpdateUserHierarchyStructureRequest) => any;
|
|
3550
|
+
}
|
|
3551
|
+
export interface UpdateUserIdentityInfoRequest {
|
|
3552
|
+
|
|
3553
|
+
IdentityInfo: UserIdentityInfo | undefined;
|
|
3554
|
+
|
|
3555
|
+
UserId: string | undefined;
|
|
3556
|
+
|
|
3557
|
+
InstanceId: string | undefined;
|
|
3558
|
+
}
|
|
3559
|
+
export declare namespace UpdateUserIdentityInfoRequest {
|
|
3560
|
+
|
|
3561
|
+
const filterSensitiveLog: (obj: UpdateUserIdentityInfoRequest) => any;
|
|
3562
|
+
}
|
|
3563
|
+
export interface UpdateUserPhoneConfigRequest {
|
|
3564
|
+
|
|
3565
|
+
PhoneConfig: UserPhoneConfig | undefined;
|
|
3566
|
+
|
|
3567
|
+
UserId: string | undefined;
|
|
3568
|
+
|
|
3569
|
+
InstanceId: string | undefined;
|
|
3570
|
+
}
|
|
3571
|
+
export declare namespace UpdateUserPhoneConfigRequest {
|
|
3572
|
+
|
|
3573
|
+
const filterSensitiveLog: (obj: UpdateUserPhoneConfigRequest) => any;
|
|
3574
|
+
}
|
|
3575
|
+
export interface UpdateUserRoutingProfileRequest {
|
|
3576
|
+
|
|
3577
|
+
RoutingProfileId: string | undefined;
|
|
3578
|
+
|
|
3579
|
+
UserId: string | undefined;
|
|
3580
|
+
|
|
3581
|
+
InstanceId: string | undefined;
|
|
3582
|
+
}
|
|
3583
|
+
export declare namespace UpdateUserRoutingProfileRequest {
|
|
3584
|
+
|
|
3585
|
+
const filterSensitiveLog: (obj: UpdateUserRoutingProfileRequest) => any;
|
|
3586
|
+
}
|
|
3587
|
+
export interface UpdateUserSecurityProfilesRequest {
|
|
3588
|
+
|
|
3589
|
+
SecurityProfileIds: string[] | undefined;
|
|
3590
|
+
|
|
3591
|
+
UserId: string | undefined;
|
|
3592
|
+
|
|
3593
|
+
InstanceId: string | undefined;
|
|
3594
|
+
}
|
|
3595
|
+
export declare namespace UpdateUserSecurityProfilesRequest {
|
|
3596
|
+
|
|
3597
|
+
const filterSensitiveLog: (obj: UpdateUserSecurityProfilesRequest) => any;
|
|
3598
|
+
}
|