@aws-sdk/client-connect 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/Connect.js +1642 -0
- package/dist-cjs/ConnectClient.js +35 -0
- package/dist-cjs/commands/AssociateApprovedOriginCommand.js +36 -0
- package/dist-cjs/commands/AssociateBotCommand.js +36 -0
- package/dist-cjs/commands/AssociateInstanceStorageConfigCommand.js +36 -0
- package/dist-cjs/commands/AssociateLambdaFunctionCommand.js +36 -0
- package/dist-cjs/commands/AssociateLexBotCommand.js +36 -0
- package/dist-cjs/commands/AssociateQueueQuickConnectsCommand.js +36 -0
- package/dist-cjs/commands/AssociateRoutingProfileQueuesCommand.js +36 -0
- package/dist-cjs/commands/AssociateSecurityKeyCommand.js +36 -0
- package/dist-cjs/commands/CreateAgentStatusCommand.js +36 -0
- package/dist-cjs/commands/CreateContactFlowCommand.js +36 -0
- package/dist-cjs/commands/CreateHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/CreateInstanceCommand.js +36 -0
- package/dist-cjs/commands/CreateIntegrationAssociationCommand.js +36 -0
- package/dist-cjs/commands/CreateQueueCommand.js +36 -0
- package/dist-cjs/commands/CreateQuickConnectCommand.js +36 -0
- package/dist-cjs/commands/CreateRoutingProfileCommand.js +36 -0
- package/dist-cjs/commands/CreateUseCaseCommand.js +36 -0
- package/dist-cjs/commands/CreateUserCommand.js +36 -0
- package/dist-cjs/commands/CreateUserHierarchyGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/DeleteInstanceCommand.js +36 -0
- package/dist-cjs/commands/DeleteIntegrationAssociationCommand.js +36 -0
- package/dist-cjs/commands/DeleteQuickConnectCommand.js +36 -0
- package/dist-cjs/commands/DeleteUseCaseCommand.js +36 -0
- package/dist-cjs/commands/DeleteUserCommand.js +36 -0
- package/dist-cjs/commands/DeleteUserHierarchyGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeAgentStatusCommand.js +36 -0
- package/dist-cjs/commands/DescribeContactFlowCommand.js +36 -0
- package/dist-cjs/commands/DescribeHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/DescribeInstanceAttributeCommand.js +36 -0
- package/dist-cjs/commands/DescribeInstanceCommand.js +36 -0
- package/dist-cjs/commands/DescribeInstanceStorageConfigCommand.js +36 -0
- package/dist-cjs/commands/DescribeQueueCommand.js +36 -0
- package/dist-cjs/commands/DescribeQuickConnectCommand.js +36 -0
- package/dist-cjs/commands/DescribeRoutingProfileCommand.js +36 -0
- package/dist-cjs/commands/DescribeUserCommand.js +36 -0
- package/dist-cjs/commands/DescribeUserHierarchyGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeUserHierarchyStructureCommand.js +36 -0
- package/dist-cjs/commands/DisassociateApprovedOriginCommand.js +36 -0
- package/dist-cjs/commands/DisassociateBotCommand.js +36 -0
- package/dist-cjs/commands/DisassociateInstanceStorageConfigCommand.js +36 -0
- package/dist-cjs/commands/DisassociateLambdaFunctionCommand.js +36 -0
- package/dist-cjs/commands/DisassociateLexBotCommand.js +36 -0
- package/dist-cjs/commands/DisassociateQueueQuickConnectsCommand.js +36 -0
- package/dist-cjs/commands/DisassociateRoutingProfileQueuesCommand.js +36 -0
- package/dist-cjs/commands/DisassociateSecurityKeyCommand.js +36 -0
- package/dist-cjs/commands/GetContactAttributesCommand.js +36 -0
- package/dist-cjs/commands/GetCurrentMetricDataCommand.js +36 -0
- package/dist-cjs/commands/GetFederationTokenCommand.js +36 -0
- package/dist-cjs/commands/GetMetricDataCommand.js +36 -0
- package/dist-cjs/commands/ListAgentStatusesCommand.js +36 -0
- package/dist-cjs/commands/ListApprovedOriginsCommand.js +36 -0
- package/dist-cjs/commands/ListBotsCommand.js +36 -0
- package/dist-cjs/commands/ListContactFlowsCommand.js +36 -0
- package/dist-cjs/commands/ListHoursOfOperationsCommand.js +36 -0
- package/dist-cjs/commands/ListInstanceAttributesCommand.js +36 -0
- package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js +36 -0
- package/dist-cjs/commands/ListInstancesCommand.js +36 -0
- package/dist-cjs/commands/ListIntegrationAssociationsCommand.js +36 -0
- package/dist-cjs/commands/ListLambdaFunctionsCommand.js +36 -0
- package/dist-cjs/commands/ListLexBotsCommand.js +36 -0
- package/dist-cjs/commands/ListPhoneNumbersCommand.js +36 -0
- package/dist-cjs/commands/ListPromptsCommand.js +36 -0
- package/dist-cjs/commands/ListQueueQuickConnectsCommand.js +36 -0
- package/dist-cjs/commands/ListQueuesCommand.js +36 -0
- package/dist-cjs/commands/ListQuickConnectsCommand.js +36 -0
- package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js +36 -0
- package/dist-cjs/commands/ListRoutingProfilesCommand.js +36 -0
- package/dist-cjs/commands/ListSecurityKeysCommand.js +36 -0
- package/dist-cjs/commands/ListSecurityProfilesCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ListUseCasesCommand.js +36 -0
- package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListUsersCommand.js +36 -0
- package/dist-cjs/commands/ResumeContactRecordingCommand.js +36 -0
- package/dist-cjs/commands/StartChatContactCommand.js +36 -0
- package/dist-cjs/commands/StartContactRecordingCommand.js +36 -0
- package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +36 -0
- package/dist-cjs/commands/StartTaskContactCommand.js +36 -0
- package/dist-cjs/commands/StopContactCommand.js +36 -0
- package/dist-cjs/commands/StopContactRecordingCommand.js +36 -0
- package/dist-cjs/commands/SuspendContactRecordingCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactAttributesCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowContentCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +36 -0
- package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueStatusCommand.js +36 -0
- package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +36 -0
- package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +36 -0
- package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserHierarchyCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js +36 -0
- package/dist-cjs/endpoints.js +56 -0
- package/dist-cjs/index.js +141 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +2021 -0
- package/dist-cjs/pagination/GetCurrentMetricDataPaginator.js +35 -0
- package/dist-cjs/pagination/GetMetricDataPaginator.js +35 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAgentStatusesPaginator.js +35 -0
- package/dist-cjs/pagination/ListApprovedOriginsPaginator.js +35 -0
- package/dist-cjs/pagination/ListBotsPaginator.js +35 -0
- package/dist-cjs/pagination/ListContactFlowsPaginator.js +35 -0
- package/dist-cjs/pagination/ListHoursOfOperationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListInstanceAttributesPaginator.js +35 -0
- package/dist-cjs/pagination/ListInstanceStorageConfigsPaginator.js +35 -0
- package/dist-cjs/pagination/ListInstancesPaginator.js +35 -0
- package/dist-cjs/pagination/ListIntegrationAssociationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListLambdaFunctionsPaginator.js +35 -0
- package/dist-cjs/pagination/ListLexBotsPaginator.js +35 -0
- package/dist-cjs/pagination/ListPhoneNumbersPaginator.js +35 -0
- package/dist-cjs/pagination/ListPromptsPaginator.js +35 -0
- package/dist-cjs/pagination/ListQueueQuickConnectsPaginator.js +35 -0
- package/dist-cjs/pagination/ListQueuesPaginator.js +35 -0
- package/dist-cjs/pagination/ListQuickConnectsPaginator.js +35 -0
- package/dist-cjs/pagination/ListRoutingProfileQueuesPaginator.js +35 -0
- package/dist-cjs/pagination/ListRoutingProfilesPaginator.js +35 -0
- package/dist-cjs/pagination/ListSecurityKeysPaginator.js +35 -0
- package/dist-cjs/pagination/ListSecurityProfilesPaginator.js +35 -0
- package/dist-cjs/pagination/ListUseCasesPaginator.js +35 -0
- package/dist-cjs/pagination/ListUserHierarchyGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListUsersPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_restJson1.js +14360 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/Connect.js +1645 -0
- package/dist-es/ConnectClient.js +37 -0
- package/dist-es/commands/AssociateApprovedOriginCommand.js +39 -0
- package/dist-es/commands/AssociateBotCommand.js +39 -0
- package/dist-es/commands/AssociateInstanceStorageConfigCommand.js +39 -0
- package/dist-es/commands/AssociateLambdaFunctionCommand.js +39 -0
- package/dist-es/commands/AssociateLexBotCommand.js +39 -0
- package/dist-es/commands/AssociateQueueQuickConnectsCommand.js +39 -0
- package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js +39 -0
- package/dist-es/commands/AssociateSecurityKeyCommand.js +39 -0
- package/dist-es/commands/CreateAgentStatusCommand.js +39 -0
- package/dist-es/commands/CreateContactFlowCommand.js +39 -0
- package/dist-es/commands/CreateHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/CreateInstanceCommand.js +39 -0
- package/dist-es/commands/CreateIntegrationAssociationCommand.js +39 -0
- package/dist-es/commands/CreateQueueCommand.js +39 -0
- package/dist-es/commands/CreateQuickConnectCommand.js +39 -0
- package/dist-es/commands/CreateRoutingProfileCommand.js +39 -0
- package/dist-es/commands/CreateUseCaseCommand.js +39 -0
- package/dist-es/commands/CreateUserCommand.js +39 -0
- package/dist-es/commands/CreateUserHierarchyGroupCommand.js +39 -0
- package/dist-es/commands/DeleteHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/DeleteInstanceCommand.js +39 -0
- package/dist-es/commands/DeleteIntegrationAssociationCommand.js +39 -0
- package/dist-es/commands/DeleteQuickConnectCommand.js +39 -0
- package/dist-es/commands/DeleteUseCaseCommand.js +39 -0
- package/dist-es/commands/DeleteUserCommand.js +39 -0
- package/dist-es/commands/DeleteUserHierarchyGroupCommand.js +39 -0
- package/dist-es/commands/DescribeAgentStatusCommand.js +39 -0
- package/dist-es/commands/DescribeContactFlowCommand.js +39 -0
- package/dist-es/commands/DescribeHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/DescribeInstanceAttributeCommand.js +39 -0
- package/dist-es/commands/DescribeInstanceCommand.js +39 -0
- package/dist-es/commands/DescribeInstanceStorageConfigCommand.js +39 -0
- package/dist-es/commands/DescribeQueueCommand.js +39 -0
- package/dist-es/commands/DescribeQuickConnectCommand.js +39 -0
- package/dist-es/commands/DescribeRoutingProfileCommand.js +39 -0
- package/dist-es/commands/DescribeUserCommand.js +39 -0
- package/dist-es/commands/DescribeUserHierarchyGroupCommand.js +39 -0
- package/dist-es/commands/DescribeUserHierarchyStructureCommand.js +39 -0
- package/dist-es/commands/DisassociateApprovedOriginCommand.js +39 -0
- package/dist-es/commands/DisassociateBotCommand.js +39 -0
- package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js +39 -0
- package/dist-es/commands/DisassociateLambdaFunctionCommand.js +39 -0
- package/dist-es/commands/DisassociateLexBotCommand.js +39 -0
- package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js +39 -0
- package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js +39 -0
- package/dist-es/commands/DisassociateSecurityKeyCommand.js +39 -0
- package/dist-es/commands/GetContactAttributesCommand.js +39 -0
- package/dist-es/commands/GetCurrentMetricDataCommand.js +39 -0
- package/dist-es/commands/GetFederationTokenCommand.js +39 -0
- package/dist-es/commands/GetMetricDataCommand.js +39 -0
- package/dist-es/commands/ListAgentStatusesCommand.js +39 -0
- package/dist-es/commands/ListApprovedOriginsCommand.js +39 -0
- package/dist-es/commands/ListBotsCommand.js +39 -0
- package/dist-es/commands/ListContactFlowsCommand.js +39 -0
- package/dist-es/commands/ListHoursOfOperationsCommand.js +39 -0
- package/dist-es/commands/ListInstanceAttributesCommand.js +39 -0
- package/dist-es/commands/ListInstanceStorageConfigsCommand.js +39 -0
- package/dist-es/commands/ListInstancesCommand.js +39 -0
- package/dist-es/commands/ListIntegrationAssociationsCommand.js +39 -0
- package/dist-es/commands/ListLambdaFunctionsCommand.js +39 -0
- package/dist-es/commands/ListLexBotsCommand.js +39 -0
- package/dist-es/commands/ListPhoneNumbersCommand.js +39 -0
- package/dist-es/commands/ListPromptsCommand.js +39 -0
- package/dist-es/commands/ListQueueQuickConnectsCommand.js +39 -0
- package/dist-es/commands/ListQueuesCommand.js +39 -0
- package/dist-es/commands/ListQuickConnectsCommand.js +39 -0
- package/dist-es/commands/ListRoutingProfileQueuesCommand.js +39 -0
- package/dist-es/commands/ListRoutingProfilesCommand.js +39 -0
- package/dist-es/commands/ListSecurityKeysCommand.js +39 -0
- package/dist-es/commands/ListSecurityProfilesCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListUseCasesCommand.js +39 -0
- package/dist-es/commands/ListUserHierarchyGroupsCommand.js +39 -0
- package/dist-es/commands/ListUsersCommand.js +39 -0
- package/dist-es/commands/ResumeContactRecordingCommand.js +39 -0
- package/dist-es/commands/StartChatContactCommand.js +39 -0
- package/dist-es/commands/StartContactRecordingCommand.js +39 -0
- package/dist-es/commands/StartOutboundVoiceContactCommand.js +39 -0
- package/dist-es/commands/StartTaskContactCommand.js +39 -0
- package/dist-es/commands/StopContactCommand.js +39 -0
- package/dist-es/commands/StopContactRecordingCommand.js +39 -0
- package/dist-es/commands/SuspendContactRecordingCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateAgentStatusCommand.js +39 -0
- package/dist-es/commands/UpdateContactAttributesCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowContentCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowNameCommand.js +39 -0
- package/dist-es/commands/UpdateHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/UpdateInstanceAttributeCommand.js +39 -0
- package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +39 -0
- package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +39 -0
- package/dist-es/commands/UpdateQueueMaxContactsCommand.js +39 -0
- package/dist-es/commands/UpdateQueueNameCommand.js +39 -0
- package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +39 -0
- package/dist-es/commands/UpdateQueueStatusCommand.js +39 -0
- package/dist-es/commands/UpdateQuickConnectConfigCommand.js +39 -0
- package/dist-es/commands/UpdateQuickConnectNameCommand.js +39 -0
- package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +39 -0
- package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +39 -0
- package/dist-es/commands/UpdateRoutingProfileNameCommand.js +39 -0
- package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +39 -0
- package/dist-es/commands/UpdateUserHierarchyCommand.js +39 -0
- package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +39 -0
- package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +39 -0
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +39 -0
- package/dist-es/commands/UpdateUserPhoneConfigCommand.js +39 -0
- package/dist-es/commands/UpdateUserRoutingProfileCommand.js +39 -0
- package/dist-es/commands/UpdateUserSecurityProfilesCommand.js +39 -0
- package/dist-es/endpoints.js +52 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1492 -0
- package/dist-es/pagination/GetCurrentMetricDataPaginator.js +74 -0
- package/dist-es/pagination/GetMetricDataPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAgentStatusesPaginator.js +74 -0
- package/dist-es/pagination/ListApprovedOriginsPaginator.js +74 -0
- package/dist-es/pagination/ListBotsPaginator.js +74 -0
- package/dist-es/pagination/ListContactFlowsPaginator.js +74 -0
- package/dist-es/pagination/ListHoursOfOperationsPaginator.js +74 -0
- package/dist-es/pagination/ListInstanceAttributesPaginator.js +74 -0
- package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js +74 -0
- package/dist-es/pagination/ListInstancesPaginator.js +74 -0
- package/dist-es/pagination/ListIntegrationAssociationsPaginator.js +74 -0
- package/dist-es/pagination/ListLambdaFunctionsPaginator.js +74 -0
- package/dist-es/pagination/ListLexBotsPaginator.js +74 -0
- package/dist-es/pagination/ListPhoneNumbersPaginator.js +74 -0
- package/dist-es/pagination/ListPromptsPaginator.js +74 -0
- package/dist-es/pagination/ListQueueQuickConnectsPaginator.js +74 -0
- package/dist-es/pagination/ListQueuesPaginator.js +74 -0
- package/dist-es/pagination/ListQuickConnectsPaginator.js +74 -0
- package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js +74 -0
- package/dist-es/pagination/ListRoutingProfilesPaginator.js +74 -0
- package/dist-es/pagination/ListSecurityKeysPaginator.js +74 -0
- package/dist-es/pagination/ListSecurityProfilesPaginator.js +74 -0
- package/dist-es/pagination/ListUseCasesPaginator.js +74 -0
- package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListUsersPaginator.js +74 -0
- package/dist-es/protocols/Aws_restJson1.js +15952 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/Connect.d.ts +1008 -0
- package/dist-types/ConnectClient.d.ts +256 -0
- package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +36 -0
- package/dist-types/commands/AssociateBotCommand.d.ts +36 -0
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -0
- package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +36 -0
- package/dist-types/commands/AssociateLexBotCommand.d.ts +36 -0
- package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +36 -0
- package/dist-types/commands/CreateAgentStatusCommand.d.ts +36 -0
- package/dist-types/commands/CreateContactFlowCommand.d.ts +37 -0
- package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/CreateInstanceCommand.d.ts +41 -0
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +35 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +36 -0
- package/dist-types/commands/CreateQuickConnectCommand.d.ts +35 -0
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +35 -0
- package/dist-types/commands/CreateUseCaseCommand.d.ts +35 -0
- package/dist-types/commands/CreateUserCommand.d.ts +37 -0
- package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/DeleteInstanceCommand.d.ts +39 -0
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +36 -0
- package/dist-types/commands/DeleteQuickConnectCommand.d.ts +35 -0
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +35 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +38 -0
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +36 -0
- package/dist-types/commands/DescribeContactFlowCommand.d.ts +37 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInstanceCommand.d.ts +40 -0
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +37 -0
- package/dist-types/commands/DescribeQueueCommand.d.ts +36 -0
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +35 -0
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +35 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +37 -0
- package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +35 -0
- package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateBotCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +36 -0
- package/dist-types/commands/GetContactAttributesCommand.d.ts +35 -0
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +37 -0
- package/dist-types/commands/GetFederationTokenCommand.d.ts +43 -0
- package/dist-types/commands/GetMetricDataCommand.d.ts +38 -0
- package/dist-types/commands/ListAgentStatusesCommand.d.ts +36 -0
- package/dist-types/commands/ListApprovedOriginsCommand.d.ts +36 -0
- package/dist-types/commands/ListBotsCommand.d.ts +37 -0
- package/dist-types/commands/ListContactFlowsCommand.d.ts +39 -0
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +37 -0
- package/dist-types/commands/ListInstanceAttributesCommand.d.ts +36 -0
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +38 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +38 -0
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +36 -0
- package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +37 -0
- package/dist-types/commands/ListLexBotsCommand.d.ts +37 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +37 -0
- package/dist-types/commands/ListPromptsCommand.d.ts +35 -0
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +41 -0
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +35 -0
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +38 -0
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +36 -0
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +38 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/dist-types/commands/ListUseCasesCommand.d.ts +35 -0
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +38 -0
- package/dist-types/commands/ListUsersCommand.d.ts +35 -0
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +38 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +55 -0
- package/dist-types/commands/StartContactRecordingCommand.d.ts +42 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +53 -0
- package/dist-types/commands/StartTaskContactCommand.d.ts +35 -0
- package/dist-types/commands/StopContactCommand.d.ts +35 -0
- package/dist-types/commands/StopContactRecordingCommand.d.ts +41 -0
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +40 -0
- package/dist-types/commands/TagResourceCommand.d.ts +39 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +36 -0
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +54 -0
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +37 -0
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +37 -0
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +36 -0
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +37 -0
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -0
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +35 -0
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +36 -0
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +36 -0
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +43 -0
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/dist-types/models/models_0.d.ts +6152 -0
- package/dist-types/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
- package/dist-types/pagination/GetMetricDataPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAgentStatusesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBotsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListContactFlowsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLexBotsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPromptsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQueuesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSecurityKeysPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUseCasesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUsersPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +329 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Connect.d.ts +550 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +176 -0
- package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3598 -0
- package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +329 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +45 -42
- package/Connect.ts +0 -4166
- package/ConnectClient.ts +0 -784
- package/commands/AssociateApprovedOriginCommand.ts +0 -95
- package/commands/AssociateBotCommand.ts +0 -95
- package/commands/AssociateInstanceStorageConfigCommand.ts +0 -108
- package/commands/AssociateLambdaFunctionCommand.ts +0 -95
- package/commands/AssociateLexBotCommand.ts +0 -95
- package/commands/AssociateQueueQuickConnectsCommand.ts +0 -98
- package/commands/AssociateRoutingProfileQueuesCommand.ts +0 -97
- package/commands/AssociateSecurityKeyCommand.ts +0 -95
- package/commands/CreateAgentStatusCommand.ts +0 -95
- package/commands/CreateContactFlowCommand.ts +0 -96
- package/commands/CreateHoursOfOperationCommand.ts +0 -95
- package/commands/CreateInstanceCommand.ts +0 -100
- package/commands/CreateIntegrationAssociationCommand.ts +0 -99
- package/commands/CreateQueueCommand.ts +0 -95
- package/commands/CreateQuickConnectCommand.ts +0 -94
- package/commands/CreateRoutingProfileCommand.ts +0 -94
- package/commands/CreateUseCaseCommand.ts +0 -94
- package/commands/CreateUserCommand.ts +0 -96
- package/commands/CreateUserHierarchyGroupCommand.ts +0 -94
- package/commands/DeleteHoursOfOperationCommand.ts +0 -95
- package/commands/DeleteInstanceCommand.ts +0 -98
- package/commands/DeleteIntegrationAssociationCommand.ts +0 -98
- package/commands/DeleteQuickConnectCommand.ts +0 -94
- package/commands/DeleteUseCaseCommand.ts +0 -94
- package/commands/DeleteUserCommand.ts +0 -97
- package/commands/DeleteUserHierarchyGroupCommand.ts +0 -95
- package/commands/DescribeAgentStatusCommand.ts +0 -95
- package/commands/DescribeContactFlowCommand.ts +0 -96
- package/commands/DescribeHoursOfOperationCommand.ts +0 -95
- package/commands/DescribeInstanceAttributeCommand.ts +0 -98
- package/commands/DescribeInstanceCommand.ts +0 -99
- package/commands/DescribeInstanceStorageConfigCommand.ts +0 -101
- package/commands/DescribeQueueCommand.ts +0 -95
- package/commands/DescribeQuickConnectCommand.ts +0 -94
- package/commands/DescribeRoutingProfileCommand.ts +0 -94
- package/commands/DescribeUserCommand.ts +0 -96
- package/commands/DescribeUserHierarchyGroupCommand.ts +0 -97
- package/commands/DescribeUserHierarchyStructureCommand.ts +0 -102
- package/commands/DisassociateApprovedOriginCommand.ts +0 -98
- package/commands/DisassociateBotCommand.ts +0 -96
- package/commands/DisassociateInstanceStorageConfigCommand.ts +0 -102
- package/commands/DisassociateLambdaFunctionCommand.ts +0 -99
- package/commands/DisassociateLexBotCommand.ts +0 -95
- package/commands/DisassociateQueueQuickConnectsCommand.ts +0 -101
- package/commands/DisassociateRoutingProfileQueuesCommand.ts +0 -100
- package/commands/DisassociateSecurityKeyCommand.ts +0 -95
- package/commands/GetContactAttributesCommand.ts +0 -94
- package/commands/GetCurrentMetricDataCommand.ts +0 -96
- package/commands/GetFederationTokenCommand.ts +0 -102
- package/commands/GetMetricDataCommand.ts +0 -97
- package/commands/ListAgentStatusesCommand.ts +0 -95
- package/commands/ListApprovedOriginsCommand.ts +0 -95
- package/commands/ListBotsCommand.ts +0 -96
- package/commands/ListContactFlowsCommand.ts +0 -98
- package/commands/ListHoursOfOperationsCommand.ts +0 -96
- package/commands/ListInstanceAttributesCommand.ts +0 -95
- package/commands/ListInstanceStorageConfigsCommand.ts +0 -100
- package/commands/ListInstancesCommand.ts +0 -97
- package/commands/ListIntegrationAssociationsCommand.ts +0 -100
- package/commands/ListLambdaFunctionsCommand.ts +0 -96
- package/commands/ListLexBotsCommand.ts +0 -96
- package/commands/ListPhoneNumbersCommand.ts +0 -96
- package/commands/ListPromptsCommand.ts +0 -94
- package/commands/ListQueueQuickConnectsCommand.ts +0 -95
- package/commands/ListQueuesCommand.ts +0 -100
- package/commands/ListQuickConnectsCommand.ts +0 -94
- package/commands/ListRoutingProfileQueuesCommand.ts +0 -94
- package/commands/ListRoutingProfilesCommand.ts +0 -97
- package/commands/ListSecurityKeysCommand.ts +0 -95
- package/commands/ListSecurityProfilesCommand.ts +0 -97
- package/commands/ListTagsForResourceCommand.ts +0 -96
- package/commands/ListUseCasesCommand.ts +0 -94
- package/commands/ListUserHierarchyGroupsCommand.ts +0 -97
- package/commands/ListUsersCommand.ts +0 -94
- package/commands/ResumeContactRecordingCommand.ts +0 -97
- package/commands/StartChatContactCommand.ts +0 -114
- package/commands/StartContactRecordingCommand.ts +0 -101
- package/commands/StartOutboundVoiceContactCommand.ts +0 -110
- package/commands/StartTaskContactCommand.ts +0 -94
- package/commands/StopContactCommand.ts +0 -94
- package/commands/StopContactRecordingCommand.ts +0 -100
- package/commands/SuspendContactRecordingCommand.ts +0 -99
- package/commands/TagResourceCommand.ts +0 -98
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateAgentStatusCommand.ts +0 -95
- package/commands/UpdateContactAttributesCommand.ts +0 -113
- package/commands/UpdateContactFlowContentCommand.ts +0 -96
- package/commands/UpdateContactFlowNameCommand.ts +0 -96
- package/commands/UpdateHoursOfOperationCommand.ts +0 -95
- package/commands/UpdateInstanceAttributeCommand.ts +0 -95
- package/commands/UpdateInstanceStorageConfigCommand.ts +0 -98
- package/commands/UpdateQueueHoursOfOperationCommand.ts +0 -98
- package/commands/UpdateQueueMaxContactsCommand.ts +0 -96
- package/commands/UpdateQueueNameCommand.ts +0 -95
- package/commands/UpdateQueueOutboundCallerConfigCommand.ts +0 -102
- package/commands/UpdateQueueStatusCommand.ts +0 -95
- package/commands/UpdateQuickConnectConfigCommand.ts +0 -94
- package/commands/UpdateQuickConnectNameCommand.ts +0 -94
- package/commands/UpdateRoutingProfileConcurrencyCommand.ts +0 -101
- package/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts +0 -104
- package/commands/UpdateRoutingProfileNameCommand.ts +0 -95
- package/commands/UpdateRoutingProfileQueuesCommand.ts +0 -97
- package/commands/UpdateUserHierarchyCommand.ts +0 -94
- package/commands/UpdateUserHierarchyGroupNameCommand.ts +0 -97
- package/commands/UpdateUserHierarchyStructureCommand.ts +0 -97
- package/commands/UpdateUserIdentityInfoCommand.ts +0 -102
- package/commands/UpdateUserPhoneConfigCommand.ts +0 -94
- package/commands/UpdateUserRoutingProfileCommand.ts +0 -94
- package/commands/UpdateUserSecurityProfilesCommand.ts +0 -97
- package/dist/cjs/Connect.js +0 -1661
- package/dist/cjs/Connect.js.map +0 -1
- package/dist/cjs/ConnectClient.js +0 -59
- package/dist/cjs/ConnectClient.js.map +0 -1
- package/dist/cjs/commands/AssociateApprovedOriginCommand.js +0 -62
- package/dist/cjs/commands/AssociateApprovedOriginCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateBotCommand.js +0 -62
- package/dist/cjs/commands/AssociateBotCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateInstanceStorageConfigCommand.js +0 -67
- package/dist/cjs/commands/AssociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateLambdaFunctionCommand.js +0 -62
- package/dist/cjs/commands/AssociateLambdaFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateLexBotCommand.js +0 -62
- package/dist/cjs/commands/AssociateLexBotCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateQueueQuickConnectsCommand.js +0 -62
- package/dist/cjs/commands/AssociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/AssociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateSecurityKeyCommand.js +0 -62
- package/dist/cjs/commands/AssociateSecurityKeyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAgentStatusCommand.js +0 -62
- package/dist/cjs/commands/CreateAgentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/CreateContactFlowCommand.js +0 -63
- package/dist/cjs/commands/CreateContactFlowCommand.js.map +0 -1
- package/dist/cjs/commands/CreateHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/CreateHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInstanceCommand.js +0 -67
- package/dist/cjs/commands/CreateInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateIntegrationAssociationCommand.js +0 -61
- package/dist/cjs/commands/CreateIntegrationAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateQueueCommand.js +0 -62
- package/dist/cjs/commands/CreateQueueCommand.js.map +0 -1
- package/dist/cjs/commands/CreateQuickConnectCommand.js +0 -61
- package/dist/cjs/commands/CreateQuickConnectCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRoutingProfileCommand.js +0 -61
- package/dist/cjs/commands/CreateRoutingProfileCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUseCaseCommand.js +0 -61
- package/dist/cjs/commands/CreateUseCaseCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserCommand.js +0 -63
- package/dist/cjs/commands/CreateUserCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserHierarchyGroupCommand.js +0 -61
- package/dist/cjs/commands/CreateUserHierarchyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/DeleteHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInstanceCommand.js +0 -65
- package/dist/cjs/commands/DeleteInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteIntegrationAssociationCommand.js +0 -62
- package/dist/cjs/commands/DeleteIntegrationAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteQuickConnectCommand.js +0 -61
- package/dist/cjs/commands/DeleteQuickConnectCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUseCaseCommand.js +0 -61
- package/dist/cjs/commands/DeleteUseCaseCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserCommand.js +0 -64
- package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserHierarchyGroupCommand.js +0 -62
- package/dist/cjs/commands/DeleteUserHierarchyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAgentStatusCommand.js +0 -62
- package/dist/cjs/commands/DescribeAgentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeContactFlowCommand.js +0 -63
- package/dist/cjs/commands/DescribeContactFlowCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/DescribeHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceAttributeCommand.js +0 -62
- package/dist/cjs/commands/DescribeInstanceAttributeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceCommand.js +0 -66
- package/dist/cjs/commands/DescribeInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceStorageConfigCommand.js +0 -63
- package/dist/cjs/commands/DescribeInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeQueueCommand.js +0 -62
- package/dist/cjs/commands/DescribeQueueCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeQuickConnectCommand.js +0 -61
- package/dist/cjs/commands/DescribeQuickConnectCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRoutingProfileCommand.js +0 -61
- package/dist/cjs/commands/DescribeRoutingProfileCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserCommand.js +0 -63
- package/dist/cjs/commands/DescribeUserCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserHierarchyGroupCommand.js +0 -61
- package/dist/cjs/commands/DescribeUserHierarchyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserHierarchyStructureCommand.js +0 -61
- package/dist/cjs/commands/DescribeUserHierarchyStructureCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateApprovedOriginCommand.js +0 -62
- package/dist/cjs/commands/DisassociateApprovedOriginCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateBotCommand.js +0 -63
- package/dist/cjs/commands/DisassociateBotCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateInstanceStorageConfigCommand.js +0 -63
- package/dist/cjs/commands/DisassociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateLambdaFunctionCommand.js +0 -63
- package/dist/cjs/commands/DisassociateLambdaFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateLexBotCommand.js +0 -62
- package/dist/cjs/commands/DisassociateLexBotCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateQueueQuickConnectsCommand.js +0 -62
- package/dist/cjs/commands/DisassociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/DisassociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateSecurityKeyCommand.js +0 -62
- package/dist/cjs/commands/DisassociateSecurityKeyCommand.js.map +0 -1
- package/dist/cjs/commands/GetContactAttributesCommand.js +0 -61
- package/dist/cjs/commands/GetContactAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/GetCurrentMetricDataCommand.js +0 -63
- package/dist/cjs/commands/GetCurrentMetricDataCommand.js.map +0 -1
- package/dist/cjs/commands/GetFederationTokenCommand.js +0 -69
- package/dist/cjs/commands/GetFederationTokenCommand.js.map +0 -1
- package/dist/cjs/commands/GetMetricDataCommand.js +0 -64
- package/dist/cjs/commands/GetMetricDataCommand.js.map +0 -1
- package/dist/cjs/commands/ListAgentStatusesCommand.js +0 -62
- package/dist/cjs/commands/ListAgentStatusesCommand.js.map +0 -1
- package/dist/cjs/commands/ListApprovedOriginsCommand.js +0 -62
- package/dist/cjs/commands/ListApprovedOriginsCommand.js.map +0 -1
- package/dist/cjs/commands/ListBotsCommand.js +0 -63
- package/dist/cjs/commands/ListBotsCommand.js.map +0 -1
- package/dist/cjs/commands/ListContactFlowsCommand.js +0 -65
- package/dist/cjs/commands/ListContactFlowsCommand.js.map +0 -1
- package/dist/cjs/commands/ListHoursOfOperationsCommand.js +0 -63
- package/dist/cjs/commands/ListHoursOfOperationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstanceAttributesCommand.js +0 -62
- package/dist/cjs/commands/ListInstanceAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstanceStorageConfigsCommand.js +0 -64
- package/dist/cjs/commands/ListInstanceStorageConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstancesCommand.js +0 -64
- package/dist/cjs/commands/ListInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ListIntegrationAssociationsCommand.js +0 -62
- package/dist/cjs/commands/ListIntegrationAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLambdaFunctionsCommand.js +0 -63
- package/dist/cjs/commands/ListLambdaFunctionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLexBotsCommand.js +0 -63
- package/dist/cjs/commands/ListLexBotsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPhoneNumbersCommand.js +0 -63
- package/dist/cjs/commands/ListPhoneNumbersCommand.js.map +0 -1
- package/dist/cjs/commands/ListPromptsCommand.js +0 -61
- package/dist/cjs/commands/ListPromptsCommand.js.map +0 -1
- package/dist/cjs/commands/ListQueueQuickConnectsCommand.js +0 -62
- package/dist/cjs/commands/ListQueueQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/ListQueuesCommand.js +0 -67
- package/dist/cjs/commands/ListQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/ListQuickConnectsCommand.js +0 -61
- package/dist/cjs/commands/ListQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/ListRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/ListRoutingProfilesCommand.js +0 -64
- package/dist/cjs/commands/ListRoutingProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListSecurityKeysCommand.js +0 -62
- package/dist/cjs/commands/ListSecurityKeysCommand.js.map +0 -1
- package/dist/cjs/commands/ListSecurityProfilesCommand.js +0 -64
- package/dist/cjs/commands/ListSecurityProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -63
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListUseCasesCommand.js +0 -61
- package/dist/cjs/commands/ListUseCasesCommand.js.map +0 -1
- package/dist/cjs/commands/ListUserHierarchyGroupsCommand.js +0 -64
- package/dist/cjs/commands/ListUserHierarchyGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListUsersCommand.js +0 -61
- package/dist/cjs/commands/ListUsersCommand.js.map +0 -1
- package/dist/cjs/commands/ResumeContactRecordingCommand.js +0 -64
- package/dist/cjs/commands/ResumeContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/StartChatContactCommand.js +0 -81
- package/dist/cjs/commands/StartChatContactCommand.js.map +0 -1
- package/dist/cjs/commands/StartContactRecordingCommand.js +0 -68
- package/dist/cjs/commands/StartContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/StartOutboundVoiceContactCommand.js +0 -74
- package/dist/cjs/commands/StartOutboundVoiceContactCommand.js.map +0 -1
- package/dist/cjs/commands/StartTaskContactCommand.js +0 -61
- package/dist/cjs/commands/StartTaskContactCommand.js.map +0 -1
- package/dist/cjs/commands/StopContactCommand.js +0 -61
- package/dist/cjs/commands/StopContactCommand.js.map +0 -1
- package/dist/cjs/commands/StopContactRecordingCommand.js +0 -67
- package/dist/cjs/commands/StopContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/SuspendContactRecordingCommand.js +0 -66
- package/dist/cjs/commands/SuspendContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -65
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAgentStatusCommand.js +0 -62
- package/dist/cjs/commands/UpdateAgentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateContactAttributesCommand.js +0 -80
- package/dist/cjs/commands/UpdateContactAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateContactFlowContentCommand.js +0 -63
- package/dist/cjs/commands/UpdateContactFlowContentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateContactFlowNameCommand.js +0 -63
- package/dist/cjs/commands/UpdateContactFlowNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/UpdateHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInstanceAttributeCommand.js +0 -62
- package/dist/cjs/commands/UpdateInstanceAttributeCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInstanceStorageConfigCommand.js +0 -62
- package/dist/cjs/commands/UpdateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/UpdateQueueHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueMaxContactsCommand.js +0 -63
- package/dist/cjs/commands/UpdateQueueMaxContactsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueNameCommand.js +0 -62
- package/dist/cjs/commands/UpdateQueueNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +0 -63
- package/dist/cjs/commands/UpdateQueueOutboundCallerConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueStatusCommand.js +0 -62
- package/dist/cjs/commands/UpdateQueueStatusCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQuickConnectConfigCommand.js +0 -61
- package/dist/cjs/commands/UpdateQuickConnectConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQuickConnectNameCommand.js +0 -61
- package/dist/cjs/commands/UpdateQuickConnectNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +0 -62
- package/dist/cjs/commands/UpdateRoutingProfileConcurrencyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +0 -61
- package/dist/cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileNameCommand.js +0 -62
- package/dist/cjs/commands/UpdateRoutingProfileNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/UpdateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserHierarchyCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserHierarchyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserHierarchyGroupNameCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserHierarchyGroupNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserHierarchyStructureCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserHierarchyStructureCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserIdentityInfoCommand.js +0 -69
- package/dist/cjs/commands/UpdateUserIdentityInfoCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserPhoneConfigCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserPhoneConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserRoutingProfileCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserRoutingProfileCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserSecurityProfilesCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserSecurityProfilesCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -142
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2774
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/GetCurrentMetricDataPaginator.js +0 -46
- package/dist/cjs/pagination/GetCurrentMetricDataPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetMetricDataPaginator.js +0 -46
- package/dist/cjs/pagination/GetMetricDataPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAgentStatusesPaginator.js +0 -46
- package/dist/cjs/pagination/ListAgentStatusesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListApprovedOriginsPaginator.js +0 -46
- package/dist/cjs/pagination/ListApprovedOriginsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBotsPaginator.js +0 -46
- package/dist/cjs/pagination/ListBotsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListContactFlowsPaginator.js +0 -46
- package/dist/cjs/pagination/ListContactFlowsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListHoursOfOperationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListHoursOfOperationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInstanceAttributesPaginator.js +0 -46
- package/dist/cjs/pagination/ListInstanceAttributesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInstanceStorageConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListInstanceStorageConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/ListInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListIntegrationAssociationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListIntegrationAssociationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLambdaFunctionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListLambdaFunctionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLexBotsPaginator.js +0 -46
- package/dist/cjs/pagination/ListLexBotsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPhoneNumbersPaginator.js +0 -46
- package/dist/cjs/pagination/ListPhoneNumbersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPromptsPaginator.js +0 -46
- package/dist/cjs/pagination/ListPromptsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQueueQuickConnectsPaginator.js +0 -46
- package/dist/cjs/pagination/ListQueueQuickConnectsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQueuesPaginator.js +0 -46
- package/dist/cjs/pagination/ListQueuesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQuickConnectsPaginator.js +0 -46
- package/dist/cjs/pagination/ListQuickConnectsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRoutingProfileQueuesPaginator.js +0 -46
- package/dist/cjs/pagination/ListRoutingProfileQueuesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRoutingProfilesPaginator.js +0 -46
- package/dist/cjs/pagination/ListRoutingProfilesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSecurityKeysPaginator.js +0 -46
- package/dist/cjs/pagination/ListSecurityKeysPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSecurityProfilesPaginator.js +0 -46
- package/dist/cjs/pagination/ListSecurityProfilesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUseCasesPaginator.js +0 -46
- package/dist/cjs/pagination/ListUseCasesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUserHierarchyGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/ListUserHierarchyGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUsersPaginator.js +0 -46
- package/dist/cjs/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -14349
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Connect.js +0 -1646
- package/dist/es/Connect.js.map +0 -1
- package/dist/es/ConnectClient.js +0 -38
- package/dist/es/ConnectClient.js.map +0 -1
- package/dist/es/commands/AssociateApprovedOriginCommand.js +0 -40
- package/dist/es/commands/AssociateApprovedOriginCommand.js.map +0 -1
- package/dist/es/commands/AssociateBotCommand.js +0 -40
- package/dist/es/commands/AssociateBotCommand.js.map +0 -1
- package/dist/es/commands/AssociateInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/AssociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/AssociateLambdaFunctionCommand.js +0 -40
- package/dist/es/commands/AssociateLambdaFunctionCommand.js.map +0 -1
- package/dist/es/commands/AssociateLexBotCommand.js +0 -40
- package/dist/es/commands/AssociateLexBotCommand.js.map +0 -1
- package/dist/es/commands/AssociateQueueQuickConnectsCommand.js +0 -40
- package/dist/es/commands/AssociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/AssociateRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/AssociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/AssociateSecurityKeyCommand.js +0 -40
- package/dist/es/commands/AssociateSecurityKeyCommand.js.map +0 -1
- package/dist/es/commands/CreateAgentStatusCommand.js +0 -40
- package/dist/es/commands/CreateAgentStatusCommand.js.map +0 -1
- package/dist/es/commands/CreateContactFlowCommand.js +0 -40
- package/dist/es/commands/CreateContactFlowCommand.js.map +0 -1
- package/dist/es/commands/CreateHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/CreateHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/CreateInstanceCommand.js +0 -40
- package/dist/es/commands/CreateInstanceCommand.js.map +0 -1
- package/dist/es/commands/CreateIntegrationAssociationCommand.js +0 -40
- package/dist/es/commands/CreateIntegrationAssociationCommand.js.map +0 -1
- package/dist/es/commands/CreateQueueCommand.js +0 -40
- package/dist/es/commands/CreateQueueCommand.js.map +0 -1
- package/dist/es/commands/CreateQuickConnectCommand.js +0 -40
- package/dist/es/commands/CreateQuickConnectCommand.js.map +0 -1
- package/dist/es/commands/CreateRoutingProfileCommand.js +0 -40
- package/dist/es/commands/CreateRoutingProfileCommand.js.map +0 -1
- package/dist/es/commands/CreateUseCaseCommand.js +0 -40
- package/dist/es/commands/CreateUseCaseCommand.js.map +0 -1
- package/dist/es/commands/CreateUserCommand.js +0 -40
- package/dist/es/commands/CreateUserCommand.js.map +0 -1
- package/dist/es/commands/CreateUserHierarchyGroupCommand.js +0 -40
- package/dist/es/commands/CreateUserHierarchyGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/DeleteHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/DeleteInstanceCommand.js +0 -40
- package/dist/es/commands/DeleteInstanceCommand.js.map +0 -1
- package/dist/es/commands/DeleteIntegrationAssociationCommand.js +0 -40
- package/dist/es/commands/DeleteIntegrationAssociationCommand.js.map +0 -1
- package/dist/es/commands/DeleteQuickConnectCommand.js +0 -40
- package/dist/es/commands/DeleteQuickConnectCommand.js.map +0 -1
- package/dist/es/commands/DeleteUseCaseCommand.js +0 -40
- package/dist/es/commands/DeleteUseCaseCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserCommand.js +0 -40
- package/dist/es/commands/DeleteUserCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserHierarchyGroupCommand.js +0 -40
- package/dist/es/commands/DeleteUserHierarchyGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeAgentStatusCommand.js +0 -40
- package/dist/es/commands/DescribeAgentStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribeContactFlowCommand.js +0 -40
- package/dist/es/commands/DescribeContactFlowCommand.js.map +0 -1
- package/dist/es/commands/DescribeHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/DescribeHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceAttributeCommand.js +0 -40
- package/dist/es/commands/DescribeInstanceAttributeCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceCommand.js +0 -40
- package/dist/es/commands/DescribeInstanceCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/DescribeInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/DescribeQueueCommand.js +0 -40
- package/dist/es/commands/DescribeQueueCommand.js.map +0 -1
- package/dist/es/commands/DescribeQuickConnectCommand.js +0 -40
- package/dist/es/commands/DescribeQuickConnectCommand.js.map +0 -1
- package/dist/es/commands/DescribeRoutingProfileCommand.js +0 -40
- package/dist/es/commands/DescribeRoutingProfileCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserCommand.js +0 -40
- package/dist/es/commands/DescribeUserCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserHierarchyGroupCommand.js +0 -40
- package/dist/es/commands/DescribeUserHierarchyGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserHierarchyStructureCommand.js +0 -40
- package/dist/es/commands/DescribeUserHierarchyStructureCommand.js.map +0 -1
- package/dist/es/commands/DisassociateApprovedOriginCommand.js +0 -40
- package/dist/es/commands/DisassociateApprovedOriginCommand.js.map +0 -1
- package/dist/es/commands/DisassociateBotCommand.js +0 -40
- package/dist/es/commands/DisassociateBotCommand.js.map +0 -1
- package/dist/es/commands/DisassociateInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/DisassociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/DisassociateLambdaFunctionCommand.js +0 -40
- package/dist/es/commands/DisassociateLambdaFunctionCommand.js.map +0 -1
- package/dist/es/commands/DisassociateLexBotCommand.js +0 -40
- package/dist/es/commands/DisassociateLexBotCommand.js.map +0 -1
- package/dist/es/commands/DisassociateQueueQuickConnectsCommand.js +0 -40
- package/dist/es/commands/DisassociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/DisassociateRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/DisassociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/DisassociateSecurityKeyCommand.js +0 -40
- package/dist/es/commands/DisassociateSecurityKeyCommand.js.map +0 -1
- package/dist/es/commands/GetContactAttributesCommand.js +0 -40
- package/dist/es/commands/GetContactAttributesCommand.js.map +0 -1
- package/dist/es/commands/GetCurrentMetricDataCommand.js +0 -40
- package/dist/es/commands/GetCurrentMetricDataCommand.js.map +0 -1
- package/dist/es/commands/GetFederationTokenCommand.js +0 -40
- package/dist/es/commands/GetFederationTokenCommand.js.map +0 -1
- package/dist/es/commands/GetMetricDataCommand.js +0 -40
- package/dist/es/commands/GetMetricDataCommand.js.map +0 -1
- package/dist/es/commands/ListAgentStatusesCommand.js +0 -40
- package/dist/es/commands/ListAgentStatusesCommand.js.map +0 -1
- package/dist/es/commands/ListApprovedOriginsCommand.js +0 -40
- package/dist/es/commands/ListApprovedOriginsCommand.js.map +0 -1
- package/dist/es/commands/ListBotsCommand.js +0 -40
- package/dist/es/commands/ListBotsCommand.js.map +0 -1
- package/dist/es/commands/ListContactFlowsCommand.js +0 -40
- package/dist/es/commands/ListContactFlowsCommand.js.map +0 -1
- package/dist/es/commands/ListHoursOfOperationsCommand.js +0 -40
- package/dist/es/commands/ListHoursOfOperationsCommand.js.map +0 -1
- package/dist/es/commands/ListInstanceAttributesCommand.js +0 -40
- package/dist/es/commands/ListInstanceAttributesCommand.js.map +0 -1
- package/dist/es/commands/ListInstanceStorageConfigsCommand.js +0 -40
- package/dist/es/commands/ListInstanceStorageConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListInstancesCommand.js +0 -40
- package/dist/es/commands/ListInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListIntegrationAssociationsCommand.js +0 -40
- package/dist/es/commands/ListIntegrationAssociationsCommand.js.map +0 -1
- package/dist/es/commands/ListLambdaFunctionsCommand.js +0 -40
- package/dist/es/commands/ListLambdaFunctionsCommand.js.map +0 -1
- package/dist/es/commands/ListLexBotsCommand.js +0 -40
- package/dist/es/commands/ListLexBotsCommand.js.map +0 -1
- package/dist/es/commands/ListPhoneNumbersCommand.js +0 -40
- package/dist/es/commands/ListPhoneNumbersCommand.js.map +0 -1
- package/dist/es/commands/ListPromptsCommand.js +0 -40
- package/dist/es/commands/ListPromptsCommand.js.map +0 -1
- package/dist/es/commands/ListQueueQuickConnectsCommand.js +0 -40
- package/dist/es/commands/ListQueueQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/ListQueuesCommand.js +0 -40
- package/dist/es/commands/ListQueuesCommand.js.map +0 -1
- package/dist/es/commands/ListQuickConnectsCommand.js +0 -40
- package/dist/es/commands/ListQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/ListRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/ListRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/ListRoutingProfilesCommand.js +0 -40
- package/dist/es/commands/ListRoutingProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListSecurityKeysCommand.js +0 -40
- package/dist/es/commands/ListSecurityKeysCommand.js.map +0 -1
- package/dist/es/commands/ListSecurityProfilesCommand.js +0 -40
- package/dist/es/commands/ListSecurityProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListUseCasesCommand.js +0 -40
- package/dist/es/commands/ListUseCasesCommand.js.map +0 -1
- package/dist/es/commands/ListUserHierarchyGroupsCommand.js +0 -40
- package/dist/es/commands/ListUserHierarchyGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListUsersCommand.js +0 -40
- package/dist/es/commands/ListUsersCommand.js.map +0 -1
- package/dist/es/commands/ResumeContactRecordingCommand.js +0 -40
- package/dist/es/commands/ResumeContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/StartChatContactCommand.js +0 -40
- package/dist/es/commands/StartChatContactCommand.js.map +0 -1
- package/dist/es/commands/StartContactRecordingCommand.js +0 -40
- package/dist/es/commands/StartContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/StartOutboundVoiceContactCommand.js +0 -40
- package/dist/es/commands/StartOutboundVoiceContactCommand.js.map +0 -1
- package/dist/es/commands/StartTaskContactCommand.js +0 -40
- package/dist/es/commands/StartTaskContactCommand.js.map +0 -1
- package/dist/es/commands/StopContactCommand.js +0 -40
- package/dist/es/commands/StopContactCommand.js.map +0 -1
- package/dist/es/commands/StopContactRecordingCommand.js +0 -40
- package/dist/es/commands/StopContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/SuspendContactRecordingCommand.js +0 -40
- package/dist/es/commands/SuspendContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAgentStatusCommand.js +0 -40
- package/dist/es/commands/UpdateAgentStatusCommand.js.map +0 -1
- package/dist/es/commands/UpdateContactAttributesCommand.js +0 -40
- package/dist/es/commands/UpdateContactAttributesCommand.js.map +0 -1
- package/dist/es/commands/UpdateContactFlowContentCommand.js +0 -40
- package/dist/es/commands/UpdateContactFlowContentCommand.js.map +0 -1
- package/dist/es/commands/UpdateContactFlowNameCommand.js +0 -40
- package/dist/es/commands/UpdateContactFlowNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/UpdateHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/UpdateInstanceAttributeCommand.js +0 -40
- package/dist/es/commands/UpdateInstanceAttributeCommand.js.map +0 -1
- package/dist/es/commands/UpdateInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/UpdateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/UpdateQueueHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueMaxContactsCommand.js +0 -40
- package/dist/es/commands/UpdateQueueMaxContactsCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueNameCommand.js +0 -40
- package/dist/es/commands/UpdateQueueNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueOutboundCallerConfigCommand.js +0 -40
- package/dist/es/commands/UpdateQueueOutboundCallerConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueStatusCommand.js +0 -40
- package/dist/es/commands/UpdateQueueStatusCommand.js.map +0 -1
- package/dist/es/commands/UpdateQuickConnectConfigCommand.js +0 -40
- package/dist/es/commands/UpdateQuickConnectConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateQuickConnectNameCommand.js +0 -40
- package/dist/es/commands/UpdateQuickConnectNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileConcurrencyCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileConcurrencyCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileNameCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserHierarchyCommand.js +0 -40
- package/dist/es/commands/UpdateUserHierarchyCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserHierarchyGroupNameCommand.js +0 -40
- package/dist/es/commands/UpdateUserHierarchyGroupNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserHierarchyStructureCommand.js +0 -40
- package/dist/es/commands/UpdateUserHierarchyStructureCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserIdentityInfoCommand.js +0 -40
- package/dist/es/commands/UpdateUserIdentityInfoCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserPhoneConfigCommand.js +0 -40
- package/dist/es/commands/UpdateUserPhoneConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserRoutingProfileCommand.js +0 -40
- package/dist/es/commands/UpdateUserRoutingProfileCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserSecurityProfilesCommand.js +0 -40
- package/dist/es/commands/UpdateUserSecurityProfilesCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -139
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1479
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/GetCurrentMetricDataPaginator.js +0 -75
- package/dist/es/pagination/GetCurrentMetricDataPaginator.js.map +0 -1
- package/dist/es/pagination/GetMetricDataPaginator.js +0 -75
- package/dist/es/pagination/GetMetricDataPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAgentStatusesPaginator.js +0 -75
- package/dist/es/pagination/ListAgentStatusesPaginator.js.map +0 -1
- package/dist/es/pagination/ListApprovedOriginsPaginator.js +0 -75
- package/dist/es/pagination/ListApprovedOriginsPaginator.js.map +0 -1
- package/dist/es/pagination/ListBotsPaginator.js +0 -75
- package/dist/es/pagination/ListBotsPaginator.js.map +0 -1
- package/dist/es/pagination/ListContactFlowsPaginator.js +0 -75
- package/dist/es/pagination/ListContactFlowsPaginator.js.map +0 -1
- package/dist/es/pagination/ListHoursOfOperationsPaginator.js +0 -75
- package/dist/es/pagination/ListHoursOfOperationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInstanceAttributesPaginator.js +0 -75
- package/dist/es/pagination/ListInstanceAttributesPaginator.js.map +0 -1
- package/dist/es/pagination/ListInstanceStorageConfigsPaginator.js +0 -75
- package/dist/es/pagination/ListInstanceStorageConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInstancesPaginator.js +0 -75
- package/dist/es/pagination/ListInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/ListIntegrationAssociationsPaginator.js +0 -75
- package/dist/es/pagination/ListIntegrationAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListLambdaFunctionsPaginator.js +0 -75
- package/dist/es/pagination/ListLambdaFunctionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListLexBotsPaginator.js +0 -75
- package/dist/es/pagination/ListLexBotsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPhoneNumbersPaginator.js +0 -75
- package/dist/es/pagination/ListPhoneNumbersPaginator.js.map +0 -1
- package/dist/es/pagination/ListPromptsPaginator.js +0 -75
- package/dist/es/pagination/ListPromptsPaginator.js.map +0 -1
- package/dist/es/pagination/ListQueueQuickConnectsPaginator.js +0 -75
- package/dist/es/pagination/ListQueueQuickConnectsPaginator.js.map +0 -1
- package/dist/es/pagination/ListQueuesPaginator.js +0 -75
- package/dist/es/pagination/ListQueuesPaginator.js.map +0 -1
- package/dist/es/pagination/ListQuickConnectsPaginator.js +0 -75
- package/dist/es/pagination/ListQuickConnectsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRoutingProfileQueuesPaginator.js +0 -75
- package/dist/es/pagination/ListRoutingProfileQueuesPaginator.js.map +0 -1
- package/dist/es/pagination/ListRoutingProfilesPaginator.js +0 -75
- package/dist/es/pagination/ListRoutingProfilesPaginator.js.map +0 -1
- package/dist/es/pagination/ListSecurityKeysPaginator.js +0 -75
- package/dist/es/pagination/ListSecurityKeysPaginator.js.map +0 -1
- package/dist/es/pagination/ListSecurityProfilesPaginator.js +0 -75
- package/dist/es/pagination/ListSecurityProfilesPaginator.js.map +0 -1
- package/dist/es/pagination/ListUseCasesPaginator.js +0 -75
- package/dist/es/pagination/ListUseCasesPaginator.js.map +0 -1
- package/dist/es/pagination/ListUserHierarchyGroupsPaginator.js +0 -75
- package/dist/es/pagination/ListUserHierarchyGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListUsersPaginator.js +0 -75
- package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -15943
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -9
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/Connect.d.ts +0 -1003
- package/dist/types/ConnectClient.d.ts +0 -256
- package/dist/types/commands/AssociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/commands/AssociateBotCommand.d.ts +0 -36
- package/dist/types/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -41
- package/dist/types/commands/AssociateLambdaFunctionCommand.d.ts +0 -36
- package/dist/types/commands/AssociateLexBotCommand.d.ts +0 -36
- package/dist/types/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/AssociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/commands/CreateAgentStatusCommand.d.ts +0 -36
- package/dist/types/commands/CreateContactFlowCommand.d.ts +0 -37
- package/dist/types/commands/CreateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/CreateInstanceCommand.d.ts +0 -41
- package/dist/types/commands/CreateIntegrationAssociationCommand.d.ts +0 -35
- package/dist/types/commands/CreateQueueCommand.d.ts +0 -36
- package/dist/types/commands/CreateQuickConnectCommand.d.ts +0 -35
- package/dist/types/commands/CreateRoutingProfileCommand.d.ts +0 -35
- package/dist/types/commands/CreateUseCaseCommand.d.ts +0 -35
- package/dist/types/commands/CreateUserCommand.d.ts +0 -37
- package/dist/types/commands/CreateUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/DeleteInstanceCommand.d.ts +0 -39
- package/dist/types/commands/DeleteIntegrationAssociationCommand.d.ts +0 -36
- package/dist/types/commands/DeleteQuickConnectCommand.d.ts +0 -35
- package/dist/types/commands/DeleteUseCaseCommand.d.ts +0 -35
- package/dist/types/commands/DeleteUserCommand.d.ts +0 -38
- package/dist/types/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -36
- package/dist/types/commands/DescribeAgentStatusCommand.d.ts +0 -36
- package/dist/types/commands/DescribeContactFlowCommand.d.ts +0 -37
- package/dist/types/commands/DescribeHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/DescribeInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/commands/DescribeInstanceCommand.d.ts +0 -40
- package/dist/types/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/commands/DescribeQueueCommand.d.ts +0 -36
- package/dist/types/commands/DescribeQuickConnectCommand.d.ts +0 -35
- package/dist/types/commands/DescribeRoutingProfileCommand.d.ts +0 -35
- package/dist/types/commands/DescribeUserCommand.d.ts +0 -37
- package/dist/types/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateBotCommand.d.ts +0 -37
- package/dist/types/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/commands/DisassociateLambdaFunctionCommand.d.ts +0 -37
- package/dist/types/commands/DisassociateLexBotCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/commands/GetContactAttributesCommand.d.ts +0 -35
- package/dist/types/commands/GetCurrentMetricDataCommand.d.ts +0 -37
- package/dist/types/commands/GetFederationTokenCommand.d.ts +0 -43
- package/dist/types/commands/GetMetricDataCommand.d.ts +0 -38
- package/dist/types/commands/ListAgentStatusesCommand.d.ts +0 -36
- package/dist/types/commands/ListApprovedOriginsCommand.d.ts +0 -36
- package/dist/types/commands/ListBotsCommand.d.ts +0 -37
- package/dist/types/commands/ListContactFlowsCommand.d.ts +0 -39
- package/dist/types/commands/ListHoursOfOperationsCommand.d.ts +0 -37
- package/dist/types/commands/ListInstanceAttributesCommand.d.ts +0 -36
- package/dist/types/commands/ListInstanceStorageConfigsCommand.d.ts +0 -38
- package/dist/types/commands/ListInstancesCommand.d.ts +0 -38
- package/dist/types/commands/ListIntegrationAssociationsCommand.d.ts +0 -36
- package/dist/types/commands/ListLambdaFunctionsCommand.d.ts +0 -37
- package/dist/types/commands/ListLexBotsCommand.d.ts +0 -37
- package/dist/types/commands/ListPhoneNumbersCommand.d.ts +0 -37
- package/dist/types/commands/ListPromptsCommand.d.ts +0 -35
- package/dist/types/commands/ListQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/commands/ListQueuesCommand.d.ts +0 -41
- package/dist/types/commands/ListQuickConnectsCommand.d.ts +0 -35
- package/dist/types/commands/ListRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/ListRoutingProfilesCommand.d.ts +0 -38
- package/dist/types/commands/ListSecurityKeysCommand.d.ts +0 -36
- package/dist/types/commands/ListSecurityProfilesCommand.d.ts +0 -38
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -37
- package/dist/types/commands/ListUseCasesCommand.d.ts +0 -35
- package/dist/types/commands/ListUserHierarchyGroupsCommand.d.ts +0 -38
- package/dist/types/commands/ListUsersCommand.d.ts +0 -35
- package/dist/types/commands/ResumeContactRecordingCommand.d.ts +0 -38
- package/dist/types/commands/StartChatContactCommand.d.ts +0 -55
- package/dist/types/commands/StartContactRecordingCommand.d.ts +0 -42
- package/dist/types/commands/StartOutboundVoiceContactCommand.d.ts +0 -48
- package/dist/types/commands/StartTaskContactCommand.d.ts +0 -35
- package/dist/types/commands/StopContactCommand.d.ts +0 -35
- package/dist/types/commands/StopContactRecordingCommand.d.ts +0 -41
- package/dist/types/commands/SuspendContactRecordingCommand.d.ts +0 -40
- package/dist/types/commands/TagResourceCommand.d.ts +0 -39
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateAgentStatusCommand.d.ts +0 -36
- package/dist/types/commands/UpdateContactAttributesCommand.d.ts +0 -54
- package/dist/types/commands/UpdateContactFlowContentCommand.d.ts +0 -37
- package/dist/types/commands/UpdateContactFlowNameCommand.d.ts +0 -37
- package/dist/types/commands/UpdateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/UpdateInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQueueMaxContactsCommand.d.ts +0 -37
- package/dist/types/commands/UpdateQueueNameCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -37
- package/dist/types/commands/UpdateQueueStatusCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQuickConnectConfigCommand.d.ts +0 -35
- package/dist/types/commands/UpdateQuickConnectNameCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -36
- package/dist/types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRoutingProfileNameCommand.d.ts +0 -36
- package/dist/types/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserHierarchyCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserIdentityInfoCommand.d.ts +0 -43
- package/dist/types/commands/UpdateUserPhoneConfigCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserRoutingProfileCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -35
- package/dist/types/models/models_0.d.ts +0 -6096
- package/dist/types/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
- package/dist/types/pagination/GetMetricDataPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAgentStatusesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListBotsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListContactFlowsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListLexBotsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPromptsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQueuesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSecurityKeysPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUseCasesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUsersPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -329
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Connect.d.ts +0 -1003
- package/dist/types/ts3.4/ConnectClient.d.ts +0 -256
- package/dist/types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateBotCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateLexBotCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateAgentStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateContactFlowCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateInstanceCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateQueueCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateQuickConnectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateUseCaseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateUserCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteInstanceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUseCaseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeContactFlowCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeInstanceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeQueueCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeUserCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateBotCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisassociateLexBotCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetContactAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetMetricDataCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListAgentStatusesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListBotsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListContactFlowsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListInstancesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListLexBotsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListPromptsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListQueuesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListQuickConnectsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListSecurityKeysCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListUseCasesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListUsersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/StartChatContactCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/StartContactRecordingCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/StartTaskContactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopContactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopContactRecordingCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateQueueNameCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -6096
- package/dist/types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetMetricDataPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListBotsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListLexBotsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPromptsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQueuesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUseCasesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -329
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -7583
- package/pagination/GetCurrentMetricDataPaginator.ts +0 -58
- package/pagination/GetMetricDataPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAgentStatusesPaginator.ts +0 -58
- package/pagination/ListApprovedOriginsPaginator.ts +0 -58
- package/pagination/ListBotsPaginator.ts +0 -54
- package/pagination/ListContactFlowsPaginator.ts +0 -58
- package/pagination/ListHoursOfOperationsPaginator.ts +0 -58
- package/pagination/ListInstanceAttributesPaginator.ts +0 -58
- package/pagination/ListInstanceStorageConfigsPaginator.ts +0 -58
- package/pagination/ListInstancesPaginator.ts +0 -58
- package/pagination/ListIntegrationAssociationsPaginator.ts +0 -58
- package/pagination/ListLambdaFunctionsPaginator.ts +0 -58
- package/pagination/ListLexBotsPaginator.ts +0 -54
- package/pagination/ListPhoneNumbersPaginator.ts +0 -58
- package/pagination/ListPromptsPaginator.ts +0 -54
- package/pagination/ListQueueQuickConnectsPaginator.ts +0 -58
- package/pagination/ListQueuesPaginator.ts +0 -54
- package/pagination/ListQuickConnectsPaginator.ts +0 -58
- package/pagination/ListRoutingProfileQueuesPaginator.ts +0 -58
- package/pagination/ListRoutingProfilesPaginator.ts +0 -58
- package/pagination/ListSecurityKeysPaginator.ts +0 -58
- package/pagination/ListSecurityProfilesPaginator.ts +0 -58
- package/pagination/ListUseCasesPaginator.ts +0 -58
- package/pagination/ListUserHierarchyGroupsPaginator.ts +0 -58
- package/pagination/ListUsersPaginator.ts +0 -54
- package/protocols/Aws_restJson1.ts +0 -16199
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput } from "./commands/AssociateApprovedOriginCommand";
|
|
10
|
+
import { AssociateBotCommandInput, AssociateBotCommandOutput } from "./commands/AssociateBotCommand";
|
|
11
|
+
import { AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput } from "./commands/AssociateInstanceStorageConfigCommand";
|
|
12
|
+
import { AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput } from "./commands/AssociateLambdaFunctionCommand";
|
|
13
|
+
import { AssociateLexBotCommandInput, AssociateLexBotCommandOutput } from "./commands/AssociateLexBotCommand";
|
|
14
|
+
import { AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCommandOutput } from "./commands/AssociateQueueQuickConnectsCommand";
|
|
15
|
+
import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput } from "./commands/AssociateRoutingProfileQueuesCommand";
|
|
16
|
+
import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "./commands/AssociateSecurityKeyCommand";
|
|
17
|
+
import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "./commands/CreateAgentStatusCommand";
|
|
18
|
+
import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "./commands/CreateContactFlowCommand";
|
|
19
|
+
import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "./commands/CreateHoursOfOperationCommand";
|
|
20
|
+
import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "./commands/CreateInstanceCommand";
|
|
21
|
+
import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "./commands/CreateIntegrationAssociationCommand";
|
|
22
|
+
import { CreateQueueCommandInput, CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
|
|
23
|
+
import { CreateQuickConnectCommandInput, CreateQuickConnectCommandOutput } from "./commands/CreateQuickConnectCommand";
|
|
24
|
+
import { CreateRoutingProfileCommandInput, CreateRoutingProfileCommandOutput } from "./commands/CreateRoutingProfileCommand";
|
|
25
|
+
import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "./commands/CreateUseCaseCommand";
|
|
26
|
+
import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
|
|
27
|
+
import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "./commands/CreateUserHierarchyGroupCommand";
|
|
28
|
+
import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "./commands/DeleteHoursOfOperationCommand";
|
|
29
|
+
import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand";
|
|
30
|
+
import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "./commands/DeleteIntegrationAssociationCommand";
|
|
31
|
+
import { DeleteQuickConnectCommandInput, DeleteQuickConnectCommandOutput } from "./commands/DeleteQuickConnectCommand";
|
|
32
|
+
import { DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput } from "./commands/DeleteUseCaseCommand";
|
|
33
|
+
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
|
|
34
|
+
import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput } from "./commands/DeleteUserHierarchyGroupCommand";
|
|
35
|
+
import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "./commands/DescribeAgentStatusCommand";
|
|
36
|
+
import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "./commands/DescribeContactFlowCommand";
|
|
37
|
+
import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "./commands/DescribeHoursOfOperationCommand";
|
|
38
|
+
import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "./commands/DescribeInstanceAttributeCommand";
|
|
39
|
+
import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "./commands/DescribeInstanceCommand";
|
|
40
|
+
import { DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput } from "./commands/DescribeInstanceStorageConfigCommand";
|
|
41
|
+
import { DescribeQueueCommandInput, DescribeQueueCommandOutput } from "./commands/DescribeQueueCommand";
|
|
42
|
+
import { DescribeQuickConnectCommandInput, DescribeQuickConnectCommandOutput } from "./commands/DescribeQuickConnectCommand";
|
|
43
|
+
import { DescribeRoutingProfileCommandInput, DescribeRoutingProfileCommandOutput } from "./commands/DescribeRoutingProfileCommand";
|
|
44
|
+
import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
|
|
45
|
+
import { DescribeUserHierarchyGroupCommandInput, DescribeUserHierarchyGroupCommandOutput } from "./commands/DescribeUserHierarchyGroupCommand";
|
|
46
|
+
import { DescribeUserHierarchyStructureCommandInput, DescribeUserHierarchyStructureCommandOutput } from "./commands/DescribeUserHierarchyStructureCommand";
|
|
47
|
+
import { DisassociateApprovedOriginCommandInput, DisassociateApprovedOriginCommandOutput } from "./commands/DisassociateApprovedOriginCommand";
|
|
48
|
+
import { DisassociateBotCommandInput, DisassociateBotCommandOutput } from "./commands/DisassociateBotCommand";
|
|
49
|
+
import { DisassociateInstanceStorageConfigCommandInput, DisassociateInstanceStorageConfigCommandOutput } from "./commands/DisassociateInstanceStorageConfigCommand";
|
|
50
|
+
import { DisassociateLambdaFunctionCommandInput, DisassociateLambdaFunctionCommandOutput } from "./commands/DisassociateLambdaFunctionCommand";
|
|
51
|
+
import { DisassociateLexBotCommandInput, DisassociateLexBotCommandOutput } from "./commands/DisassociateLexBotCommand";
|
|
52
|
+
import { DisassociateQueueQuickConnectsCommandInput, DisassociateQueueQuickConnectsCommandOutput } from "./commands/DisassociateQueueQuickConnectsCommand";
|
|
53
|
+
import { DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfileQueuesCommandOutput } from "./commands/DisassociateRoutingProfileQueuesCommand";
|
|
54
|
+
import { DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput } from "./commands/DisassociateSecurityKeyCommand";
|
|
55
|
+
import { GetContactAttributesCommandInput, GetContactAttributesCommandOutput } from "./commands/GetContactAttributesCommand";
|
|
56
|
+
import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "./commands/GetCurrentMetricDataCommand";
|
|
57
|
+
import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "./commands/GetFederationTokenCommand";
|
|
58
|
+
import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "./commands/GetMetricDataCommand";
|
|
59
|
+
import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "./commands/ListAgentStatusesCommand";
|
|
60
|
+
import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "./commands/ListApprovedOriginsCommand";
|
|
61
|
+
import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
|
|
62
|
+
import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "./commands/ListContactFlowsCommand";
|
|
63
|
+
import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "./commands/ListHoursOfOperationsCommand";
|
|
64
|
+
import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "./commands/ListInstanceAttributesCommand";
|
|
65
|
+
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
|
|
66
|
+
import { ListInstanceStorageConfigsCommandInput, ListInstanceStorageConfigsCommandOutput } from "./commands/ListInstanceStorageConfigsCommand";
|
|
67
|
+
import { ListIntegrationAssociationsCommandInput, ListIntegrationAssociationsCommandOutput } from "./commands/ListIntegrationAssociationsCommand";
|
|
68
|
+
import { ListLambdaFunctionsCommandInput, ListLambdaFunctionsCommandOutput } from "./commands/ListLambdaFunctionsCommand";
|
|
69
|
+
import { ListLexBotsCommandInput, ListLexBotsCommandOutput } from "./commands/ListLexBotsCommand";
|
|
70
|
+
import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "./commands/ListPhoneNumbersCommand";
|
|
71
|
+
import { ListPromptsCommandInput, ListPromptsCommandOutput } from "./commands/ListPromptsCommand";
|
|
72
|
+
import { ListQueueQuickConnectsCommandInput, ListQueueQuickConnectsCommandOutput } from "./commands/ListQueueQuickConnectsCommand";
|
|
73
|
+
import { ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
|
|
74
|
+
import { ListQuickConnectsCommandInput, ListQuickConnectsCommandOutput } from "./commands/ListQuickConnectsCommand";
|
|
75
|
+
import { ListRoutingProfileQueuesCommandInput, ListRoutingProfileQueuesCommandOutput } from "./commands/ListRoutingProfileQueuesCommand";
|
|
76
|
+
import { ListRoutingProfilesCommandInput, ListRoutingProfilesCommandOutput } from "./commands/ListRoutingProfilesCommand";
|
|
77
|
+
import { ListSecurityKeysCommandInput, ListSecurityKeysCommandOutput } from "./commands/ListSecurityKeysCommand";
|
|
78
|
+
import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "./commands/ListSecurityProfilesCommand";
|
|
79
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
80
|
+
import { ListUseCasesCommandInput, ListUseCasesCommandOutput } from "./commands/ListUseCasesCommand";
|
|
81
|
+
import { ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput } from "./commands/ListUserHierarchyGroupsCommand";
|
|
82
|
+
import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
83
|
+
import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "./commands/ResumeContactRecordingCommand";
|
|
84
|
+
import { StartChatContactCommandInput, StartChatContactCommandOutput } from "./commands/StartChatContactCommand";
|
|
85
|
+
import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "./commands/StartContactRecordingCommand";
|
|
86
|
+
import { StartOutboundVoiceContactCommandInput, StartOutboundVoiceContactCommandOutput } from "./commands/StartOutboundVoiceContactCommand";
|
|
87
|
+
import { StartTaskContactCommandInput, StartTaskContactCommandOutput } from "./commands/StartTaskContactCommand";
|
|
88
|
+
import { StopContactCommandInput, StopContactCommandOutput } from "./commands/StopContactCommand";
|
|
89
|
+
import { StopContactRecordingCommandInput, StopContactRecordingCommandOutput } from "./commands/StopContactRecordingCommand";
|
|
90
|
+
import { SuspendContactRecordingCommandInput, SuspendContactRecordingCommandOutput } from "./commands/SuspendContactRecordingCommand";
|
|
91
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
92
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
93
|
+
import { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from "./commands/UpdateAgentStatusCommand";
|
|
94
|
+
import { UpdateContactAttributesCommandInput, UpdateContactAttributesCommandOutput } from "./commands/UpdateContactAttributesCommand";
|
|
95
|
+
import { UpdateContactFlowContentCommandInput, UpdateContactFlowContentCommandOutput } from "./commands/UpdateContactFlowContentCommand";
|
|
96
|
+
import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "./commands/UpdateContactFlowNameCommand";
|
|
97
|
+
import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "./commands/UpdateHoursOfOperationCommand";
|
|
98
|
+
import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "./commands/UpdateInstanceAttributeCommand";
|
|
99
|
+
import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput } from "./commands/UpdateInstanceStorageConfigCommand";
|
|
100
|
+
import { UpdateQueueHoursOfOperationCommandInput, UpdateQueueHoursOfOperationCommandOutput } from "./commands/UpdateQueueHoursOfOperationCommand";
|
|
101
|
+
import { UpdateQueueMaxContactsCommandInput, UpdateQueueMaxContactsCommandOutput } from "./commands/UpdateQueueMaxContactsCommand";
|
|
102
|
+
import { UpdateQueueNameCommandInput, UpdateQueueNameCommandOutput } from "./commands/UpdateQueueNameCommand";
|
|
103
|
+
import { UpdateQueueOutboundCallerConfigCommandInput, UpdateQueueOutboundCallerConfigCommandOutput } from "./commands/UpdateQueueOutboundCallerConfigCommand";
|
|
104
|
+
import { UpdateQueueStatusCommandInput, UpdateQueueStatusCommandOutput } from "./commands/UpdateQueueStatusCommand";
|
|
105
|
+
import { UpdateQuickConnectConfigCommandInput, UpdateQuickConnectConfigCommandOutput } from "./commands/UpdateQuickConnectConfigCommand";
|
|
106
|
+
import { UpdateQuickConnectNameCommandInput, UpdateQuickConnectNameCommandOutput } from "./commands/UpdateQuickConnectNameCommand";
|
|
107
|
+
import { UpdateRoutingProfileConcurrencyCommandInput, UpdateRoutingProfileConcurrencyCommandOutput } from "./commands/UpdateRoutingProfileConcurrencyCommand";
|
|
108
|
+
import { UpdateRoutingProfileDefaultOutboundQueueCommandInput, UpdateRoutingProfileDefaultOutboundQueueCommandOutput } from "./commands/UpdateRoutingProfileDefaultOutboundQueueCommand";
|
|
109
|
+
import { UpdateRoutingProfileNameCommandInput, UpdateRoutingProfileNameCommandOutput } from "./commands/UpdateRoutingProfileNameCommand";
|
|
110
|
+
import { UpdateRoutingProfileQueuesCommandInput, UpdateRoutingProfileQueuesCommandOutput } from "./commands/UpdateRoutingProfileQueuesCommand";
|
|
111
|
+
import { UpdateUserHierarchyCommandInput, UpdateUserHierarchyCommandOutput } from "./commands/UpdateUserHierarchyCommand";
|
|
112
|
+
import { UpdateUserHierarchyGroupNameCommandInput, UpdateUserHierarchyGroupNameCommandOutput } from "./commands/UpdateUserHierarchyGroupNameCommand";
|
|
113
|
+
import { UpdateUserHierarchyStructureCommandInput, UpdateUserHierarchyStructureCommandOutput } from "./commands/UpdateUserHierarchyStructureCommand";
|
|
114
|
+
import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput } from "./commands/UpdateUserIdentityInfoCommand";
|
|
115
|
+
import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "./commands/UpdateUserPhoneConfigCommand";
|
|
116
|
+
import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "./commands/UpdateUserRoutingProfileCommand";
|
|
117
|
+
import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "./commands/UpdateUserSecurityProfilesCommand";
|
|
118
|
+
export declare type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DescribeAgentStatusCommandInput | DescribeContactFlowCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowsCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | ResumeContactRecordingCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowNameCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
|
|
119
|
+
export declare type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactFlowCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowsCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | ResumeContactRecordingCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowNameCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
|
|
120
|
+
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
121
|
+
/**
|
|
122
|
+
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
123
|
+
*/
|
|
124
|
+
requestHandler?: __HttpHandler;
|
|
125
|
+
/**
|
|
126
|
+
* A constructor for a class implementing the {@link __Hash} interface
|
|
127
|
+
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
128
|
+
* @internal
|
|
129
|
+
*/
|
|
130
|
+
sha256?: __HashConstructor;
|
|
131
|
+
/**
|
|
132
|
+
* The function that will be used to convert strings into HTTP endpoints.
|
|
133
|
+
* @internal
|
|
134
|
+
*/
|
|
135
|
+
urlParser?: __UrlParser;
|
|
136
|
+
/**
|
|
137
|
+
* A function that can calculate the length of a request body.
|
|
138
|
+
* @internal
|
|
139
|
+
*/
|
|
140
|
+
bodyLengthChecker?: (body: any) => number | undefined;
|
|
141
|
+
/**
|
|
142
|
+
* A function that converts a stream into an array of bytes.
|
|
143
|
+
* @internal
|
|
144
|
+
*/
|
|
145
|
+
streamCollector?: __StreamCollector;
|
|
146
|
+
/**
|
|
147
|
+
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
148
|
+
* @internal
|
|
149
|
+
*/
|
|
150
|
+
base64Decoder?: __Decoder;
|
|
151
|
+
/**
|
|
152
|
+
* The function that will be used to convert binary data to a base64-encoded string.
|
|
153
|
+
* @internal
|
|
154
|
+
*/
|
|
155
|
+
base64Encoder?: __Encoder;
|
|
156
|
+
/**
|
|
157
|
+
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
158
|
+
* @internal
|
|
159
|
+
*/
|
|
160
|
+
utf8Decoder?: __Decoder;
|
|
161
|
+
/**
|
|
162
|
+
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
163
|
+
* @internal
|
|
164
|
+
*/
|
|
165
|
+
utf8Encoder?: __Encoder;
|
|
166
|
+
/**
|
|
167
|
+
* The runtime environment.
|
|
168
|
+
* @internal
|
|
169
|
+
*/
|
|
170
|
+
runtime?: string;
|
|
171
|
+
/**
|
|
172
|
+
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
173
|
+
* trait of an operation.
|
|
174
|
+
*/
|
|
175
|
+
disableHostPrefix?: boolean;
|
|
176
|
+
/**
|
|
177
|
+
* Value for how many times a request will be made at most in case of retry.
|
|
178
|
+
*/
|
|
179
|
+
maxAttempts?: number | __Provider<number>;
|
|
180
|
+
/**
|
|
181
|
+
* Specifies which retry algorithm to use.
|
|
182
|
+
*/
|
|
183
|
+
retryMode?: string | __Provider<string>;
|
|
184
|
+
/**
|
|
185
|
+
* Optional logger for logging debug/info/warn/error.
|
|
186
|
+
*/
|
|
187
|
+
logger?: __Logger;
|
|
188
|
+
/**
|
|
189
|
+
* Unique service identifier.
|
|
190
|
+
* @internal
|
|
191
|
+
*/
|
|
192
|
+
serviceId?: string;
|
|
193
|
+
/**
|
|
194
|
+
* The AWS region to which this client will send requests
|
|
195
|
+
*/
|
|
196
|
+
region?: string | __Provider<string>;
|
|
197
|
+
/**
|
|
198
|
+
* Default credentials provider; Not available in browser runtime.
|
|
199
|
+
* @internal
|
|
200
|
+
*/
|
|
201
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
202
|
+
/**
|
|
203
|
+
* Fetch related hostname, signing name or signing region with given region.
|
|
204
|
+
* @internal
|
|
205
|
+
*/
|
|
206
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
207
|
+
/**
|
|
208
|
+
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
209
|
+
* @internal
|
|
210
|
+
*/
|
|
211
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
212
|
+
}
|
|
213
|
+
declare type ConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
214
|
+
/**
|
|
215
|
+
* The configuration interface of ConnectClient class constructor that set the region, credentials and other options.
|
|
216
|
+
*/
|
|
217
|
+
export interface ConnectClientConfig extends ConnectClientConfigType {
|
|
218
|
+
}
|
|
219
|
+
declare type ConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
220
|
+
/**
|
|
221
|
+
* The resolved configuration interface of ConnectClient class. This is resolved and normalized from the {@link ConnectClientConfig | constructor configuration interface}.
|
|
222
|
+
*/
|
|
223
|
+
export interface ConnectClientResolvedConfig extends ConnectClientResolvedConfigType {
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* <p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer
|
|
227
|
+
* contact center and provide reliable customer engagement at any scale.</p>
|
|
228
|
+
* <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing.
|
|
229
|
+
* You can also resolve customer issues more efficiently by getting customers in touch with the
|
|
230
|
+
* appropriate agents.</p>
|
|
231
|
+
* <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits
|
|
232
|
+
* to the number of requests that you can make per second. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect
|
|
233
|
+
* Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
234
|
+
* <p>You can
|
|
235
|
+
* connect
|
|
236
|
+
* programmatically to an AWS service by using an endpoint. For a list of Amazon Connect endpoints, see
|
|
237
|
+
* <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
|
|
238
|
+
* Endpoints</a>.</p>
|
|
239
|
+
* <note>
|
|
240
|
+
* <p>Working with contact flows? Check out the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect Flow language</a>.</p>
|
|
241
|
+
* </note>
|
|
242
|
+
*/
|
|
243
|
+
export declare class ConnectClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ConnectClientResolvedConfig> {
|
|
244
|
+
/**
|
|
245
|
+
* The resolved configuration of ConnectClient class. This is resolved and normalized from the {@link ConnectClientConfig | constructor configuration interface}.
|
|
246
|
+
*/
|
|
247
|
+
readonly config: ConnectClientResolvedConfig;
|
|
248
|
+
constructor(configuration: ConnectClientConfig);
|
|
249
|
+
/**
|
|
250
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
251
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
252
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
253
|
+
*/
|
|
254
|
+
destroy(): void;
|
|
255
|
+
}
|
|
256
|
+
export {};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { AssociateApprovedOriginRequest } from "../models/models_0";
|
|
5
|
+
export interface AssociateApprovedOriginCommandInput extends AssociateApprovedOriginRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateApprovedOriginCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
11
|
+
* <p>Associates an approved origin to an Amazon Connect instance.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { ConnectClient, AssociateApprovedOriginCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
16
|
+
* // const { ConnectClient, AssociateApprovedOriginCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
17
|
+
* const client = new ConnectClient(config);
|
|
18
|
+
* const command = new AssociateApprovedOriginCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link AssociateApprovedOriginCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link AssociateApprovedOriginCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class AssociateApprovedOriginCommand extends $Command<AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput, ConnectClientResolvedConfig> {
|
|
28
|
+
readonly input: AssociateApprovedOriginCommandInput;
|
|
29
|
+
constructor(input: AssociateApprovedOriginCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { AssociateBotRequest } from "../models/models_0";
|
|
5
|
+
export interface AssociateBotCommandInput extends AssociateBotRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateBotCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
11
|
+
* <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex or Amazon Lex V2 bot.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { ConnectClient, AssociateBotCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
16
|
+
* // const { ConnectClient, AssociateBotCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
17
|
+
* const client = new ConnectClient(config);
|
|
18
|
+
* const command = new AssociateBotCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link AssociateBotCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link AssociateBotCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class AssociateBotCommand extends $Command<AssociateBotCommandInput, AssociateBotCommandOutput, ConnectClientResolvedConfig> {
|
|
28
|
+
readonly input: AssociateBotCommandInput;
|
|
29
|
+
constructor(input: AssociateBotCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateBotCommandInput, AssociateBotCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { AssociateInstanceStorageConfigRequest, AssociateInstanceStorageConfigResponse } from "../models/models_0";
|
|
5
|
+
export interface AssociateInstanceStorageConfigCommandInput extends AssociateInstanceStorageConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateInstanceStorageConfigCommandOutput extends AssociateInstanceStorageConfigResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
11
|
+
* <p>Associates a storage resource type for the first time. You can only associate one type of
|
|
12
|
+
* storage configuration in a single call. This means, for example, that you can't define an
|
|
13
|
+
* instance with multiple S3 buckets for storing chat transcripts.</p>
|
|
14
|
+
* <p>This API does not create a resource that doesn't exist. It only associates it to the
|
|
15
|
+
* instance. Ensure that the resource being specified in the storage configuration, like an S3
|
|
16
|
+
* bucket, exists when being used for association.</p>
|
|
17
|
+
* @example
|
|
18
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
+
* ```javascript
|
|
20
|
+
* import { ConnectClient, AssociateInstanceStorageConfigCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
21
|
+
* // const { ConnectClient, AssociateInstanceStorageConfigCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
22
|
+
* const client = new ConnectClient(config);
|
|
23
|
+
* const command = new AssociateInstanceStorageConfigCommand(input);
|
|
24
|
+
* const response = await client.send(command);
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* @see {@link AssociateInstanceStorageConfigCommandInput} for command's `input` shape.
|
|
28
|
+
* @see {@link AssociateInstanceStorageConfigCommandOutput} for command's `response` shape.
|
|
29
|
+
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
export declare class AssociateInstanceStorageConfigCommand extends $Command<AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig> {
|
|
33
|
+
readonly input: AssociateInstanceStorageConfigCommandInput;
|
|
34
|
+
constructor(input: AssociateInstanceStorageConfigCommandInput);
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { AssociateLambdaFunctionRequest } from "../models/models_0";
|
|
5
|
+
export interface AssociateLambdaFunctionCommandInput extends AssociateLambdaFunctionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateLambdaFunctionCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
11
|
+
* <p>Allows the specified Amazon Connect instance to access the specified Lambda function.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { ConnectClient, AssociateLambdaFunctionCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
16
|
+
* // const { ConnectClient, AssociateLambdaFunctionCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
17
|
+
* const client = new ConnectClient(config);
|
|
18
|
+
* const command = new AssociateLambdaFunctionCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link AssociateLambdaFunctionCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link AssociateLambdaFunctionCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class AssociateLambdaFunctionCommand extends $Command<AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput, ConnectClientResolvedConfig> {
|
|
28
|
+
readonly input: AssociateLambdaFunctionCommandInput;
|
|
29
|
+
constructor(input: AssociateLambdaFunctionCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { AssociateLexBotRequest } from "../models/models_0";
|
|
5
|
+
export interface AssociateLexBotCommandInput extends AssociateLexBotRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateLexBotCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
11
|
+
* <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex bot.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { ConnectClient, AssociateLexBotCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
16
|
+
* // const { ConnectClient, AssociateLexBotCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
17
|
+
* const client = new ConnectClient(config);
|
|
18
|
+
* const command = new AssociateLexBotCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link AssociateLexBotCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link AssociateLexBotCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class AssociateLexBotCommand extends $Command<AssociateLexBotCommandInput, AssociateLexBotCommandOutput, ConnectClientResolvedConfig> {
|
|
28
|
+
readonly input: AssociateLexBotCommandInput;
|
|
29
|
+
constructor(input: AssociateLexBotCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateLexBotCommandInput, AssociateLexBotCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { AssociateQueueQuickConnectsRequest } from "../models/models_0";
|
|
5
|
+
export interface AssociateQueueQuickConnectsCommandInput extends AssociateQueueQuickConnectsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateQueueQuickConnectsCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
11
|
+
* <p>Associates a set of quick connects with a queue.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { ConnectClient, AssociateQueueQuickConnectsCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
16
|
+
* // const { ConnectClient, AssociateQueueQuickConnectsCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
17
|
+
* const client = new ConnectClient(config);
|
|
18
|
+
* const command = new AssociateQueueQuickConnectsCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link AssociateQueueQuickConnectsCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link AssociateQueueQuickConnectsCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class AssociateQueueQuickConnectsCommand extends $Command<AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCommandOutput, ConnectClientResolvedConfig> {
|
|
28
|
+
readonly input: AssociateQueueQuickConnectsCommandInput;
|
|
29
|
+
constructor(input: AssociateQueueQuickConnectsCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { AssociateRoutingProfileQueuesRequest } from "../models/models_0";
|
|
5
|
+
export interface AssociateRoutingProfileQueuesCommandInput extends AssociateRoutingProfileQueuesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateRoutingProfileQueuesCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Associates a set of queues with a routing profile.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ConnectClient, AssociateRoutingProfileQueuesCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
15
|
+
* // const { ConnectClient, AssociateRoutingProfileQueuesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
16
|
+
* const client = new ConnectClient(config);
|
|
17
|
+
* const command = new AssociateRoutingProfileQueuesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link AssociateRoutingProfileQueuesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link AssociateRoutingProfileQueuesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class AssociateRoutingProfileQueuesCommand extends $Command<AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput, ConnectClientResolvedConfig> {
|
|
27
|
+
readonly input: AssociateRoutingProfileQueuesCommandInput;
|
|
28
|
+
constructor(input: AssociateRoutingProfileQueuesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { AssociateSecurityKeyRequest, AssociateSecurityKeyResponse } from "../models/models_0";
|
|
5
|
+
export interface AssociateSecurityKeyCommandInput extends AssociateSecurityKeyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateSecurityKeyCommandOutput extends AssociateSecurityKeyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
11
|
+
* <p>Associates a security key to the instance.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { ConnectClient, AssociateSecurityKeyCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
16
|
+
* // const { ConnectClient, AssociateSecurityKeyCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
17
|
+
* const client = new ConnectClient(config);
|
|
18
|
+
* const command = new AssociateSecurityKeyCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link AssociateSecurityKeyCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link AssociateSecurityKeyCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class AssociateSecurityKeyCommand extends $Command<AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput, ConnectClientResolvedConfig> {
|
|
28
|
+
readonly input: AssociateSecurityKeyCommandInput;
|
|
29
|
+
constructor(input: AssociateSecurityKeyCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { CreateAgentStatusRequest, CreateAgentStatusResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateAgentStatusCommandInput extends CreateAgentStatusRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateAgentStatusCommandOutput extends CreateAgentStatusResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
11
|
+
* <p>Creates an agent status for the specified Amazon Connect instance.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { ConnectClient, CreateAgentStatusCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
16
|
+
* // const { ConnectClient, CreateAgentStatusCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
17
|
+
* const client = new ConnectClient(config);
|
|
18
|
+
* const command = new CreateAgentStatusCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link CreateAgentStatusCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link CreateAgentStatusCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class CreateAgentStatusCommand extends $Command<CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput, ConnectClientResolvedConfig> {
|
|
28
|
+
readonly input: CreateAgentStatusCommandInput;
|
|
29
|
+
constructor(input: CreateAgentStatusCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|