@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
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListSecurityProfilesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Provides summary information about the security profiles for the specified Amazon Connect
|
|
10
|
-
* instance.</p>
|
|
11
|
-
* <p>For more information about security profiles, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html">Security Profiles</a> in the
|
|
12
|
-
* <i>Amazon Connect Administrator Guide</i>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { ConnectClient, ListSecurityProfilesCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
17
|
-
* // const { ConnectClient, ListSecurityProfilesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
18
|
-
* const client = new ConnectClient(config);
|
|
19
|
-
* const command = new ListSecurityProfilesCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link ListSecurityProfilesCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link ListSecurityProfilesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
class ListSecurityProfilesCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
|
-
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
|
-
super();
|
|
34
|
-
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
41
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
43
|
-
const { logger } = configuration;
|
|
44
|
-
const clientName = "ConnectClient";
|
|
45
|
-
const commandName = "ListSecurityProfilesCommand";
|
|
46
|
-
const handlerExecutionContext = {
|
|
47
|
-
logger,
|
|
48
|
-
clientName,
|
|
49
|
-
commandName,
|
|
50
|
-
inputFilterSensitiveLog: models_0_1.ListSecurityProfilesRequest.filterSensitiveLog,
|
|
51
|
-
outputFilterSensitiveLog: models_0_1.ListSecurityProfilesResponse.filterSensitiveLog,
|
|
52
|
-
};
|
|
53
|
-
const { requestHandler } = configuration;
|
|
54
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
55
|
-
}
|
|
56
|
-
serialize(input, context) {
|
|
57
|
-
return Aws_restJson1_1.serializeAws_restJson1ListSecurityProfilesCommand(input, context);
|
|
58
|
-
}
|
|
59
|
-
deserialize(output, context) {
|
|
60
|
-
return Aws_restJson1_1.deserializeAws_restJson1ListSecurityProfilesCommand(output, context);
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
exports.ListSecurityProfilesCommand = ListSecurityProfilesCommand;
|
|
64
|
-
//# sourceMappingURL=ListSecurityProfilesCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListSecurityProfilesCommand.js","sourceRoot":"","sources":["../../../commands/ListSecurityProfilesCommand.ts"],"names":[],"mappings":";;;AACA,iDAA+F;AAC/F,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAa,2BAA4B,SAAQ,uBAIhD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAuC;QAC1D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAkC;QAG1D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA0C,EAC1C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,eAAe,CAAC;QACnC,MAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,sCAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,uCAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAuC,EAAE,OAAuB;QAChF,OAAO,iEAAiD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,mEAAmD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;CAIF;AAtDD,kEAsDC"}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTagsForResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Lists the tags for the specified resource.</p>
|
|
10
|
-
* <p>For sample policies that use tags, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_id-based-policy-examples.html">Amazon Connect Identity-Based
|
|
11
|
-
* Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ConnectClient, ListTagsForResourceCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
16
|
-
* // const { ConnectClient, ListTagsForResourceCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
17
|
-
* const client = new ConnectClient(config);
|
|
18
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
|
-
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
super();
|
|
33
|
-
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
40
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
42
|
-
const { logger } = configuration;
|
|
43
|
-
const clientName = "ConnectClient";
|
|
44
|
-
const commandName = "ListTagsForResourceCommand";
|
|
45
|
-
const handlerExecutionContext = {
|
|
46
|
-
logger,
|
|
47
|
-
clientName,
|
|
48
|
-
commandName,
|
|
49
|
-
inputFilterSensitiveLog: models_0_1.ListTagsForResourceRequest.filterSensitiveLog,
|
|
50
|
-
outputFilterSensitiveLog: models_0_1.ListTagsForResourceResponse.filterSensitiveLog,
|
|
51
|
-
};
|
|
52
|
-
const { requestHandler } = configuration;
|
|
53
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
54
|
-
}
|
|
55
|
-
serialize(input, context) {
|
|
56
|
-
return Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand(input, context);
|
|
57
|
-
}
|
|
58
|
-
deserialize(output, context) {
|
|
59
|
-
return Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand(output, context);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
63
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListTagsForResourceCommand.js","sourceRoot":"","sources":["../../../commands/ListTagsForResourceCommand.ts"],"names":[],"mappings":";;;AACA,iDAA6F;AAC7F,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,0BAA2B,SAAQ,uBAI/C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAsC;QACzD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAiC;QAGzD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA0C,EAC1C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,eAAe,CAAC;QACnC,MAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,qCAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,sCAA2B,CAAC,kBAAkB;SACzE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAsC,EAAE,OAAuB;QAC/E,OAAO,gEAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,kEAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;CAIF;AAtDD,gEAsDC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListUseCasesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Lists the use cases. </p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ConnectClient, ListUseCasesCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
14
|
-
* // const { ConnectClient, ListUseCasesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
15
|
-
* const client = new ConnectClient(config);
|
|
16
|
-
* const command = new ListUseCasesCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListUseCasesCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListUseCasesCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
class ListUseCasesCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
super();
|
|
31
|
-
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
-
const { logger } = configuration;
|
|
41
|
-
const clientName = "ConnectClient";
|
|
42
|
-
const commandName = "ListUseCasesCommand";
|
|
43
|
-
const handlerExecutionContext = {
|
|
44
|
-
logger,
|
|
45
|
-
clientName,
|
|
46
|
-
commandName,
|
|
47
|
-
inputFilterSensitiveLog: models_0_1.ListUseCasesRequest.filterSensitiveLog,
|
|
48
|
-
outputFilterSensitiveLog: models_0_1.ListUseCasesResponse.filterSensitiveLog,
|
|
49
|
-
};
|
|
50
|
-
const { requestHandler } = configuration;
|
|
51
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
-
}
|
|
53
|
-
serialize(input, context) {
|
|
54
|
-
return Aws_restJson1_1.serializeAws_restJson1ListUseCasesCommand(input, context);
|
|
55
|
-
}
|
|
56
|
-
deserialize(output, context) {
|
|
57
|
-
return Aws_restJson1_1.deserializeAws_restJson1ListUseCasesCommand(output, context);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.ListUseCasesCommand = ListUseCasesCommand;
|
|
61
|
-
//# sourceMappingURL=ListUseCasesCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListUseCasesCommand.js","sourceRoot":"","sources":["../../../commands/ListUseCasesCommand.ts"],"names":[],"mappings":";;;AACA,iDAA+E;AAC/E,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,mBAAoB,SAAQ,uBAIxC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA+B;QAClD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA0B;QAGlD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA0C,EAC1C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,eAAe,CAAC;QACnC,MAAM,WAAW,GAAG,qBAAqB,CAAC;QAC1C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,8BAAmB,CAAC,kBAAkB;YAC/D,wBAAwB,EAAE,+BAAoB,CAAC,kBAAkB;SAClE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA+B,EAAE,OAAuB;QACxE,OAAO,yDAAyC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,2DAA2C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;CAIF;AAtDD,kDAsDC"}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListUserHierarchyGroupsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Provides summary information about the hierarchy groups for the specified Amazon Connect
|
|
10
|
-
* instance.</p>
|
|
11
|
-
* <p>For more information about agent hierarchies, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/agent-hierarchy.html">Set Up Agent Hierarchies</a> in the
|
|
12
|
-
* <i>Amazon Connect Administrator Guide</i>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { ConnectClient, ListUserHierarchyGroupsCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
17
|
-
* // const { ConnectClient, ListUserHierarchyGroupsCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
18
|
-
* const client = new ConnectClient(config);
|
|
19
|
-
* const command = new ListUserHierarchyGroupsCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link ListUserHierarchyGroupsCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link ListUserHierarchyGroupsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
class ListUserHierarchyGroupsCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
|
-
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
|
-
super();
|
|
34
|
-
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
41
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
43
|
-
const { logger } = configuration;
|
|
44
|
-
const clientName = "ConnectClient";
|
|
45
|
-
const commandName = "ListUserHierarchyGroupsCommand";
|
|
46
|
-
const handlerExecutionContext = {
|
|
47
|
-
logger,
|
|
48
|
-
clientName,
|
|
49
|
-
commandName,
|
|
50
|
-
inputFilterSensitiveLog: models_0_1.ListUserHierarchyGroupsRequest.filterSensitiveLog,
|
|
51
|
-
outputFilterSensitiveLog: models_0_1.ListUserHierarchyGroupsResponse.filterSensitiveLog,
|
|
52
|
-
};
|
|
53
|
-
const { requestHandler } = configuration;
|
|
54
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
55
|
-
}
|
|
56
|
-
serialize(input, context) {
|
|
57
|
-
return Aws_restJson1_1.serializeAws_restJson1ListUserHierarchyGroupsCommand(input, context);
|
|
58
|
-
}
|
|
59
|
-
deserialize(output, context) {
|
|
60
|
-
return Aws_restJson1_1.deserializeAws_restJson1ListUserHierarchyGroupsCommand(output, context);
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
exports.ListUserHierarchyGroupsCommand = ListUserHierarchyGroupsCommand;
|
|
64
|
-
//# sourceMappingURL=ListUserHierarchyGroupsCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListUserHierarchyGroupsCommand.js","sourceRoot":"","sources":["../../../commands/ListUserHierarchyGroupsCommand.ts"],"names":[],"mappings":";;;AACA,iDAAqG;AACrG,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAa,8BAA+B,SAAQ,uBAInD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA0C;QAC7D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAqC;QAG7D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA0C,EAC1C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,eAAe,CAAC;QACnC,MAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,yCAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,0CAA+B,CAAC,kBAAkB;SAC7E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA0C,EAAE,OAAuB;QACnF,OAAO,oEAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,sEAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;CAIF;AAtDD,wEAsDC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListUsersCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Provides summary information about the users for the specified Amazon Connect instance.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ConnectClient, ListUsersCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
14
|
-
* // const { ConnectClient, ListUsersCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
15
|
-
* const client = new ConnectClient(config);
|
|
16
|
-
* const command = new ListUsersCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListUsersCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListUsersCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
class ListUsersCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
super();
|
|
31
|
-
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
-
const { logger } = configuration;
|
|
41
|
-
const clientName = "ConnectClient";
|
|
42
|
-
const commandName = "ListUsersCommand";
|
|
43
|
-
const handlerExecutionContext = {
|
|
44
|
-
logger,
|
|
45
|
-
clientName,
|
|
46
|
-
commandName,
|
|
47
|
-
inputFilterSensitiveLog: models_0_1.ListUsersRequest.filterSensitiveLog,
|
|
48
|
-
outputFilterSensitiveLog: models_0_1.ListUsersResponse.filterSensitiveLog,
|
|
49
|
-
};
|
|
50
|
-
const { requestHandler } = configuration;
|
|
51
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
-
}
|
|
53
|
-
serialize(input, context) {
|
|
54
|
-
return Aws_restJson1_1.serializeAws_restJson1ListUsersCommand(input, context);
|
|
55
|
-
}
|
|
56
|
-
deserialize(output, context) {
|
|
57
|
-
return Aws_restJson1_1.deserializeAws_restJson1ListUsersCommand(output, context);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.ListUsersCommand = ListUsersCommand;
|
|
61
|
-
//# sourceMappingURL=ListUsersCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListUsersCommand.js","sourceRoot":"","sources":["../../../commands/ListUsersCommand.ts"],"names":[],"mappings":";;;AACA,iDAAyE;AACzE,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,gBAAiB,SAAQ,uBAIrC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA4B;QAC/C,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAuB;QAG/C,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA0C,EAC1C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,eAAe,CAAC;QACnC,MAAM,WAAW,GAAG,kBAAkB,CAAC;QACvC,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,2BAAgB,CAAC,kBAAkB;YAC5D,wBAAwB,EAAE,4BAAiB,CAAC,kBAAkB;SAC/D,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA4B,EAAE,OAAuB;QACrE,OAAO,sDAAsC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAChE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,wDAAwC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;CAIF;AAtDD,4CAsDC"}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ResumeContactRecordingCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>When a contact is being recorded, and the recording has been suspended using
|
|
10
|
-
* SuspendContactRecording, this API resumes recording the call.</p>
|
|
11
|
-
*
|
|
12
|
-
* <p>Only voice recordings are supported at this time.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { ConnectClient, ResumeContactRecordingCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
17
|
-
* // const { ConnectClient, ResumeContactRecordingCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
18
|
-
* const client = new ConnectClient(config);
|
|
19
|
-
* const command = new ResumeContactRecordingCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link ResumeContactRecordingCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link ResumeContactRecordingCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
class ResumeContactRecordingCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
|
-
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
|
-
super();
|
|
34
|
-
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
41
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
43
|
-
const { logger } = configuration;
|
|
44
|
-
const clientName = "ConnectClient";
|
|
45
|
-
const commandName = "ResumeContactRecordingCommand";
|
|
46
|
-
const handlerExecutionContext = {
|
|
47
|
-
logger,
|
|
48
|
-
clientName,
|
|
49
|
-
commandName,
|
|
50
|
-
inputFilterSensitiveLog: models_0_1.ResumeContactRecordingRequest.filterSensitiveLog,
|
|
51
|
-
outputFilterSensitiveLog: models_0_1.ResumeContactRecordingResponse.filterSensitiveLog,
|
|
52
|
-
};
|
|
53
|
-
const { requestHandler } = configuration;
|
|
54
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
55
|
-
}
|
|
56
|
-
serialize(input, context) {
|
|
57
|
-
return Aws_restJson1_1.serializeAws_restJson1ResumeContactRecordingCommand(input, context);
|
|
58
|
-
}
|
|
59
|
-
deserialize(output, context) {
|
|
60
|
-
return Aws_restJson1_1.deserializeAws_restJson1ResumeContactRecordingCommand(output, context);
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
exports.ResumeContactRecordingCommand = ResumeContactRecordingCommand;
|
|
64
|
-
//# sourceMappingURL=ResumeContactRecordingCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ResumeContactRecordingCommand.js","sourceRoot":"","sources":["../../../commands/ResumeContactRecordingCommand.ts"],"names":[],"mappings":";;;AACA,iDAAmG;AACnG,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAa,6BAA8B,SAAQ,uBAIlD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAyC;QAC5D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAoC;QAG5D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA0C,EAC1C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,eAAe,CAAC;QACnC,MAAM,WAAW,GAAG,+BAA+B,CAAC;QACpD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,wCAA6B,CAAC,kBAAkB;YACzE,wBAAwB,EAAE,yCAA8B,CAAC,kBAAkB;SAC5E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAyC,EAAE,OAAuB;QAClF,OAAO,mEAAmD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,qEAAqD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;CAIF;AAtDD,sEAsDC"}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartChatContactCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Initiates a contact flow to start a new chat for the customer. Response of this API provides
|
|
10
|
-
* a token required to obtain credentials from the <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html">CreateParticipantConnection</a> API in the Amazon Connect Participant Service.</p>
|
|
11
|
-
*
|
|
12
|
-
* <p>When a new chat contact is successfully created, clients must subscribe to the participant’s
|
|
13
|
-
* connection for the created chat within 5 minutes. This is achieved by invoking <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html">CreateParticipantConnection</a> with WEBSOCKET and CONNECTION_CREDENTIALS. </p>
|
|
14
|
-
*
|
|
15
|
-
* <p>A 429 error occurs in two situations:</p>
|
|
16
|
-
* <ul>
|
|
17
|
-
* <li>
|
|
18
|
-
* <p>API rate limit is exceeded. API TPS throttling returns a <code>TooManyRequests</code>
|
|
19
|
-
* exception.</p>
|
|
20
|
-
* </li>
|
|
21
|
-
* <li>
|
|
22
|
-
* <p>The <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">quota for concurrent active
|
|
23
|
-
* chats</a> is exceeded. Active chat throttling returns a
|
|
24
|
-
* <code>LimitExceededException</code>.</p>
|
|
25
|
-
* </li>
|
|
26
|
-
* </ul>
|
|
27
|
-
*
|
|
28
|
-
* <p>For more information about chat, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat.html">Chat</a> in the <i>Amazon Connect Administrator
|
|
29
|
-
* Guide</i>.</p>
|
|
30
|
-
* @example
|
|
31
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
-
* ```javascript
|
|
33
|
-
* import { ConnectClient, StartChatContactCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
34
|
-
* // const { ConnectClient, StartChatContactCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
35
|
-
* const client = new ConnectClient(config);
|
|
36
|
-
* const command = new StartChatContactCommand(input);
|
|
37
|
-
* const response = await client.send(command);
|
|
38
|
-
* ```
|
|
39
|
-
*
|
|
40
|
-
* @see {@link StartChatContactCommandInput} for command's `input` shape.
|
|
41
|
-
* @see {@link StartChatContactCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
43
|
-
*
|
|
44
|
-
*/
|
|
45
|
-
class StartChatContactCommand extends smithy_client_1.Command {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
constructor(input) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
this.input = input;
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
58
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
59
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
60
|
-
const { logger } = configuration;
|
|
61
|
-
const clientName = "ConnectClient";
|
|
62
|
-
const commandName = "StartChatContactCommand";
|
|
63
|
-
const handlerExecutionContext = {
|
|
64
|
-
logger,
|
|
65
|
-
clientName,
|
|
66
|
-
commandName,
|
|
67
|
-
inputFilterSensitiveLog: models_0_1.StartChatContactRequest.filterSensitiveLog,
|
|
68
|
-
outputFilterSensitiveLog: models_0_1.StartChatContactResponse.filterSensitiveLog,
|
|
69
|
-
};
|
|
70
|
-
const { requestHandler } = configuration;
|
|
71
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
72
|
-
}
|
|
73
|
-
serialize(input, context) {
|
|
74
|
-
return Aws_restJson1_1.serializeAws_restJson1StartChatContactCommand(input, context);
|
|
75
|
-
}
|
|
76
|
-
deserialize(output, context) {
|
|
77
|
-
return Aws_restJson1_1.deserializeAws_restJson1StartChatContactCommand(output, context);
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
exports.StartChatContactCommand = StartChatContactCommand;
|
|
81
|
-
//# sourceMappingURL=StartChatContactCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StartChatContactCommand.js","sourceRoot":"","sources":["../../../commands/StartChatContactCommand.ts"],"names":[],"mappings":";;;AACA,iDAAuF;AACvF,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,MAAa,uBAAwB,SAAQ,uBAI5C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAmC;QACtD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA8B;QAGtD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA0C,EAC1C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,eAAe,CAAC;QACnC,MAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,kCAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,mCAAwB,CAAC,kBAAkB;SACtE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAmC,EAAE,OAAuB;QAC5E,OAAO,6DAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,+DAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;CAIF;AAtDD,0DAsDC"}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartContactRecordingCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Starts recording the contact when the agent joins the call. StartContactRecording is a
|
|
10
|
-
* one-time action. For example, if you use StopContactRecording to stop recording an ongoing call,
|
|
11
|
-
* you can't use StartContactRecording to restart it. For scenarios where the recording has started
|
|
12
|
-
* and you want to suspend and resume it, such as when collecting sensitive information (for
|
|
13
|
-
* example, a credit card number), use SuspendContactRecording and ResumeContactRecording.</p>
|
|
14
|
-
* <p>You can use this API to override the recording behavior configured in the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/set-recording-behavior.html">Set recording
|
|
15
|
-
* behavior</a> block.</p>
|
|
16
|
-
* <p>Only voice recordings are supported at this time.</p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { ConnectClient, StartContactRecordingCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
21
|
-
* // const { ConnectClient, StartContactRecordingCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
22
|
-
* const client = new ConnectClient(config);
|
|
23
|
-
* const command = new StartContactRecordingCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link StartContactRecordingCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link StartContactRecordingCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
class StartContactRecordingCommand extends smithy_client_1.Command {
|
|
33
|
-
// Start section: command_properties
|
|
34
|
-
// End section: command_properties
|
|
35
|
-
constructor(input) {
|
|
36
|
-
// Start section: command_constructor
|
|
37
|
-
super();
|
|
38
|
-
this.input = input;
|
|
39
|
-
// End section: command_constructor
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
45
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
46
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
47
|
-
const { logger } = configuration;
|
|
48
|
-
const clientName = "ConnectClient";
|
|
49
|
-
const commandName = "StartContactRecordingCommand";
|
|
50
|
-
const handlerExecutionContext = {
|
|
51
|
-
logger,
|
|
52
|
-
clientName,
|
|
53
|
-
commandName,
|
|
54
|
-
inputFilterSensitiveLog: models_0_1.StartContactRecordingRequest.filterSensitiveLog,
|
|
55
|
-
outputFilterSensitiveLog: models_0_1.StartContactRecordingResponse.filterSensitiveLog,
|
|
56
|
-
};
|
|
57
|
-
const { requestHandler } = configuration;
|
|
58
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
59
|
-
}
|
|
60
|
-
serialize(input, context) {
|
|
61
|
-
return Aws_restJson1_1.serializeAws_restJson1StartContactRecordingCommand(input, context);
|
|
62
|
-
}
|
|
63
|
-
deserialize(output, context) {
|
|
64
|
-
return Aws_restJson1_1.deserializeAws_restJson1StartContactRecordingCommand(output, context);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
exports.StartContactRecordingCommand = StartContactRecordingCommand;
|
|
68
|
-
//# sourceMappingURL=StartContactRecordingCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StartContactRecordingCommand.js","sourceRoot":"","sources":["../../../commands/StartContactRecordingCommand.ts"],"names":[],"mappings":";;;AACA,iDAAiG;AACjG,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAa,4BAA6B,SAAQ,uBAIjD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAwC;QAC3D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAmC;QAG3D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA0C,EAC1C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,eAAe,CAAC;QACnC,MAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,uCAA4B,CAAC,kBAAkB;YACxE,wBAAwB,EAAE,wCAA6B,CAAC,kBAAkB;SAC3E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAwC,EAAE,OAAuB;QACjF,OAAO,kEAAkD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,oEAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;CAIF;AAtDD,oEAsDC"}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartOutboundVoiceContactCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Places an outbound call to a contact, and then initiates the contact flow. It performs the
|
|
10
|
-
* actions in the contact flow that's specified (in <code>ContactFlowId</code>).</p>
|
|
11
|
-
*
|
|
12
|
-
* <p>Agents do not initiate the outbound API, which means that they do not dial the contact. If
|
|
13
|
-
* the contact flow places an outbound call to a contact, and then puts the contact in queue, the
|
|
14
|
-
* call is then routed to the agent, like any other inbound case.</p>
|
|
15
|
-
*
|
|
16
|
-
* <p>There is a 60-second dialing timeout for this operation. If the call is not connected after
|
|
17
|
-
* 60 seconds, it fails.</p>
|
|
18
|
-
* <note>
|
|
19
|
-
* <p>UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK
|
|
20
|
-
* mobile numbers, you must submit a service quota increase request. For more information, see
|
|
21
|
-
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>. </p>
|
|
22
|
-
* </note>
|
|
23
|
-
* @example
|
|
24
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
-
* ```javascript
|
|
26
|
-
* import { ConnectClient, StartOutboundVoiceContactCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
27
|
-
* // const { ConnectClient, StartOutboundVoiceContactCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
28
|
-
* const client = new ConnectClient(config);
|
|
29
|
-
* const command = new StartOutboundVoiceContactCommand(input);
|
|
30
|
-
* const response = await client.send(command);
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
|
-
* @see {@link StartOutboundVoiceContactCommandInput} for command's `input` shape.
|
|
34
|
-
* @see {@link StartOutboundVoiceContactCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
36
|
-
*
|
|
37
|
-
*/
|
|
38
|
-
class StartOutboundVoiceContactCommand extends smithy_client_1.Command {
|
|
39
|
-
// Start section: command_properties
|
|
40
|
-
// End section: command_properties
|
|
41
|
-
constructor(input) {
|
|
42
|
-
// Start section: command_constructor
|
|
43
|
-
super();
|
|
44
|
-
this.input = input;
|
|
45
|
-
// End section: command_constructor
|
|
46
|
-
}
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
51
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
52
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
53
|
-
const { logger } = configuration;
|
|
54
|
-
const clientName = "ConnectClient";
|
|
55
|
-
const commandName = "StartOutboundVoiceContactCommand";
|
|
56
|
-
const handlerExecutionContext = {
|
|
57
|
-
logger,
|
|
58
|
-
clientName,
|
|
59
|
-
commandName,
|
|
60
|
-
inputFilterSensitiveLog: models_0_1.StartOutboundVoiceContactRequest.filterSensitiveLog,
|
|
61
|
-
outputFilterSensitiveLog: models_0_1.StartOutboundVoiceContactResponse.filterSensitiveLog,
|
|
62
|
-
};
|
|
63
|
-
const { requestHandler } = configuration;
|
|
64
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
65
|
-
}
|
|
66
|
-
serialize(input, context) {
|
|
67
|
-
return Aws_restJson1_1.serializeAws_restJson1StartOutboundVoiceContactCommand(input, context);
|
|
68
|
-
}
|
|
69
|
-
deserialize(output, context) {
|
|
70
|
-
return Aws_restJson1_1.deserializeAws_restJson1StartOutboundVoiceContactCommand(output, context);
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
exports.StartOutboundVoiceContactCommand = StartOutboundVoiceContactCommand;
|
|
74
|
-
//# sourceMappingURL=StartOutboundVoiceContactCommand.js.map
|