@aws-sdk/client-connect 3.34.0 → 3.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist-cjs/Connect.js +1661 -0
- package/dist-cjs/Connect.js.map +1 -0
- package/dist-cjs/ConnectClient.js +59 -0
- package/dist-cjs/ConnectClient.js.map +1 -0
- package/dist-cjs/commands/AssociateApprovedOriginCommand.js +62 -0
- package/dist-cjs/commands/AssociateApprovedOriginCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateBotCommand.js +62 -0
- package/dist-cjs/commands/AssociateBotCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateInstanceStorageConfigCommand.js +67 -0
- package/dist-cjs/commands/AssociateInstanceStorageConfigCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateLambdaFunctionCommand.js +62 -0
- package/dist-cjs/commands/AssociateLambdaFunctionCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateLexBotCommand.js +62 -0
- package/dist-cjs/commands/AssociateLexBotCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateQueueQuickConnectsCommand.js +62 -0
- package/dist-cjs/commands/AssociateQueueQuickConnectsCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateRoutingProfileQueuesCommand.js +61 -0
- package/dist-cjs/commands/AssociateRoutingProfileQueuesCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateSecurityKeyCommand.js +62 -0
- package/dist-cjs/commands/AssociateSecurityKeyCommand.js.map +1 -0
- package/dist-cjs/commands/CreateAgentStatusCommand.js +62 -0
- package/dist-cjs/commands/CreateAgentStatusCommand.js.map +1 -0
- package/dist-cjs/commands/CreateContactFlowCommand.js +63 -0
- package/dist-cjs/commands/CreateContactFlowCommand.js.map +1 -0
- package/dist-cjs/commands/CreateHoursOfOperationCommand.js +62 -0
- package/dist-cjs/commands/CreateHoursOfOperationCommand.js.map +1 -0
- package/dist-cjs/commands/CreateInstanceCommand.js +67 -0
- package/dist-cjs/commands/CreateInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/CreateIntegrationAssociationCommand.js +61 -0
- package/dist-cjs/commands/CreateIntegrationAssociationCommand.js.map +1 -0
- package/dist-cjs/commands/CreateQueueCommand.js +62 -0
- package/dist-cjs/commands/CreateQueueCommand.js.map +1 -0
- package/dist-cjs/commands/CreateQuickConnectCommand.js +61 -0
- package/dist-cjs/commands/CreateQuickConnectCommand.js.map +1 -0
- package/dist-cjs/commands/CreateRoutingProfileCommand.js +61 -0
- package/dist-cjs/commands/CreateRoutingProfileCommand.js.map +1 -0
- package/dist-cjs/commands/CreateUseCaseCommand.js +61 -0
- package/dist-cjs/commands/CreateUseCaseCommand.js.map +1 -0
- package/dist-cjs/commands/CreateUserCommand.js +63 -0
- package/dist-cjs/commands/CreateUserCommand.js.map +1 -0
- package/dist-cjs/commands/CreateUserHierarchyGroupCommand.js +61 -0
- package/dist-cjs/commands/CreateUserHierarchyGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteHoursOfOperationCommand.js +62 -0
- package/dist-cjs/commands/DeleteHoursOfOperationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteInstanceCommand.js +65 -0
- package/dist-cjs/commands/DeleteInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteIntegrationAssociationCommand.js +62 -0
- package/dist-cjs/commands/DeleteIntegrationAssociationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteQuickConnectCommand.js +61 -0
- package/dist-cjs/commands/DeleteQuickConnectCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteUseCaseCommand.js +61 -0
- package/dist-cjs/commands/DeleteUseCaseCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteUserCommand.js +64 -0
- package/dist-cjs/commands/DeleteUserCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteUserHierarchyGroupCommand.js +62 -0
- package/dist-cjs/commands/DeleteUserHierarchyGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAgentStatusCommand.js +62 -0
- package/dist-cjs/commands/DescribeAgentStatusCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeContactFlowCommand.js +63 -0
- package/dist-cjs/commands/DescribeContactFlowCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeHoursOfOperationCommand.js +62 -0
- package/dist-cjs/commands/DescribeHoursOfOperationCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeInstanceAttributeCommand.js +62 -0
- package/dist-cjs/commands/DescribeInstanceAttributeCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeInstanceCommand.js +66 -0
- package/dist-cjs/commands/DescribeInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeInstanceStorageConfigCommand.js +63 -0
- package/dist-cjs/commands/DescribeInstanceStorageConfigCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeQueueCommand.js +62 -0
- package/dist-cjs/commands/DescribeQueueCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeQuickConnectCommand.js +61 -0
- package/dist-cjs/commands/DescribeQuickConnectCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeRoutingProfileCommand.js +61 -0
- package/dist-cjs/commands/DescribeRoutingProfileCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeUserCommand.js +63 -0
- package/dist-cjs/commands/DescribeUserCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeUserHierarchyGroupCommand.js +61 -0
- package/dist-cjs/commands/DescribeUserHierarchyGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeUserHierarchyStructureCommand.js +61 -0
- package/dist-cjs/commands/DescribeUserHierarchyStructureCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateApprovedOriginCommand.js +62 -0
- package/dist-cjs/commands/DisassociateApprovedOriginCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateBotCommand.js +63 -0
- package/dist-cjs/commands/DisassociateBotCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateInstanceStorageConfigCommand.js +63 -0
- package/dist-cjs/commands/DisassociateInstanceStorageConfigCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateLambdaFunctionCommand.js +63 -0
- package/dist-cjs/commands/DisassociateLambdaFunctionCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateLexBotCommand.js +62 -0
- package/dist-cjs/commands/DisassociateLexBotCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateQueueQuickConnectsCommand.js +62 -0
- package/dist-cjs/commands/DisassociateQueueQuickConnectsCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateRoutingProfileQueuesCommand.js +61 -0
- package/dist-cjs/commands/DisassociateRoutingProfileQueuesCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateSecurityKeyCommand.js +62 -0
- package/dist-cjs/commands/DisassociateSecurityKeyCommand.js.map +1 -0
- package/dist-cjs/commands/GetContactAttributesCommand.js +61 -0
- package/dist-cjs/commands/GetContactAttributesCommand.js.map +1 -0
- package/dist-cjs/commands/GetCurrentMetricDataCommand.js +63 -0
- package/dist-cjs/commands/GetCurrentMetricDataCommand.js.map +1 -0
- package/dist-cjs/commands/GetFederationTokenCommand.js +69 -0
- package/dist-cjs/commands/GetFederationTokenCommand.js.map +1 -0
- package/dist-cjs/commands/GetMetricDataCommand.js +64 -0
- package/dist-cjs/commands/GetMetricDataCommand.js.map +1 -0
- package/dist-cjs/commands/ListAgentStatusesCommand.js +62 -0
- package/dist-cjs/commands/ListAgentStatusesCommand.js.map +1 -0
- package/dist-cjs/commands/ListApprovedOriginsCommand.js +62 -0
- package/dist-cjs/commands/ListApprovedOriginsCommand.js.map +1 -0
- package/dist-cjs/commands/ListBotsCommand.js +63 -0
- package/dist-cjs/commands/ListBotsCommand.js.map +1 -0
- package/dist-cjs/commands/ListContactFlowsCommand.js +65 -0
- package/dist-cjs/commands/ListContactFlowsCommand.js.map +1 -0
- package/dist-cjs/commands/ListHoursOfOperationsCommand.js +63 -0
- package/dist-cjs/commands/ListHoursOfOperationsCommand.js.map +1 -0
- package/dist-cjs/commands/ListInstanceAttributesCommand.js +62 -0
- package/dist-cjs/commands/ListInstanceAttributesCommand.js.map +1 -0
- package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js +64 -0
- package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js.map +1 -0
- package/dist-cjs/commands/ListInstancesCommand.js +64 -0
- package/dist-cjs/commands/ListInstancesCommand.js.map +1 -0
- package/dist-cjs/commands/ListIntegrationAssociationsCommand.js +62 -0
- package/dist-cjs/commands/ListIntegrationAssociationsCommand.js.map +1 -0
- package/dist-cjs/commands/ListLambdaFunctionsCommand.js +63 -0
- package/dist-cjs/commands/ListLambdaFunctionsCommand.js.map +1 -0
- package/dist-cjs/commands/ListLexBotsCommand.js +63 -0
- package/dist-cjs/commands/ListLexBotsCommand.js.map +1 -0
- package/dist-cjs/commands/ListPhoneNumbersCommand.js +63 -0
- package/dist-cjs/commands/ListPhoneNumbersCommand.js.map +1 -0
- package/dist-cjs/commands/ListPromptsCommand.js +61 -0
- package/dist-cjs/commands/ListPromptsCommand.js.map +1 -0
- package/dist-cjs/commands/ListQueueQuickConnectsCommand.js +62 -0
- package/dist-cjs/commands/ListQueueQuickConnectsCommand.js.map +1 -0
- package/dist-cjs/commands/ListQueuesCommand.js +67 -0
- package/dist-cjs/commands/ListQueuesCommand.js.map +1 -0
- package/dist-cjs/commands/ListQuickConnectsCommand.js +61 -0
- package/dist-cjs/commands/ListQuickConnectsCommand.js.map +1 -0
- package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js +61 -0
- package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js.map +1 -0
- package/dist-cjs/commands/ListRoutingProfilesCommand.js +64 -0
- package/dist-cjs/commands/ListRoutingProfilesCommand.js.map +1 -0
- package/dist-cjs/commands/ListSecurityKeysCommand.js +62 -0
- package/dist-cjs/commands/ListSecurityKeysCommand.js.map +1 -0
- package/dist-cjs/commands/ListSecurityProfilesCommand.js +64 -0
- package/dist-cjs/commands/ListSecurityProfilesCommand.js.map +1 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +63 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-cjs/commands/ListUseCasesCommand.js +61 -0
- package/dist-cjs/commands/ListUseCasesCommand.js.map +1 -0
- package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js +64 -0
- package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/ListUsersCommand.js +61 -0
- package/dist-cjs/commands/ListUsersCommand.js.map +1 -0
- package/dist-cjs/commands/ResumeContactRecordingCommand.js +64 -0
- package/dist-cjs/commands/ResumeContactRecordingCommand.js.map +1 -0
- package/dist-cjs/commands/StartChatContactCommand.js +81 -0
- package/dist-cjs/commands/StartChatContactCommand.js.map +1 -0
- package/dist-cjs/commands/StartContactRecordingCommand.js +68 -0
- package/dist-cjs/commands/StartContactRecordingCommand.js.map +1 -0
- package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +79 -0
- package/dist-cjs/commands/StartOutboundVoiceContactCommand.js.map +1 -0
- package/dist-cjs/commands/StartTaskContactCommand.js +61 -0
- package/dist-cjs/commands/StartTaskContactCommand.js.map +1 -0
- package/dist-cjs/commands/StopContactCommand.js +61 -0
- package/dist-cjs/commands/StopContactCommand.js.map +1 -0
- package/dist-cjs/commands/StopContactRecordingCommand.js +67 -0
- package/dist-cjs/commands/StopContactRecordingCommand.js.map +1 -0
- package/dist-cjs/commands/SuspendContactRecordingCommand.js +66 -0
- package/dist-cjs/commands/SuspendContactRecordingCommand.js.map +1 -0
- package/dist-cjs/commands/TagResourceCommand.js +65 -0
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UntagResourceCommand.js +61 -0
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +62 -0
- package/dist-cjs/commands/UpdateAgentStatusCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateContactAttributesCommand.js +80 -0
- package/dist-cjs/commands/UpdateContactAttributesCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateContactFlowContentCommand.js +63 -0
- package/dist-cjs/commands/UpdateContactFlowContentCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateContactFlowNameCommand.js +63 -0
- package/dist-cjs/commands/UpdateContactFlowNameCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +62 -0
- package/dist-cjs/commands/UpdateHoursOfOperationCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +62 -0
- package/dist-cjs/commands/UpdateInstanceAttributeCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +62 -0
- package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +62 -0
- package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +63 -0
- package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateQueueNameCommand.js +62 -0
- package/dist-cjs/commands/UpdateQueueNameCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +63 -0
- package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateQueueStatusCommand.js +62 -0
- package/dist-cjs/commands/UpdateQueueStatusCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +61 -0
- package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +61 -0
- package/dist-cjs/commands/UpdateQuickConnectNameCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +62 -0
- package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +61 -0
- package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +62 -0
- package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +61 -0
- package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateUserHierarchyCommand.js +61 -0
- package/dist-cjs/commands/UpdateUserHierarchyCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +61 -0
- package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +61 -0
- package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +69 -0
- package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js +61 -0
- package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js +61 -0
- package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js +61 -0
- package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/{dist/cjs → dist-cjs}/index.js +0 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/dist-cjs/models/models_0.js +2793 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/dist-cjs/pagination/GetCurrentMetricDataPaginator.js +46 -0
- package/dist-cjs/pagination/GetCurrentMetricDataPaginator.js.map +1 -0
- package/dist-cjs/pagination/GetMetricDataPaginator.js +46 -0
- package/dist-cjs/pagination/GetMetricDataPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/pagination/ListAgentStatusesPaginator.js +46 -0
- package/dist-cjs/pagination/ListAgentStatusesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListApprovedOriginsPaginator.js +46 -0
- package/dist-cjs/pagination/ListApprovedOriginsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListBotsPaginator.js +46 -0
- package/dist-cjs/pagination/ListBotsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListContactFlowsPaginator.js +46 -0
- package/dist-cjs/pagination/ListContactFlowsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListHoursOfOperationsPaginator.js +46 -0
- package/dist-cjs/pagination/ListHoursOfOperationsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListInstanceAttributesPaginator.js +46 -0
- package/dist-cjs/pagination/ListInstanceAttributesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListInstanceStorageConfigsPaginator.js +46 -0
- package/dist-cjs/pagination/ListInstanceStorageConfigsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListInstancesPaginator.js +46 -0
- package/dist-cjs/pagination/ListInstancesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListIntegrationAssociationsPaginator.js +46 -0
- package/dist-cjs/pagination/ListIntegrationAssociationsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListLambdaFunctionsPaginator.js +46 -0
- package/dist-cjs/pagination/ListLambdaFunctionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListLexBotsPaginator.js +46 -0
- package/dist-cjs/pagination/ListLexBotsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListPhoneNumbersPaginator.js +46 -0
- package/dist-cjs/pagination/ListPhoneNumbersPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListPromptsPaginator.js +46 -0
- package/dist-cjs/pagination/ListPromptsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListQueueQuickConnectsPaginator.js +46 -0
- package/dist-cjs/pagination/ListQueueQuickConnectsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListQueuesPaginator.js +46 -0
- package/dist-cjs/pagination/ListQueuesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListQuickConnectsPaginator.js +46 -0
- package/dist-cjs/pagination/ListQuickConnectsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListRoutingProfileQueuesPaginator.js +46 -0
- package/dist-cjs/pagination/ListRoutingProfileQueuesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListRoutingProfilesPaginator.js +46 -0
- package/dist-cjs/pagination/ListRoutingProfilesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListSecurityKeysPaginator.js +46 -0
- package/dist-cjs/pagination/ListSecurityKeysPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListSecurityProfilesPaginator.js +46 -0
- package/dist-cjs/pagination/ListSecurityProfilesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListUseCasesPaginator.js +46 -0
- package/dist-cjs/pagination/ListUseCasesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListUserHierarchyGroupsPaginator.js +46 -0
- package/dist-cjs/pagination/ListUserHierarchyGroupsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListUsersPaginator.js +46 -0
- package/dist-cjs/pagination/ListUsersPaginator.js.map +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +14366 -0
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/Connect.js +1646 -0
- package/dist-es/Connect.js.map +1 -0
- package/dist-es/ConnectClient.js +38 -0
- package/dist-es/ConnectClient.js.map +1 -0
- package/dist-es/commands/AssociateApprovedOriginCommand.js +40 -0
- package/dist-es/commands/AssociateApprovedOriginCommand.js.map +1 -0
- package/dist-es/commands/AssociateBotCommand.js +40 -0
- package/dist-es/commands/AssociateBotCommand.js.map +1 -0
- package/dist-es/commands/AssociateInstanceStorageConfigCommand.js +40 -0
- package/dist-es/commands/AssociateInstanceStorageConfigCommand.js.map +1 -0
- package/dist-es/commands/AssociateLambdaFunctionCommand.js +40 -0
- package/dist-es/commands/AssociateLambdaFunctionCommand.js.map +1 -0
- package/dist-es/commands/AssociateLexBotCommand.js +40 -0
- package/dist-es/commands/AssociateLexBotCommand.js.map +1 -0
- package/dist-es/commands/AssociateQueueQuickConnectsCommand.js +40 -0
- package/dist-es/commands/AssociateQueueQuickConnectsCommand.js.map +1 -0
- package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js +40 -0
- package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js.map +1 -0
- package/dist-es/commands/AssociateSecurityKeyCommand.js +40 -0
- package/dist-es/commands/AssociateSecurityKeyCommand.js.map +1 -0
- package/dist-es/commands/CreateAgentStatusCommand.js +40 -0
- package/dist-es/commands/CreateAgentStatusCommand.js.map +1 -0
- package/dist-es/commands/CreateContactFlowCommand.js +40 -0
- package/dist-es/commands/CreateContactFlowCommand.js.map +1 -0
- package/dist-es/commands/CreateHoursOfOperationCommand.js +40 -0
- package/dist-es/commands/CreateHoursOfOperationCommand.js.map +1 -0
- package/dist-es/commands/CreateInstanceCommand.js +40 -0
- package/dist-es/commands/CreateInstanceCommand.js.map +1 -0
- package/dist-es/commands/CreateIntegrationAssociationCommand.js +40 -0
- package/dist-es/commands/CreateIntegrationAssociationCommand.js.map +1 -0
- package/dist-es/commands/CreateQueueCommand.js +40 -0
- package/dist-es/commands/CreateQueueCommand.js.map +1 -0
- package/dist-es/commands/CreateQuickConnectCommand.js +40 -0
- package/dist-es/commands/CreateQuickConnectCommand.js.map +1 -0
- package/dist-es/commands/CreateRoutingProfileCommand.js +40 -0
- package/dist-es/commands/CreateRoutingProfileCommand.js.map +1 -0
- package/dist-es/commands/CreateUseCaseCommand.js +40 -0
- package/dist-es/commands/CreateUseCaseCommand.js.map +1 -0
- package/dist-es/commands/CreateUserCommand.js +40 -0
- package/dist-es/commands/CreateUserCommand.js.map +1 -0
- package/dist-es/commands/CreateUserHierarchyGroupCommand.js +40 -0
- package/dist-es/commands/CreateUserHierarchyGroupCommand.js.map +1 -0
- package/dist-es/commands/DeleteHoursOfOperationCommand.js +40 -0
- package/dist-es/commands/DeleteHoursOfOperationCommand.js.map +1 -0
- package/dist-es/commands/DeleteInstanceCommand.js +40 -0
- package/dist-es/commands/DeleteInstanceCommand.js.map +1 -0
- package/dist-es/commands/DeleteIntegrationAssociationCommand.js +40 -0
- package/dist-es/commands/DeleteIntegrationAssociationCommand.js.map +1 -0
- package/dist-es/commands/DeleteQuickConnectCommand.js +40 -0
- package/dist-es/commands/DeleteQuickConnectCommand.js.map +1 -0
- package/dist-es/commands/DeleteUseCaseCommand.js +40 -0
- package/dist-es/commands/DeleteUseCaseCommand.js.map +1 -0
- package/dist-es/commands/DeleteUserCommand.js +40 -0
- package/dist-es/commands/DeleteUserCommand.js.map +1 -0
- package/dist-es/commands/DeleteUserHierarchyGroupCommand.js +40 -0
- package/dist-es/commands/DeleteUserHierarchyGroupCommand.js.map +1 -0
- package/dist-es/commands/DescribeAgentStatusCommand.js +40 -0
- package/dist-es/commands/DescribeAgentStatusCommand.js.map +1 -0
- package/dist-es/commands/DescribeContactFlowCommand.js +40 -0
- package/dist-es/commands/DescribeContactFlowCommand.js.map +1 -0
- package/dist-es/commands/DescribeHoursOfOperationCommand.js +40 -0
- package/dist-es/commands/DescribeHoursOfOperationCommand.js.map +1 -0
- package/dist-es/commands/DescribeInstanceAttributeCommand.js +40 -0
- package/dist-es/commands/DescribeInstanceAttributeCommand.js.map +1 -0
- package/dist-es/commands/DescribeInstanceCommand.js +40 -0
- package/dist-es/commands/DescribeInstanceCommand.js.map +1 -0
- package/dist-es/commands/DescribeInstanceStorageConfigCommand.js +40 -0
- package/dist-es/commands/DescribeInstanceStorageConfigCommand.js.map +1 -0
- package/dist-es/commands/DescribeQueueCommand.js +40 -0
- package/dist-es/commands/DescribeQueueCommand.js.map +1 -0
- package/dist-es/commands/DescribeQuickConnectCommand.js +40 -0
- package/dist-es/commands/DescribeQuickConnectCommand.js.map +1 -0
- package/dist-es/commands/DescribeRoutingProfileCommand.js +40 -0
- package/dist-es/commands/DescribeRoutingProfileCommand.js.map +1 -0
- package/dist-es/commands/DescribeUserCommand.js +40 -0
- package/dist-es/commands/DescribeUserCommand.js.map +1 -0
- package/dist-es/commands/DescribeUserHierarchyGroupCommand.js +40 -0
- package/dist-es/commands/DescribeUserHierarchyGroupCommand.js.map +1 -0
- package/dist-es/commands/DescribeUserHierarchyStructureCommand.js +40 -0
- package/dist-es/commands/DescribeUserHierarchyStructureCommand.js.map +1 -0
- package/dist-es/commands/DisassociateApprovedOriginCommand.js +40 -0
- package/dist-es/commands/DisassociateApprovedOriginCommand.js.map +1 -0
- package/dist-es/commands/DisassociateBotCommand.js +40 -0
- package/dist-es/commands/DisassociateBotCommand.js.map +1 -0
- package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js +40 -0
- package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js.map +1 -0
- package/dist-es/commands/DisassociateLambdaFunctionCommand.js +40 -0
- package/dist-es/commands/DisassociateLambdaFunctionCommand.js.map +1 -0
- package/dist-es/commands/DisassociateLexBotCommand.js +40 -0
- package/dist-es/commands/DisassociateLexBotCommand.js.map +1 -0
- package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js +40 -0
- package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js.map +1 -0
- package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js +40 -0
- package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js.map +1 -0
- package/dist-es/commands/DisassociateSecurityKeyCommand.js +40 -0
- package/dist-es/commands/DisassociateSecurityKeyCommand.js.map +1 -0
- package/dist-es/commands/GetContactAttributesCommand.js +40 -0
- package/dist-es/commands/GetContactAttributesCommand.js.map +1 -0
- package/dist-es/commands/GetCurrentMetricDataCommand.js +40 -0
- package/dist-es/commands/GetCurrentMetricDataCommand.js.map +1 -0
- package/dist-es/commands/GetFederationTokenCommand.js +40 -0
- package/dist-es/commands/GetFederationTokenCommand.js.map +1 -0
- package/dist-es/commands/GetMetricDataCommand.js +40 -0
- package/dist-es/commands/GetMetricDataCommand.js.map +1 -0
- package/dist-es/commands/ListAgentStatusesCommand.js +40 -0
- package/dist-es/commands/ListAgentStatusesCommand.js.map +1 -0
- package/dist-es/commands/ListApprovedOriginsCommand.js +40 -0
- package/dist-es/commands/ListApprovedOriginsCommand.js.map +1 -0
- package/dist-es/commands/ListBotsCommand.js +40 -0
- package/dist-es/commands/ListBotsCommand.js.map +1 -0
- package/dist-es/commands/ListContactFlowsCommand.js +40 -0
- package/dist-es/commands/ListContactFlowsCommand.js.map +1 -0
- package/dist-es/commands/ListHoursOfOperationsCommand.js +40 -0
- package/dist-es/commands/ListHoursOfOperationsCommand.js.map +1 -0
- package/dist-es/commands/ListInstanceAttributesCommand.js +40 -0
- package/dist-es/commands/ListInstanceAttributesCommand.js.map +1 -0
- package/dist-es/commands/ListInstanceStorageConfigsCommand.js +40 -0
- package/dist-es/commands/ListInstanceStorageConfigsCommand.js.map +1 -0
- package/dist-es/commands/ListInstancesCommand.js +40 -0
- package/dist-es/commands/ListInstancesCommand.js.map +1 -0
- package/dist-es/commands/ListIntegrationAssociationsCommand.js +40 -0
- package/dist-es/commands/ListIntegrationAssociationsCommand.js.map +1 -0
- package/dist-es/commands/ListLambdaFunctionsCommand.js +40 -0
- package/dist-es/commands/ListLambdaFunctionsCommand.js.map +1 -0
- package/dist-es/commands/ListLexBotsCommand.js +40 -0
- package/dist-es/commands/ListLexBotsCommand.js.map +1 -0
- package/dist-es/commands/ListPhoneNumbersCommand.js +40 -0
- package/dist-es/commands/ListPhoneNumbersCommand.js.map +1 -0
- package/dist-es/commands/ListPromptsCommand.js +40 -0
- package/dist-es/commands/ListPromptsCommand.js.map +1 -0
- package/dist-es/commands/ListQueueQuickConnectsCommand.js +40 -0
- package/dist-es/commands/ListQueueQuickConnectsCommand.js.map +1 -0
- package/dist-es/commands/ListQueuesCommand.js +40 -0
- package/dist-es/commands/ListQueuesCommand.js.map +1 -0
- package/dist-es/commands/ListQuickConnectsCommand.js +40 -0
- package/dist-es/commands/ListQuickConnectsCommand.js.map +1 -0
- package/dist-es/commands/ListRoutingProfileQueuesCommand.js +40 -0
- package/dist-es/commands/ListRoutingProfileQueuesCommand.js.map +1 -0
- package/dist-es/commands/ListRoutingProfilesCommand.js +40 -0
- package/dist-es/commands/ListRoutingProfilesCommand.js.map +1 -0
- package/dist-es/commands/ListSecurityKeysCommand.js +40 -0
- package/dist-es/commands/ListSecurityKeysCommand.js.map +1 -0
- package/dist-es/commands/ListSecurityProfilesCommand.js +40 -0
- package/dist-es/commands/ListSecurityProfilesCommand.js.map +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-es/commands/ListUseCasesCommand.js +40 -0
- package/dist-es/commands/ListUseCasesCommand.js.map +1 -0
- package/dist-es/commands/ListUserHierarchyGroupsCommand.js +40 -0
- package/dist-es/commands/ListUserHierarchyGroupsCommand.js.map +1 -0
- package/dist-es/commands/ListUsersCommand.js +40 -0
- package/dist-es/commands/ListUsersCommand.js.map +1 -0
- package/dist-es/commands/ResumeContactRecordingCommand.js +40 -0
- package/dist-es/commands/ResumeContactRecordingCommand.js.map +1 -0
- package/dist-es/commands/StartChatContactCommand.js +40 -0
- package/dist-es/commands/StartChatContactCommand.js.map +1 -0
- package/dist-es/commands/StartContactRecordingCommand.js +40 -0
- package/dist-es/commands/StartContactRecordingCommand.js.map +1 -0
- package/dist-es/commands/StartOutboundVoiceContactCommand.js +40 -0
- package/dist-es/commands/StartOutboundVoiceContactCommand.js.map +1 -0
- package/dist-es/commands/StartTaskContactCommand.js +40 -0
- package/dist-es/commands/StartTaskContactCommand.js.map +1 -0
- package/dist-es/commands/StopContactCommand.js +40 -0
- package/dist-es/commands/StopContactCommand.js.map +1 -0
- package/dist-es/commands/StopContactRecordingCommand.js +40 -0
- package/dist-es/commands/StopContactRecordingCommand.js.map +1 -0
- package/dist-es/commands/SuspendContactRecordingCommand.js +40 -0
- package/dist-es/commands/SuspendContactRecordingCommand.js.map +1 -0
- package/dist-es/commands/TagResourceCommand.js +40 -0
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/dist-es/commands/UntagResourceCommand.js +40 -0
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/dist-es/commands/UpdateAgentStatusCommand.js +40 -0
- package/dist-es/commands/UpdateAgentStatusCommand.js.map +1 -0
- package/dist-es/commands/UpdateContactAttributesCommand.js +40 -0
- package/dist-es/commands/UpdateContactAttributesCommand.js.map +1 -0
- package/dist-es/commands/UpdateContactFlowContentCommand.js +40 -0
- package/dist-es/commands/UpdateContactFlowContentCommand.js.map +1 -0
- package/dist-es/commands/UpdateContactFlowNameCommand.js +40 -0
- package/dist-es/commands/UpdateContactFlowNameCommand.js.map +1 -0
- package/dist-es/commands/UpdateHoursOfOperationCommand.js +40 -0
- package/dist-es/commands/UpdateHoursOfOperationCommand.js.map +1 -0
- package/dist-es/commands/UpdateInstanceAttributeCommand.js +40 -0
- package/dist-es/commands/UpdateInstanceAttributeCommand.js.map +1 -0
- package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +40 -0
- package/dist-es/commands/UpdateInstanceStorageConfigCommand.js.map +1 -0
- package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +40 -0
- package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js.map +1 -0
- package/dist-es/commands/UpdateQueueMaxContactsCommand.js +40 -0
- package/dist-es/commands/UpdateQueueMaxContactsCommand.js.map +1 -0
- package/dist-es/commands/UpdateQueueNameCommand.js +40 -0
- package/dist-es/commands/UpdateQueueNameCommand.js.map +1 -0
- package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +40 -0
- package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js.map +1 -0
- package/dist-es/commands/UpdateQueueStatusCommand.js +40 -0
- package/dist-es/commands/UpdateQueueStatusCommand.js.map +1 -0
- package/dist-es/commands/UpdateQuickConnectConfigCommand.js +40 -0
- package/dist-es/commands/UpdateQuickConnectConfigCommand.js.map +1 -0
- package/dist-es/commands/UpdateQuickConnectNameCommand.js +40 -0
- package/dist-es/commands/UpdateQuickConnectNameCommand.js.map +1 -0
- package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +40 -0
- package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js.map +1 -0
- package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +40 -0
- package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +1 -0
- package/dist-es/commands/UpdateRoutingProfileNameCommand.js +40 -0
- package/dist-es/commands/UpdateRoutingProfileNameCommand.js.map +1 -0
- package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +40 -0
- package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js.map +1 -0
- package/dist-es/commands/UpdateUserHierarchyCommand.js +40 -0
- package/dist-es/commands/UpdateUserHierarchyCommand.js.map +1 -0
- package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +40 -0
- package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js.map +1 -0
- package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +40 -0
- package/dist-es/commands/UpdateUserHierarchyStructureCommand.js.map +1 -0
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +40 -0
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js.map +1 -0
- package/dist-es/commands/UpdateUserPhoneConfigCommand.js +40 -0
- package/dist-es/commands/UpdateUserPhoneConfigCommand.js.map +1 -0
- package/dist-es/commands/UpdateUserRoutingProfileCommand.js +40 -0
- package/dist-es/commands/UpdateUserRoutingProfileCommand.js.map +1 -0
- package/dist-es/commands/UpdateUserSecurityProfilesCommand.js +40 -0
- package/dist-es/commands/UpdateUserSecurityProfilesCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +0 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/dist-es/models/models_0.js +1493 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/dist-es/pagination/GetCurrentMetricDataPaginator.js +75 -0
- package/dist-es/pagination/GetCurrentMetricDataPaginator.js.map +1 -0
- package/dist-es/pagination/GetMetricDataPaginator.js +75 -0
- package/dist-es/pagination/GetMetricDataPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/pagination/ListAgentStatusesPaginator.js +75 -0
- package/dist-es/pagination/ListAgentStatusesPaginator.js.map +1 -0
- package/dist-es/pagination/ListApprovedOriginsPaginator.js +75 -0
- package/dist-es/pagination/ListApprovedOriginsPaginator.js.map +1 -0
- package/dist-es/pagination/ListBotsPaginator.js +75 -0
- package/dist-es/pagination/ListBotsPaginator.js.map +1 -0
- package/dist-es/pagination/ListContactFlowsPaginator.js +75 -0
- package/dist-es/pagination/ListContactFlowsPaginator.js.map +1 -0
- package/dist-es/pagination/ListHoursOfOperationsPaginator.js +75 -0
- package/dist-es/pagination/ListHoursOfOperationsPaginator.js.map +1 -0
- package/dist-es/pagination/ListInstanceAttributesPaginator.js +75 -0
- package/dist-es/pagination/ListInstanceAttributesPaginator.js.map +1 -0
- package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js +75 -0
- package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js.map +1 -0
- package/dist-es/pagination/ListInstancesPaginator.js +75 -0
- package/dist-es/pagination/ListInstancesPaginator.js.map +1 -0
- package/dist-es/pagination/ListIntegrationAssociationsPaginator.js +75 -0
- package/dist-es/pagination/ListIntegrationAssociationsPaginator.js.map +1 -0
- package/dist-es/pagination/ListLambdaFunctionsPaginator.js +75 -0
- package/dist-es/pagination/ListLambdaFunctionsPaginator.js.map +1 -0
- package/dist-es/pagination/ListLexBotsPaginator.js +75 -0
- package/dist-es/pagination/ListLexBotsPaginator.js.map +1 -0
- package/dist-es/pagination/ListPhoneNumbersPaginator.js +75 -0
- package/dist-es/pagination/ListPhoneNumbersPaginator.js.map +1 -0
- package/dist-es/pagination/ListPromptsPaginator.js +75 -0
- package/dist-es/pagination/ListPromptsPaginator.js.map +1 -0
- package/dist-es/pagination/ListQueueQuickConnectsPaginator.js +75 -0
- package/dist-es/pagination/ListQueueQuickConnectsPaginator.js.map +1 -0
- package/dist-es/pagination/ListQueuesPaginator.js +75 -0
- package/dist-es/pagination/ListQueuesPaginator.js.map +1 -0
- package/dist-es/pagination/ListQuickConnectsPaginator.js +75 -0
- package/dist-es/pagination/ListQuickConnectsPaginator.js.map +1 -0
- package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js +75 -0
- package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js.map +1 -0
- package/dist-es/pagination/ListRoutingProfilesPaginator.js +75 -0
- package/dist-es/pagination/ListRoutingProfilesPaginator.js.map +1 -0
- package/dist-es/pagination/ListSecurityKeysPaginator.js +75 -0
- package/dist-es/pagination/ListSecurityKeysPaginator.js.map +1 -0
- package/dist-es/pagination/ListSecurityProfilesPaginator.js +75 -0
- package/dist-es/pagination/ListSecurityProfilesPaginator.js.map +1 -0
- package/dist-es/pagination/ListUseCasesPaginator.js +75 -0
- package/dist-es/pagination/ListUseCasesPaginator.js.map +1 -0
- package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js +75 -0
- package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js.map +1 -0
- package/dist-es/pagination/ListUsersPaginator.js +75 -0
- package/dist-es/pagination/ListUsersPaginator.js.map +1 -0
- package/dist-es/protocols/Aws_restJson1.js +15953 -0
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/Connect.d.ts +1008 -0
- package/dist-types/ConnectClient.d.ts +256 -0
- package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +36 -0
- package/dist-types/commands/AssociateBotCommand.d.ts +36 -0
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -0
- package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +36 -0
- package/dist-types/commands/AssociateLexBotCommand.d.ts +36 -0
- package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +36 -0
- package/dist-types/commands/CreateAgentStatusCommand.d.ts +36 -0
- package/dist-types/commands/CreateContactFlowCommand.d.ts +37 -0
- package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/CreateInstanceCommand.d.ts +41 -0
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +35 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +36 -0
- package/dist-types/commands/CreateQuickConnectCommand.d.ts +35 -0
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +35 -0
- package/dist-types/commands/CreateUseCaseCommand.d.ts +35 -0
- package/dist-types/commands/CreateUserCommand.d.ts +37 -0
- package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/DeleteInstanceCommand.d.ts +39 -0
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +36 -0
- package/dist-types/commands/DeleteQuickConnectCommand.d.ts +35 -0
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +35 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +38 -0
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +36 -0
- package/dist-types/commands/DescribeContactFlowCommand.d.ts +37 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInstanceCommand.d.ts +40 -0
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +37 -0
- package/dist-types/commands/DescribeQueueCommand.d.ts +36 -0
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +35 -0
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +35 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +37 -0
- package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +35 -0
- package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateBotCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +36 -0
- package/dist-types/commands/GetContactAttributesCommand.d.ts +35 -0
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +37 -0
- package/dist-types/commands/GetFederationTokenCommand.d.ts +43 -0
- package/dist-types/commands/GetMetricDataCommand.d.ts +38 -0
- package/dist-types/commands/ListAgentStatusesCommand.d.ts +36 -0
- package/dist-types/commands/ListApprovedOriginsCommand.d.ts +36 -0
- package/dist-types/commands/ListBotsCommand.d.ts +37 -0
- package/dist-types/commands/ListContactFlowsCommand.d.ts +39 -0
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +37 -0
- package/dist-types/commands/ListInstanceAttributesCommand.d.ts +36 -0
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +38 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +38 -0
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +36 -0
- package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +37 -0
- package/dist-types/commands/ListLexBotsCommand.d.ts +37 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +37 -0
- package/dist-types/commands/ListPromptsCommand.d.ts +35 -0
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +41 -0
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +35 -0
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +38 -0
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +36 -0
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +38 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/dist-types/commands/ListUseCasesCommand.d.ts +35 -0
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +38 -0
- package/dist-types/commands/ListUsersCommand.d.ts +35 -0
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +38 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +55 -0
- package/dist-types/commands/StartContactRecordingCommand.d.ts +42 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +53 -0
- package/dist-types/commands/StartTaskContactCommand.d.ts +35 -0
- package/dist-types/commands/StopContactCommand.d.ts +35 -0
- package/dist-types/commands/StopContactRecordingCommand.d.ts +41 -0
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +40 -0
- package/dist-types/commands/TagResourceCommand.d.ts +39 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +36 -0
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +54 -0
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +37 -0
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +37 -0
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +36 -0
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +37 -0
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -0
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +36 -0
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +35 -0
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +36 -0
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +36 -0
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +43 -0
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/dist-types/models/models_0.d.ts +6152 -0
- package/dist-types/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
- package/dist-types/pagination/GetMetricDataPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAgentStatusesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBotsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListContactFlowsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLexBotsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPromptsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQueuesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSecurityKeysPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUseCasesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUsersPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +329 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Connect.d.ts +1008 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +256 -0
- package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6152 -0
- package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +329 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +42 -42
- package/src/Connect.ts +4172 -0
- package/src/ConnectClient.ts +785 -0
- package/src/commands/AssociateApprovedOriginCommand.ts +96 -0
- package/src/commands/AssociateBotCommand.ts +96 -0
- package/src/commands/AssociateInstanceStorageConfigCommand.ts +109 -0
- package/src/commands/AssociateLambdaFunctionCommand.ts +96 -0
- package/src/commands/AssociateLexBotCommand.ts +96 -0
- package/src/commands/AssociateQueueQuickConnectsCommand.ts +99 -0
- package/src/commands/AssociateRoutingProfileQueuesCommand.ts +98 -0
- package/src/commands/AssociateSecurityKeyCommand.ts +96 -0
- package/src/commands/CreateAgentStatusCommand.ts +96 -0
- package/src/commands/CreateContactFlowCommand.ts +97 -0
- package/src/commands/CreateHoursOfOperationCommand.ts +96 -0
- package/src/commands/CreateInstanceCommand.ts +101 -0
- package/src/commands/CreateIntegrationAssociationCommand.ts +100 -0
- package/src/commands/CreateQueueCommand.ts +96 -0
- package/src/commands/CreateQuickConnectCommand.ts +95 -0
- package/src/commands/CreateRoutingProfileCommand.ts +95 -0
- package/src/commands/CreateUseCaseCommand.ts +95 -0
- package/src/commands/CreateUserCommand.ts +97 -0
- package/src/commands/CreateUserHierarchyGroupCommand.ts +95 -0
- package/src/commands/DeleteHoursOfOperationCommand.ts +96 -0
- package/src/commands/DeleteInstanceCommand.ts +99 -0
- package/src/commands/DeleteIntegrationAssociationCommand.ts +99 -0
- package/src/commands/DeleteQuickConnectCommand.ts +95 -0
- package/src/commands/DeleteUseCaseCommand.ts +95 -0
- package/src/commands/DeleteUserCommand.ts +98 -0
- package/src/commands/DeleteUserHierarchyGroupCommand.ts +96 -0
- package/src/commands/DescribeAgentStatusCommand.ts +96 -0
- package/src/commands/DescribeContactFlowCommand.ts +97 -0
- package/src/commands/DescribeHoursOfOperationCommand.ts +96 -0
- package/src/commands/DescribeInstanceAttributeCommand.ts +99 -0
- package/src/commands/DescribeInstanceCommand.ts +100 -0
- package/src/commands/DescribeInstanceStorageConfigCommand.ts +102 -0
- package/src/commands/DescribeQueueCommand.ts +96 -0
- package/src/commands/DescribeQuickConnectCommand.ts +95 -0
- package/src/commands/DescribeRoutingProfileCommand.ts +95 -0
- package/src/commands/DescribeUserCommand.ts +97 -0
- package/src/commands/DescribeUserHierarchyGroupCommand.ts +98 -0
- package/src/commands/DescribeUserHierarchyStructureCommand.ts +103 -0
- package/src/commands/DisassociateApprovedOriginCommand.ts +99 -0
- package/src/commands/DisassociateBotCommand.ts +97 -0
- package/src/commands/DisassociateInstanceStorageConfigCommand.ts +103 -0
- package/src/commands/DisassociateLambdaFunctionCommand.ts +100 -0
- package/src/commands/DisassociateLexBotCommand.ts +96 -0
- package/src/commands/DisassociateQueueQuickConnectsCommand.ts +102 -0
- package/src/commands/DisassociateRoutingProfileQueuesCommand.ts +101 -0
- package/src/commands/DisassociateSecurityKeyCommand.ts +96 -0
- package/src/commands/GetContactAttributesCommand.ts +95 -0
- package/src/commands/GetCurrentMetricDataCommand.ts +97 -0
- package/src/commands/GetFederationTokenCommand.ts +103 -0
- package/src/commands/GetMetricDataCommand.ts +98 -0
- package/src/commands/ListAgentStatusesCommand.ts +96 -0
- package/src/commands/ListApprovedOriginsCommand.ts +96 -0
- package/src/commands/ListBotsCommand.ts +97 -0
- package/src/commands/ListContactFlowsCommand.ts +99 -0
- package/src/commands/ListHoursOfOperationsCommand.ts +97 -0
- package/src/commands/ListInstanceAttributesCommand.ts +96 -0
- package/src/commands/ListInstanceStorageConfigsCommand.ts +101 -0
- package/src/commands/ListInstancesCommand.ts +98 -0
- package/src/commands/ListIntegrationAssociationsCommand.ts +101 -0
- package/src/commands/ListLambdaFunctionsCommand.ts +97 -0
- package/src/commands/ListLexBotsCommand.ts +97 -0
- package/src/commands/ListPhoneNumbersCommand.ts +97 -0
- package/src/commands/ListPromptsCommand.ts +95 -0
- package/src/commands/ListQueueQuickConnectsCommand.ts +96 -0
- package/src/commands/ListQueuesCommand.ts +101 -0
- package/src/commands/ListQuickConnectsCommand.ts +95 -0
- package/src/commands/ListRoutingProfileQueuesCommand.ts +95 -0
- package/src/commands/ListRoutingProfilesCommand.ts +98 -0
- package/src/commands/ListSecurityKeysCommand.ts +96 -0
- package/src/commands/ListSecurityProfilesCommand.ts +98 -0
- package/src/commands/ListTagsForResourceCommand.ts +97 -0
- package/src/commands/ListUseCasesCommand.ts +95 -0
- package/src/commands/ListUserHierarchyGroupsCommand.ts +98 -0
- package/src/commands/ListUsersCommand.ts +95 -0
- package/src/commands/ResumeContactRecordingCommand.ts +98 -0
- package/src/commands/StartChatContactCommand.ts +115 -0
- package/src/commands/StartContactRecordingCommand.ts +102 -0
- package/src/commands/StartOutboundVoiceContactCommand.ts +116 -0
- package/src/commands/StartTaskContactCommand.ts +95 -0
- package/src/commands/StopContactCommand.ts +95 -0
- package/src/commands/StopContactRecordingCommand.ts +101 -0
- package/src/commands/SuspendContactRecordingCommand.ts +100 -0
- package/src/commands/TagResourceCommand.ts +99 -0
- package/src/commands/UntagResourceCommand.ts +95 -0
- package/src/commands/UpdateAgentStatusCommand.ts +96 -0
- package/src/commands/UpdateContactAttributesCommand.ts +114 -0
- package/src/commands/UpdateContactFlowContentCommand.ts +97 -0
- package/src/commands/UpdateContactFlowNameCommand.ts +97 -0
- package/src/commands/UpdateHoursOfOperationCommand.ts +96 -0
- package/src/commands/UpdateInstanceAttributeCommand.ts +96 -0
- package/src/commands/UpdateInstanceStorageConfigCommand.ts +99 -0
- package/src/commands/UpdateQueueHoursOfOperationCommand.ts +99 -0
- package/src/commands/UpdateQueueMaxContactsCommand.ts +97 -0
- package/src/commands/UpdateQueueNameCommand.ts +96 -0
- package/src/commands/UpdateQueueOutboundCallerConfigCommand.ts +103 -0
- package/src/commands/UpdateQueueStatusCommand.ts +96 -0
- package/src/commands/UpdateQuickConnectConfigCommand.ts +95 -0
- package/src/commands/UpdateQuickConnectNameCommand.ts +95 -0
- package/src/commands/UpdateRoutingProfileConcurrencyCommand.ts +102 -0
- package/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts +105 -0
- package/src/commands/UpdateRoutingProfileNameCommand.ts +96 -0
- package/src/commands/UpdateRoutingProfileQueuesCommand.ts +98 -0
- package/src/commands/UpdateUserHierarchyCommand.ts +95 -0
- package/src/commands/UpdateUserHierarchyGroupNameCommand.ts +98 -0
- package/src/commands/UpdateUserHierarchyStructureCommand.ts +98 -0
- package/src/commands/UpdateUserIdentityInfoCommand.ts +103 -0
- package/src/commands/UpdateUserPhoneConfigCommand.ts +95 -0
- package/src/commands/UpdateUserRoutingProfileCommand.ts +95 -0
- package/src/commands/UpdateUserSecurityProfilesCommand.ts +98 -0
- package/src/endpoints.ts +57 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/src/models/models_0.ts +7649 -0
- package/src/pagination/GetCurrentMetricDataPaginator.ts +59 -0
- package/src/pagination/GetMetricDataPaginator.ts +59 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/pagination/ListAgentStatusesPaginator.ts +59 -0
- package/src/pagination/ListApprovedOriginsPaginator.ts +59 -0
- package/src/pagination/ListBotsPaginator.ts +55 -0
- package/src/pagination/ListContactFlowsPaginator.ts +59 -0
- package/src/pagination/ListHoursOfOperationsPaginator.ts +59 -0
- package/src/pagination/ListInstanceAttributesPaginator.ts +59 -0
- package/src/pagination/ListInstanceStorageConfigsPaginator.ts +59 -0
- package/src/pagination/ListInstancesPaginator.ts +59 -0
- package/src/pagination/ListIntegrationAssociationsPaginator.ts +59 -0
- package/src/pagination/ListLambdaFunctionsPaginator.ts +59 -0
- package/src/pagination/ListLexBotsPaginator.ts +55 -0
- package/src/pagination/ListPhoneNumbersPaginator.ts +59 -0
- package/src/pagination/ListPromptsPaginator.ts +55 -0
- package/src/pagination/ListQueueQuickConnectsPaginator.ts +59 -0
- package/src/pagination/ListQueuesPaginator.ts +55 -0
- package/src/pagination/ListQuickConnectsPaginator.ts +59 -0
- package/src/pagination/ListRoutingProfileQueuesPaginator.ts +59 -0
- package/src/pagination/ListRoutingProfilesPaginator.ts +59 -0
- package/src/pagination/ListSecurityKeysPaginator.ts +59 -0
- package/src/pagination/ListSecurityProfilesPaginator.ts +59 -0
- package/src/pagination/ListUseCasesPaginator.ts +59 -0
- package/src/pagination/ListUserHierarchyGroupsPaginator.ts +59 -0
- package/src/pagination/ListUsersPaginator.ts +55 -0
- package/src/protocols/Aws_restJson1.ts +16228 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/tsconfig.es.json +1 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- package/Connect.ts +0 -4166
- package/ConnectClient.ts +0 -784
- package/commands/AssociateApprovedOriginCommand.ts +0 -95
- package/commands/AssociateBotCommand.ts +0 -95
- package/commands/AssociateInstanceStorageConfigCommand.ts +0 -108
- package/commands/AssociateLambdaFunctionCommand.ts +0 -95
- package/commands/AssociateLexBotCommand.ts +0 -95
- package/commands/AssociateQueueQuickConnectsCommand.ts +0 -98
- package/commands/AssociateRoutingProfileQueuesCommand.ts +0 -97
- package/commands/AssociateSecurityKeyCommand.ts +0 -95
- package/commands/CreateAgentStatusCommand.ts +0 -95
- package/commands/CreateContactFlowCommand.ts +0 -96
- package/commands/CreateHoursOfOperationCommand.ts +0 -95
- package/commands/CreateInstanceCommand.ts +0 -100
- package/commands/CreateIntegrationAssociationCommand.ts +0 -99
- package/commands/CreateQueueCommand.ts +0 -95
- package/commands/CreateQuickConnectCommand.ts +0 -94
- package/commands/CreateRoutingProfileCommand.ts +0 -94
- package/commands/CreateUseCaseCommand.ts +0 -94
- package/commands/CreateUserCommand.ts +0 -96
- package/commands/CreateUserHierarchyGroupCommand.ts +0 -94
- package/commands/DeleteHoursOfOperationCommand.ts +0 -95
- package/commands/DeleteInstanceCommand.ts +0 -98
- package/commands/DeleteIntegrationAssociationCommand.ts +0 -98
- package/commands/DeleteQuickConnectCommand.ts +0 -94
- package/commands/DeleteUseCaseCommand.ts +0 -94
- package/commands/DeleteUserCommand.ts +0 -97
- package/commands/DeleteUserHierarchyGroupCommand.ts +0 -95
- package/commands/DescribeAgentStatusCommand.ts +0 -95
- package/commands/DescribeContactFlowCommand.ts +0 -96
- package/commands/DescribeHoursOfOperationCommand.ts +0 -95
- package/commands/DescribeInstanceAttributeCommand.ts +0 -98
- package/commands/DescribeInstanceCommand.ts +0 -99
- package/commands/DescribeInstanceStorageConfigCommand.ts +0 -101
- package/commands/DescribeQueueCommand.ts +0 -95
- package/commands/DescribeQuickConnectCommand.ts +0 -94
- package/commands/DescribeRoutingProfileCommand.ts +0 -94
- package/commands/DescribeUserCommand.ts +0 -96
- package/commands/DescribeUserHierarchyGroupCommand.ts +0 -97
- package/commands/DescribeUserHierarchyStructureCommand.ts +0 -102
- package/commands/DisassociateApprovedOriginCommand.ts +0 -98
- package/commands/DisassociateBotCommand.ts +0 -96
- package/commands/DisassociateInstanceStorageConfigCommand.ts +0 -102
- package/commands/DisassociateLambdaFunctionCommand.ts +0 -99
- package/commands/DisassociateLexBotCommand.ts +0 -95
- package/commands/DisassociateQueueQuickConnectsCommand.ts +0 -101
- package/commands/DisassociateRoutingProfileQueuesCommand.ts +0 -100
- package/commands/DisassociateSecurityKeyCommand.ts +0 -95
- package/commands/GetContactAttributesCommand.ts +0 -94
- package/commands/GetCurrentMetricDataCommand.ts +0 -96
- package/commands/GetFederationTokenCommand.ts +0 -102
- package/commands/GetMetricDataCommand.ts +0 -97
- package/commands/ListAgentStatusesCommand.ts +0 -95
- package/commands/ListApprovedOriginsCommand.ts +0 -95
- package/commands/ListBotsCommand.ts +0 -96
- package/commands/ListContactFlowsCommand.ts +0 -98
- package/commands/ListHoursOfOperationsCommand.ts +0 -96
- package/commands/ListInstanceAttributesCommand.ts +0 -95
- package/commands/ListInstanceStorageConfigsCommand.ts +0 -100
- package/commands/ListInstancesCommand.ts +0 -97
- package/commands/ListIntegrationAssociationsCommand.ts +0 -100
- package/commands/ListLambdaFunctionsCommand.ts +0 -96
- package/commands/ListLexBotsCommand.ts +0 -96
- package/commands/ListPhoneNumbersCommand.ts +0 -96
- package/commands/ListPromptsCommand.ts +0 -94
- package/commands/ListQueueQuickConnectsCommand.ts +0 -95
- package/commands/ListQueuesCommand.ts +0 -100
- package/commands/ListQuickConnectsCommand.ts +0 -94
- package/commands/ListRoutingProfileQueuesCommand.ts +0 -94
- package/commands/ListRoutingProfilesCommand.ts +0 -97
- package/commands/ListSecurityKeysCommand.ts +0 -95
- package/commands/ListSecurityProfilesCommand.ts +0 -97
- package/commands/ListTagsForResourceCommand.ts +0 -96
- package/commands/ListUseCasesCommand.ts +0 -94
- package/commands/ListUserHierarchyGroupsCommand.ts +0 -97
- package/commands/ListUsersCommand.ts +0 -94
- package/commands/ResumeContactRecordingCommand.ts +0 -97
- package/commands/StartChatContactCommand.ts +0 -114
- package/commands/StartContactRecordingCommand.ts +0 -101
- package/commands/StartOutboundVoiceContactCommand.ts +0 -110
- package/commands/StartTaskContactCommand.ts +0 -94
- package/commands/StopContactCommand.ts +0 -94
- package/commands/StopContactRecordingCommand.ts +0 -100
- package/commands/SuspendContactRecordingCommand.ts +0 -99
- package/commands/TagResourceCommand.ts +0 -98
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateAgentStatusCommand.ts +0 -95
- package/commands/UpdateContactAttributesCommand.ts +0 -113
- package/commands/UpdateContactFlowContentCommand.ts +0 -96
- package/commands/UpdateContactFlowNameCommand.ts +0 -96
- package/commands/UpdateHoursOfOperationCommand.ts +0 -95
- package/commands/UpdateInstanceAttributeCommand.ts +0 -95
- package/commands/UpdateInstanceStorageConfigCommand.ts +0 -98
- package/commands/UpdateQueueHoursOfOperationCommand.ts +0 -98
- package/commands/UpdateQueueMaxContactsCommand.ts +0 -96
- package/commands/UpdateQueueNameCommand.ts +0 -95
- package/commands/UpdateQueueOutboundCallerConfigCommand.ts +0 -102
- package/commands/UpdateQueueStatusCommand.ts +0 -95
- package/commands/UpdateQuickConnectConfigCommand.ts +0 -94
- package/commands/UpdateQuickConnectNameCommand.ts +0 -94
- package/commands/UpdateRoutingProfileConcurrencyCommand.ts +0 -101
- package/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts +0 -104
- package/commands/UpdateRoutingProfileNameCommand.ts +0 -95
- package/commands/UpdateRoutingProfileQueuesCommand.ts +0 -97
- package/commands/UpdateUserHierarchyCommand.ts +0 -94
- package/commands/UpdateUserHierarchyGroupNameCommand.ts +0 -97
- package/commands/UpdateUserHierarchyStructureCommand.ts +0 -97
- package/commands/UpdateUserIdentityInfoCommand.ts +0 -102
- package/commands/UpdateUserPhoneConfigCommand.ts +0 -94
- package/commands/UpdateUserRoutingProfileCommand.ts +0 -94
- package/commands/UpdateUserSecurityProfilesCommand.ts +0 -97
- package/dist/cjs/Connect.js +0 -1661
- package/dist/cjs/Connect.js.map +0 -1
- package/dist/cjs/ConnectClient.js +0 -59
- package/dist/cjs/ConnectClient.js.map +0 -1
- package/dist/cjs/commands/AssociateApprovedOriginCommand.js +0 -62
- package/dist/cjs/commands/AssociateApprovedOriginCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateBotCommand.js +0 -62
- package/dist/cjs/commands/AssociateBotCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateInstanceStorageConfigCommand.js +0 -67
- package/dist/cjs/commands/AssociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateLambdaFunctionCommand.js +0 -62
- package/dist/cjs/commands/AssociateLambdaFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateLexBotCommand.js +0 -62
- package/dist/cjs/commands/AssociateLexBotCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateQueueQuickConnectsCommand.js +0 -62
- package/dist/cjs/commands/AssociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/AssociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateSecurityKeyCommand.js +0 -62
- package/dist/cjs/commands/AssociateSecurityKeyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAgentStatusCommand.js +0 -62
- package/dist/cjs/commands/CreateAgentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/CreateContactFlowCommand.js +0 -63
- package/dist/cjs/commands/CreateContactFlowCommand.js.map +0 -1
- package/dist/cjs/commands/CreateHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/CreateHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInstanceCommand.js +0 -67
- package/dist/cjs/commands/CreateInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateIntegrationAssociationCommand.js +0 -61
- package/dist/cjs/commands/CreateIntegrationAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateQueueCommand.js +0 -62
- package/dist/cjs/commands/CreateQueueCommand.js.map +0 -1
- package/dist/cjs/commands/CreateQuickConnectCommand.js +0 -61
- package/dist/cjs/commands/CreateQuickConnectCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRoutingProfileCommand.js +0 -61
- package/dist/cjs/commands/CreateRoutingProfileCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUseCaseCommand.js +0 -61
- package/dist/cjs/commands/CreateUseCaseCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserCommand.js +0 -63
- package/dist/cjs/commands/CreateUserCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserHierarchyGroupCommand.js +0 -61
- package/dist/cjs/commands/CreateUserHierarchyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/DeleteHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInstanceCommand.js +0 -65
- package/dist/cjs/commands/DeleteInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteIntegrationAssociationCommand.js +0 -62
- package/dist/cjs/commands/DeleteIntegrationAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteQuickConnectCommand.js +0 -61
- package/dist/cjs/commands/DeleteQuickConnectCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUseCaseCommand.js +0 -61
- package/dist/cjs/commands/DeleteUseCaseCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserCommand.js +0 -64
- package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserHierarchyGroupCommand.js +0 -62
- package/dist/cjs/commands/DeleteUserHierarchyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAgentStatusCommand.js +0 -62
- package/dist/cjs/commands/DescribeAgentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeContactFlowCommand.js +0 -63
- package/dist/cjs/commands/DescribeContactFlowCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/DescribeHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceAttributeCommand.js +0 -62
- package/dist/cjs/commands/DescribeInstanceAttributeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceCommand.js +0 -66
- package/dist/cjs/commands/DescribeInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceStorageConfigCommand.js +0 -63
- package/dist/cjs/commands/DescribeInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeQueueCommand.js +0 -62
- package/dist/cjs/commands/DescribeQueueCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeQuickConnectCommand.js +0 -61
- package/dist/cjs/commands/DescribeQuickConnectCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRoutingProfileCommand.js +0 -61
- package/dist/cjs/commands/DescribeRoutingProfileCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserCommand.js +0 -63
- package/dist/cjs/commands/DescribeUserCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserHierarchyGroupCommand.js +0 -61
- package/dist/cjs/commands/DescribeUserHierarchyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserHierarchyStructureCommand.js +0 -61
- package/dist/cjs/commands/DescribeUserHierarchyStructureCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateApprovedOriginCommand.js +0 -62
- package/dist/cjs/commands/DisassociateApprovedOriginCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateBotCommand.js +0 -63
- package/dist/cjs/commands/DisassociateBotCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateInstanceStorageConfigCommand.js +0 -63
- package/dist/cjs/commands/DisassociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateLambdaFunctionCommand.js +0 -63
- package/dist/cjs/commands/DisassociateLambdaFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateLexBotCommand.js +0 -62
- package/dist/cjs/commands/DisassociateLexBotCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateQueueQuickConnectsCommand.js +0 -62
- package/dist/cjs/commands/DisassociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/DisassociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateSecurityKeyCommand.js +0 -62
- package/dist/cjs/commands/DisassociateSecurityKeyCommand.js.map +0 -1
- package/dist/cjs/commands/GetContactAttributesCommand.js +0 -61
- package/dist/cjs/commands/GetContactAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/GetCurrentMetricDataCommand.js +0 -63
- package/dist/cjs/commands/GetCurrentMetricDataCommand.js.map +0 -1
- package/dist/cjs/commands/GetFederationTokenCommand.js +0 -69
- package/dist/cjs/commands/GetFederationTokenCommand.js.map +0 -1
- package/dist/cjs/commands/GetMetricDataCommand.js +0 -64
- package/dist/cjs/commands/GetMetricDataCommand.js.map +0 -1
- package/dist/cjs/commands/ListAgentStatusesCommand.js +0 -62
- package/dist/cjs/commands/ListAgentStatusesCommand.js.map +0 -1
- package/dist/cjs/commands/ListApprovedOriginsCommand.js +0 -62
- package/dist/cjs/commands/ListApprovedOriginsCommand.js.map +0 -1
- package/dist/cjs/commands/ListBotsCommand.js +0 -63
- package/dist/cjs/commands/ListBotsCommand.js.map +0 -1
- package/dist/cjs/commands/ListContactFlowsCommand.js +0 -65
- package/dist/cjs/commands/ListContactFlowsCommand.js.map +0 -1
- package/dist/cjs/commands/ListHoursOfOperationsCommand.js +0 -63
- package/dist/cjs/commands/ListHoursOfOperationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstanceAttributesCommand.js +0 -62
- package/dist/cjs/commands/ListInstanceAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstanceStorageConfigsCommand.js +0 -64
- package/dist/cjs/commands/ListInstanceStorageConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstancesCommand.js +0 -64
- package/dist/cjs/commands/ListInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ListIntegrationAssociationsCommand.js +0 -62
- package/dist/cjs/commands/ListIntegrationAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLambdaFunctionsCommand.js +0 -63
- package/dist/cjs/commands/ListLambdaFunctionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLexBotsCommand.js +0 -63
- package/dist/cjs/commands/ListLexBotsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPhoneNumbersCommand.js +0 -63
- package/dist/cjs/commands/ListPhoneNumbersCommand.js.map +0 -1
- package/dist/cjs/commands/ListPromptsCommand.js +0 -61
- package/dist/cjs/commands/ListPromptsCommand.js.map +0 -1
- package/dist/cjs/commands/ListQueueQuickConnectsCommand.js +0 -62
- package/dist/cjs/commands/ListQueueQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/ListQueuesCommand.js +0 -67
- package/dist/cjs/commands/ListQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/ListQuickConnectsCommand.js +0 -61
- package/dist/cjs/commands/ListQuickConnectsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/ListRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/ListRoutingProfilesCommand.js +0 -64
- package/dist/cjs/commands/ListRoutingProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListSecurityKeysCommand.js +0 -62
- package/dist/cjs/commands/ListSecurityKeysCommand.js.map +0 -1
- package/dist/cjs/commands/ListSecurityProfilesCommand.js +0 -64
- package/dist/cjs/commands/ListSecurityProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -63
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListUseCasesCommand.js +0 -61
- package/dist/cjs/commands/ListUseCasesCommand.js.map +0 -1
- package/dist/cjs/commands/ListUserHierarchyGroupsCommand.js +0 -64
- package/dist/cjs/commands/ListUserHierarchyGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListUsersCommand.js +0 -61
- package/dist/cjs/commands/ListUsersCommand.js.map +0 -1
- package/dist/cjs/commands/ResumeContactRecordingCommand.js +0 -64
- package/dist/cjs/commands/ResumeContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/StartChatContactCommand.js +0 -81
- package/dist/cjs/commands/StartChatContactCommand.js.map +0 -1
- package/dist/cjs/commands/StartContactRecordingCommand.js +0 -68
- package/dist/cjs/commands/StartContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/StartOutboundVoiceContactCommand.js +0 -74
- package/dist/cjs/commands/StartOutboundVoiceContactCommand.js.map +0 -1
- package/dist/cjs/commands/StartTaskContactCommand.js +0 -61
- package/dist/cjs/commands/StartTaskContactCommand.js.map +0 -1
- package/dist/cjs/commands/StopContactCommand.js +0 -61
- package/dist/cjs/commands/StopContactCommand.js.map +0 -1
- package/dist/cjs/commands/StopContactRecordingCommand.js +0 -67
- package/dist/cjs/commands/StopContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/SuspendContactRecordingCommand.js +0 -66
- package/dist/cjs/commands/SuspendContactRecordingCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -65
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAgentStatusCommand.js +0 -62
- package/dist/cjs/commands/UpdateAgentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateContactAttributesCommand.js +0 -80
- package/dist/cjs/commands/UpdateContactAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateContactFlowContentCommand.js +0 -63
- package/dist/cjs/commands/UpdateContactFlowContentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateContactFlowNameCommand.js +0 -63
- package/dist/cjs/commands/UpdateContactFlowNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/UpdateHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInstanceAttributeCommand.js +0 -62
- package/dist/cjs/commands/UpdateInstanceAttributeCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInstanceStorageConfigCommand.js +0 -62
- package/dist/cjs/commands/UpdateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueHoursOfOperationCommand.js +0 -62
- package/dist/cjs/commands/UpdateQueueHoursOfOperationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueMaxContactsCommand.js +0 -63
- package/dist/cjs/commands/UpdateQueueMaxContactsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueNameCommand.js +0 -62
- package/dist/cjs/commands/UpdateQueueNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +0 -63
- package/dist/cjs/commands/UpdateQueueOutboundCallerConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQueueStatusCommand.js +0 -62
- package/dist/cjs/commands/UpdateQueueStatusCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQuickConnectConfigCommand.js +0 -61
- package/dist/cjs/commands/UpdateQuickConnectConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateQuickConnectNameCommand.js +0 -61
- package/dist/cjs/commands/UpdateQuickConnectNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +0 -62
- package/dist/cjs/commands/UpdateRoutingProfileConcurrencyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +0 -61
- package/dist/cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileNameCommand.js +0 -62
- package/dist/cjs/commands/UpdateRoutingProfileNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoutingProfileQueuesCommand.js +0 -61
- package/dist/cjs/commands/UpdateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserHierarchyCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserHierarchyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserHierarchyGroupNameCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserHierarchyGroupNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserHierarchyStructureCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserHierarchyStructureCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserIdentityInfoCommand.js +0 -69
- package/dist/cjs/commands/UpdateUserIdentityInfoCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserPhoneConfigCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserPhoneConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserRoutingProfileCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserRoutingProfileCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserSecurityProfilesCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserSecurityProfilesCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2774
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/GetCurrentMetricDataPaginator.js +0 -46
- package/dist/cjs/pagination/GetCurrentMetricDataPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetMetricDataPaginator.js +0 -46
- package/dist/cjs/pagination/GetMetricDataPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAgentStatusesPaginator.js +0 -46
- package/dist/cjs/pagination/ListAgentStatusesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListApprovedOriginsPaginator.js +0 -46
- package/dist/cjs/pagination/ListApprovedOriginsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBotsPaginator.js +0 -46
- package/dist/cjs/pagination/ListBotsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListContactFlowsPaginator.js +0 -46
- package/dist/cjs/pagination/ListContactFlowsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListHoursOfOperationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListHoursOfOperationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInstanceAttributesPaginator.js +0 -46
- package/dist/cjs/pagination/ListInstanceAttributesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInstanceStorageConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListInstanceStorageConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/ListInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListIntegrationAssociationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListIntegrationAssociationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLambdaFunctionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListLambdaFunctionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLexBotsPaginator.js +0 -46
- package/dist/cjs/pagination/ListLexBotsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPhoneNumbersPaginator.js +0 -46
- package/dist/cjs/pagination/ListPhoneNumbersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPromptsPaginator.js +0 -46
- package/dist/cjs/pagination/ListPromptsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQueueQuickConnectsPaginator.js +0 -46
- package/dist/cjs/pagination/ListQueueQuickConnectsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQueuesPaginator.js +0 -46
- package/dist/cjs/pagination/ListQueuesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQuickConnectsPaginator.js +0 -46
- package/dist/cjs/pagination/ListQuickConnectsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRoutingProfileQueuesPaginator.js +0 -46
- package/dist/cjs/pagination/ListRoutingProfileQueuesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRoutingProfilesPaginator.js +0 -46
- package/dist/cjs/pagination/ListRoutingProfilesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSecurityKeysPaginator.js +0 -46
- package/dist/cjs/pagination/ListSecurityKeysPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSecurityProfilesPaginator.js +0 -46
- package/dist/cjs/pagination/ListSecurityProfilesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUseCasesPaginator.js +0 -46
- package/dist/cjs/pagination/ListUseCasesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUserHierarchyGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/ListUserHierarchyGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUsersPaginator.js +0 -46
- package/dist/cjs/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -14349
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Connect.js +0 -1646
- package/dist/es/Connect.js.map +0 -1
- package/dist/es/ConnectClient.js +0 -38
- package/dist/es/ConnectClient.js.map +0 -1
- package/dist/es/commands/AssociateApprovedOriginCommand.js +0 -40
- package/dist/es/commands/AssociateApprovedOriginCommand.js.map +0 -1
- package/dist/es/commands/AssociateBotCommand.js +0 -40
- package/dist/es/commands/AssociateBotCommand.js.map +0 -1
- package/dist/es/commands/AssociateInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/AssociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/AssociateLambdaFunctionCommand.js +0 -40
- package/dist/es/commands/AssociateLambdaFunctionCommand.js.map +0 -1
- package/dist/es/commands/AssociateLexBotCommand.js +0 -40
- package/dist/es/commands/AssociateLexBotCommand.js.map +0 -1
- package/dist/es/commands/AssociateQueueQuickConnectsCommand.js +0 -40
- package/dist/es/commands/AssociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/AssociateRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/AssociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/AssociateSecurityKeyCommand.js +0 -40
- package/dist/es/commands/AssociateSecurityKeyCommand.js.map +0 -1
- package/dist/es/commands/CreateAgentStatusCommand.js +0 -40
- package/dist/es/commands/CreateAgentStatusCommand.js.map +0 -1
- package/dist/es/commands/CreateContactFlowCommand.js +0 -40
- package/dist/es/commands/CreateContactFlowCommand.js.map +0 -1
- package/dist/es/commands/CreateHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/CreateHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/CreateInstanceCommand.js +0 -40
- package/dist/es/commands/CreateInstanceCommand.js.map +0 -1
- package/dist/es/commands/CreateIntegrationAssociationCommand.js +0 -40
- package/dist/es/commands/CreateIntegrationAssociationCommand.js.map +0 -1
- package/dist/es/commands/CreateQueueCommand.js +0 -40
- package/dist/es/commands/CreateQueueCommand.js.map +0 -1
- package/dist/es/commands/CreateQuickConnectCommand.js +0 -40
- package/dist/es/commands/CreateQuickConnectCommand.js.map +0 -1
- package/dist/es/commands/CreateRoutingProfileCommand.js +0 -40
- package/dist/es/commands/CreateRoutingProfileCommand.js.map +0 -1
- package/dist/es/commands/CreateUseCaseCommand.js +0 -40
- package/dist/es/commands/CreateUseCaseCommand.js.map +0 -1
- package/dist/es/commands/CreateUserCommand.js +0 -40
- package/dist/es/commands/CreateUserCommand.js.map +0 -1
- package/dist/es/commands/CreateUserHierarchyGroupCommand.js +0 -40
- package/dist/es/commands/CreateUserHierarchyGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/DeleteHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/DeleteInstanceCommand.js +0 -40
- package/dist/es/commands/DeleteInstanceCommand.js.map +0 -1
- package/dist/es/commands/DeleteIntegrationAssociationCommand.js +0 -40
- package/dist/es/commands/DeleteIntegrationAssociationCommand.js.map +0 -1
- package/dist/es/commands/DeleteQuickConnectCommand.js +0 -40
- package/dist/es/commands/DeleteQuickConnectCommand.js.map +0 -1
- package/dist/es/commands/DeleteUseCaseCommand.js +0 -40
- package/dist/es/commands/DeleteUseCaseCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserCommand.js +0 -40
- package/dist/es/commands/DeleteUserCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserHierarchyGroupCommand.js +0 -40
- package/dist/es/commands/DeleteUserHierarchyGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeAgentStatusCommand.js +0 -40
- package/dist/es/commands/DescribeAgentStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribeContactFlowCommand.js +0 -40
- package/dist/es/commands/DescribeContactFlowCommand.js.map +0 -1
- package/dist/es/commands/DescribeHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/DescribeHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceAttributeCommand.js +0 -40
- package/dist/es/commands/DescribeInstanceAttributeCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceCommand.js +0 -40
- package/dist/es/commands/DescribeInstanceCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/DescribeInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/DescribeQueueCommand.js +0 -40
- package/dist/es/commands/DescribeQueueCommand.js.map +0 -1
- package/dist/es/commands/DescribeQuickConnectCommand.js +0 -40
- package/dist/es/commands/DescribeQuickConnectCommand.js.map +0 -1
- package/dist/es/commands/DescribeRoutingProfileCommand.js +0 -40
- package/dist/es/commands/DescribeRoutingProfileCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserCommand.js +0 -40
- package/dist/es/commands/DescribeUserCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserHierarchyGroupCommand.js +0 -40
- package/dist/es/commands/DescribeUserHierarchyGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserHierarchyStructureCommand.js +0 -40
- package/dist/es/commands/DescribeUserHierarchyStructureCommand.js.map +0 -1
- package/dist/es/commands/DisassociateApprovedOriginCommand.js +0 -40
- package/dist/es/commands/DisassociateApprovedOriginCommand.js.map +0 -1
- package/dist/es/commands/DisassociateBotCommand.js +0 -40
- package/dist/es/commands/DisassociateBotCommand.js.map +0 -1
- package/dist/es/commands/DisassociateInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/DisassociateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/DisassociateLambdaFunctionCommand.js +0 -40
- package/dist/es/commands/DisassociateLambdaFunctionCommand.js.map +0 -1
- package/dist/es/commands/DisassociateLexBotCommand.js +0 -40
- package/dist/es/commands/DisassociateLexBotCommand.js.map +0 -1
- package/dist/es/commands/DisassociateQueueQuickConnectsCommand.js +0 -40
- package/dist/es/commands/DisassociateQueueQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/DisassociateRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/DisassociateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/DisassociateSecurityKeyCommand.js +0 -40
- package/dist/es/commands/DisassociateSecurityKeyCommand.js.map +0 -1
- package/dist/es/commands/GetContactAttributesCommand.js +0 -40
- package/dist/es/commands/GetContactAttributesCommand.js.map +0 -1
- package/dist/es/commands/GetCurrentMetricDataCommand.js +0 -40
- package/dist/es/commands/GetCurrentMetricDataCommand.js.map +0 -1
- package/dist/es/commands/GetFederationTokenCommand.js +0 -40
- package/dist/es/commands/GetFederationTokenCommand.js.map +0 -1
- package/dist/es/commands/GetMetricDataCommand.js +0 -40
- package/dist/es/commands/GetMetricDataCommand.js.map +0 -1
- package/dist/es/commands/ListAgentStatusesCommand.js +0 -40
- package/dist/es/commands/ListAgentStatusesCommand.js.map +0 -1
- package/dist/es/commands/ListApprovedOriginsCommand.js +0 -40
- package/dist/es/commands/ListApprovedOriginsCommand.js.map +0 -1
- package/dist/es/commands/ListBotsCommand.js +0 -40
- package/dist/es/commands/ListBotsCommand.js.map +0 -1
- package/dist/es/commands/ListContactFlowsCommand.js +0 -40
- package/dist/es/commands/ListContactFlowsCommand.js.map +0 -1
- package/dist/es/commands/ListHoursOfOperationsCommand.js +0 -40
- package/dist/es/commands/ListHoursOfOperationsCommand.js.map +0 -1
- package/dist/es/commands/ListInstanceAttributesCommand.js +0 -40
- package/dist/es/commands/ListInstanceAttributesCommand.js.map +0 -1
- package/dist/es/commands/ListInstanceStorageConfigsCommand.js +0 -40
- package/dist/es/commands/ListInstanceStorageConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListInstancesCommand.js +0 -40
- package/dist/es/commands/ListInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListIntegrationAssociationsCommand.js +0 -40
- package/dist/es/commands/ListIntegrationAssociationsCommand.js.map +0 -1
- package/dist/es/commands/ListLambdaFunctionsCommand.js +0 -40
- package/dist/es/commands/ListLambdaFunctionsCommand.js.map +0 -1
- package/dist/es/commands/ListLexBotsCommand.js +0 -40
- package/dist/es/commands/ListLexBotsCommand.js.map +0 -1
- package/dist/es/commands/ListPhoneNumbersCommand.js +0 -40
- package/dist/es/commands/ListPhoneNumbersCommand.js.map +0 -1
- package/dist/es/commands/ListPromptsCommand.js +0 -40
- package/dist/es/commands/ListPromptsCommand.js.map +0 -1
- package/dist/es/commands/ListQueueQuickConnectsCommand.js +0 -40
- package/dist/es/commands/ListQueueQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/ListQueuesCommand.js +0 -40
- package/dist/es/commands/ListQueuesCommand.js.map +0 -1
- package/dist/es/commands/ListQuickConnectsCommand.js +0 -40
- package/dist/es/commands/ListQuickConnectsCommand.js.map +0 -1
- package/dist/es/commands/ListRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/ListRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/ListRoutingProfilesCommand.js +0 -40
- package/dist/es/commands/ListRoutingProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListSecurityKeysCommand.js +0 -40
- package/dist/es/commands/ListSecurityKeysCommand.js.map +0 -1
- package/dist/es/commands/ListSecurityProfilesCommand.js +0 -40
- package/dist/es/commands/ListSecurityProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListUseCasesCommand.js +0 -40
- package/dist/es/commands/ListUseCasesCommand.js.map +0 -1
- package/dist/es/commands/ListUserHierarchyGroupsCommand.js +0 -40
- package/dist/es/commands/ListUserHierarchyGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListUsersCommand.js +0 -40
- package/dist/es/commands/ListUsersCommand.js.map +0 -1
- package/dist/es/commands/ResumeContactRecordingCommand.js +0 -40
- package/dist/es/commands/ResumeContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/StartChatContactCommand.js +0 -40
- package/dist/es/commands/StartChatContactCommand.js.map +0 -1
- package/dist/es/commands/StartContactRecordingCommand.js +0 -40
- package/dist/es/commands/StartContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/StartOutboundVoiceContactCommand.js +0 -40
- package/dist/es/commands/StartOutboundVoiceContactCommand.js.map +0 -1
- package/dist/es/commands/StartTaskContactCommand.js +0 -40
- package/dist/es/commands/StartTaskContactCommand.js.map +0 -1
- package/dist/es/commands/StopContactCommand.js +0 -40
- package/dist/es/commands/StopContactCommand.js.map +0 -1
- package/dist/es/commands/StopContactRecordingCommand.js +0 -40
- package/dist/es/commands/StopContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/SuspendContactRecordingCommand.js +0 -40
- package/dist/es/commands/SuspendContactRecordingCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAgentStatusCommand.js +0 -40
- package/dist/es/commands/UpdateAgentStatusCommand.js.map +0 -1
- package/dist/es/commands/UpdateContactAttributesCommand.js +0 -40
- package/dist/es/commands/UpdateContactAttributesCommand.js.map +0 -1
- package/dist/es/commands/UpdateContactFlowContentCommand.js +0 -40
- package/dist/es/commands/UpdateContactFlowContentCommand.js.map +0 -1
- package/dist/es/commands/UpdateContactFlowNameCommand.js +0 -40
- package/dist/es/commands/UpdateContactFlowNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/UpdateHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/UpdateInstanceAttributeCommand.js +0 -40
- package/dist/es/commands/UpdateInstanceAttributeCommand.js.map +0 -1
- package/dist/es/commands/UpdateInstanceStorageConfigCommand.js +0 -40
- package/dist/es/commands/UpdateInstanceStorageConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueHoursOfOperationCommand.js +0 -40
- package/dist/es/commands/UpdateQueueHoursOfOperationCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueMaxContactsCommand.js +0 -40
- package/dist/es/commands/UpdateQueueMaxContactsCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueNameCommand.js +0 -40
- package/dist/es/commands/UpdateQueueNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueOutboundCallerConfigCommand.js +0 -40
- package/dist/es/commands/UpdateQueueOutboundCallerConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateQueueStatusCommand.js +0 -40
- package/dist/es/commands/UpdateQueueStatusCommand.js.map +0 -1
- package/dist/es/commands/UpdateQuickConnectConfigCommand.js +0 -40
- package/dist/es/commands/UpdateQuickConnectConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateQuickConnectNameCommand.js +0 -40
- package/dist/es/commands/UpdateQuickConnectNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileConcurrencyCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileConcurrencyCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileNameCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoutingProfileQueuesCommand.js +0 -40
- package/dist/es/commands/UpdateRoutingProfileQueuesCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserHierarchyCommand.js +0 -40
- package/dist/es/commands/UpdateUserHierarchyCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserHierarchyGroupNameCommand.js +0 -40
- package/dist/es/commands/UpdateUserHierarchyGroupNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserHierarchyStructureCommand.js +0 -40
- package/dist/es/commands/UpdateUserHierarchyStructureCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserIdentityInfoCommand.js +0 -40
- package/dist/es/commands/UpdateUserIdentityInfoCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserPhoneConfigCommand.js +0 -40
- package/dist/es/commands/UpdateUserPhoneConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserRoutingProfileCommand.js +0 -40
- package/dist/es/commands/UpdateUserRoutingProfileCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserSecurityProfilesCommand.js +0 -40
- package/dist/es/commands/UpdateUserSecurityProfilesCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1479
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/GetCurrentMetricDataPaginator.js +0 -75
- package/dist/es/pagination/GetCurrentMetricDataPaginator.js.map +0 -1
- package/dist/es/pagination/GetMetricDataPaginator.js +0 -75
- package/dist/es/pagination/GetMetricDataPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAgentStatusesPaginator.js +0 -75
- package/dist/es/pagination/ListAgentStatusesPaginator.js.map +0 -1
- package/dist/es/pagination/ListApprovedOriginsPaginator.js +0 -75
- package/dist/es/pagination/ListApprovedOriginsPaginator.js.map +0 -1
- package/dist/es/pagination/ListBotsPaginator.js +0 -75
- package/dist/es/pagination/ListBotsPaginator.js.map +0 -1
- package/dist/es/pagination/ListContactFlowsPaginator.js +0 -75
- package/dist/es/pagination/ListContactFlowsPaginator.js.map +0 -1
- package/dist/es/pagination/ListHoursOfOperationsPaginator.js +0 -75
- package/dist/es/pagination/ListHoursOfOperationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInstanceAttributesPaginator.js +0 -75
- package/dist/es/pagination/ListInstanceAttributesPaginator.js.map +0 -1
- package/dist/es/pagination/ListInstanceStorageConfigsPaginator.js +0 -75
- package/dist/es/pagination/ListInstanceStorageConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInstancesPaginator.js +0 -75
- package/dist/es/pagination/ListInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/ListIntegrationAssociationsPaginator.js +0 -75
- package/dist/es/pagination/ListIntegrationAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListLambdaFunctionsPaginator.js +0 -75
- package/dist/es/pagination/ListLambdaFunctionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListLexBotsPaginator.js +0 -75
- package/dist/es/pagination/ListLexBotsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPhoneNumbersPaginator.js +0 -75
- package/dist/es/pagination/ListPhoneNumbersPaginator.js.map +0 -1
- package/dist/es/pagination/ListPromptsPaginator.js +0 -75
- package/dist/es/pagination/ListPromptsPaginator.js.map +0 -1
- package/dist/es/pagination/ListQueueQuickConnectsPaginator.js +0 -75
- package/dist/es/pagination/ListQueueQuickConnectsPaginator.js.map +0 -1
- package/dist/es/pagination/ListQueuesPaginator.js +0 -75
- package/dist/es/pagination/ListQueuesPaginator.js.map +0 -1
- package/dist/es/pagination/ListQuickConnectsPaginator.js +0 -75
- package/dist/es/pagination/ListQuickConnectsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRoutingProfileQueuesPaginator.js +0 -75
- package/dist/es/pagination/ListRoutingProfileQueuesPaginator.js.map +0 -1
- package/dist/es/pagination/ListRoutingProfilesPaginator.js +0 -75
- package/dist/es/pagination/ListRoutingProfilesPaginator.js.map +0 -1
- package/dist/es/pagination/ListSecurityKeysPaginator.js +0 -75
- package/dist/es/pagination/ListSecurityKeysPaginator.js.map +0 -1
- package/dist/es/pagination/ListSecurityProfilesPaginator.js +0 -75
- package/dist/es/pagination/ListSecurityProfilesPaginator.js.map +0 -1
- package/dist/es/pagination/ListUseCasesPaginator.js +0 -75
- package/dist/es/pagination/ListUseCasesPaginator.js.map +0 -1
- package/dist/es/pagination/ListUserHierarchyGroupsPaginator.js +0 -75
- package/dist/es/pagination/ListUserHierarchyGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListUsersPaginator.js +0 -75
- package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -15943
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/Connect.d.ts +0 -1003
- package/dist/types/ConnectClient.d.ts +0 -256
- package/dist/types/commands/AssociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/commands/AssociateBotCommand.d.ts +0 -36
- package/dist/types/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -41
- package/dist/types/commands/AssociateLambdaFunctionCommand.d.ts +0 -36
- package/dist/types/commands/AssociateLexBotCommand.d.ts +0 -36
- package/dist/types/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/AssociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/commands/CreateAgentStatusCommand.d.ts +0 -36
- package/dist/types/commands/CreateContactFlowCommand.d.ts +0 -37
- package/dist/types/commands/CreateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/CreateInstanceCommand.d.ts +0 -41
- package/dist/types/commands/CreateIntegrationAssociationCommand.d.ts +0 -35
- package/dist/types/commands/CreateQueueCommand.d.ts +0 -36
- package/dist/types/commands/CreateQuickConnectCommand.d.ts +0 -35
- package/dist/types/commands/CreateRoutingProfileCommand.d.ts +0 -35
- package/dist/types/commands/CreateUseCaseCommand.d.ts +0 -35
- package/dist/types/commands/CreateUserCommand.d.ts +0 -37
- package/dist/types/commands/CreateUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/DeleteInstanceCommand.d.ts +0 -39
- package/dist/types/commands/DeleteIntegrationAssociationCommand.d.ts +0 -36
- package/dist/types/commands/DeleteQuickConnectCommand.d.ts +0 -35
- package/dist/types/commands/DeleteUseCaseCommand.d.ts +0 -35
- package/dist/types/commands/DeleteUserCommand.d.ts +0 -38
- package/dist/types/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -36
- package/dist/types/commands/DescribeAgentStatusCommand.d.ts +0 -36
- package/dist/types/commands/DescribeContactFlowCommand.d.ts +0 -37
- package/dist/types/commands/DescribeHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/DescribeInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/commands/DescribeInstanceCommand.d.ts +0 -40
- package/dist/types/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/commands/DescribeQueueCommand.d.ts +0 -36
- package/dist/types/commands/DescribeQuickConnectCommand.d.ts +0 -35
- package/dist/types/commands/DescribeRoutingProfileCommand.d.ts +0 -35
- package/dist/types/commands/DescribeUserCommand.d.ts +0 -37
- package/dist/types/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateBotCommand.d.ts +0 -37
- package/dist/types/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/commands/DisassociateLambdaFunctionCommand.d.ts +0 -37
- package/dist/types/commands/DisassociateLexBotCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/commands/GetContactAttributesCommand.d.ts +0 -35
- package/dist/types/commands/GetCurrentMetricDataCommand.d.ts +0 -37
- package/dist/types/commands/GetFederationTokenCommand.d.ts +0 -43
- package/dist/types/commands/GetMetricDataCommand.d.ts +0 -38
- package/dist/types/commands/ListAgentStatusesCommand.d.ts +0 -36
- package/dist/types/commands/ListApprovedOriginsCommand.d.ts +0 -36
- package/dist/types/commands/ListBotsCommand.d.ts +0 -37
- package/dist/types/commands/ListContactFlowsCommand.d.ts +0 -39
- package/dist/types/commands/ListHoursOfOperationsCommand.d.ts +0 -37
- package/dist/types/commands/ListInstanceAttributesCommand.d.ts +0 -36
- package/dist/types/commands/ListInstanceStorageConfigsCommand.d.ts +0 -38
- package/dist/types/commands/ListInstancesCommand.d.ts +0 -38
- package/dist/types/commands/ListIntegrationAssociationsCommand.d.ts +0 -36
- package/dist/types/commands/ListLambdaFunctionsCommand.d.ts +0 -37
- package/dist/types/commands/ListLexBotsCommand.d.ts +0 -37
- package/dist/types/commands/ListPhoneNumbersCommand.d.ts +0 -37
- package/dist/types/commands/ListPromptsCommand.d.ts +0 -35
- package/dist/types/commands/ListQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/commands/ListQueuesCommand.d.ts +0 -41
- package/dist/types/commands/ListQuickConnectsCommand.d.ts +0 -35
- package/dist/types/commands/ListRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/ListRoutingProfilesCommand.d.ts +0 -38
- package/dist/types/commands/ListSecurityKeysCommand.d.ts +0 -36
- package/dist/types/commands/ListSecurityProfilesCommand.d.ts +0 -38
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -37
- package/dist/types/commands/ListUseCasesCommand.d.ts +0 -35
- package/dist/types/commands/ListUserHierarchyGroupsCommand.d.ts +0 -38
- package/dist/types/commands/ListUsersCommand.d.ts +0 -35
- package/dist/types/commands/ResumeContactRecordingCommand.d.ts +0 -38
- package/dist/types/commands/StartChatContactCommand.d.ts +0 -55
- package/dist/types/commands/StartContactRecordingCommand.d.ts +0 -42
- package/dist/types/commands/StartOutboundVoiceContactCommand.d.ts +0 -48
- package/dist/types/commands/StartTaskContactCommand.d.ts +0 -35
- package/dist/types/commands/StopContactCommand.d.ts +0 -35
- package/dist/types/commands/StopContactRecordingCommand.d.ts +0 -41
- package/dist/types/commands/SuspendContactRecordingCommand.d.ts +0 -40
- package/dist/types/commands/TagResourceCommand.d.ts +0 -39
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateAgentStatusCommand.d.ts +0 -36
- package/dist/types/commands/UpdateContactAttributesCommand.d.ts +0 -54
- package/dist/types/commands/UpdateContactFlowContentCommand.d.ts +0 -37
- package/dist/types/commands/UpdateContactFlowNameCommand.d.ts +0 -37
- package/dist/types/commands/UpdateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/UpdateInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQueueMaxContactsCommand.d.ts +0 -37
- package/dist/types/commands/UpdateQueueNameCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -37
- package/dist/types/commands/UpdateQueueStatusCommand.d.ts +0 -36
- package/dist/types/commands/UpdateQuickConnectConfigCommand.d.ts +0 -35
- package/dist/types/commands/UpdateQuickConnectNameCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -36
- package/dist/types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRoutingProfileNameCommand.d.ts +0 -36
- package/dist/types/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserHierarchyCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserIdentityInfoCommand.d.ts +0 -43
- package/dist/types/commands/UpdateUserPhoneConfigCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserRoutingProfileCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -35
- package/dist/types/models/models_0.d.ts +0 -6096
- package/dist/types/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
- package/dist/types/pagination/GetMetricDataPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAgentStatusesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListBotsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListContactFlowsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListLexBotsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPromptsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQueuesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSecurityKeysPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUseCasesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUsersPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -329
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Connect.d.ts +0 -1003
- package/dist/types/ts3.4/ConnectClient.d.ts +0 -256
- package/dist/types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateBotCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateLexBotCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateAgentStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateContactFlowCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateInstanceCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateQueueCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateQuickConnectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateUseCaseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateUserCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteInstanceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUseCaseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeContactFlowCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeInstanceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeQueueCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeUserCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateBotCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisassociateLexBotCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetContactAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetMetricDataCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListAgentStatusesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListBotsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListContactFlowsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListInstancesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListLexBotsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListPromptsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListQueuesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListQuickConnectsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListSecurityKeysCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListUseCasesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListUsersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/StartChatContactCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/StartContactRecordingCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/StartTaskContactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopContactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopContactRecordingCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateQueueNameCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -6096
- package/dist/types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetMetricDataPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListBotsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListLexBotsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPromptsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQueuesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUseCasesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -329
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/endpoints.ts +0 -57
- package/models/models_0.ts +0 -7583
- package/pagination/GetCurrentMetricDataPaginator.ts +0 -58
- package/pagination/GetMetricDataPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAgentStatusesPaginator.ts +0 -58
- package/pagination/ListApprovedOriginsPaginator.ts +0 -58
- package/pagination/ListBotsPaginator.ts +0 -54
- package/pagination/ListContactFlowsPaginator.ts +0 -58
- package/pagination/ListHoursOfOperationsPaginator.ts +0 -58
- package/pagination/ListInstanceAttributesPaginator.ts +0 -58
- package/pagination/ListInstanceStorageConfigsPaginator.ts +0 -58
- package/pagination/ListInstancesPaginator.ts +0 -58
- package/pagination/ListIntegrationAssociationsPaginator.ts +0 -58
- package/pagination/ListLambdaFunctionsPaginator.ts +0 -58
- package/pagination/ListLexBotsPaginator.ts +0 -54
- package/pagination/ListPhoneNumbersPaginator.ts +0 -58
- package/pagination/ListPromptsPaginator.ts +0 -54
- package/pagination/ListQueueQuickConnectsPaginator.ts +0 -58
- package/pagination/ListQueuesPaginator.ts +0 -54
- package/pagination/ListQuickConnectsPaginator.ts +0 -58
- package/pagination/ListRoutingProfileQueuesPaginator.ts +0 -58
- package/pagination/ListRoutingProfilesPaginator.ts +0 -58
- package/pagination/ListSecurityKeysPaginator.ts +0 -58
- package/pagination/ListSecurityProfilesPaginator.ts +0 -58
- package/pagination/ListUseCasesPaginator.ts +0 -58
- package/pagination/ListUserHierarchyGroupsPaginator.ts +0 -58
- package/pagination/ListUsersPaginator.ts +0 -54
- package/protocols/Aws_restJson1.ts +0 -16199
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
|
@@ -1,2774 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DirectoryType = exports.CreateHoursOfOperationResponse = exports.CreateHoursOfOperationRequest = exports.HoursOfOperationConfig = exports.HoursOfOperationTimeSlice = exports.HoursOfOperationDays = exports.InvalidContactFlowException = exports.ProblemDetail = exports.CreateContactFlowResponse = exports.CreateContactFlowRequest = exports.ContactFlowType = exports.DuplicateResourceException = exports.CreateAgentStatusResponse = exports.CreateAgentStatusRequest = exports.AssociateSecurityKeyResponse = exports.AssociateSecurityKeyRequest = exports.AssociateRoutingProfileQueuesRequest = exports.RoutingProfileQueueConfig = exports.RoutingProfileQueueReference = exports.Channel = exports.AssociateQueueQuickConnectsRequest = exports.AssociateLexBotRequest = exports.AssociateLambdaFunctionRequest = exports.AssociateInstanceStorageConfigResponse = exports.AssociateInstanceStorageConfigRequest = exports.InstanceStorageConfig = exports.StorageType = exports.S3Config = exports.KinesisVideoStreamConfig = exports.EncryptionConfig = exports.EncryptionType = exports.KinesisStreamConfig = exports.KinesisFirehoseConfig = exports.InstanceStorageResourceType = exports.LimitExceededException = exports.AssociateBotRequest = exports.LexV2Bot = exports.LexBot = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.ResourceConflictException = exports.InvalidRequestException = exports.InvalidParameterException = exports.InternalServiceException = exports.AssociateApprovedOriginRequest = exports.AgentStatusSummary = exports.AgentStatus = exports.AgentStatusType = exports.AgentStatusState = void 0;
|
|
4
|
-
exports.InstanceStatusReason = exports.InstanceStatus = exports.DescribeInstanceRequest = exports.DescribeHoursOfOperationResponse = exports.HoursOfOperation = exports.DescribeHoursOfOperationRequest = exports.DescribeContactFlowResponse = exports.ContactFlow = exports.DescribeContactFlowRequest = exports.ContactFlowNotPublishedException = exports.DescribeAgentStatusResponse = exports.DescribeAgentStatusRequest = exports.ResourceInUseException = exports.ResourceType = exports.DeleteUserHierarchyGroupRequest = exports.DeleteUserRequest = exports.DeleteUseCaseRequest = exports.DeleteQuickConnectRequest = exports.DeleteIntegrationAssociationRequest = exports.DeleteInstanceRequest = exports.DeleteHoursOfOperationRequest = exports.CreateUserHierarchyGroupResponse = exports.CreateUserHierarchyGroupRequest = exports.CreateUserResponse = exports.CreateUserRequest = exports.UserPhoneConfig = exports.PhoneType = exports.UserIdentityInfo = exports.CreateUseCaseResponse = exports.CreateUseCaseRequest = exports.UseCaseType = exports.CreateRoutingProfileResponse = exports.CreateRoutingProfileRequest = exports.MediaConcurrency = exports.CreateQuickConnectResponse = exports.CreateQuickConnectRequest = exports.QuickConnectConfig = exports.UserQuickConnectConfig = exports.QuickConnectType = exports.QueueQuickConnectConfig = exports.PhoneNumberQuickConnectConfig = exports.CreateQueueResponse = exports.CreateQueueRequest = exports.OutboundCallerConfig = exports.CreateIntegrationAssociationResponse = exports.CreateIntegrationAssociationRequest = exports.SourceType = exports.IntegrationType = exports.CreateInstanceResponse = exports.CreateInstanceRequest = void 0;
|
|
5
|
-
exports.CurrentMetricResult = exports.Dimensions = exports.QueueReference = exports.CurrentMetricData = exports.GetCurrentMetricDataRequest = exports.Grouping = exports.Filters = exports.CurrentMetric = exports.Unit = exports.CurrentMetricName = exports.GetContactAttributesResponse = exports.GetContactAttributesRequest = exports.DisassociateSecurityKeyRequest = exports.DisassociateRoutingProfileQueuesRequest = exports.DisassociateQueueQuickConnectsRequest = exports.DisassociateLexBotRequest = exports.DisassociateLambdaFunctionRequest = exports.DisassociateInstanceStorageConfigRequest = exports.DisassociateBotRequest = exports.DisassociateApprovedOriginRequest = exports.DescribeUserHierarchyStructureResponse = exports.HierarchyStructure = exports.HierarchyLevel = exports.DescribeUserHierarchyStructureRequest = exports.DescribeUserHierarchyGroupResponse = exports.HierarchyGroup = exports.HierarchyPath = exports.HierarchyGroupSummary = exports.DescribeUserHierarchyGroupRequest = exports.DescribeUserResponse = exports.User = exports.DescribeUserRequest = exports.DescribeRoutingProfileResponse = exports.RoutingProfile = exports.DescribeRoutingProfileRequest = exports.DescribeQuickConnectResponse = exports.QuickConnect = exports.DescribeQuickConnectRequest = exports.DescribeQueueResponse = exports.Queue = exports.QueueStatus = exports.DescribeQueueRequest = exports.DescribeInstanceStorageConfigResponse = exports.DescribeInstanceStorageConfigRequest = exports.DescribeInstanceAttributeResponse = exports.Attribute = exports.DescribeInstanceAttributeRequest = exports.InstanceAttributeType = exports.DescribeInstanceResponse = exports.Instance = void 0;
|
|
6
|
-
exports.ListPromptsResponse = exports.PromptSummary = exports.ListPromptsRequest = exports.ListPhoneNumbersResponse = exports.PhoneNumberSummary = exports.ListPhoneNumbersRequest = exports.PhoneNumberType = exports.PhoneNumberCountryCode = exports.ListLexBotsResponse = exports.ListLexBotsRequest = exports.ListLambdaFunctionsResponse = exports.ListLambdaFunctionsRequest = exports.ListIntegrationAssociationsResponse = exports.IntegrationAssociationSummary = exports.ListIntegrationAssociationsRequest = exports.ListInstanceStorageConfigsResponse = exports.ListInstanceStorageConfigsRequest = exports.ListInstancesResponse = exports.InstanceSummary = exports.ListInstancesRequest = exports.ListInstanceAttributesResponse = exports.ListInstanceAttributesRequest = exports.ListHoursOfOperationsResponse = exports.HoursOfOperationSummary = exports.ListHoursOfOperationsRequest = exports.ListContactFlowsResponse = exports.ContactFlowSummary = exports.ListContactFlowsRequest = exports.ListBotsResponse = exports.LexBotConfig = exports.ListBotsRequest = exports.LexVersion = exports.ListApprovedOriginsResponse = exports.ListApprovedOriginsRequest = exports.ListAgentStatusResponse = exports.ListAgentStatusRequest = exports.GetMetricDataResponse = exports.HistoricalMetricResult = exports.HistoricalMetricData = exports.GetMetricDataRequest = exports.HistoricalMetric = exports.Threshold = exports.Comparison = exports.Statistic = exports.HistoricalMetricName = exports.UserNotFoundException = exports.GetFederationTokenResponse = exports.Credentials = exports.GetFederationTokenRequest = exports.GetCurrentMetricDataResponse = void 0;
|
|
7
|
-
exports.ContactNotFoundException = exports.StartTaskContactResponse = exports.StartTaskContactRequest = exports.Reference = exports.ReferenceType = exports.StartOutboundVoiceContactResponse = exports.StartOutboundVoiceContactRequest = exports.OutboundContactNotPermittedException = exports.DestinationNotAllowedException = exports.StartContactRecordingResponse = exports.StartContactRecordingRequest = exports.VoiceRecordingConfiguration = exports.VoiceRecordingTrack = exports.StartChatContactResponse = exports.StartChatContactRequest = exports.ParticipantDetails = exports.ChatMessage = exports.ResumeContactRecordingResponse = exports.ResumeContactRecordingRequest = exports.ListUsersResponse = exports.UserSummary = exports.ListUsersRequest = exports.ListUserHierarchyGroupsResponse = exports.ListUserHierarchyGroupsRequest = exports.ListUseCasesResponse = exports.UseCase = exports.ListUseCasesRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListSecurityProfilesResponse = exports.SecurityProfileSummary = exports.ListSecurityProfilesRequest = exports.ListSecurityKeysResponse = exports.SecurityKey = exports.ListSecurityKeysRequest = exports.ListRoutingProfilesResponse = exports.RoutingProfileSummary = exports.ListRoutingProfilesRequest = exports.ListRoutingProfileQueuesResponse = exports.RoutingProfileQueueConfigSummary = exports.ListRoutingProfileQueuesRequest = exports.ListQuickConnectsResponse = exports.ListQuickConnectsRequest = exports.ListQueuesResponse = exports.QueueSummary = exports.ListQueuesRequest = exports.QueueType = exports.ListQueueQuickConnectsResponse = exports.QuickConnectSummary = exports.ListQueueQuickConnectsRequest = void 0;
|
|
8
|
-
exports.UpdateUserSecurityProfilesRequest = exports.UpdateUserRoutingProfileRequest = exports.UpdateUserPhoneConfigRequest = exports.UpdateUserIdentityInfoRequest = exports.UpdateUserHierarchyStructureRequest = exports.HierarchyStructureUpdate = exports.HierarchyLevelUpdate = exports.UpdateUserHierarchyGroupNameRequest = exports.UpdateUserHierarchyRequest = exports.UpdateRoutingProfileQueuesRequest = exports.UpdateRoutingProfileNameRequest = exports.UpdateRoutingProfileDefaultOutboundQueueRequest = exports.UpdateRoutingProfileConcurrencyRequest = exports.UpdateQuickConnectNameRequest = exports.UpdateQuickConnectConfigRequest = exports.UpdateQueueStatusRequest = exports.UpdateQueueOutboundCallerConfigRequest = exports.UpdateQueueNameRequest = exports.UpdateQueueMaxContactsRequest = exports.UpdateQueueHoursOfOperationRequest = exports.UpdateInstanceStorageConfigRequest = exports.UpdateInstanceAttributeRequest = exports.UpdateHoursOfOperationRequest = exports.UpdateContactFlowNameRequest = exports.UpdateContactFlowContentRequest = exports.UpdateContactAttributesResponse = exports.UpdateContactAttributesRequest = exports.UpdateAgentStatusRequest = exports.UntagResourceRequest = exports.TagResourceRequest = exports.SuspendContactRecordingResponse = exports.SuspendContactRecordingRequest = exports.StopContactRecordingResponse = exports.StopContactRecordingRequest = exports.StopContactResponse = exports.StopContactRequest = void 0;
|
|
9
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
|
-
var AgentStatusState;
|
|
11
|
-
(function (AgentStatusState) {
|
|
12
|
-
AgentStatusState["DISABLED"] = "DISABLED";
|
|
13
|
-
AgentStatusState["ENABLED"] = "ENABLED";
|
|
14
|
-
})(AgentStatusState = exports.AgentStatusState || (exports.AgentStatusState = {}));
|
|
15
|
-
var AgentStatusType;
|
|
16
|
-
(function (AgentStatusType) {
|
|
17
|
-
AgentStatusType["CUSTOM"] = "CUSTOM";
|
|
18
|
-
AgentStatusType["OFFLINE"] = "OFFLINE";
|
|
19
|
-
AgentStatusType["ROUTABLE"] = "ROUTABLE";
|
|
20
|
-
})(AgentStatusType = exports.AgentStatusType || (exports.AgentStatusType = {}));
|
|
21
|
-
var AgentStatus;
|
|
22
|
-
(function (AgentStatus) {
|
|
23
|
-
/**
|
|
24
|
-
* @internal
|
|
25
|
-
*/
|
|
26
|
-
AgentStatus.filterSensitiveLog = (obj) => ({
|
|
27
|
-
...obj,
|
|
28
|
-
});
|
|
29
|
-
})(AgentStatus = exports.AgentStatus || (exports.AgentStatus = {}));
|
|
30
|
-
var AgentStatusSummary;
|
|
31
|
-
(function (AgentStatusSummary) {
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
AgentStatusSummary.filterSensitiveLog = (obj) => ({
|
|
36
|
-
...obj,
|
|
37
|
-
});
|
|
38
|
-
})(AgentStatusSummary = exports.AgentStatusSummary || (exports.AgentStatusSummary = {}));
|
|
39
|
-
var AssociateApprovedOriginRequest;
|
|
40
|
-
(function (AssociateApprovedOriginRequest) {
|
|
41
|
-
/**
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
|
-
AssociateApprovedOriginRequest.filterSensitiveLog = (obj) => ({
|
|
45
|
-
...obj,
|
|
46
|
-
});
|
|
47
|
-
})(AssociateApprovedOriginRequest = exports.AssociateApprovedOriginRequest || (exports.AssociateApprovedOriginRequest = {}));
|
|
48
|
-
var InternalServiceException;
|
|
49
|
-
(function (InternalServiceException) {
|
|
50
|
-
/**
|
|
51
|
-
* @internal
|
|
52
|
-
*/
|
|
53
|
-
InternalServiceException.filterSensitiveLog = (obj) => ({
|
|
54
|
-
...obj,
|
|
55
|
-
});
|
|
56
|
-
})(InternalServiceException = exports.InternalServiceException || (exports.InternalServiceException = {}));
|
|
57
|
-
var InvalidParameterException;
|
|
58
|
-
(function (InvalidParameterException) {
|
|
59
|
-
/**
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
62
|
-
InvalidParameterException.filterSensitiveLog = (obj) => ({
|
|
63
|
-
...obj,
|
|
64
|
-
});
|
|
65
|
-
})(InvalidParameterException = exports.InvalidParameterException || (exports.InvalidParameterException = {}));
|
|
66
|
-
var InvalidRequestException;
|
|
67
|
-
(function (InvalidRequestException) {
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
InvalidRequestException.filterSensitiveLog = (obj) => ({
|
|
72
|
-
...obj,
|
|
73
|
-
});
|
|
74
|
-
})(InvalidRequestException = exports.InvalidRequestException || (exports.InvalidRequestException = {}));
|
|
75
|
-
var ResourceConflictException;
|
|
76
|
-
(function (ResourceConflictException) {
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
ResourceConflictException.filterSensitiveLog = (obj) => ({
|
|
81
|
-
...obj,
|
|
82
|
-
});
|
|
83
|
-
})(ResourceConflictException = exports.ResourceConflictException || (exports.ResourceConflictException = {}));
|
|
84
|
-
var ResourceNotFoundException;
|
|
85
|
-
(function (ResourceNotFoundException) {
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
90
|
-
...obj,
|
|
91
|
-
});
|
|
92
|
-
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
93
|
-
var ServiceQuotaExceededException;
|
|
94
|
-
(function (ServiceQuotaExceededException) {
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
ServiceQuotaExceededException.filterSensitiveLog = (obj) => ({
|
|
99
|
-
...obj,
|
|
100
|
-
});
|
|
101
|
-
})(ServiceQuotaExceededException = exports.ServiceQuotaExceededException || (exports.ServiceQuotaExceededException = {}));
|
|
102
|
-
var ThrottlingException;
|
|
103
|
-
(function (ThrottlingException) {
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
ThrottlingException.filterSensitiveLog = (obj) => ({
|
|
108
|
-
...obj,
|
|
109
|
-
});
|
|
110
|
-
})(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
|
|
111
|
-
var LexBot;
|
|
112
|
-
(function (LexBot) {
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
LexBot.filterSensitiveLog = (obj) => ({
|
|
117
|
-
...obj,
|
|
118
|
-
});
|
|
119
|
-
})(LexBot = exports.LexBot || (exports.LexBot = {}));
|
|
120
|
-
var LexV2Bot;
|
|
121
|
-
(function (LexV2Bot) {
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
LexV2Bot.filterSensitiveLog = (obj) => ({
|
|
126
|
-
...obj,
|
|
127
|
-
});
|
|
128
|
-
})(LexV2Bot = exports.LexV2Bot || (exports.LexV2Bot = {}));
|
|
129
|
-
var AssociateBotRequest;
|
|
130
|
-
(function (AssociateBotRequest) {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
AssociateBotRequest.filterSensitiveLog = (obj) => ({
|
|
135
|
-
...obj,
|
|
136
|
-
});
|
|
137
|
-
})(AssociateBotRequest = exports.AssociateBotRequest || (exports.AssociateBotRequest = {}));
|
|
138
|
-
var LimitExceededException;
|
|
139
|
-
(function (LimitExceededException) {
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
144
|
-
...obj,
|
|
145
|
-
});
|
|
146
|
-
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
147
|
-
var InstanceStorageResourceType;
|
|
148
|
-
(function (InstanceStorageResourceType) {
|
|
149
|
-
InstanceStorageResourceType["AGENT_EVENTS"] = "AGENT_EVENTS";
|
|
150
|
-
InstanceStorageResourceType["CALL_RECORDINGS"] = "CALL_RECORDINGS";
|
|
151
|
-
InstanceStorageResourceType["CHAT_TRANSCRIPTS"] = "CHAT_TRANSCRIPTS";
|
|
152
|
-
InstanceStorageResourceType["CONTACT_TRACE_RECORDS"] = "CONTACT_TRACE_RECORDS";
|
|
153
|
-
InstanceStorageResourceType["MEDIA_STREAMS"] = "MEDIA_STREAMS";
|
|
154
|
-
InstanceStorageResourceType["SCHEDULED_REPORTS"] = "SCHEDULED_REPORTS";
|
|
155
|
-
})(InstanceStorageResourceType = exports.InstanceStorageResourceType || (exports.InstanceStorageResourceType = {}));
|
|
156
|
-
var KinesisFirehoseConfig;
|
|
157
|
-
(function (KinesisFirehoseConfig) {
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
|
-
KinesisFirehoseConfig.filterSensitiveLog = (obj) => ({
|
|
162
|
-
...obj,
|
|
163
|
-
});
|
|
164
|
-
})(KinesisFirehoseConfig = exports.KinesisFirehoseConfig || (exports.KinesisFirehoseConfig = {}));
|
|
165
|
-
var KinesisStreamConfig;
|
|
166
|
-
(function (KinesisStreamConfig) {
|
|
167
|
-
/**
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
|
-
KinesisStreamConfig.filterSensitiveLog = (obj) => ({
|
|
171
|
-
...obj,
|
|
172
|
-
});
|
|
173
|
-
})(KinesisStreamConfig = exports.KinesisStreamConfig || (exports.KinesisStreamConfig = {}));
|
|
174
|
-
var EncryptionType;
|
|
175
|
-
(function (EncryptionType) {
|
|
176
|
-
EncryptionType["KMS"] = "KMS";
|
|
177
|
-
})(EncryptionType = exports.EncryptionType || (exports.EncryptionType = {}));
|
|
178
|
-
var EncryptionConfig;
|
|
179
|
-
(function (EncryptionConfig) {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
EncryptionConfig.filterSensitiveLog = (obj) => ({
|
|
184
|
-
...obj,
|
|
185
|
-
});
|
|
186
|
-
})(EncryptionConfig = exports.EncryptionConfig || (exports.EncryptionConfig = {}));
|
|
187
|
-
var KinesisVideoStreamConfig;
|
|
188
|
-
(function (KinesisVideoStreamConfig) {
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
|
-
KinesisVideoStreamConfig.filterSensitiveLog = (obj) => ({
|
|
193
|
-
...obj,
|
|
194
|
-
});
|
|
195
|
-
})(KinesisVideoStreamConfig = exports.KinesisVideoStreamConfig || (exports.KinesisVideoStreamConfig = {}));
|
|
196
|
-
var S3Config;
|
|
197
|
-
(function (S3Config) {
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
|
-
S3Config.filterSensitiveLog = (obj) => ({
|
|
202
|
-
...obj,
|
|
203
|
-
});
|
|
204
|
-
})(S3Config = exports.S3Config || (exports.S3Config = {}));
|
|
205
|
-
var StorageType;
|
|
206
|
-
(function (StorageType) {
|
|
207
|
-
StorageType["KINESIS_FIREHOSE"] = "KINESIS_FIREHOSE";
|
|
208
|
-
StorageType["KINESIS_STREAM"] = "KINESIS_STREAM";
|
|
209
|
-
StorageType["KINESIS_VIDEO_STREAM"] = "KINESIS_VIDEO_STREAM";
|
|
210
|
-
StorageType["S3"] = "S3";
|
|
211
|
-
})(StorageType = exports.StorageType || (exports.StorageType = {}));
|
|
212
|
-
var InstanceStorageConfig;
|
|
213
|
-
(function (InstanceStorageConfig) {
|
|
214
|
-
/**
|
|
215
|
-
* @internal
|
|
216
|
-
*/
|
|
217
|
-
InstanceStorageConfig.filterSensitiveLog = (obj) => ({
|
|
218
|
-
...obj,
|
|
219
|
-
});
|
|
220
|
-
})(InstanceStorageConfig = exports.InstanceStorageConfig || (exports.InstanceStorageConfig = {}));
|
|
221
|
-
var AssociateInstanceStorageConfigRequest;
|
|
222
|
-
(function (AssociateInstanceStorageConfigRequest) {
|
|
223
|
-
/**
|
|
224
|
-
* @internal
|
|
225
|
-
*/
|
|
226
|
-
AssociateInstanceStorageConfigRequest.filterSensitiveLog = (obj) => ({
|
|
227
|
-
...obj,
|
|
228
|
-
});
|
|
229
|
-
})(AssociateInstanceStorageConfigRequest = exports.AssociateInstanceStorageConfigRequest || (exports.AssociateInstanceStorageConfigRequest = {}));
|
|
230
|
-
var AssociateInstanceStorageConfigResponse;
|
|
231
|
-
(function (AssociateInstanceStorageConfigResponse) {
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
|
-
AssociateInstanceStorageConfigResponse.filterSensitiveLog = (obj) => ({
|
|
236
|
-
...obj,
|
|
237
|
-
});
|
|
238
|
-
})(AssociateInstanceStorageConfigResponse = exports.AssociateInstanceStorageConfigResponse || (exports.AssociateInstanceStorageConfigResponse = {}));
|
|
239
|
-
var AssociateLambdaFunctionRequest;
|
|
240
|
-
(function (AssociateLambdaFunctionRequest) {
|
|
241
|
-
/**
|
|
242
|
-
* @internal
|
|
243
|
-
*/
|
|
244
|
-
AssociateLambdaFunctionRequest.filterSensitiveLog = (obj) => ({
|
|
245
|
-
...obj,
|
|
246
|
-
});
|
|
247
|
-
})(AssociateLambdaFunctionRequest = exports.AssociateLambdaFunctionRequest || (exports.AssociateLambdaFunctionRequest = {}));
|
|
248
|
-
var AssociateLexBotRequest;
|
|
249
|
-
(function (AssociateLexBotRequest) {
|
|
250
|
-
/**
|
|
251
|
-
* @internal
|
|
252
|
-
*/
|
|
253
|
-
AssociateLexBotRequest.filterSensitiveLog = (obj) => ({
|
|
254
|
-
...obj,
|
|
255
|
-
});
|
|
256
|
-
})(AssociateLexBotRequest = exports.AssociateLexBotRequest || (exports.AssociateLexBotRequest = {}));
|
|
257
|
-
var AssociateQueueQuickConnectsRequest;
|
|
258
|
-
(function (AssociateQueueQuickConnectsRequest) {
|
|
259
|
-
/**
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
|
-
AssociateQueueQuickConnectsRequest.filterSensitiveLog = (obj) => ({
|
|
263
|
-
...obj,
|
|
264
|
-
});
|
|
265
|
-
})(AssociateQueueQuickConnectsRequest = exports.AssociateQueueQuickConnectsRequest || (exports.AssociateQueueQuickConnectsRequest = {}));
|
|
266
|
-
var Channel;
|
|
267
|
-
(function (Channel) {
|
|
268
|
-
Channel["CHAT"] = "CHAT";
|
|
269
|
-
Channel["TASK"] = "TASK";
|
|
270
|
-
Channel["VOICE"] = "VOICE";
|
|
271
|
-
})(Channel = exports.Channel || (exports.Channel = {}));
|
|
272
|
-
var RoutingProfileQueueReference;
|
|
273
|
-
(function (RoutingProfileQueueReference) {
|
|
274
|
-
/**
|
|
275
|
-
* @internal
|
|
276
|
-
*/
|
|
277
|
-
RoutingProfileQueueReference.filterSensitiveLog = (obj) => ({
|
|
278
|
-
...obj,
|
|
279
|
-
});
|
|
280
|
-
})(RoutingProfileQueueReference = exports.RoutingProfileQueueReference || (exports.RoutingProfileQueueReference = {}));
|
|
281
|
-
var RoutingProfileQueueConfig;
|
|
282
|
-
(function (RoutingProfileQueueConfig) {
|
|
283
|
-
/**
|
|
284
|
-
* @internal
|
|
285
|
-
*/
|
|
286
|
-
RoutingProfileQueueConfig.filterSensitiveLog = (obj) => ({
|
|
287
|
-
...obj,
|
|
288
|
-
});
|
|
289
|
-
})(RoutingProfileQueueConfig = exports.RoutingProfileQueueConfig || (exports.RoutingProfileQueueConfig = {}));
|
|
290
|
-
var AssociateRoutingProfileQueuesRequest;
|
|
291
|
-
(function (AssociateRoutingProfileQueuesRequest) {
|
|
292
|
-
/**
|
|
293
|
-
* @internal
|
|
294
|
-
*/
|
|
295
|
-
AssociateRoutingProfileQueuesRequest.filterSensitiveLog = (obj) => ({
|
|
296
|
-
...obj,
|
|
297
|
-
});
|
|
298
|
-
})(AssociateRoutingProfileQueuesRequest = exports.AssociateRoutingProfileQueuesRequest || (exports.AssociateRoutingProfileQueuesRequest = {}));
|
|
299
|
-
var AssociateSecurityKeyRequest;
|
|
300
|
-
(function (AssociateSecurityKeyRequest) {
|
|
301
|
-
/**
|
|
302
|
-
* @internal
|
|
303
|
-
*/
|
|
304
|
-
AssociateSecurityKeyRequest.filterSensitiveLog = (obj) => ({
|
|
305
|
-
...obj,
|
|
306
|
-
});
|
|
307
|
-
})(AssociateSecurityKeyRequest = exports.AssociateSecurityKeyRequest || (exports.AssociateSecurityKeyRequest = {}));
|
|
308
|
-
var AssociateSecurityKeyResponse;
|
|
309
|
-
(function (AssociateSecurityKeyResponse) {
|
|
310
|
-
/**
|
|
311
|
-
* @internal
|
|
312
|
-
*/
|
|
313
|
-
AssociateSecurityKeyResponse.filterSensitiveLog = (obj) => ({
|
|
314
|
-
...obj,
|
|
315
|
-
});
|
|
316
|
-
})(AssociateSecurityKeyResponse = exports.AssociateSecurityKeyResponse || (exports.AssociateSecurityKeyResponse = {}));
|
|
317
|
-
var CreateAgentStatusRequest;
|
|
318
|
-
(function (CreateAgentStatusRequest) {
|
|
319
|
-
/**
|
|
320
|
-
* @internal
|
|
321
|
-
*/
|
|
322
|
-
CreateAgentStatusRequest.filterSensitiveLog = (obj) => ({
|
|
323
|
-
...obj,
|
|
324
|
-
});
|
|
325
|
-
})(CreateAgentStatusRequest = exports.CreateAgentStatusRequest || (exports.CreateAgentStatusRequest = {}));
|
|
326
|
-
var CreateAgentStatusResponse;
|
|
327
|
-
(function (CreateAgentStatusResponse) {
|
|
328
|
-
/**
|
|
329
|
-
* @internal
|
|
330
|
-
*/
|
|
331
|
-
CreateAgentStatusResponse.filterSensitiveLog = (obj) => ({
|
|
332
|
-
...obj,
|
|
333
|
-
});
|
|
334
|
-
})(CreateAgentStatusResponse = exports.CreateAgentStatusResponse || (exports.CreateAgentStatusResponse = {}));
|
|
335
|
-
var DuplicateResourceException;
|
|
336
|
-
(function (DuplicateResourceException) {
|
|
337
|
-
/**
|
|
338
|
-
* @internal
|
|
339
|
-
*/
|
|
340
|
-
DuplicateResourceException.filterSensitiveLog = (obj) => ({
|
|
341
|
-
...obj,
|
|
342
|
-
});
|
|
343
|
-
})(DuplicateResourceException = exports.DuplicateResourceException || (exports.DuplicateResourceException = {}));
|
|
344
|
-
var ContactFlowType;
|
|
345
|
-
(function (ContactFlowType) {
|
|
346
|
-
ContactFlowType["AGENT_HOLD"] = "AGENT_HOLD";
|
|
347
|
-
ContactFlowType["AGENT_TRANSFER"] = "AGENT_TRANSFER";
|
|
348
|
-
ContactFlowType["AGENT_WHISPER"] = "AGENT_WHISPER";
|
|
349
|
-
ContactFlowType["CONTACT_FLOW"] = "CONTACT_FLOW";
|
|
350
|
-
ContactFlowType["CUSTOMER_HOLD"] = "CUSTOMER_HOLD";
|
|
351
|
-
ContactFlowType["CUSTOMER_QUEUE"] = "CUSTOMER_QUEUE";
|
|
352
|
-
ContactFlowType["CUSTOMER_WHISPER"] = "CUSTOMER_WHISPER";
|
|
353
|
-
ContactFlowType["OUTBOUND_WHISPER"] = "OUTBOUND_WHISPER";
|
|
354
|
-
ContactFlowType["QUEUE_TRANSFER"] = "QUEUE_TRANSFER";
|
|
355
|
-
})(ContactFlowType = exports.ContactFlowType || (exports.ContactFlowType = {}));
|
|
356
|
-
var CreateContactFlowRequest;
|
|
357
|
-
(function (CreateContactFlowRequest) {
|
|
358
|
-
/**
|
|
359
|
-
* @internal
|
|
360
|
-
*/
|
|
361
|
-
CreateContactFlowRequest.filterSensitiveLog = (obj) => ({
|
|
362
|
-
...obj,
|
|
363
|
-
});
|
|
364
|
-
})(CreateContactFlowRequest = exports.CreateContactFlowRequest || (exports.CreateContactFlowRequest = {}));
|
|
365
|
-
var CreateContactFlowResponse;
|
|
366
|
-
(function (CreateContactFlowResponse) {
|
|
367
|
-
/**
|
|
368
|
-
* @internal
|
|
369
|
-
*/
|
|
370
|
-
CreateContactFlowResponse.filterSensitiveLog = (obj) => ({
|
|
371
|
-
...obj,
|
|
372
|
-
});
|
|
373
|
-
})(CreateContactFlowResponse = exports.CreateContactFlowResponse || (exports.CreateContactFlowResponse = {}));
|
|
374
|
-
var ProblemDetail;
|
|
375
|
-
(function (ProblemDetail) {
|
|
376
|
-
/**
|
|
377
|
-
* @internal
|
|
378
|
-
*/
|
|
379
|
-
ProblemDetail.filterSensitiveLog = (obj) => ({
|
|
380
|
-
...obj,
|
|
381
|
-
});
|
|
382
|
-
})(ProblemDetail = exports.ProblemDetail || (exports.ProblemDetail = {}));
|
|
383
|
-
var InvalidContactFlowException;
|
|
384
|
-
(function (InvalidContactFlowException) {
|
|
385
|
-
/**
|
|
386
|
-
* @internal
|
|
387
|
-
*/
|
|
388
|
-
InvalidContactFlowException.filterSensitiveLog = (obj) => ({
|
|
389
|
-
...obj,
|
|
390
|
-
});
|
|
391
|
-
})(InvalidContactFlowException = exports.InvalidContactFlowException || (exports.InvalidContactFlowException = {}));
|
|
392
|
-
var HoursOfOperationDays;
|
|
393
|
-
(function (HoursOfOperationDays) {
|
|
394
|
-
HoursOfOperationDays["FRIDAY"] = "FRIDAY";
|
|
395
|
-
HoursOfOperationDays["MONDAY"] = "MONDAY";
|
|
396
|
-
HoursOfOperationDays["SATURDAY"] = "SATURDAY";
|
|
397
|
-
HoursOfOperationDays["SUNDAY"] = "SUNDAY";
|
|
398
|
-
HoursOfOperationDays["THURSDAY"] = "THURSDAY";
|
|
399
|
-
HoursOfOperationDays["TUESDAY"] = "TUESDAY";
|
|
400
|
-
HoursOfOperationDays["WEDNESDAY"] = "WEDNESDAY";
|
|
401
|
-
})(HoursOfOperationDays = exports.HoursOfOperationDays || (exports.HoursOfOperationDays = {}));
|
|
402
|
-
var HoursOfOperationTimeSlice;
|
|
403
|
-
(function (HoursOfOperationTimeSlice) {
|
|
404
|
-
/**
|
|
405
|
-
* @internal
|
|
406
|
-
*/
|
|
407
|
-
HoursOfOperationTimeSlice.filterSensitiveLog = (obj) => ({
|
|
408
|
-
...obj,
|
|
409
|
-
});
|
|
410
|
-
})(HoursOfOperationTimeSlice = exports.HoursOfOperationTimeSlice || (exports.HoursOfOperationTimeSlice = {}));
|
|
411
|
-
var HoursOfOperationConfig;
|
|
412
|
-
(function (HoursOfOperationConfig) {
|
|
413
|
-
/**
|
|
414
|
-
* @internal
|
|
415
|
-
*/
|
|
416
|
-
HoursOfOperationConfig.filterSensitiveLog = (obj) => ({
|
|
417
|
-
...obj,
|
|
418
|
-
});
|
|
419
|
-
})(HoursOfOperationConfig = exports.HoursOfOperationConfig || (exports.HoursOfOperationConfig = {}));
|
|
420
|
-
var CreateHoursOfOperationRequest;
|
|
421
|
-
(function (CreateHoursOfOperationRequest) {
|
|
422
|
-
/**
|
|
423
|
-
* @internal
|
|
424
|
-
*/
|
|
425
|
-
CreateHoursOfOperationRequest.filterSensitiveLog = (obj) => ({
|
|
426
|
-
...obj,
|
|
427
|
-
});
|
|
428
|
-
})(CreateHoursOfOperationRequest = exports.CreateHoursOfOperationRequest || (exports.CreateHoursOfOperationRequest = {}));
|
|
429
|
-
var CreateHoursOfOperationResponse;
|
|
430
|
-
(function (CreateHoursOfOperationResponse) {
|
|
431
|
-
/**
|
|
432
|
-
* @internal
|
|
433
|
-
*/
|
|
434
|
-
CreateHoursOfOperationResponse.filterSensitiveLog = (obj) => ({
|
|
435
|
-
...obj,
|
|
436
|
-
});
|
|
437
|
-
})(CreateHoursOfOperationResponse = exports.CreateHoursOfOperationResponse || (exports.CreateHoursOfOperationResponse = {}));
|
|
438
|
-
var DirectoryType;
|
|
439
|
-
(function (DirectoryType) {
|
|
440
|
-
DirectoryType["CONNECT_MANAGED"] = "CONNECT_MANAGED";
|
|
441
|
-
DirectoryType["EXISTING_DIRECTORY"] = "EXISTING_DIRECTORY";
|
|
442
|
-
DirectoryType["SAML"] = "SAML";
|
|
443
|
-
})(DirectoryType = exports.DirectoryType || (exports.DirectoryType = {}));
|
|
444
|
-
var CreateInstanceRequest;
|
|
445
|
-
(function (CreateInstanceRequest) {
|
|
446
|
-
/**
|
|
447
|
-
* @internal
|
|
448
|
-
*/
|
|
449
|
-
CreateInstanceRequest.filterSensitiveLog = (obj) => ({
|
|
450
|
-
...obj,
|
|
451
|
-
...(obj.InstanceAlias && { InstanceAlias: smithy_client_1.SENSITIVE_STRING }),
|
|
452
|
-
});
|
|
453
|
-
})(CreateInstanceRequest = exports.CreateInstanceRequest || (exports.CreateInstanceRequest = {}));
|
|
454
|
-
var CreateInstanceResponse;
|
|
455
|
-
(function (CreateInstanceResponse) {
|
|
456
|
-
/**
|
|
457
|
-
* @internal
|
|
458
|
-
*/
|
|
459
|
-
CreateInstanceResponse.filterSensitiveLog = (obj) => ({
|
|
460
|
-
...obj,
|
|
461
|
-
});
|
|
462
|
-
})(CreateInstanceResponse = exports.CreateInstanceResponse || (exports.CreateInstanceResponse = {}));
|
|
463
|
-
var IntegrationType;
|
|
464
|
-
(function (IntegrationType) {
|
|
465
|
-
IntegrationType["EVENT"] = "EVENT";
|
|
466
|
-
})(IntegrationType = exports.IntegrationType || (exports.IntegrationType = {}));
|
|
467
|
-
var SourceType;
|
|
468
|
-
(function (SourceType) {
|
|
469
|
-
SourceType["SALESFORCE"] = "SALESFORCE";
|
|
470
|
-
SourceType["ZENDESK"] = "ZENDESK";
|
|
471
|
-
})(SourceType = exports.SourceType || (exports.SourceType = {}));
|
|
472
|
-
var CreateIntegrationAssociationRequest;
|
|
473
|
-
(function (CreateIntegrationAssociationRequest) {
|
|
474
|
-
/**
|
|
475
|
-
* @internal
|
|
476
|
-
*/
|
|
477
|
-
CreateIntegrationAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
478
|
-
...obj,
|
|
479
|
-
});
|
|
480
|
-
})(CreateIntegrationAssociationRequest = exports.CreateIntegrationAssociationRequest || (exports.CreateIntegrationAssociationRequest = {}));
|
|
481
|
-
var CreateIntegrationAssociationResponse;
|
|
482
|
-
(function (CreateIntegrationAssociationResponse) {
|
|
483
|
-
/**
|
|
484
|
-
* @internal
|
|
485
|
-
*/
|
|
486
|
-
CreateIntegrationAssociationResponse.filterSensitiveLog = (obj) => ({
|
|
487
|
-
...obj,
|
|
488
|
-
});
|
|
489
|
-
})(CreateIntegrationAssociationResponse = exports.CreateIntegrationAssociationResponse || (exports.CreateIntegrationAssociationResponse = {}));
|
|
490
|
-
var OutboundCallerConfig;
|
|
491
|
-
(function (OutboundCallerConfig) {
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
|
-
OutboundCallerConfig.filterSensitiveLog = (obj) => ({
|
|
496
|
-
...obj,
|
|
497
|
-
});
|
|
498
|
-
})(OutboundCallerConfig = exports.OutboundCallerConfig || (exports.OutboundCallerConfig = {}));
|
|
499
|
-
var CreateQueueRequest;
|
|
500
|
-
(function (CreateQueueRequest) {
|
|
501
|
-
/**
|
|
502
|
-
* @internal
|
|
503
|
-
*/
|
|
504
|
-
CreateQueueRequest.filterSensitiveLog = (obj) => ({
|
|
505
|
-
...obj,
|
|
506
|
-
});
|
|
507
|
-
})(CreateQueueRequest = exports.CreateQueueRequest || (exports.CreateQueueRequest = {}));
|
|
508
|
-
var CreateQueueResponse;
|
|
509
|
-
(function (CreateQueueResponse) {
|
|
510
|
-
/**
|
|
511
|
-
* @internal
|
|
512
|
-
*/
|
|
513
|
-
CreateQueueResponse.filterSensitiveLog = (obj) => ({
|
|
514
|
-
...obj,
|
|
515
|
-
});
|
|
516
|
-
})(CreateQueueResponse = exports.CreateQueueResponse || (exports.CreateQueueResponse = {}));
|
|
517
|
-
var PhoneNumberQuickConnectConfig;
|
|
518
|
-
(function (PhoneNumberQuickConnectConfig) {
|
|
519
|
-
/**
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
522
|
-
PhoneNumberQuickConnectConfig.filterSensitiveLog = (obj) => ({
|
|
523
|
-
...obj,
|
|
524
|
-
});
|
|
525
|
-
})(PhoneNumberQuickConnectConfig = exports.PhoneNumberQuickConnectConfig || (exports.PhoneNumberQuickConnectConfig = {}));
|
|
526
|
-
var QueueQuickConnectConfig;
|
|
527
|
-
(function (QueueQuickConnectConfig) {
|
|
528
|
-
/**
|
|
529
|
-
* @internal
|
|
530
|
-
*/
|
|
531
|
-
QueueQuickConnectConfig.filterSensitiveLog = (obj) => ({
|
|
532
|
-
...obj,
|
|
533
|
-
});
|
|
534
|
-
})(QueueQuickConnectConfig = exports.QueueQuickConnectConfig || (exports.QueueQuickConnectConfig = {}));
|
|
535
|
-
var QuickConnectType;
|
|
536
|
-
(function (QuickConnectType) {
|
|
537
|
-
QuickConnectType["PHONE_NUMBER"] = "PHONE_NUMBER";
|
|
538
|
-
QuickConnectType["QUEUE"] = "QUEUE";
|
|
539
|
-
QuickConnectType["USER"] = "USER";
|
|
540
|
-
})(QuickConnectType = exports.QuickConnectType || (exports.QuickConnectType = {}));
|
|
541
|
-
var UserQuickConnectConfig;
|
|
542
|
-
(function (UserQuickConnectConfig) {
|
|
543
|
-
/**
|
|
544
|
-
* @internal
|
|
545
|
-
*/
|
|
546
|
-
UserQuickConnectConfig.filterSensitiveLog = (obj) => ({
|
|
547
|
-
...obj,
|
|
548
|
-
});
|
|
549
|
-
})(UserQuickConnectConfig = exports.UserQuickConnectConfig || (exports.UserQuickConnectConfig = {}));
|
|
550
|
-
var QuickConnectConfig;
|
|
551
|
-
(function (QuickConnectConfig) {
|
|
552
|
-
/**
|
|
553
|
-
* @internal
|
|
554
|
-
*/
|
|
555
|
-
QuickConnectConfig.filterSensitiveLog = (obj) => ({
|
|
556
|
-
...obj,
|
|
557
|
-
});
|
|
558
|
-
})(QuickConnectConfig = exports.QuickConnectConfig || (exports.QuickConnectConfig = {}));
|
|
559
|
-
var CreateQuickConnectRequest;
|
|
560
|
-
(function (CreateQuickConnectRequest) {
|
|
561
|
-
/**
|
|
562
|
-
* @internal
|
|
563
|
-
*/
|
|
564
|
-
CreateQuickConnectRequest.filterSensitiveLog = (obj) => ({
|
|
565
|
-
...obj,
|
|
566
|
-
});
|
|
567
|
-
})(CreateQuickConnectRequest = exports.CreateQuickConnectRequest || (exports.CreateQuickConnectRequest = {}));
|
|
568
|
-
var CreateQuickConnectResponse;
|
|
569
|
-
(function (CreateQuickConnectResponse) {
|
|
570
|
-
/**
|
|
571
|
-
* @internal
|
|
572
|
-
*/
|
|
573
|
-
CreateQuickConnectResponse.filterSensitiveLog = (obj) => ({
|
|
574
|
-
...obj,
|
|
575
|
-
});
|
|
576
|
-
})(CreateQuickConnectResponse = exports.CreateQuickConnectResponse || (exports.CreateQuickConnectResponse = {}));
|
|
577
|
-
var MediaConcurrency;
|
|
578
|
-
(function (MediaConcurrency) {
|
|
579
|
-
/**
|
|
580
|
-
* @internal
|
|
581
|
-
*/
|
|
582
|
-
MediaConcurrency.filterSensitiveLog = (obj) => ({
|
|
583
|
-
...obj,
|
|
584
|
-
});
|
|
585
|
-
})(MediaConcurrency = exports.MediaConcurrency || (exports.MediaConcurrency = {}));
|
|
586
|
-
var CreateRoutingProfileRequest;
|
|
587
|
-
(function (CreateRoutingProfileRequest) {
|
|
588
|
-
/**
|
|
589
|
-
* @internal
|
|
590
|
-
*/
|
|
591
|
-
CreateRoutingProfileRequest.filterSensitiveLog = (obj) => ({
|
|
592
|
-
...obj,
|
|
593
|
-
});
|
|
594
|
-
})(CreateRoutingProfileRequest = exports.CreateRoutingProfileRequest || (exports.CreateRoutingProfileRequest = {}));
|
|
595
|
-
var CreateRoutingProfileResponse;
|
|
596
|
-
(function (CreateRoutingProfileResponse) {
|
|
597
|
-
/**
|
|
598
|
-
* @internal
|
|
599
|
-
*/
|
|
600
|
-
CreateRoutingProfileResponse.filterSensitiveLog = (obj) => ({
|
|
601
|
-
...obj,
|
|
602
|
-
});
|
|
603
|
-
})(CreateRoutingProfileResponse = exports.CreateRoutingProfileResponse || (exports.CreateRoutingProfileResponse = {}));
|
|
604
|
-
var UseCaseType;
|
|
605
|
-
(function (UseCaseType) {
|
|
606
|
-
UseCaseType["RULES_EVALUATION"] = "RULES_EVALUATION";
|
|
607
|
-
})(UseCaseType = exports.UseCaseType || (exports.UseCaseType = {}));
|
|
608
|
-
var CreateUseCaseRequest;
|
|
609
|
-
(function (CreateUseCaseRequest) {
|
|
610
|
-
/**
|
|
611
|
-
* @internal
|
|
612
|
-
*/
|
|
613
|
-
CreateUseCaseRequest.filterSensitiveLog = (obj) => ({
|
|
614
|
-
...obj,
|
|
615
|
-
});
|
|
616
|
-
})(CreateUseCaseRequest = exports.CreateUseCaseRequest || (exports.CreateUseCaseRequest = {}));
|
|
617
|
-
var CreateUseCaseResponse;
|
|
618
|
-
(function (CreateUseCaseResponse) {
|
|
619
|
-
/**
|
|
620
|
-
* @internal
|
|
621
|
-
*/
|
|
622
|
-
CreateUseCaseResponse.filterSensitiveLog = (obj) => ({
|
|
623
|
-
...obj,
|
|
624
|
-
});
|
|
625
|
-
})(CreateUseCaseResponse = exports.CreateUseCaseResponse || (exports.CreateUseCaseResponse = {}));
|
|
626
|
-
var UserIdentityInfo;
|
|
627
|
-
(function (UserIdentityInfo) {
|
|
628
|
-
/**
|
|
629
|
-
* @internal
|
|
630
|
-
*/
|
|
631
|
-
UserIdentityInfo.filterSensitiveLog = (obj) => ({
|
|
632
|
-
...obj,
|
|
633
|
-
});
|
|
634
|
-
})(UserIdentityInfo = exports.UserIdentityInfo || (exports.UserIdentityInfo = {}));
|
|
635
|
-
var PhoneType;
|
|
636
|
-
(function (PhoneType) {
|
|
637
|
-
PhoneType["DESK_PHONE"] = "DESK_PHONE";
|
|
638
|
-
PhoneType["SOFT_PHONE"] = "SOFT_PHONE";
|
|
639
|
-
})(PhoneType = exports.PhoneType || (exports.PhoneType = {}));
|
|
640
|
-
var UserPhoneConfig;
|
|
641
|
-
(function (UserPhoneConfig) {
|
|
642
|
-
/**
|
|
643
|
-
* @internal
|
|
644
|
-
*/
|
|
645
|
-
UserPhoneConfig.filterSensitiveLog = (obj) => ({
|
|
646
|
-
...obj,
|
|
647
|
-
});
|
|
648
|
-
})(UserPhoneConfig = exports.UserPhoneConfig || (exports.UserPhoneConfig = {}));
|
|
649
|
-
var CreateUserRequest;
|
|
650
|
-
(function (CreateUserRequest) {
|
|
651
|
-
/**
|
|
652
|
-
* @internal
|
|
653
|
-
*/
|
|
654
|
-
CreateUserRequest.filterSensitiveLog = (obj) => ({
|
|
655
|
-
...obj,
|
|
656
|
-
});
|
|
657
|
-
})(CreateUserRequest = exports.CreateUserRequest || (exports.CreateUserRequest = {}));
|
|
658
|
-
var CreateUserResponse;
|
|
659
|
-
(function (CreateUserResponse) {
|
|
660
|
-
/**
|
|
661
|
-
* @internal
|
|
662
|
-
*/
|
|
663
|
-
CreateUserResponse.filterSensitiveLog = (obj) => ({
|
|
664
|
-
...obj,
|
|
665
|
-
});
|
|
666
|
-
})(CreateUserResponse = exports.CreateUserResponse || (exports.CreateUserResponse = {}));
|
|
667
|
-
var CreateUserHierarchyGroupRequest;
|
|
668
|
-
(function (CreateUserHierarchyGroupRequest) {
|
|
669
|
-
/**
|
|
670
|
-
* @internal
|
|
671
|
-
*/
|
|
672
|
-
CreateUserHierarchyGroupRequest.filterSensitiveLog = (obj) => ({
|
|
673
|
-
...obj,
|
|
674
|
-
});
|
|
675
|
-
})(CreateUserHierarchyGroupRequest = exports.CreateUserHierarchyGroupRequest || (exports.CreateUserHierarchyGroupRequest = {}));
|
|
676
|
-
var CreateUserHierarchyGroupResponse;
|
|
677
|
-
(function (CreateUserHierarchyGroupResponse) {
|
|
678
|
-
/**
|
|
679
|
-
* @internal
|
|
680
|
-
*/
|
|
681
|
-
CreateUserHierarchyGroupResponse.filterSensitiveLog = (obj) => ({
|
|
682
|
-
...obj,
|
|
683
|
-
});
|
|
684
|
-
})(CreateUserHierarchyGroupResponse = exports.CreateUserHierarchyGroupResponse || (exports.CreateUserHierarchyGroupResponse = {}));
|
|
685
|
-
var DeleteHoursOfOperationRequest;
|
|
686
|
-
(function (DeleteHoursOfOperationRequest) {
|
|
687
|
-
/**
|
|
688
|
-
* @internal
|
|
689
|
-
*/
|
|
690
|
-
DeleteHoursOfOperationRequest.filterSensitiveLog = (obj) => ({
|
|
691
|
-
...obj,
|
|
692
|
-
});
|
|
693
|
-
})(DeleteHoursOfOperationRequest = exports.DeleteHoursOfOperationRequest || (exports.DeleteHoursOfOperationRequest = {}));
|
|
694
|
-
var DeleteInstanceRequest;
|
|
695
|
-
(function (DeleteInstanceRequest) {
|
|
696
|
-
/**
|
|
697
|
-
* @internal
|
|
698
|
-
*/
|
|
699
|
-
DeleteInstanceRequest.filterSensitiveLog = (obj) => ({
|
|
700
|
-
...obj,
|
|
701
|
-
});
|
|
702
|
-
})(DeleteInstanceRequest = exports.DeleteInstanceRequest || (exports.DeleteInstanceRequest = {}));
|
|
703
|
-
var DeleteIntegrationAssociationRequest;
|
|
704
|
-
(function (DeleteIntegrationAssociationRequest) {
|
|
705
|
-
/**
|
|
706
|
-
* @internal
|
|
707
|
-
*/
|
|
708
|
-
DeleteIntegrationAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
709
|
-
...obj,
|
|
710
|
-
});
|
|
711
|
-
})(DeleteIntegrationAssociationRequest = exports.DeleteIntegrationAssociationRequest || (exports.DeleteIntegrationAssociationRequest = {}));
|
|
712
|
-
var DeleteQuickConnectRequest;
|
|
713
|
-
(function (DeleteQuickConnectRequest) {
|
|
714
|
-
/**
|
|
715
|
-
* @internal
|
|
716
|
-
*/
|
|
717
|
-
DeleteQuickConnectRequest.filterSensitiveLog = (obj) => ({
|
|
718
|
-
...obj,
|
|
719
|
-
});
|
|
720
|
-
})(DeleteQuickConnectRequest = exports.DeleteQuickConnectRequest || (exports.DeleteQuickConnectRequest = {}));
|
|
721
|
-
var DeleteUseCaseRequest;
|
|
722
|
-
(function (DeleteUseCaseRequest) {
|
|
723
|
-
/**
|
|
724
|
-
* @internal
|
|
725
|
-
*/
|
|
726
|
-
DeleteUseCaseRequest.filterSensitiveLog = (obj) => ({
|
|
727
|
-
...obj,
|
|
728
|
-
});
|
|
729
|
-
})(DeleteUseCaseRequest = exports.DeleteUseCaseRequest || (exports.DeleteUseCaseRequest = {}));
|
|
730
|
-
var DeleteUserRequest;
|
|
731
|
-
(function (DeleteUserRequest) {
|
|
732
|
-
/**
|
|
733
|
-
* @internal
|
|
734
|
-
*/
|
|
735
|
-
DeleteUserRequest.filterSensitiveLog = (obj) => ({
|
|
736
|
-
...obj,
|
|
737
|
-
});
|
|
738
|
-
})(DeleteUserRequest = exports.DeleteUserRequest || (exports.DeleteUserRequest = {}));
|
|
739
|
-
var DeleteUserHierarchyGroupRequest;
|
|
740
|
-
(function (DeleteUserHierarchyGroupRequest) {
|
|
741
|
-
/**
|
|
742
|
-
* @internal
|
|
743
|
-
*/
|
|
744
|
-
DeleteUserHierarchyGroupRequest.filterSensitiveLog = (obj) => ({
|
|
745
|
-
...obj,
|
|
746
|
-
});
|
|
747
|
-
})(DeleteUserHierarchyGroupRequest = exports.DeleteUserHierarchyGroupRequest || (exports.DeleteUserHierarchyGroupRequest = {}));
|
|
748
|
-
var ResourceType;
|
|
749
|
-
(function (ResourceType) {
|
|
750
|
-
ResourceType["CONTACT"] = "CONTACT";
|
|
751
|
-
ResourceType["CONTACT_FLOW"] = "CONTACT_FLOW";
|
|
752
|
-
ResourceType["HIERARCHY_GROUP"] = "HIERARCHY_GROUP";
|
|
753
|
-
ResourceType["HIERARCHY_LEVEL"] = "HIERARCHY_LEVEL";
|
|
754
|
-
ResourceType["INSTANCE"] = "INSTANCE";
|
|
755
|
-
ResourceType["PARTICIPANT"] = "PARTICIPANT";
|
|
756
|
-
ResourceType["USER"] = "USER";
|
|
757
|
-
})(ResourceType = exports.ResourceType || (exports.ResourceType = {}));
|
|
758
|
-
var ResourceInUseException;
|
|
759
|
-
(function (ResourceInUseException) {
|
|
760
|
-
/**
|
|
761
|
-
* @internal
|
|
762
|
-
*/
|
|
763
|
-
ResourceInUseException.filterSensitiveLog = (obj) => ({
|
|
764
|
-
...obj,
|
|
765
|
-
});
|
|
766
|
-
})(ResourceInUseException = exports.ResourceInUseException || (exports.ResourceInUseException = {}));
|
|
767
|
-
var DescribeAgentStatusRequest;
|
|
768
|
-
(function (DescribeAgentStatusRequest) {
|
|
769
|
-
/**
|
|
770
|
-
* @internal
|
|
771
|
-
*/
|
|
772
|
-
DescribeAgentStatusRequest.filterSensitiveLog = (obj) => ({
|
|
773
|
-
...obj,
|
|
774
|
-
});
|
|
775
|
-
})(DescribeAgentStatusRequest = exports.DescribeAgentStatusRequest || (exports.DescribeAgentStatusRequest = {}));
|
|
776
|
-
var DescribeAgentStatusResponse;
|
|
777
|
-
(function (DescribeAgentStatusResponse) {
|
|
778
|
-
/**
|
|
779
|
-
* @internal
|
|
780
|
-
*/
|
|
781
|
-
DescribeAgentStatusResponse.filterSensitiveLog = (obj) => ({
|
|
782
|
-
...obj,
|
|
783
|
-
});
|
|
784
|
-
})(DescribeAgentStatusResponse = exports.DescribeAgentStatusResponse || (exports.DescribeAgentStatusResponse = {}));
|
|
785
|
-
var ContactFlowNotPublishedException;
|
|
786
|
-
(function (ContactFlowNotPublishedException) {
|
|
787
|
-
/**
|
|
788
|
-
* @internal
|
|
789
|
-
*/
|
|
790
|
-
ContactFlowNotPublishedException.filterSensitiveLog = (obj) => ({
|
|
791
|
-
...obj,
|
|
792
|
-
});
|
|
793
|
-
})(ContactFlowNotPublishedException = exports.ContactFlowNotPublishedException || (exports.ContactFlowNotPublishedException = {}));
|
|
794
|
-
var DescribeContactFlowRequest;
|
|
795
|
-
(function (DescribeContactFlowRequest) {
|
|
796
|
-
/**
|
|
797
|
-
* @internal
|
|
798
|
-
*/
|
|
799
|
-
DescribeContactFlowRequest.filterSensitiveLog = (obj) => ({
|
|
800
|
-
...obj,
|
|
801
|
-
});
|
|
802
|
-
})(DescribeContactFlowRequest = exports.DescribeContactFlowRequest || (exports.DescribeContactFlowRequest = {}));
|
|
803
|
-
var ContactFlow;
|
|
804
|
-
(function (ContactFlow) {
|
|
805
|
-
/**
|
|
806
|
-
* @internal
|
|
807
|
-
*/
|
|
808
|
-
ContactFlow.filterSensitiveLog = (obj) => ({
|
|
809
|
-
...obj,
|
|
810
|
-
});
|
|
811
|
-
})(ContactFlow = exports.ContactFlow || (exports.ContactFlow = {}));
|
|
812
|
-
var DescribeContactFlowResponse;
|
|
813
|
-
(function (DescribeContactFlowResponse) {
|
|
814
|
-
/**
|
|
815
|
-
* @internal
|
|
816
|
-
*/
|
|
817
|
-
DescribeContactFlowResponse.filterSensitiveLog = (obj) => ({
|
|
818
|
-
...obj,
|
|
819
|
-
});
|
|
820
|
-
})(DescribeContactFlowResponse = exports.DescribeContactFlowResponse || (exports.DescribeContactFlowResponse = {}));
|
|
821
|
-
var DescribeHoursOfOperationRequest;
|
|
822
|
-
(function (DescribeHoursOfOperationRequest) {
|
|
823
|
-
/**
|
|
824
|
-
* @internal
|
|
825
|
-
*/
|
|
826
|
-
DescribeHoursOfOperationRequest.filterSensitiveLog = (obj) => ({
|
|
827
|
-
...obj,
|
|
828
|
-
});
|
|
829
|
-
})(DescribeHoursOfOperationRequest = exports.DescribeHoursOfOperationRequest || (exports.DescribeHoursOfOperationRequest = {}));
|
|
830
|
-
var HoursOfOperation;
|
|
831
|
-
(function (HoursOfOperation) {
|
|
832
|
-
/**
|
|
833
|
-
* @internal
|
|
834
|
-
*/
|
|
835
|
-
HoursOfOperation.filterSensitiveLog = (obj) => ({
|
|
836
|
-
...obj,
|
|
837
|
-
});
|
|
838
|
-
})(HoursOfOperation = exports.HoursOfOperation || (exports.HoursOfOperation = {}));
|
|
839
|
-
var DescribeHoursOfOperationResponse;
|
|
840
|
-
(function (DescribeHoursOfOperationResponse) {
|
|
841
|
-
/**
|
|
842
|
-
* @internal
|
|
843
|
-
*/
|
|
844
|
-
DescribeHoursOfOperationResponse.filterSensitiveLog = (obj) => ({
|
|
845
|
-
...obj,
|
|
846
|
-
});
|
|
847
|
-
})(DescribeHoursOfOperationResponse = exports.DescribeHoursOfOperationResponse || (exports.DescribeHoursOfOperationResponse = {}));
|
|
848
|
-
var DescribeInstanceRequest;
|
|
849
|
-
(function (DescribeInstanceRequest) {
|
|
850
|
-
/**
|
|
851
|
-
* @internal
|
|
852
|
-
*/
|
|
853
|
-
DescribeInstanceRequest.filterSensitiveLog = (obj) => ({
|
|
854
|
-
...obj,
|
|
855
|
-
});
|
|
856
|
-
})(DescribeInstanceRequest = exports.DescribeInstanceRequest || (exports.DescribeInstanceRequest = {}));
|
|
857
|
-
var InstanceStatus;
|
|
858
|
-
(function (InstanceStatus) {
|
|
859
|
-
InstanceStatus["ACTIVE"] = "ACTIVE";
|
|
860
|
-
InstanceStatus["CREATION_FAILED"] = "CREATION_FAILED";
|
|
861
|
-
InstanceStatus["CREATION_IN_PROGRESS"] = "CREATION_IN_PROGRESS";
|
|
862
|
-
})(InstanceStatus = exports.InstanceStatus || (exports.InstanceStatus = {}));
|
|
863
|
-
var InstanceStatusReason;
|
|
864
|
-
(function (InstanceStatusReason) {
|
|
865
|
-
/**
|
|
866
|
-
* @internal
|
|
867
|
-
*/
|
|
868
|
-
InstanceStatusReason.filterSensitiveLog = (obj) => ({
|
|
869
|
-
...obj,
|
|
870
|
-
});
|
|
871
|
-
})(InstanceStatusReason = exports.InstanceStatusReason || (exports.InstanceStatusReason = {}));
|
|
872
|
-
var Instance;
|
|
873
|
-
(function (Instance) {
|
|
874
|
-
/**
|
|
875
|
-
* @internal
|
|
876
|
-
*/
|
|
877
|
-
Instance.filterSensitiveLog = (obj) => ({
|
|
878
|
-
...obj,
|
|
879
|
-
...(obj.InstanceAlias && { InstanceAlias: smithy_client_1.SENSITIVE_STRING }),
|
|
880
|
-
});
|
|
881
|
-
})(Instance = exports.Instance || (exports.Instance = {}));
|
|
882
|
-
var DescribeInstanceResponse;
|
|
883
|
-
(function (DescribeInstanceResponse) {
|
|
884
|
-
/**
|
|
885
|
-
* @internal
|
|
886
|
-
*/
|
|
887
|
-
DescribeInstanceResponse.filterSensitiveLog = (obj) => ({
|
|
888
|
-
...obj,
|
|
889
|
-
...(obj.Instance && { Instance: Instance.filterSensitiveLog(obj.Instance) }),
|
|
890
|
-
});
|
|
891
|
-
})(DescribeInstanceResponse = exports.DescribeInstanceResponse || (exports.DescribeInstanceResponse = {}));
|
|
892
|
-
var InstanceAttributeType;
|
|
893
|
-
(function (InstanceAttributeType) {
|
|
894
|
-
InstanceAttributeType["AUTO_RESOLVE_BEST_VOICES"] = "AUTO_RESOLVE_BEST_VOICES";
|
|
895
|
-
InstanceAttributeType["CONTACTFLOW_LOGS"] = "CONTACTFLOW_LOGS";
|
|
896
|
-
InstanceAttributeType["CONTACT_LENS"] = "CONTACT_LENS";
|
|
897
|
-
InstanceAttributeType["EARLY_MEDIA"] = "EARLY_MEDIA";
|
|
898
|
-
InstanceAttributeType["INBOUND_CALLS"] = "INBOUND_CALLS";
|
|
899
|
-
InstanceAttributeType["OUTBOUND_CALLS"] = "OUTBOUND_CALLS";
|
|
900
|
-
InstanceAttributeType["USE_CUSTOM_TTS_VOICES"] = "USE_CUSTOM_TTS_VOICES";
|
|
901
|
-
})(InstanceAttributeType = exports.InstanceAttributeType || (exports.InstanceAttributeType = {}));
|
|
902
|
-
var DescribeInstanceAttributeRequest;
|
|
903
|
-
(function (DescribeInstanceAttributeRequest) {
|
|
904
|
-
/**
|
|
905
|
-
* @internal
|
|
906
|
-
*/
|
|
907
|
-
DescribeInstanceAttributeRequest.filterSensitiveLog = (obj) => ({
|
|
908
|
-
...obj,
|
|
909
|
-
});
|
|
910
|
-
})(DescribeInstanceAttributeRequest = exports.DescribeInstanceAttributeRequest || (exports.DescribeInstanceAttributeRequest = {}));
|
|
911
|
-
var Attribute;
|
|
912
|
-
(function (Attribute) {
|
|
913
|
-
/**
|
|
914
|
-
* @internal
|
|
915
|
-
*/
|
|
916
|
-
Attribute.filterSensitiveLog = (obj) => ({
|
|
917
|
-
...obj,
|
|
918
|
-
});
|
|
919
|
-
})(Attribute = exports.Attribute || (exports.Attribute = {}));
|
|
920
|
-
var DescribeInstanceAttributeResponse;
|
|
921
|
-
(function (DescribeInstanceAttributeResponse) {
|
|
922
|
-
/**
|
|
923
|
-
* @internal
|
|
924
|
-
*/
|
|
925
|
-
DescribeInstanceAttributeResponse.filterSensitiveLog = (obj) => ({
|
|
926
|
-
...obj,
|
|
927
|
-
});
|
|
928
|
-
})(DescribeInstanceAttributeResponse = exports.DescribeInstanceAttributeResponse || (exports.DescribeInstanceAttributeResponse = {}));
|
|
929
|
-
var DescribeInstanceStorageConfigRequest;
|
|
930
|
-
(function (DescribeInstanceStorageConfigRequest) {
|
|
931
|
-
/**
|
|
932
|
-
* @internal
|
|
933
|
-
*/
|
|
934
|
-
DescribeInstanceStorageConfigRequest.filterSensitiveLog = (obj) => ({
|
|
935
|
-
...obj,
|
|
936
|
-
});
|
|
937
|
-
})(DescribeInstanceStorageConfigRequest = exports.DescribeInstanceStorageConfigRequest || (exports.DescribeInstanceStorageConfigRequest = {}));
|
|
938
|
-
var DescribeInstanceStorageConfigResponse;
|
|
939
|
-
(function (DescribeInstanceStorageConfigResponse) {
|
|
940
|
-
/**
|
|
941
|
-
* @internal
|
|
942
|
-
*/
|
|
943
|
-
DescribeInstanceStorageConfigResponse.filterSensitiveLog = (obj) => ({
|
|
944
|
-
...obj,
|
|
945
|
-
});
|
|
946
|
-
})(DescribeInstanceStorageConfigResponse = exports.DescribeInstanceStorageConfigResponse || (exports.DescribeInstanceStorageConfigResponse = {}));
|
|
947
|
-
var DescribeQueueRequest;
|
|
948
|
-
(function (DescribeQueueRequest) {
|
|
949
|
-
/**
|
|
950
|
-
* @internal
|
|
951
|
-
*/
|
|
952
|
-
DescribeQueueRequest.filterSensitiveLog = (obj) => ({
|
|
953
|
-
...obj,
|
|
954
|
-
});
|
|
955
|
-
})(DescribeQueueRequest = exports.DescribeQueueRequest || (exports.DescribeQueueRequest = {}));
|
|
956
|
-
var QueueStatus;
|
|
957
|
-
(function (QueueStatus) {
|
|
958
|
-
QueueStatus["DISABLED"] = "DISABLED";
|
|
959
|
-
QueueStatus["ENABLED"] = "ENABLED";
|
|
960
|
-
})(QueueStatus = exports.QueueStatus || (exports.QueueStatus = {}));
|
|
961
|
-
var Queue;
|
|
962
|
-
(function (Queue) {
|
|
963
|
-
/**
|
|
964
|
-
* @internal
|
|
965
|
-
*/
|
|
966
|
-
Queue.filterSensitiveLog = (obj) => ({
|
|
967
|
-
...obj,
|
|
968
|
-
});
|
|
969
|
-
})(Queue = exports.Queue || (exports.Queue = {}));
|
|
970
|
-
var DescribeQueueResponse;
|
|
971
|
-
(function (DescribeQueueResponse) {
|
|
972
|
-
/**
|
|
973
|
-
* @internal
|
|
974
|
-
*/
|
|
975
|
-
DescribeQueueResponse.filterSensitiveLog = (obj) => ({
|
|
976
|
-
...obj,
|
|
977
|
-
});
|
|
978
|
-
})(DescribeQueueResponse = exports.DescribeQueueResponse || (exports.DescribeQueueResponse = {}));
|
|
979
|
-
var DescribeQuickConnectRequest;
|
|
980
|
-
(function (DescribeQuickConnectRequest) {
|
|
981
|
-
/**
|
|
982
|
-
* @internal
|
|
983
|
-
*/
|
|
984
|
-
DescribeQuickConnectRequest.filterSensitiveLog = (obj) => ({
|
|
985
|
-
...obj,
|
|
986
|
-
});
|
|
987
|
-
})(DescribeQuickConnectRequest = exports.DescribeQuickConnectRequest || (exports.DescribeQuickConnectRequest = {}));
|
|
988
|
-
var QuickConnect;
|
|
989
|
-
(function (QuickConnect) {
|
|
990
|
-
/**
|
|
991
|
-
* @internal
|
|
992
|
-
*/
|
|
993
|
-
QuickConnect.filterSensitiveLog = (obj) => ({
|
|
994
|
-
...obj,
|
|
995
|
-
});
|
|
996
|
-
})(QuickConnect = exports.QuickConnect || (exports.QuickConnect = {}));
|
|
997
|
-
var DescribeQuickConnectResponse;
|
|
998
|
-
(function (DescribeQuickConnectResponse) {
|
|
999
|
-
/**
|
|
1000
|
-
* @internal
|
|
1001
|
-
*/
|
|
1002
|
-
DescribeQuickConnectResponse.filterSensitiveLog = (obj) => ({
|
|
1003
|
-
...obj,
|
|
1004
|
-
});
|
|
1005
|
-
})(DescribeQuickConnectResponse = exports.DescribeQuickConnectResponse || (exports.DescribeQuickConnectResponse = {}));
|
|
1006
|
-
var DescribeRoutingProfileRequest;
|
|
1007
|
-
(function (DescribeRoutingProfileRequest) {
|
|
1008
|
-
/**
|
|
1009
|
-
* @internal
|
|
1010
|
-
*/
|
|
1011
|
-
DescribeRoutingProfileRequest.filterSensitiveLog = (obj) => ({
|
|
1012
|
-
...obj,
|
|
1013
|
-
});
|
|
1014
|
-
})(DescribeRoutingProfileRequest = exports.DescribeRoutingProfileRequest || (exports.DescribeRoutingProfileRequest = {}));
|
|
1015
|
-
var RoutingProfile;
|
|
1016
|
-
(function (RoutingProfile) {
|
|
1017
|
-
/**
|
|
1018
|
-
* @internal
|
|
1019
|
-
*/
|
|
1020
|
-
RoutingProfile.filterSensitiveLog = (obj) => ({
|
|
1021
|
-
...obj,
|
|
1022
|
-
});
|
|
1023
|
-
})(RoutingProfile = exports.RoutingProfile || (exports.RoutingProfile = {}));
|
|
1024
|
-
var DescribeRoutingProfileResponse;
|
|
1025
|
-
(function (DescribeRoutingProfileResponse) {
|
|
1026
|
-
/**
|
|
1027
|
-
* @internal
|
|
1028
|
-
*/
|
|
1029
|
-
DescribeRoutingProfileResponse.filterSensitiveLog = (obj) => ({
|
|
1030
|
-
...obj,
|
|
1031
|
-
});
|
|
1032
|
-
})(DescribeRoutingProfileResponse = exports.DescribeRoutingProfileResponse || (exports.DescribeRoutingProfileResponse = {}));
|
|
1033
|
-
var DescribeUserRequest;
|
|
1034
|
-
(function (DescribeUserRequest) {
|
|
1035
|
-
/**
|
|
1036
|
-
* @internal
|
|
1037
|
-
*/
|
|
1038
|
-
DescribeUserRequest.filterSensitiveLog = (obj) => ({
|
|
1039
|
-
...obj,
|
|
1040
|
-
});
|
|
1041
|
-
})(DescribeUserRequest = exports.DescribeUserRequest || (exports.DescribeUserRequest = {}));
|
|
1042
|
-
var User;
|
|
1043
|
-
(function (User) {
|
|
1044
|
-
/**
|
|
1045
|
-
* @internal
|
|
1046
|
-
*/
|
|
1047
|
-
User.filterSensitiveLog = (obj) => ({
|
|
1048
|
-
...obj,
|
|
1049
|
-
});
|
|
1050
|
-
})(User = exports.User || (exports.User = {}));
|
|
1051
|
-
var DescribeUserResponse;
|
|
1052
|
-
(function (DescribeUserResponse) {
|
|
1053
|
-
/**
|
|
1054
|
-
* @internal
|
|
1055
|
-
*/
|
|
1056
|
-
DescribeUserResponse.filterSensitiveLog = (obj) => ({
|
|
1057
|
-
...obj,
|
|
1058
|
-
});
|
|
1059
|
-
})(DescribeUserResponse = exports.DescribeUserResponse || (exports.DescribeUserResponse = {}));
|
|
1060
|
-
var DescribeUserHierarchyGroupRequest;
|
|
1061
|
-
(function (DescribeUserHierarchyGroupRequest) {
|
|
1062
|
-
/**
|
|
1063
|
-
* @internal
|
|
1064
|
-
*/
|
|
1065
|
-
DescribeUserHierarchyGroupRequest.filterSensitiveLog = (obj) => ({
|
|
1066
|
-
...obj,
|
|
1067
|
-
});
|
|
1068
|
-
})(DescribeUserHierarchyGroupRequest = exports.DescribeUserHierarchyGroupRequest || (exports.DescribeUserHierarchyGroupRequest = {}));
|
|
1069
|
-
var HierarchyGroupSummary;
|
|
1070
|
-
(function (HierarchyGroupSummary) {
|
|
1071
|
-
/**
|
|
1072
|
-
* @internal
|
|
1073
|
-
*/
|
|
1074
|
-
HierarchyGroupSummary.filterSensitiveLog = (obj) => ({
|
|
1075
|
-
...obj,
|
|
1076
|
-
});
|
|
1077
|
-
})(HierarchyGroupSummary = exports.HierarchyGroupSummary || (exports.HierarchyGroupSummary = {}));
|
|
1078
|
-
var HierarchyPath;
|
|
1079
|
-
(function (HierarchyPath) {
|
|
1080
|
-
/**
|
|
1081
|
-
* @internal
|
|
1082
|
-
*/
|
|
1083
|
-
HierarchyPath.filterSensitiveLog = (obj) => ({
|
|
1084
|
-
...obj,
|
|
1085
|
-
});
|
|
1086
|
-
})(HierarchyPath = exports.HierarchyPath || (exports.HierarchyPath = {}));
|
|
1087
|
-
var HierarchyGroup;
|
|
1088
|
-
(function (HierarchyGroup) {
|
|
1089
|
-
/**
|
|
1090
|
-
* @internal
|
|
1091
|
-
*/
|
|
1092
|
-
HierarchyGroup.filterSensitiveLog = (obj) => ({
|
|
1093
|
-
...obj,
|
|
1094
|
-
});
|
|
1095
|
-
})(HierarchyGroup = exports.HierarchyGroup || (exports.HierarchyGroup = {}));
|
|
1096
|
-
var DescribeUserHierarchyGroupResponse;
|
|
1097
|
-
(function (DescribeUserHierarchyGroupResponse) {
|
|
1098
|
-
/**
|
|
1099
|
-
* @internal
|
|
1100
|
-
*/
|
|
1101
|
-
DescribeUserHierarchyGroupResponse.filterSensitiveLog = (obj) => ({
|
|
1102
|
-
...obj,
|
|
1103
|
-
});
|
|
1104
|
-
})(DescribeUserHierarchyGroupResponse = exports.DescribeUserHierarchyGroupResponse || (exports.DescribeUserHierarchyGroupResponse = {}));
|
|
1105
|
-
var DescribeUserHierarchyStructureRequest;
|
|
1106
|
-
(function (DescribeUserHierarchyStructureRequest) {
|
|
1107
|
-
/**
|
|
1108
|
-
* @internal
|
|
1109
|
-
*/
|
|
1110
|
-
DescribeUserHierarchyStructureRequest.filterSensitiveLog = (obj) => ({
|
|
1111
|
-
...obj,
|
|
1112
|
-
});
|
|
1113
|
-
})(DescribeUserHierarchyStructureRequest = exports.DescribeUserHierarchyStructureRequest || (exports.DescribeUserHierarchyStructureRequest = {}));
|
|
1114
|
-
var HierarchyLevel;
|
|
1115
|
-
(function (HierarchyLevel) {
|
|
1116
|
-
/**
|
|
1117
|
-
* @internal
|
|
1118
|
-
*/
|
|
1119
|
-
HierarchyLevel.filterSensitiveLog = (obj) => ({
|
|
1120
|
-
...obj,
|
|
1121
|
-
});
|
|
1122
|
-
})(HierarchyLevel = exports.HierarchyLevel || (exports.HierarchyLevel = {}));
|
|
1123
|
-
var HierarchyStructure;
|
|
1124
|
-
(function (HierarchyStructure) {
|
|
1125
|
-
/**
|
|
1126
|
-
* @internal
|
|
1127
|
-
*/
|
|
1128
|
-
HierarchyStructure.filterSensitiveLog = (obj) => ({
|
|
1129
|
-
...obj,
|
|
1130
|
-
});
|
|
1131
|
-
})(HierarchyStructure = exports.HierarchyStructure || (exports.HierarchyStructure = {}));
|
|
1132
|
-
var DescribeUserHierarchyStructureResponse;
|
|
1133
|
-
(function (DescribeUserHierarchyStructureResponse) {
|
|
1134
|
-
/**
|
|
1135
|
-
* @internal
|
|
1136
|
-
*/
|
|
1137
|
-
DescribeUserHierarchyStructureResponse.filterSensitiveLog = (obj) => ({
|
|
1138
|
-
...obj,
|
|
1139
|
-
});
|
|
1140
|
-
})(DescribeUserHierarchyStructureResponse = exports.DescribeUserHierarchyStructureResponse || (exports.DescribeUserHierarchyStructureResponse = {}));
|
|
1141
|
-
var DisassociateApprovedOriginRequest;
|
|
1142
|
-
(function (DisassociateApprovedOriginRequest) {
|
|
1143
|
-
/**
|
|
1144
|
-
* @internal
|
|
1145
|
-
*/
|
|
1146
|
-
DisassociateApprovedOriginRequest.filterSensitiveLog = (obj) => ({
|
|
1147
|
-
...obj,
|
|
1148
|
-
});
|
|
1149
|
-
})(DisassociateApprovedOriginRequest = exports.DisassociateApprovedOriginRequest || (exports.DisassociateApprovedOriginRequest = {}));
|
|
1150
|
-
var DisassociateBotRequest;
|
|
1151
|
-
(function (DisassociateBotRequest) {
|
|
1152
|
-
/**
|
|
1153
|
-
* @internal
|
|
1154
|
-
*/
|
|
1155
|
-
DisassociateBotRequest.filterSensitiveLog = (obj) => ({
|
|
1156
|
-
...obj,
|
|
1157
|
-
});
|
|
1158
|
-
})(DisassociateBotRequest = exports.DisassociateBotRequest || (exports.DisassociateBotRequest = {}));
|
|
1159
|
-
var DisassociateInstanceStorageConfigRequest;
|
|
1160
|
-
(function (DisassociateInstanceStorageConfigRequest) {
|
|
1161
|
-
/**
|
|
1162
|
-
* @internal
|
|
1163
|
-
*/
|
|
1164
|
-
DisassociateInstanceStorageConfigRequest.filterSensitiveLog = (obj) => ({
|
|
1165
|
-
...obj,
|
|
1166
|
-
});
|
|
1167
|
-
})(DisassociateInstanceStorageConfigRequest = exports.DisassociateInstanceStorageConfigRequest || (exports.DisassociateInstanceStorageConfigRequest = {}));
|
|
1168
|
-
var DisassociateLambdaFunctionRequest;
|
|
1169
|
-
(function (DisassociateLambdaFunctionRequest) {
|
|
1170
|
-
/**
|
|
1171
|
-
* @internal
|
|
1172
|
-
*/
|
|
1173
|
-
DisassociateLambdaFunctionRequest.filterSensitiveLog = (obj) => ({
|
|
1174
|
-
...obj,
|
|
1175
|
-
});
|
|
1176
|
-
})(DisassociateLambdaFunctionRequest = exports.DisassociateLambdaFunctionRequest || (exports.DisassociateLambdaFunctionRequest = {}));
|
|
1177
|
-
var DisassociateLexBotRequest;
|
|
1178
|
-
(function (DisassociateLexBotRequest) {
|
|
1179
|
-
/**
|
|
1180
|
-
* @internal
|
|
1181
|
-
*/
|
|
1182
|
-
DisassociateLexBotRequest.filterSensitiveLog = (obj) => ({
|
|
1183
|
-
...obj,
|
|
1184
|
-
});
|
|
1185
|
-
})(DisassociateLexBotRequest = exports.DisassociateLexBotRequest || (exports.DisassociateLexBotRequest = {}));
|
|
1186
|
-
var DisassociateQueueQuickConnectsRequest;
|
|
1187
|
-
(function (DisassociateQueueQuickConnectsRequest) {
|
|
1188
|
-
/**
|
|
1189
|
-
* @internal
|
|
1190
|
-
*/
|
|
1191
|
-
DisassociateQueueQuickConnectsRequest.filterSensitiveLog = (obj) => ({
|
|
1192
|
-
...obj,
|
|
1193
|
-
});
|
|
1194
|
-
})(DisassociateQueueQuickConnectsRequest = exports.DisassociateQueueQuickConnectsRequest || (exports.DisassociateQueueQuickConnectsRequest = {}));
|
|
1195
|
-
var DisassociateRoutingProfileQueuesRequest;
|
|
1196
|
-
(function (DisassociateRoutingProfileQueuesRequest) {
|
|
1197
|
-
/**
|
|
1198
|
-
* @internal
|
|
1199
|
-
*/
|
|
1200
|
-
DisassociateRoutingProfileQueuesRequest.filterSensitiveLog = (obj) => ({
|
|
1201
|
-
...obj,
|
|
1202
|
-
});
|
|
1203
|
-
})(DisassociateRoutingProfileQueuesRequest = exports.DisassociateRoutingProfileQueuesRequest || (exports.DisassociateRoutingProfileQueuesRequest = {}));
|
|
1204
|
-
var DisassociateSecurityKeyRequest;
|
|
1205
|
-
(function (DisassociateSecurityKeyRequest) {
|
|
1206
|
-
/**
|
|
1207
|
-
* @internal
|
|
1208
|
-
*/
|
|
1209
|
-
DisassociateSecurityKeyRequest.filterSensitiveLog = (obj) => ({
|
|
1210
|
-
...obj,
|
|
1211
|
-
});
|
|
1212
|
-
})(DisassociateSecurityKeyRequest = exports.DisassociateSecurityKeyRequest || (exports.DisassociateSecurityKeyRequest = {}));
|
|
1213
|
-
var GetContactAttributesRequest;
|
|
1214
|
-
(function (GetContactAttributesRequest) {
|
|
1215
|
-
/**
|
|
1216
|
-
* @internal
|
|
1217
|
-
*/
|
|
1218
|
-
GetContactAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
1219
|
-
...obj,
|
|
1220
|
-
});
|
|
1221
|
-
})(GetContactAttributesRequest = exports.GetContactAttributesRequest || (exports.GetContactAttributesRequest = {}));
|
|
1222
|
-
var GetContactAttributesResponse;
|
|
1223
|
-
(function (GetContactAttributesResponse) {
|
|
1224
|
-
/**
|
|
1225
|
-
* @internal
|
|
1226
|
-
*/
|
|
1227
|
-
GetContactAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
1228
|
-
...obj,
|
|
1229
|
-
});
|
|
1230
|
-
})(GetContactAttributesResponse = exports.GetContactAttributesResponse || (exports.GetContactAttributesResponse = {}));
|
|
1231
|
-
var CurrentMetricName;
|
|
1232
|
-
(function (CurrentMetricName) {
|
|
1233
|
-
CurrentMetricName["AGENTS_AFTER_CONTACT_WORK"] = "AGENTS_AFTER_CONTACT_WORK";
|
|
1234
|
-
CurrentMetricName["AGENTS_AVAILABLE"] = "AGENTS_AVAILABLE";
|
|
1235
|
-
CurrentMetricName["AGENTS_ERROR"] = "AGENTS_ERROR";
|
|
1236
|
-
CurrentMetricName["AGENTS_NON_PRODUCTIVE"] = "AGENTS_NON_PRODUCTIVE";
|
|
1237
|
-
CurrentMetricName["AGENTS_ONLINE"] = "AGENTS_ONLINE";
|
|
1238
|
-
CurrentMetricName["AGENTS_ON_CALL"] = "AGENTS_ON_CALL";
|
|
1239
|
-
CurrentMetricName["AGENTS_ON_CONTACT"] = "AGENTS_ON_CONTACT";
|
|
1240
|
-
CurrentMetricName["AGENTS_STAFFED"] = "AGENTS_STAFFED";
|
|
1241
|
-
CurrentMetricName["CONTACTS_IN_QUEUE"] = "CONTACTS_IN_QUEUE";
|
|
1242
|
-
CurrentMetricName["CONTACTS_SCHEDULED"] = "CONTACTS_SCHEDULED";
|
|
1243
|
-
CurrentMetricName["OLDEST_CONTACT_AGE"] = "OLDEST_CONTACT_AGE";
|
|
1244
|
-
CurrentMetricName["SLOTS_ACTIVE"] = "SLOTS_ACTIVE";
|
|
1245
|
-
CurrentMetricName["SLOTS_AVAILABLE"] = "SLOTS_AVAILABLE";
|
|
1246
|
-
})(CurrentMetricName = exports.CurrentMetricName || (exports.CurrentMetricName = {}));
|
|
1247
|
-
var Unit;
|
|
1248
|
-
(function (Unit) {
|
|
1249
|
-
Unit["COUNT"] = "COUNT";
|
|
1250
|
-
Unit["PERCENT"] = "PERCENT";
|
|
1251
|
-
Unit["SECONDS"] = "SECONDS";
|
|
1252
|
-
})(Unit = exports.Unit || (exports.Unit = {}));
|
|
1253
|
-
var CurrentMetric;
|
|
1254
|
-
(function (CurrentMetric) {
|
|
1255
|
-
/**
|
|
1256
|
-
* @internal
|
|
1257
|
-
*/
|
|
1258
|
-
CurrentMetric.filterSensitiveLog = (obj) => ({
|
|
1259
|
-
...obj,
|
|
1260
|
-
});
|
|
1261
|
-
})(CurrentMetric = exports.CurrentMetric || (exports.CurrentMetric = {}));
|
|
1262
|
-
var Filters;
|
|
1263
|
-
(function (Filters) {
|
|
1264
|
-
/**
|
|
1265
|
-
* @internal
|
|
1266
|
-
*/
|
|
1267
|
-
Filters.filterSensitiveLog = (obj) => ({
|
|
1268
|
-
...obj,
|
|
1269
|
-
});
|
|
1270
|
-
})(Filters = exports.Filters || (exports.Filters = {}));
|
|
1271
|
-
var Grouping;
|
|
1272
|
-
(function (Grouping) {
|
|
1273
|
-
Grouping["CHANNEL"] = "CHANNEL";
|
|
1274
|
-
Grouping["QUEUE"] = "QUEUE";
|
|
1275
|
-
})(Grouping = exports.Grouping || (exports.Grouping = {}));
|
|
1276
|
-
var GetCurrentMetricDataRequest;
|
|
1277
|
-
(function (GetCurrentMetricDataRequest) {
|
|
1278
|
-
/**
|
|
1279
|
-
* @internal
|
|
1280
|
-
*/
|
|
1281
|
-
GetCurrentMetricDataRequest.filterSensitiveLog = (obj) => ({
|
|
1282
|
-
...obj,
|
|
1283
|
-
});
|
|
1284
|
-
})(GetCurrentMetricDataRequest = exports.GetCurrentMetricDataRequest || (exports.GetCurrentMetricDataRequest = {}));
|
|
1285
|
-
var CurrentMetricData;
|
|
1286
|
-
(function (CurrentMetricData) {
|
|
1287
|
-
/**
|
|
1288
|
-
* @internal
|
|
1289
|
-
*/
|
|
1290
|
-
CurrentMetricData.filterSensitiveLog = (obj) => ({
|
|
1291
|
-
...obj,
|
|
1292
|
-
});
|
|
1293
|
-
})(CurrentMetricData = exports.CurrentMetricData || (exports.CurrentMetricData = {}));
|
|
1294
|
-
var QueueReference;
|
|
1295
|
-
(function (QueueReference) {
|
|
1296
|
-
/**
|
|
1297
|
-
* @internal
|
|
1298
|
-
*/
|
|
1299
|
-
QueueReference.filterSensitiveLog = (obj) => ({
|
|
1300
|
-
...obj,
|
|
1301
|
-
});
|
|
1302
|
-
})(QueueReference = exports.QueueReference || (exports.QueueReference = {}));
|
|
1303
|
-
var Dimensions;
|
|
1304
|
-
(function (Dimensions) {
|
|
1305
|
-
/**
|
|
1306
|
-
* @internal
|
|
1307
|
-
*/
|
|
1308
|
-
Dimensions.filterSensitiveLog = (obj) => ({
|
|
1309
|
-
...obj,
|
|
1310
|
-
});
|
|
1311
|
-
})(Dimensions = exports.Dimensions || (exports.Dimensions = {}));
|
|
1312
|
-
var CurrentMetricResult;
|
|
1313
|
-
(function (CurrentMetricResult) {
|
|
1314
|
-
/**
|
|
1315
|
-
* @internal
|
|
1316
|
-
*/
|
|
1317
|
-
CurrentMetricResult.filterSensitiveLog = (obj) => ({
|
|
1318
|
-
...obj,
|
|
1319
|
-
});
|
|
1320
|
-
})(CurrentMetricResult = exports.CurrentMetricResult || (exports.CurrentMetricResult = {}));
|
|
1321
|
-
var GetCurrentMetricDataResponse;
|
|
1322
|
-
(function (GetCurrentMetricDataResponse) {
|
|
1323
|
-
/**
|
|
1324
|
-
* @internal
|
|
1325
|
-
*/
|
|
1326
|
-
GetCurrentMetricDataResponse.filterSensitiveLog = (obj) => ({
|
|
1327
|
-
...obj,
|
|
1328
|
-
});
|
|
1329
|
-
})(GetCurrentMetricDataResponse = exports.GetCurrentMetricDataResponse || (exports.GetCurrentMetricDataResponse = {}));
|
|
1330
|
-
var GetFederationTokenRequest;
|
|
1331
|
-
(function (GetFederationTokenRequest) {
|
|
1332
|
-
/**
|
|
1333
|
-
* @internal
|
|
1334
|
-
*/
|
|
1335
|
-
GetFederationTokenRequest.filterSensitiveLog = (obj) => ({
|
|
1336
|
-
...obj,
|
|
1337
|
-
});
|
|
1338
|
-
})(GetFederationTokenRequest = exports.GetFederationTokenRequest || (exports.GetFederationTokenRequest = {}));
|
|
1339
|
-
var Credentials;
|
|
1340
|
-
(function (Credentials) {
|
|
1341
|
-
/**
|
|
1342
|
-
* @internal
|
|
1343
|
-
*/
|
|
1344
|
-
Credentials.filterSensitiveLog = (obj) => ({
|
|
1345
|
-
...obj,
|
|
1346
|
-
...(obj.AccessToken && { AccessToken: smithy_client_1.SENSITIVE_STRING }),
|
|
1347
|
-
...(obj.RefreshToken && { RefreshToken: smithy_client_1.SENSITIVE_STRING }),
|
|
1348
|
-
});
|
|
1349
|
-
})(Credentials = exports.Credentials || (exports.Credentials = {}));
|
|
1350
|
-
var GetFederationTokenResponse;
|
|
1351
|
-
(function (GetFederationTokenResponse) {
|
|
1352
|
-
/**
|
|
1353
|
-
* @internal
|
|
1354
|
-
*/
|
|
1355
|
-
GetFederationTokenResponse.filterSensitiveLog = (obj) => ({
|
|
1356
|
-
...obj,
|
|
1357
|
-
...(obj.Credentials && { Credentials: Credentials.filterSensitiveLog(obj.Credentials) }),
|
|
1358
|
-
});
|
|
1359
|
-
})(GetFederationTokenResponse = exports.GetFederationTokenResponse || (exports.GetFederationTokenResponse = {}));
|
|
1360
|
-
var UserNotFoundException;
|
|
1361
|
-
(function (UserNotFoundException) {
|
|
1362
|
-
/**
|
|
1363
|
-
* @internal
|
|
1364
|
-
*/
|
|
1365
|
-
UserNotFoundException.filterSensitiveLog = (obj) => ({
|
|
1366
|
-
...obj,
|
|
1367
|
-
});
|
|
1368
|
-
})(UserNotFoundException = exports.UserNotFoundException || (exports.UserNotFoundException = {}));
|
|
1369
|
-
var HistoricalMetricName;
|
|
1370
|
-
(function (HistoricalMetricName) {
|
|
1371
|
-
HistoricalMetricName["ABANDON_TIME"] = "ABANDON_TIME";
|
|
1372
|
-
HistoricalMetricName["AFTER_CONTACT_WORK_TIME"] = "AFTER_CONTACT_WORK_TIME";
|
|
1373
|
-
HistoricalMetricName["API_CONTACTS_HANDLED"] = "API_CONTACTS_HANDLED";
|
|
1374
|
-
HistoricalMetricName["CALLBACK_CONTACTS_HANDLED"] = "CALLBACK_CONTACTS_HANDLED";
|
|
1375
|
-
HistoricalMetricName["CONTACTS_ABANDONED"] = "CONTACTS_ABANDONED";
|
|
1376
|
-
HistoricalMetricName["CONTACTS_AGENT_HUNG_UP_FIRST"] = "CONTACTS_AGENT_HUNG_UP_FIRST";
|
|
1377
|
-
HistoricalMetricName["CONTACTS_CONSULTED"] = "CONTACTS_CONSULTED";
|
|
1378
|
-
HistoricalMetricName["CONTACTS_HANDLED"] = "CONTACTS_HANDLED";
|
|
1379
|
-
HistoricalMetricName["CONTACTS_HANDLED_INCOMING"] = "CONTACTS_HANDLED_INCOMING";
|
|
1380
|
-
HistoricalMetricName["CONTACTS_HANDLED_OUTBOUND"] = "CONTACTS_HANDLED_OUTBOUND";
|
|
1381
|
-
HistoricalMetricName["CONTACTS_HOLD_ABANDONS"] = "CONTACTS_HOLD_ABANDONS";
|
|
1382
|
-
HistoricalMetricName["CONTACTS_MISSED"] = "CONTACTS_MISSED";
|
|
1383
|
-
HistoricalMetricName["CONTACTS_QUEUED"] = "CONTACTS_QUEUED";
|
|
1384
|
-
HistoricalMetricName["CONTACTS_TRANSFERRED_IN"] = "CONTACTS_TRANSFERRED_IN";
|
|
1385
|
-
HistoricalMetricName["CONTACTS_TRANSFERRED_IN_FROM_QUEUE"] = "CONTACTS_TRANSFERRED_IN_FROM_QUEUE";
|
|
1386
|
-
HistoricalMetricName["CONTACTS_TRANSFERRED_OUT"] = "CONTACTS_TRANSFERRED_OUT";
|
|
1387
|
-
HistoricalMetricName["CONTACTS_TRANSFERRED_OUT_FROM_QUEUE"] = "CONTACTS_TRANSFERRED_OUT_FROM_QUEUE";
|
|
1388
|
-
HistoricalMetricName["HANDLE_TIME"] = "HANDLE_TIME";
|
|
1389
|
-
HistoricalMetricName["HOLD_TIME"] = "HOLD_TIME";
|
|
1390
|
-
HistoricalMetricName["INTERACTION_AND_HOLD_TIME"] = "INTERACTION_AND_HOLD_TIME";
|
|
1391
|
-
HistoricalMetricName["INTERACTION_TIME"] = "INTERACTION_TIME";
|
|
1392
|
-
HistoricalMetricName["OCCUPANCY"] = "OCCUPANCY";
|
|
1393
|
-
HistoricalMetricName["QUEUED_TIME"] = "QUEUED_TIME";
|
|
1394
|
-
HistoricalMetricName["QUEUE_ANSWER_TIME"] = "QUEUE_ANSWER_TIME";
|
|
1395
|
-
HistoricalMetricName["SERVICE_LEVEL"] = "SERVICE_LEVEL";
|
|
1396
|
-
})(HistoricalMetricName = exports.HistoricalMetricName || (exports.HistoricalMetricName = {}));
|
|
1397
|
-
var Statistic;
|
|
1398
|
-
(function (Statistic) {
|
|
1399
|
-
Statistic["AVG"] = "AVG";
|
|
1400
|
-
Statistic["MAX"] = "MAX";
|
|
1401
|
-
Statistic["SUM"] = "SUM";
|
|
1402
|
-
})(Statistic = exports.Statistic || (exports.Statistic = {}));
|
|
1403
|
-
var Comparison;
|
|
1404
|
-
(function (Comparison) {
|
|
1405
|
-
Comparison["LT"] = "LT";
|
|
1406
|
-
})(Comparison = exports.Comparison || (exports.Comparison = {}));
|
|
1407
|
-
var Threshold;
|
|
1408
|
-
(function (Threshold) {
|
|
1409
|
-
/**
|
|
1410
|
-
* @internal
|
|
1411
|
-
*/
|
|
1412
|
-
Threshold.filterSensitiveLog = (obj) => ({
|
|
1413
|
-
...obj,
|
|
1414
|
-
});
|
|
1415
|
-
})(Threshold = exports.Threshold || (exports.Threshold = {}));
|
|
1416
|
-
var HistoricalMetric;
|
|
1417
|
-
(function (HistoricalMetric) {
|
|
1418
|
-
/**
|
|
1419
|
-
* @internal
|
|
1420
|
-
*/
|
|
1421
|
-
HistoricalMetric.filterSensitiveLog = (obj) => ({
|
|
1422
|
-
...obj,
|
|
1423
|
-
});
|
|
1424
|
-
})(HistoricalMetric = exports.HistoricalMetric || (exports.HistoricalMetric = {}));
|
|
1425
|
-
var GetMetricDataRequest;
|
|
1426
|
-
(function (GetMetricDataRequest) {
|
|
1427
|
-
/**
|
|
1428
|
-
* @internal
|
|
1429
|
-
*/
|
|
1430
|
-
GetMetricDataRequest.filterSensitiveLog = (obj) => ({
|
|
1431
|
-
...obj,
|
|
1432
|
-
});
|
|
1433
|
-
})(GetMetricDataRequest = exports.GetMetricDataRequest || (exports.GetMetricDataRequest = {}));
|
|
1434
|
-
var HistoricalMetricData;
|
|
1435
|
-
(function (HistoricalMetricData) {
|
|
1436
|
-
/**
|
|
1437
|
-
* @internal
|
|
1438
|
-
*/
|
|
1439
|
-
HistoricalMetricData.filterSensitiveLog = (obj) => ({
|
|
1440
|
-
...obj,
|
|
1441
|
-
});
|
|
1442
|
-
})(HistoricalMetricData = exports.HistoricalMetricData || (exports.HistoricalMetricData = {}));
|
|
1443
|
-
var HistoricalMetricResult;
|
|
1444
|
-
(function (HistoricalMetricResult) {
|
|
1445
|
-
/**
|
|
1446
|
-
* @internal
|
|
1447
|
-
*/
|
|
1448
|
-
HistoricalMetricResult.filterSensitiveLog = (obj) => ({
|
|
1449
|
-
...obj,
|
|
1450
|
-
});
|
|
1451
|
-
})(HistoricalMetricResult = exports.HistoricalMetricResult || (exports.HistoricalMetricResult = {}));
|
|
1452
|
-
var GetMetricDataResponse;
|
|
1453
|
-
(function (GetMetricDataResponse) {
|
|
1454
|
-
/**
|
|
1455
|
-
* @internal
|
|
1456
|
-
*/
|
|
1457
|
-
GetMetricDataResponse.filterSensitiveLog = (obj) => ({
|
|
1458
|
-
...obj,
|
|
1459
|
-
});
|
|
1460
|
-
})(GetMetricDataResponse = exports.GetMetricDataResponse || (exports.GetMetricDataResponse = {}));
|
|
1461
|
-
var ListAgentStatusRequest;
|
|
1462
|
-
(function (ListAgentStatusRequest) {
|
|
1463
|
-
/**
|
|
1464
|
-
* @internal
|
|
1465
|
-
*/
|
|
1466
|
-
ListAgentStatusRequest.filterSensitiveLog = (obj) => ({
|
|
1467
|
-
...obj,
|
|
1468
|
-
});
|
|
1469
|
-
})(ListAgentStatusRequest = exports.ListAgentStatusRequest || (exports.ListAgentStatusRequest = {}));
|
|
1470
|
-
var ListAgentStatusResponse;
|
|
1471
|
-
(function (ListAgentStatusResponse) {
|
|
1472
|
-
/**
|
|
1473
|
-
* @internal
|
|
1474
|
-
*/
|
|
1475
|
-
ListAgentStatusResponse.filterSensitiveLog = (obj) => ({
|
|
1476
|
-
...obj,
|
|
1477
|
-
});
|
|
1478
|
-
})(ListAgentStatusResponse = exports.ListAgentStatusResponse || (exports.ListAgentStatusResponse = {}));
|
|
1479
|
-
var ListApprovedOriginsRequest;
|
|
1480
|
-
(function (ListApprovedOriginsRequest) {
|
|
1481
|
-
/**
|
|
1482
|
-
* @internal
|
|
1483
|
-
*/
|
|
1484
|
-
ListApprovedOriginsRequest.filterSensitiveLog = (obj) => ({
|
|
1485
|
-
...obj,
|
|
1486
|
-
});
|
|
1487
|
-
})(ListApprovedOriginsRequest = exports.ListApprovedOriginsRequest || (exports.ListApprovedOriginsRequest = {}));
|
|
1488
|
-
var ListApprovedOriginsResponse;
|
|
1489
|
-
(function (ListApprovedOriginsResponse) {
|
|
1490
|
-
/**
|
|
1491
|
-
* @internal
|
|
1492
|
-
*/
|
|
1493
|
-
ListApprovedOriginsResponse.filterSensitiveLog = (obj) => ({
|
|
1494
|
-
...obj,
|
|
1495
|
-
});
|
|
1496
|
-
})(ListApprovedOriginsResponse = exports.ListApprovedOriginsResponse || (exports.ListApprovedOriginsResponse = {}));
|
|
1497
|
-
var LexVersion;
|
|
1498
|
-
(function (LexVersion) {
|
|
1499
|
-
LexVersion["V1"] = "V1";
|
|
1500
|
-
LexVersion["V2"] = "V2";
|
|
1501
|
-
})(LexVersion = exports.LexVersion || (exports.LexVersion = {}));
|
|
1502
|
-
var ListBotsRequest;
|
|
1503
|
-
(function (ListBotsRequest) {
|
|
1504
|
-
/**
|
|
1505
|
-
* @internal
|
|
1506
|
-
*/
|
|
1507
|
-
ListBotsRequest.filterSensitiveLog = (obj) => ({
|
|
1508
|
-
...obj,
|
|
1509
|
-
});
|
|
1510
|
-
})(ListBotsRequest = exports.ListBotsRequest || (exports.ListBotsRequest = {}));
|
|
1511
|
-
var LexBotConfig;
|
|
1512
|
-
(function (LexBotConfig) {
|
|
1513
|
-
/**
|
|
1514
|
-
* @internal
|
|
1515
|
-
*/
|
|
1516
|
-
LexBotConfig.filterSensitiveLog = (obj) => ({
|
|
1517
|
-
...obj,
|
|
1518
|
-
});
|
|
1519
|
-
})(LexBotConfig = exports.LexBotConfig || (exports.LexBotConfig = {}));
|
|
1520
|
-
var ListBotsResponse;
|
|
1521
|
-
(function (ListBotsResponse) {
|
|
1522
|
-
/**
|
|
1523
|
-
* @internal
|
|
1524
|
-
*/
|
|
1525
|
-
ListBotsResponse.filterSensitiveLog = (obj) => ({
|
|
1526
|
-
...obj,
|
|
1527
|
-
});
|
|
1528
|
-
})(ListBotsResponse = exports.ListBotsResponse || (exports.ListBotsResponse = {}));
|
|
1529
|
-
var ListContactFlowsRequest;
|
|
1530
|
-
(function (ListContactFlowsRequest) {
|
|
1531
|
-
/**
|
|
1532
|
-
* @internal
|
|
1533
|
-
*/
|
|
1534
|
-
ListContactFlowsRequest.filterSensitiveLog = (obj) => ({
|
|
1535
|
-
...obj,
|
|
1536
|
-
});
|
|
1537
|
-
})(ListContactFlowsRequest = exports.ListContactFlowsRequest || (exports.ListContactFlowsRequest = {}));
|
|
1538
|
-
var ContactFlowSummary;
|
|
1539
|
-
(function (ContactFlowSummary) {
|
|
1540
|
-
/**
|
|
1541
|
-
* @internal
|
|
1542
|
-
*/
|
|
1543
|
-
ContactFlowSummary.filterSensitiveLog = (obj) => ({
|
|
1544
|
-
...obj,
|
|
1545
|
-
});
|
|
1546
|
-
})(ContactFlowSummary = exports.ContactFlowSummary || (exports.ContactFlowSummary = {}));
|
|
1547
|
-
var ListContactFlowsResponse;
|
|
1548
|
-
(function (ListContactFlowsResponse) {
|
|
1549
|
-
/**
|
|
1550
|
-
* @internal
|
|
1551
|
-
*/
|
|
1552
|
-
ListContactFlowsResponse.filterSensitiveLog = (obj) => ({
|
|
1553
|
-
...obj,
|
|
1554
|
-
});
|
|
1555
|
-
})(ListContactFlowsResponse = exports.ListContactFlowsResponse || (exports.ListContactFlowsResponse = {}));
|
|
1556
|
-
var ListHoursOfOperationsRequest;
|
|
1557
|
-
(function (ListHoursOfOperationsRequest) {
|
|
1558
|
-
/**
|
|
1559
|
-
* @internal
|
|
1560
|
-
*/
|
|
1561
|
-
ListHoursOfOperationsRequest.filterSensitiveLog = (obj) => ({
|
|
1562
|
-
...obj,
|
|
1563
|
-
});
|
|
1564
|
-
})(ListHoursOfOperationsRequest = exports.ListHoursOfOperationsRequest || (exports.ListHoursOfOperationsRequest = {}));
|
|
1565
|
-
var HoursOfOperationSummary;
|
|
1566
|
-
(function (HoursOfOperationSummary) {
|
|
1567
|
-
/**
|
|
1568
|
-
* @internal
|
|
1569
|
-
*/
|
|
1570
|
-
HoursOfOperationSummary.filterSensitiveLog = (obj) => ({
|
|
1571
|
-
...obj,
|
|
1572
|
-
});
|
|
1573
|
-
})(HoursOfOperationSummary = exports.HoursOfOperationSummary || (exports.HoursOfOperationSummary = {}));
|
|
1574
|
-
var ListHoursOfOperationsResponse;
|
|
1575
|
-
(function (ListHoursOfOperationsResponse) {
|
|
1576
|
-
/**
|
|
1577
|
-
* @internal
|
|
1578
|
-
*/
|
|
1579
|
-
ListHoursOfOperationsResponse.filterSensitiveLog = (obj) => ({
|
|
1580
|
-
...obj,
|
|
1581
|
-
});
|
|
1582
|
-
})(ListHoursOfOperationsResponse = exports.ListHoursOfOperationsResponse || (exports.ListHoursOfOperationsResponse = {}));
|
|
1583
|
-
var ListInstanceAttributesRequest;
|
|
1584
|
-
(function (ListInstanceAttributesRequest) {
|
|
1585
|
-
/**
|
|
1586
|
-
* @internal
|
|
1587
|
-
*/
|
|
1588
|
-
ListInstanceAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
1589
|
-
...obj,
|
|
1590
|
-
});
|
|
1591
|
-
})(ListInstanceAttributesRequest = exports.ListInstanceAttributesRequest || (exports.ListInstanceAttributesRequest = {}));
|
|
1592
|
-
var ListInstanceAttributesResponse;
|
|
1593
|
-
(function (ListInstanceAttributesResponse) {
|
|
1594
|
-
/**
|
|
1595
|
-
* @internal
|
|
1596
|
-
*/
|
|
1597
|
-
ListInstanceAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
1598
|
-
...obj,
|
|
1599
|
-
});
|
|
1600
|
-
})(ListInstanceAttributesResponse = exports.ListInstanceAttributesResponse || (exports.ListInstanceAttributesResponse = {}));
|
|
1601
|
-
var ListInstancesRequest;
|
|
1602
|
-
(function (ListInstancesRequest) {
|
|
1603
|
-
/**
|
|
1604
|
-
* @internal
|
|
1605
|
-
*/
|
|
1606
|
-
ListInstancesRequest.filterSensitiveLog = (obj) => ({
|
|
1607
|
-
...obj,
|
|
1608
|
-
});
|
|
1609
|
-
})(ListInstancesRequest = exports.ListInstancesRequest || (exports.ListInstancesRequest = {}));
|
|
1610
|
-
var InstanceSummary;
|
|
1611
|
-
(function (InstanceSummary) {
|
|
1612
|
-
/**
|
|
1613
|
-
* @internal
|
|
1614
|
-
*/
|
|
1615
|
-
InstanceSummary.filterSensitiveLog = (obj) => ({
|
|
1616
|
-
...obj,
|
|
1617
|
-
...(obj.InstanceAlias && { InstanceAlias: smithy_client_1.SENSITIVE_STRING }),
|
|
1618
|
-
});
|
|
1619
|
-
})(InstanceSummary = exports.InstanceSummary || (exports.InstanceSummary = {}));
|
|
1620
|
-
var ListInstancesResponse;
|
|
1621
|
-
(function (ListInstancesResponse) {
|
|
1622
|
-
/**
|
|
1623
|
-
* @internal
|
|
1624
|
-
*/
|
|
1625
|
-
ListInstancesResponse.filterSensitiveLog = (obj) => ({
|
|
1626
|
-
...obj,
|
|
1627
|
-
...(obj.InstanceSummaryList && {
|
|
1628
|
-
InstanceSummaryList: obj.InstanceSummaryList.map((item) => InstanceSummary.filterSensitiveLog(item)),
|
|
1629
|
-
}),
|
|
1630
|
-
});
|
|
1631
|
-
})(ListInstancesResponse = exports.ListInstancesResponse || (exports.ListInstancesResponse = {}));
|
|
1632
|
-
var ListInstanceStorageConfigsRequest;
|
|
1633
|
-
(function (ListInstanceStorageConfigsRequest) {
|
|
1634
|
-
/**
|
|
1635
|
-
* @internal
|
|
1636
|
-
*/
|
|
1637
|
-
ListInstanceStorageConfigsRequest.filterSensitiveLog = (obj) => ({
|
|
1638
|
-
...obj,
|
|
1639
|
-
});
|
|
1640
|
-
})(ListInstanceStorageConfigsRequest = exports.ListInstanceStorageConfigsRequest || (exports.ListInstanceStorageConfigsRequest = {}));
|
|
1641
|
-
var ListInstanceStorageConfigsResponse;
|
|
1642
|
-
(function (ListInstanceStorageConfigsResponse) {
|
|
1643
|
-
/**
|
|
1644
|
-
* @internal
|
|
1645
|
-
*/
|
|
1646
|
-
ListInstanceStorageConfigsResponse.filterSensitiveLog = (obj) => ({
|
|
1647
|
-
...obj,
|
|
1648
|
-
});
|
|
1649
|
-
})(ListInstanceStorageConfigsResponse = exports.ListInstanceStorageConfigsResponse || (exports.ListInstanceStorageConfigsResponse = {}));
|
|
1650
|
-
var ListIntegrationAssociationsRequest;
|
|
1651
|
-
(function (ListIntegrationAssociationsRequest) {
|
|
1652
|
-
/**
|
|
1653
|
-
* @internal
|
|
1654
|
-
*/
|
|
1655
|
-
ListIntegrationAssociationsRequest.filterSensitiveLog = (obj) => ({
|
|
1656
|
-
...obj,
|
|
1657
|
-
});
|
|
1658
|
-
})(ListIntegrationAssociationsRequest = exports.ListIntegrationAssociationsRequest || (exports.ListIntegrationAssociationsRequest = {}));
|
|
1659
|
-
var IntegrationAssociationSummary;
|
|
1660
|
-
(function (IntegrationAssociationSummary) {
|
|
1661
|
-
/**
|
|
1662
|
-
* @internal
|
|
1663
|
-
*/
|
|
1664
|
-
IntegrationAssociationSummary.filterSensitiveLog = (obj) => ({
|
|
1665
|
-
...obj,
|
|
1666
|
-
});
|
|
1667
|
-
})(IntegrationAssociationSummary = exports.IntegrationAssociationSummary || (exports.IntegrationAssociationSummary = {}));
|
|
1668
|
-
var ListIntegrationAssociationsResponse;
|
|
1669
|
-
(function (ListIntegrationAssociationsResponse) {
|
|
1670
|
-
/**
|
|
1671
|
-
* @internal
|
|
1672
|
-
*/
|
|
1673
|
-
ListIntegrationAssociationsResponse.filterSensitiveLog = (obj) => ({
|
|
1674
|
-
...obj,
|
|
1675
|
-
});
|
|
1676
|
-
})(ListIntegrationAssociationsResponse = exports.ListIntegrationAssociationsResponse || (exports.ListIntegrationAssociationsResponse = {}));
|
|
1677
|
-
var ListLambdaFunctionsRequest;
|
|
1678
|
-
(function (ListLambdaFunctionsRequest) {
|
|
1679
|
-
/**
|
|
1680
|
-
* @internal
|
|
1681
|
-
*/
|
|
1682
|
-
ListLambdaFunctionsRequest.filterSensitiveLog = (obj) => ({
|
|
1683
|
-
...obj,
|
|
1684
|
-
});
|
|
1685
|
-
})(ListLambdaFunctionsRequest = exports.ListLambdaFunctionsRequest || (exports.ListLambdaFunctionsRequest = {}));
|
|
1686
|
-
var ListLambdaFunctionsResponse;
|
|
1687
|
-
(function (ListLambdaFunctionsResponse) {
|
|
1688
|
-
/**
|
|
1689
|
-
* @internal
|
|
1690
|
-
*/
|
|
1691
|
-
ListLambdaFunctionsResponse.filterSensitiveLog = (obj) => ({
|
|
1692
|
-
...obj,
|
|
1693
|
-
});
|
|
1694
|
-
})(ListLambdaFunctionsResponse = exports.ListLambdaFunctionsResponse || (exports.ListLambdaFunctionsResponse = {}));
|
|
1695
|
-
var ListLexBotsRequest;
|
|
1696
|
-
(function (ListLexBotsRequest) {
|
|
1697
|
-
/**
|
|
1698
|
-
* @internal
|
|
1699
|
-
*/
|
|
1700
|
-
ListLexBotsRequest.filterSensitiveLog = (obj) => ({
|
|
1701
|
-
...obj,
|
|
1702
|
-
});
|
|
1703
|
-
})(ListLexBotsRequest = exports.ListLexBotsRequest || (exports.ListLexBotsRequest = {}));
|
|
1704
|
-
var ListLexBotsResponse;
|
|
1705
|
-
(function (ListLexBotsResponse) {
|
|
1706
|
-
/**
|
|
1707
|
-
* @internal
|
|
1708
|
-
*/
|
|
1709
|
-
ListLexBotsResponse.filterSensitiveLog = (obj) => ({
|
|
1710
|
-
...obj,
|
|
1711
|
-
});
|
|
1712
|
-
})(ListLexBotsResponse = exports.ListLexBotsResponse || (exports.ListLexBotsResponse = {}));
|
|
1713
|
-
var PhoneNumberCountryCode;
|
|
1714
|
-
(function (PhoneNumberCountryCode) {
|
|
1715
|
-
PhoneNumberCountryCode["AD"] = "AD";
|
|
1716
|
-
PhoneNumberCountryCode["AE"] = "AE";
|
|
1717
|
-
PhoneNumberCountryCode["AF"] = "AF";
|
|
1718
|
-
PhoneNumberCountryCode["AG"] = "AG";
|
|
1719
|
-
PhoneNumberCountryCode["AI"] = "AI";
|
|
1720
|
-
PhoneNumberCountryCode["AL"] = "AL";
|
|
1721
|
-
PhoneNumberCountryCode["AM"] = "AM";
|
|
1722
|
-
PhoneNumberCountryCode["AN"] = "AN";
|
|
1723
|
-
PhoneNumberCountryCode["AO"] = "AO";
|
|
1724
|
-
PhoneNumberCountryCode["AQ"] = "AQ";
|
|
1725
|
-
PhoneNumberCountryCode["AR"] = "AR";
|
|
1726
|
-
PhoneNumberCountryCode["AS"] = "AS";
|
|
1727
|
-
PhoneNumberCountryCode["AT"] = "AT";
|
|
1728
|
-
PhoneNumberCountryCode["AU"] = "AU";
|
|
1729
|
-
PhoneNumberCountryCode["AW"] = "AW";
|
|
1730
|
-
PhoneNumberCountryCode["AZ"] = "AZ";
|
|
1731
|
-
PhoneNumberCountryCode["BA"] = "BA";
|
|
1732
|
-
PhoneNumberCountryCode["BB"] = "BB";
|
|
1733
|
-
PhoneNumberCountryCode["BD"] = "BD";
|
|
1734
|
-
PhoneNumberCountryCode["BE"] = "BE";
|
|
1735
|
-
PhoneNumberCountryCode["BF"] = "BF";
|
|
1736
|
-
PhoneNumberCountryCode["BG"] = "BG";
|
|
1737
|
-
PhoneNumberCountryCode["BH"] = "BH";
|
|
1738
|
-
PhoneNumberCountryCode["BI"] = "BI";
|
|
1739
|
-
PhoneNumberCountryCode["BJ"] = "BJ";
|
|
1740
|
-
PhoneNumberCountryCode["BL"] = "BL";
|
|
1741
|
-
PhoneNumberCountryCode["BM"] = "BM";
|
|
1742
|
-
PhoneNumberCountryCode["BN"] = "BN";
|
|
1743
|
-
PhoneNumberCountryCode["BO"] = "BO";
|
|
1744
|
-
PhoneNumberCountryCode["BR"] = "BR";
|
|
1745
|
-
PhoneNumberCountryCode["BS"] = "BS";
|
|
1746
|
-
PhoneNumberCountryCode["BT"] = "BT";
|
|
1747
|
-
PhoneNumberCountryCode["BW"] = "BW";
|
|
1748
|
-
PhoneNumberCountryCode["BY"] = "BY";
|
|
1749
|
-
PhoneNumberCountryCode["BZ"] = "BZ";
|
|
1750
|
-
PhoneNumberCountryCode["CA"] = "CA";
|
|
1751
|
-
PhoneNumberCountryCode["CC"] = "CC";
|
|
1752
|
-
PhoneNumberCountryCode["CD"] = "CD";
|
|
1753
|
-
PhoneNumberCountryCode["CF"] = "CF";
|
|
1754
|
-
PhoneNumberCountryCode["CG"] = "CG";
|
|
1755
|
-
PhoneNumberCountryCode["CH"] = "CH";
|
|
1756
|
-
PhoneNumberCountryCode["CI"] = "CI";
|
|
1757
|
-
PhoneNumberCountryCode["CK"] = "CK";
|
|
1758
|
-
PhoneNumberCountryCode["CL"] = "CL";
|
|
1759
|
-
PhoneNumberCountryCode["CM"] = "CM";
|
|
1760
|
-
PhoneNumberCountryCode["CN"] = "CN";
|
|
1761
|
-
PhoneNumberCountryCode["CO"] = "CO";
|
|
1762
|
-
PhoneNumberCountryCode["CR"] = "CR";
|
|
1763
|
-
PhoneNumberCountryCode["CU"] = "CU";
|
|
1764
|
-
PhoneNumberCountryCode["CV"] = "CV";
|
|
1765
|
-
PhoneNumberCountryCode["CW"] = "CW";
|
|
1766
|
-
PhoneNumberCountryCode["CX"] = "CX";
|
|
1767
|
-
PhoneNumberCountryCode["CY"] = "CY";
|
|
1768
|
-
PhoneNumberCountryCode["CZ"] = "CZ";
|
|
1769
|
-
PhoneNumberCountryCode["DE"] = "DE";
|
|
1770
|
-
PhoneNumberCountryCode["DJ"] = "DJ";
|
|
1771
|
-
PhoneNumberCountryCode["DK"] = "DK";
|
|
1772
|
-
PhoneNumberCountryCode["DM"] = "DM";
|
|
1773
|
-
PhoneNumberCountryCode["DO"] = "DO";
|
|
1774
|
-
PhoneNumberCountryCode["DZ"] = "DZ";
|
|
1775
|
-
PhoneNumberCountryCode["EC"] = "EC";
|
|
1776
|
-
PhoneNumberCountryCode["EE"] = "EE";
|
|
1777
|
-
PhoneNumberCountryCode["EG"] = "EG";
|
|
1778
|
-
PhoneNumberCountryCode["EH"] = "EH";
|
|
1779
|
-
PhoneNumberCountryCode["ER"] = "ER";
|
|
1780
|
-
PhoneNumberCountryCode["ES"] = "ES";
|
|
1781
|
-
PhoneNumberCountryCode["ET"] = "ET";
|
|
1782
|
-
PhoneNumberCountryCode["FI"] = "FI";
|
|
1783
|
-
PhoneNumberCountryCode["FJ"] = "FJ";
|
|
1784
|
-
PhoneNumberCountryCode["FK"] = "FK";
|
|
1785
|
-
PhoneNumberCountryCode["FM"] = "FM";
|
|
1786
|
-
PhoneNumberCountryCode["FO"] = "FO";
|
|
1787
|
-
PhoneNumberCountryCode["FR"] = "FR";
|
|
1788
|
-
PhoneNumberCountryCode["GA"] = "GA";
|
|
1789
|
-
PhoneNumberCountryCode["GB"] = "GB";
|
|
1790
|
-
PhoneNumberCountryCode["GD"] = "GD";
|
|
1791
|
-
PhoneNumberCountryCode["GE"] = "GE";
|
|
1792
|
-
PhoneNumberCountryCode["GG"] = "GG";
|
|
1793
|
-
PhoneNumberCountryCode["GH"] = "GH";
|
|
1794
|
-
PhoneNumberCountryCode["GI"] = "GI";
|
|
1795
|
-
PhoneNumberCountryCode["GL"] = "GL";
|
|
1796
|
-
PhoneNumberCountryCode["GM"] = "GM";
|
|
1797
|
-
PhoneNumberCountryCode["GN"] = "GN";
|
|
1798
|
-
PhoneNumberCountryCode["GQ"] = "GQ";
|
|
1799
|
-
PhoneNumberCountryCode["GR"] = "GR";
|
|
1800
|
-
PhoneNumberCountryCode["GT"] = "GT";
|
|
1801
|
-
PhoneNumberCountryCode["GU"] = "GU";
|
|
1802
|
-
PhoneNumberCountryCode["GW"] = "GW";
|
|
1803
|
-
PhoneNumberCountryCode["GY"] = "GY";
|
|
1804
|
-
PhoneNumberCountryCode["HK"] = "HK";
|
|
1805
|
-
PhoneNumberCountryCode["HN"] = "HN";
|
|
1806
|
-
PhoneNumberCountryCode["HR"] = "HR";
|
|
1807
|
-
PhoneNumberCountryCode["HT"] = "HT";
|
|
1808
|
-
PhoneNumberCountryCode["HU"] = "HU";
|
|
1809
|
-
PhoneNumberCountryCode["ID"] = "ID";
|
|
1810
|
-
PhoneNumberCountryCode["IE"] = "IE";
|
|
1811
|
-
PhoneNumberCountryCode["IL"] = "IL";
|
|
1812
|
-
PhoneNumberCountryCode["IM"] = "IM";
|
|
1813
|
-
PhoneNumberCountryCode["IN"] = "IN";
|
|
1814
|
-
PhoneNumberCountryCode["IO"] = "IO";
|
|
1815
|
-
PhoneNumberCountryCode["IQ"] = "IQ";
|
|
1816
|
-
PhoneNumberCountryCode["IR"] = "IR";
|
|
1817
|
-
PhoneNumberCountryCode["IS"] = "IS";
|
|
1818
|
-
PhoneNumberCountryCode["IT"] = "IT";
|
|
1819
|
-
PhoneNumberCountryCode["JE"] = "JE";
|
|
1820
|
-
PhoneNumberCountryCode["JM"] = "JM";
|
|
1821
|
-
PhoneNumberCountryCode["JO"] = "JO";
|
|
1822
|
-
PhoneNumberCountryCode["JP"] = "JP";
|
|
1823
|
-
PhoneNumberCountryCode["KE"] = "KE";
|
|
1824
|
-
PhoneNumberCountryCode["KG"] = "KG";
|
|
1825
|
-
PhoneNumberCountryCode["KH"] = "KH";
|
|
1826
|
-
PhoneNumberCountryCode["KI"] = "KI";
|
|
1827
|
-
PhoneNumberCountryCode["KM"] = "KM";
|
|
1828
|
-
PhoneNumberCountryCode["KN"] = "KN";
|
|
1829
|
-
PhoneNumberCountryCode["KP"] = "KP";
|
|
1830
|
-
PhoneNumberCountryCode["KR"] = "KR";
|
|
1831
|
-
PhoneNumberCountryCode["KW"] = "KW";
|
|
1832
|
-
PhoneNumberCountryCode["KY"] = "KY";
|
|
1833
|
-
PhoneNumberCountryCode["KZ"] = "KZ";
|
|
1834
|
-
PhoneNumberCountryCode["LA"] = "LA";
|
|
1835
|
-
PhoneNumberCountryCode["LB"] = "LB";
|
|
1836
|
-
PhoneNumberCountryCode["LC"] = "LC";
|
|
1837
|
-
PhoneNumberCountryCode["LI"] = "LI";
|
|
1838
|
-
PhoneNumberCountryCode["LK"] = "LK";
|
|
1839
|
-
PhoneNumberCountryCode["LR"] = "LR";
|
|
1840
|
-
PhoneNumberCountryCode["LS"] = "LS";
|
|
1841
|
-
PhoneNumberCountryCode["LT"] = "LT";
|
|
1842
|
-
PhoneNumberCountryCode["LU"] = "LU";
|
|
1843
|
-
PhoneNumberCountryCode["LV"] = "LV";
|
|
1844
|
-
PhoneNumberCountryCode["LY"] = "LY";
|
|
1845
|
-
PhoneNumberCountryCode["MA"] = "MA";
|
|
1846
|
-
PhoneNumberCountryCode["MC"] = "MC";
|
|
1847
|
-
PhoneNumberCountryCode["MD"] = "MD";
|
|
1848
|
-
PhoneNumberCountryCode["ME"] = "ME";
|
|
1849
|
-
PhoneNumberCountryCode["MF"] = "MF";
|
|
1850
|
-
PhoneNumberCountryCode["MG"] = "MG";
|
|
1851
|
-
PhoneNumberCountryCode["MH"] = "MH";
|
|
1852
|
-
PhoneNumberCountryCode["MK"] = "MK";
|
|
1853
|
-
PhoneNumberCountryCode["ML"] = "ML";
|
|
1854
|
-
PhoneNumberCountryCode["MM"] = "MM";
|
|
1855
|
-
PhoneNumberCountryCode["MN"] = "MN";
|
|
1856
|
-
PhoneNumberCountryCode["MO"] = "MO";
|
|
1857
|
-
PhoneNumberCountryCode["MP"] = "MP";
|
|
1858
|
-
PhoneNumberCountryCode["MR"] = "MR";
|
|
1859
|
-
PhoneNumberCountryCode["MS"] = "MS";
|
|
1860
|
-
PhoneNumberCountryCode["MT"] = "MT";
|
|
1861
|
-
PhoneNumberCountryCode["MU"] = "MU";
|
|
1862
|
-
PhoneNumberCountryCode["MV"] = "MV";
|
|
1863
|
-
PhoneNumberCountryCode["MW"] = "MW";
|
|
1864
|
-
PhoneNumberCountryCode["MX"] = "MX";
|
|
1865
|
-
PhoneNumberCountryCode["MY"] = "MY";
|
|
1866
|
-
PhoneNumberCountryCode["MZ"] = "MZ";
|
|
1867
|
-
PhoneNumberCountryCode["NA"] = "NA";
|
|
1868
|
-
PhoneNumberCountryCode["NC"] = "NC";
|
|
1869
|
-
PhoneNumberCountryCode["NE"] = "NE";
|
|
1870
|
-
PhoneNumberCountryCode["NG"] = "NG";
|
|
1871
|
-
PhoneNumberCountryCode["NI"] = "NI";
|
|
1872
|
-
PhoneNumberCountryCode["NL"] = "NL";
|
|
1873
|
-
PhoneNumberCountryCode["NO"] = "NO";
|
|
1874
|
-
PhoneNumberCountryCode["NP"] = "NP";
|
|
1875
|
-
PhoneNumberCountryCode["NR"] = "NR";
|
|
1876
|
-
PhoneNumberCountryCode["NU"] = "NU";
|
|
1877
|
-
PhoneNumberCountryCode["NZ"] = "NZ";
|
|
1878
|
-
PhoneNumberCountryCode["OM"] = "OM";
|
|
1879
|
-
PhoneNumberCountryCode["PA"] = "PA";
|
|
1880
|
-
PhoneNumberCountryCode["PE"] = "PE";
|
|
1881
|
-
PhoneNumberCountryCode["PF"] = "PF";
|
|
1882
|
-
PhoneNumberCountryCode["PG"] = "PG";
|
|
1883
|
-
PhoneNumberCountryCode["PH"] = "PH";
|
|
1884
|
-
PhoneNumberCountryCode["PK"] = "PK";
|
|
1885
|
-
PhoneNumberCountryCode["PL"] = "PL";
|
|
1886
|
-
PhoneNumberCountryCode["PM"] = "PM";
|
|
1887
|
-
PhoneNumberCountryCode["PN"] = "PN";
|
|
1888
|
-
PhoneNumberCountryCode["PR"] = "PR";
|
|
1889
|
-
PhoneNumberCountryCode["PT"] = "PT";
|
|
1890
|
-
PhoneNumberCountryCode["PW"] = "PW";
|
|
1891
|
-
PhoneNumberCountryCode["PY"] = "PY";
|
|
1892
|
-
PhoneNumberCountryCode["QA"] = "QA";
|
|
1893
|
-
PhoneNumberCountryCode["RE"] = "RE";
|
|
1894
|
-
PhoneNumberCountryCode["RO"] = "RO";
|
|
1895
|
-
PhoneNumberCountryCode["RS"] = "RS";
|
|
1896
|
-
PhoneNumberCountryCode["RU"] = "RU";
|
|
1897
|
-
PhoneNumberCountryCode["RW"] = "RW";
|
|
1898
|
-
PhoneNumberCountryCode["SA"] = "SA";
|
|
1899
|
-
PhoneNumberCountryCode["SB"] = "SB";
|
|
1900
|
-
PhoneNumberCountryCode["SC"] = "SC";
|
|
1901
|
-
PhoneNumberCountryCode["SD"] = "SD";
|
|
1902
|
-
PhoneNumberCountryCode["SE"] = "SE";
|
|
1903
|
-
PhoneNumberCountryCode["SG"] = "SG";
|
|
1904
|
-
PhoneNumberCountryCode["SH"] = "SH";
|
|
1905
|
-
PhoneNumberCountryCode["SI"] = "SI";
|
|
1906
|
-
PhoneNumberCountryCode["SJ"] = "SJ";
|
|
1907
|
-
PhoneNumberCountryCode["SK"] = "SK";
|
|
1908
|
-
PhoneNumberCountryCode["SL"] = "SL";
|
|
1909
|
-
PhoneNumberCountryCode["SM"] = "SM";
|
|
1910
|
-
PhoneNumberCountryCode["SN"] = "SN";
|
|
1911
|
-
PhoneNumberCountryCode["SO"] = "SO";
|
|
1912
|
-
PhoneNumberCountryCode["SR"] = "SR";
|
|
1913
|
-
PhoneNumberCountryCode["ST"] = "ST";
|
|
1914
|
-
PhoneNumberCountryCode["SV"] = "SV";
|
|
1915
|
-
PhoneNumberCountryCode["SX"] = "SX";
|
|
1916
|
-
PhoneNumberCountryCode["SY"] = "SY";
|
|
1917
|
-
PhoneNumberCountryCode["SZ"] = "SZ";
|
|
1918
|
-
PhoneNumberCountryCode["TC"] = "TC";
|
|
1919
|
-
PhoneNumberCountryCode["TD"] = "TD";
|
|
1920
|
-
PhoneNumberCountryCode["TG"] = "TG";
|
|
1921
|
-
PhoneNumberCountryCode["TH"] = "TH";
|
|
1922
|
-
PhoneNumberCountryCode["TJ"] = "TJ";
|
|
1923
|
-
PhoneNumberCountryCode["TK"] = "TK";
|
|
1924
|
-
PhoneNumberCountryCode["TL"] = "TL";
|
|
1925
|
-
PhoneNumberCountryCode["TM"] = "TM";
|
|
1926
|
-
PhoneNumberCountryCode["TN"] = "TN";
|
|
1927
|
-
PhoneNumberCountryCode["TO"] = "TO";
|
|
1928
|
-
PhoneNumberCountryCode["TR"] = "TR";
|
|
1929
|
-
PhoneNumberCountryCode["TT"] = "TT";
|
|
1930
|
-
PhoneNumberCountryCode["TV"] = "TV";
|
|
1931
|
-
PhoneNumberCountryCode["TW"] = "TW";
|
|
1932
|
-
PhoneNumberCountryCode["TZ"] = "TZ";
|
|
1933
|
-
PhoneNumberCountryCode["UA"] = "UA";
|
|
1934
|
-
PhoneNumberCountryCode["UG"] = "UG";
|
|
1935
|
-
PhoneNumberCountryCode["US"] = "US";
|
|
1936
|
-
PhoneNumberCountryCode["UY"] = "UY";
|
|
1937
|
-
PhoneNumberCountryCode["UZ"] = "UZ";
|
|
1938
|
-
PhoneNumberCountryCode["VA"] = "VA";
|
|
1939
|
-
PhoneNumberCountryCode["VC"] = "VC";
|
|
1940
|
-
PhoneNumberCountryCode["VE"] = "VE";
|
|
1941
|
-
PhoneNumberCountryCode["VG"] = "VG";
|
|
1942
|
-
PhoneNumberCountryCode["VI"] = "VI";
|
|
1943
|
-
PhoneNumberCountryCode["VN"] = "VN";
|
|
1944
|
-
PhoneNumberCountryCode["VU"] = "VU";
|
|
1945
|
-
PhoneNumberCountryCode["WF"] = "WF";
|
|
1946
|
-
PhoneNumberCountryCode["WS"] = "WS";
|
|
1947
|
-
PhoneNumberCountryCode["YE"] = "YE";
|
|
1948
|
-
PhoneNumberCountryCode["YT"] = "YT";
|
|
1949
|
-
PhoneNumberCountryCode["ZA"] = "ZA";
|
|
1950
|
-
PhoneNumberCountryCode["ZM"] = "ZM";
|
|
1951
|
-
PhoneNumberCountryCode["ZW"] = "ZW";
|
|
1952
|
-
})(PhoneNumberCountryCode = exports.PhoneNumberCountryCode || (exports.PhoneNumberCountryCode = {}));
|
|
1953
|
-
var PhoneNumberType;
|
|
1954
|
-
(function (PhoneNumberType) {
|
|
1955
|
-
PhoneNumberType["DID"] = "DID";
|
|
1956
|
-
PhoneNumberType["TOLL_FREE"] = "TOLL_FREE";
|
|
1957
|
-
})(PhoneNumberType = exports.PhoneNumberType || (exports.PhoneNumberType = {}));
|
|
1958
|
-
var ListPhoneNumbersRequest;
|
|
1959
|
-
(function (ListPhoneNumbersRequest) {
|
|
1960
|
-
/**
|
|
1961
|
-
* @internal
|
|
1962
|
-
*/
|
|
1963
|
-
ListPhoneNumbersRequest.filterSensitiveLog = (obj) => ({
|
|
1964
|
-
...obj,
|
|
1965
|
-
});
|
|
1966
|
-
})(ListPhoneNumbersRequest = exports.ListPhoneNumbersRequest || (exports.ListPhoneNumbersRequest = {}));
|
|
1967
|
-
var PhoneNumberSummary;
|
|
1968
|
-
(function (PhoneNumberSummary) {
|
|
1969
|
-
/**
|
|
1970
|
-
* @internal
|
|
1971
|
-
*/
|
|
1972
|
-
PhoneNumberSummary.filterSensitiveLog = (obj) => ({
|
|
1973
|
-
...obj,
|
|
1974
|
-
});
|
|
1975
|
-
})(PhoneNumberSummary = exports.PhoneNumberSummary || (exports.PhoneNumberSummary = {}));
|
|
1976
|
-
var ListPhoneNumbersResponse;
|
|
1977
|
-
(function (ListPhoneNumbersResponse) {
|
|
1978
|
-
/**
|
|
1979
|
-
* @internal
|
|
1980
|
-
*/
|
|
1981
|
-
ListPhoneNumbersResponse.filterSensitiveLog = (obj) => ({
|
|
1982
|
-
...obj,
|
|
1983
|
-
});
|
|
1984
|
-
})(ListPhoneNumbersResponse = exports.ListPhoneNumbersResponse || (exports.ListPhoneNumbersResponse = {}));
|
|
1985
|
-
var ListPromptsRequest;
|
|
1986
|
-
(function (ListPromptsRequest) {
|
|
1987
|
-
/**
|
|
1988
|
-
* @internal
|
|
1989
|
-
*/
|
|
1990
|
-
ListPromptsRequest.filterSensitiveLog = (obj) => ({
|
|
1991
|
-
...obj,
|
|
1992
|
-
});
|
|
1993
|
-
})(ListPromptsRequest = exports.ListPromptsRequest || (exports.ListPromptsRequest = {}));
|
|
1994
|
-
var PromptSummary;
|
|
1995
|
-
(function (PromptSummary) {
|
|
1996
|
-
/**
|
|
1997
|
-
* @internal
|
|
1998
|
-
*/
|
|
1999
|
-
PromptSummary.filterSensitiveLog = (obj) => ({
|
|
2000
|
-
...obj,
|
|
2001
|
-
});
|
|
2002
|
-
})(PromptSummary = exports.PromptSummary || (exports.PromptSummary = {}));
|
|
2003
|
-
var ListPromptsResponse;
|
|
2004
|
-
(function (ListPromptsResponse) {
|
|
2005
|
-
/**
|
|
2006
|
-
* @internal
|
|
2007
|
-
*/
|
|
2008
|
-
ListPromptsResponse.filterSensitiveLog = (obj) => ({
|
|
2009
|
-
...obj,
|
|
2010
|
-
});
|
|
2011
|
-
})(ListPromptsResponse = exports.ListPromptsResponse || (exports.ListPromptsResponse = {}));
|
|
2012
|
-
var ListQueueQuickConnectsRequest;
|
|
2013
|
-
(function (ListQueueQuickConnectsRequest) {
|
|
2014
|
-
/**
|
|
2015
|
-
* @internal
|
|
2016
|
-
*/
|
|
2017
|
-
ListQueueQuickConnectsRequest.filterSensitiveLog = (obj) => ({
|
|
2018
|
-
...obj,
|
|
2019
|
-
});
|
|
2020
|
-
})(ListQueueQuickConnectsRequest = exports.ListQueueQuickConnectsRequest || (exports.ListQueueQuickConnectsRequest = {}));
|
|
2021
|
-
var QuickConnectSummary;
|
|
2022
|
-
(function (QuickConnectSummary) {
|
|
2023
|
-
/**
|
|
2024
|
-
* @internal
|
|
2025
|
-
*/
|
|
2026
|
-
QuickConnectSummary.filterSensitiveLog = (obj) => ({
|
|
2027
|
-
...obj,
|
|
2028
|
-
});
|
|
2029
|
-
})(QuickConnectSummary = exports.QuickConnectSummary || (exports.QuickConnectSummary = {}));
|
|
2030
|
-
var ListQueueQuickConnectsResponse;
|
|
2031
|
-
(function (ListQueueQuickConnectsResponse) {
|
|
2032
|
-
/**
|
|
2033
|
-
* @internal
|
|
2034
|
-
*/
|
|
2035
|
-
ListQueueQuickConnectsResponse.filterSensitiveLog = (obj) => ({
|
|
2036
|
-
...obj,
|
|
2037
|
-
});
|
|
2038
|
-
})(ListQueueQuickConnectsResponse = exports.ListQueueQuickConnectsResponse || (exports.ListQueueQuickConnectsResponse = {}));
|
|
2039
|
-
var QueueType;
|
|
2040
|
-
(function (QueueType) {
|
|
2041
|
-
QueueType["AGENT"] = "AGENT";
|
|
2042
|
-
QueueType["STANDARD"] = "STANDARD";
|
|
2043
|
-
})(QueueType = exports.QueueType || (exports.QueueType = {}));
|
|
2044
|
-
var ListQueuesRequest;
|
|
2045
|
-
(function (ListQueuesRequest) {
|
|
2046
|
-
/**
|
|
2047
|
-
* @internal
|
|
2048
|
-
*/
|
|
2049
|
-
ListQueuesRequest.filterSensitiveLog = (obj) => ({
|
|
2050
|
-
...obj,
|
|
2051
|
-
});
|
|
2052
|
-
})(ListQueuesRequest = exports.ListQueuesRequest || (exports.ListQueuesRequest = {}));
|
|
2053
|
-
var QueueSummary;
|
|
2054
|
-
(function (QueueSummary) {
|
|
2055
|
-
/**
|
|
2056
|
-
* @internal
|
|
2057
|
-
*/
|
|
2058
|
-
QueueSummary.filterSensitiveLog = (obj) => ({
|
|
2059
|
-
...obj,
|
|
2060
|
-
});
|
|
2061
|
-
})(QueueSummary = exports.QueueSummary || (exports.QueueSummary = {}));
|
|
2062
|
-
var ListQueuesResponse;
|
|
2063
|
-
(function (ListQueuesResponse) {
|
|
2064
|
-
/**
|
|
2065
|
-
* @internal
|
|
2066
|
-
*/
|
|
2067
|
-
ListQueuesResponse.filterSensitiveLog = (obj) => ({
|
|
2068
|
-
...obj,
|
|
2069
|
-
});
|
|
2070
|
-
})(ListQueuesResponse = exports.ListQueuesResponse || (exports.ListQueuesResponse = {}));
|
|
2071
|
-
var ListQuickConnectsRequest;
|
|
2072
|
-
(function (ListQuickConnectsRequest) {
|
|
2073
|
-
/**
|
|
2074
|
-
* @internal
|
|
2075
|
-
*/
|
|
2076
|
-
ListQuickConnectsRequest.filterSensitiveLog = (obj) => ({
|
|
2077
|
-
...obj,
|
|
2078
|
-
});
|
|
2079
|
-
})(ListQuickConnectsRequest = exports.ListQuickConnectsRequest || (exports.ListQuickConnectsRequest = {}));
|
|
2080
|
-
var ListQuickConnectsResponse;
|
|
2081
|
-
(function (ListQuickConnectsResponse) {
|
|
2082
|
-
/**
|
|
2083
|
-
* @internal
|
|
2084
|
-
*/
|
|
2085
|
-
ListQuickConnectsResponse.filterSensitiveLog = (obj) => ({
|
|
2086
|
-
...obj,
|
|
2087
|
-
});
|
|
2088
|
-
})(ListQuickConnectsResponse = exports.ListQuickConnectsResponse || (exports.ListQuickConnectsResponse = {}));
|
|
2089
|
-
var ListRoutingProfileQueuesRequest;
|
|
2090
|
-
(function (ListRoutingProfileQueuesRequest) {
|
|
2091
|
-
/**
|
|
2092
|
-
* @internal
|
|
2093
|
-
*/
|
|
2094
|
-
ListRoutingProfileQueuesRequest.filterSensitiveLog = (obj) => ({
|
|
2095
|
-
...obj,
|
|
2096
|
-
});
|
|
2097
|
-
})(ListRoutingProfileQueuesRequest = exports.ListRoutingProfileQueuesRequest || (exports.ListRoutingProfileQueuesRequest = {}));
|
|
2098
|
-
var RoutingProfileQueueConfigSummary;
|
|
2099
|
-
(function (RoutingProfileQueueConfigSummary) {
|
|
2100
|
-
/**
|
|
2101
|
-
* @internal
|
|
2102
|
-
*/
|
|
2103
|
-
RoutingProfileQueueConfigSummary.filterSensitiveLog = (obj) => ({
|
|
2104
|
-
...obj,
|
|
2105
|
-
});
|
|
2106
|
-
})(RoutingProfileQueueConfigSummary = exports.RoutingProfileQueueConfigSummary || (exports.RoutingProfileQueueConfigSummary = {}));
|
|
2107
|
-
var ListRoutingProfileQueuesResponse;
|
|
2108
|
-
(function (ListRoutingProfileQueuesResponse) {
|
|
2109
|
-
/**
|
|
2110
|
-
* @internal
|
|
2111
|
-
*/
|
|
2112
|
-
ListRoutingProfileQueuesResponse.filterSensitiveLog = (obj) => ({
|
|
2113
|
-
...obj,
|
|
2114
|
-
});
|
|
2115
|
-
})(ListRoutingProfileQueuesResponse = exports.ListRoutingProfileQueuesResponse || (exports.ListRoutingProfileQueuesResponse = {}));
|
|
2116
|
-
var ListRoutingProfilesRequest;
|
|
2117
|
-
(function (ListRoutingProfilesRequest) {
|
|
2118
|
-
/**
|
|
2119
|
-
* @internal
|
|
2120
|
-
*/
|
|
2121
|
-
ListRoutingProfilesRequest.filterSensitiveLog = (obj) => ({
|
|
2122
|
-
...obj,
|
|
2123
|
-
});
|
|
2124
|
-
})(ListRoutingProfilesRequest = exports.ListRoutingProfilesRequest || (exports.ListRoutingProfilesRequest = {}));
|
|
2125
|
-
var RoutingProfileSummary;
|
|
2126
|
-
(function (RoutingProfileSummary) {
|
|
2127
|
-
/**
|
|
2128
|
-
* @internal
|
|
2129
|
-
*/
|
|
2130
|
-
RoutingProfileSummary.filterSensitiveLog = (obj) => ({
|
|
2131
|
-
...obj,
|
|
2132
|
-
});
|
|
2133
|
-
})(RoutingProfileSummary = exports.RoutingProfileSummary || (exports.RoutingProfileSummary = {}));
|
|
2134
|
-
var ListRoutingProfilesResponse;
|
|
2135
|
-
(function (ListRoutingProfilesResponse) {
|
|
2136
|
-
/**
|
|
2137
|
-
* @internal
|
|
2138
|
-
*/
|
|
2139
|
-
ListRoutingProfilesResponse.filterSensitiveLog = (obj) => ({
|
|
2140
|
-
...obj,
|
|
2141
|
-
});
|
|
2142
|
-
})(ListRoutingProfilesResponse = exports.ListRoutingProfilesResponse || (exports.ListRoutingProfilesResponse = {}));
|
|
2143
|
-
var ListSecurityKeysRequest;
|
|
2144
|
-
(function (ListSecurityKeysRequest) {
|
|
2145
|
-
/**
|
|
2146
|
-
* @internal
|
|
2147
|
-
*/
|
|
2148
|
-
ListSecurityKeysRequest.filterSensitiveLog = (obj) => ({
|
|
2149
|
-
...obj,
|
|
2150
|
-
});
|
|
2151
|
-
})(ListSecurityKeysRequest = exports.ListSecurityKeysRequest || (exports.ListSecurityKeysRequest = {}));
|
|
2152
|
-
var SecurityKey;
|
|
2153
|
-
(function (SecurityKey) {
|
|
2154
|
-
/**
|
|
2155
|
-
* @internal
|
|
2156
|
-
*/
|
|
2157
|
-
SecurityKey.filterSensitiveLog = (obj) => ({
|
|
2158
|
-
...obj,
|
|
2159
|
-
});
|
|
2160
|
-
})(SecurityKey = exports.SecurityKey || (exports.SecurityKey = {}));
|
|
2161
|
-
var ListSecurityKeysResponse;
|
|
2162
|
-
(function (ListSecurityKeysResponse) {
|
|
2163
|
-
/**
|
|
2164
|
-
* @internal
|
|
2165
|
-
*/
|
|
2166
|
-
ListSecurityKeysResponse.filterSensitiveLog = (obj) => ({
|
|
2167
|
-
...obj,
|
|
2168
|
-
});
|
|
2169
|
-
})(ListSecurityKeysResponse = exports.ListSecurityKeysResponse || (exports.ListSecurityKeysResponse = {}));
|
|
2170
|
-
var ListSecurityProfilesRequest;
|
|
2171
|
-
(function (ListSecurityProfilesRequest) {
|
|
2172
|
-
/**
|
|
2173
|
-
* @internal
|
|
2174
|
-
*/
|
|
2175
|
-
ListSecurityProfilesRequest.filterSensitiveLog = (obj) => ({
|
|
2176
|
-
...obj,
|
|
2177
|
-
});
|
|
2178
|
-
})(ListSecurityProfilesRequest = exports.ListSecurityProfilesRequest || (exports.ListSecurityProfilesRequest = {}));
|
|
2179
|
-
var SecurityProfileSummary;
|
|
2180
|
-
(function (SecurityProfileSummary) {
|
|
2181
|
-
/**
|
|
2182
|
-
* @internal
|
|
2183
|
-
*/
|
|
2184
|
-
SecurityProfileSummary.filterSensitiveLog = (obj) => ({
|
|
2185
|
-
...obj,
|
|
2186
|
-
});
|
|
2187
|
-
})(SecurityProfileSummary = exports.SecurityProfileSummary || (exports.SecurityProfileSummary = {}));
|
|
2188
|
-
var ListSecurityProfilesResponse;
|
|
2189
|
-
(function (ListSecurityProfilesResponse) {
|
|
2190
|
-
/**
|
|
2191
|
-
* @internal
|
|
2192
|
-
*/
|
|
2193
|
-
ListSecurityProfilesResponse.filterSensitiveLog = (obj) => ({
|
|
2194
|
-
...obj,
|
|
2195
|
-
});
|
|
2196
|
-
})(ListSecurityProfilesResponse = exports.ListSecurityProfilesResponse || (exports.ListSecurityProfilesResponse = {}));
|
|
2197
|
-
var ListTagsForResourceRequest;
|
|
2198
|
-
(function (ListTagsForResourceRequest) {
|
|
2199
|
-
/**
|
|
2200
|
-
* @internal
|
|
2201
|
-
*/
|
|
2202
|
-
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
2203
|
-
...obj,
|
|
2204
|
-
});
|
|
2205
|
-
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
2206
|
-
var ListTagsForResourceResponse;
|
|
2207
|
-
(function (ListTagsForResourceResponse) {
|
|
2208
|
-
/**
|
|
2209
|
-
* @internal
|
|
2210
|
-
*/
|
|
2211
|
-
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
2212
|
-
...obj,
|
|
2213
|
-
});
|
|
2214
|
-
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
2215
|
-
var ListUseCasesRequest;
|
|
2216
|
-
(function (ListUseCasesRequest) {
|
|
2217
|
-
/**
|
|
2218
|
-
* @internal
|
|
2219
|
-
*/
|
|
2220
|
-
ListUseCasesRequest.filterSensitiveLog = (obj) => ({
|
|
2221
|
-
...obj,
|
|
2222
|
-
});
|
|
2223
|
-
})(ListUseCasesRequest = exports.ListUseCasesRequest || (exports.ListUseCasesRequest = {}));
|
|
2224
|
-
var UseCase;
|
|
2225
|
-
(function (UseCase) {
|
|
2226
|
-
/**
|
|
2227
|
-
* @internal
|
|
2228
|
-
*/
|
|
2229
|
-
UseCase.filterSensitiveLog = (obj) => ({
|
|
2230
|
-
...obj,
|
|
2231
|
-
});
|
|
2232
|
-
})(UseCase = exports.UseCase || (exports.UseCase = {}));
|
|
2233
|
-
var ListUseCasesResponse;
|
|
2234
|
-
(function (ListUseCasesResponse) {
|
|
2235
|
-
/**
|
|
2236
|
-
* @internal
|
|
2237
|
-
*/
|
|
2238
|
-
ListUseCasesResponse.filterSensitiveLog = (obj) => ({
|
|
2239
|
-
...obj,
|
|
2240
|
-
});
|
|
2241
|
-
})(ListUseCasesResponse = exports.ListUseCasesResponse || (exports.ListUseCasesResponse = {}));
|
|
2242
|
-
var ListUserHierarchyGroupsRequest;
|
|
2243
|
-
(function (ListUserHierarchyGroupsRequest) {
|
|
2244
|
-
/**
|
|
2245
|
-
* @internal
|
|
2246
|
-
*/
|
|
2247
|
-
ListUserHierarchyGroupsRequest.filterSensitiveLog = (obj) => ({
|
|
2248
|
-
...obj,
|
|
2249
|
-
});
|
|
2250
|
-
})(ListUserHierarchyGroupsRequest = exports.ListUserHierarchyGroupsRequest || (exports.ListUserHierarchyGroupsRequest = {}));
|
|
2251
|
-
var ListUserHierarchyGroupsResponse;
|
|
2252
|
-
(function (ListUserHierarchyGroupsResponse) {
|
|
2253
|
-
/**
|
|
2254
|
-
* @internal
|
|
2255
|
-
*/
|
|
2256
|
-
ListUserHierarchyGroupsResponse.filterSensitiveLog = (obj) => ({
|
|
2257
|
-
...obj,
|
|
2258
|
-
});
|
|
2259
|
-
})(ListUserHierarchyGroupsResponse = exports.ListUserHierarchyGroupsResponse || (exports.ListUserHierarchyGroupsResponse = {}));
|
|
2260
|
-
var ListUsersRequest;
|
|
2261
|
-
(function (ListUsersRequest) {
|
|
2262
|
-
/**
|
|
2263
|
-
* @internal
|
|
2264
|
-
*/
|
|
2265
|
-
ListUsersRequest.filterSensitiveLog = (obj) => ({
|
|
2266
|
-
...obj,
|
|
2267
|
-
});
|
|
2268
|
-
})(ListUsersRequest = exports.ListUsersRequest || (exports.ListUsersRequest = {}));
|
|
2269
|
-
var UserSummary;
|
|
2270
|
-
(function (UserSummary) {
|
|
2271
|
-
/**
|
|
2272
|
-
* @internal
|
|
2273
|
-
*/
|
|
2274
|
-
UserSummary.filterSensitiveLog = (obj) => ({
|
|
2275
|
-
...obj,
|
|
2276
|
-
});
|
|
2277
|
-
})(UserSummary = exports.UserSummary || (exports.UserSummary = {}));
|
|
2278
|
-
var ListUsersResponse;
|
|
2279
|
-
(function (ListUsersResponse) {
|
|
2280
|
-
/**
|
|
2281
|
-
* @internal
|
|
2282
|
-
*/
|
|
2283
|
-
ListUsersResponse.filterSensitiveLog = (obj) => ({
|
|
2284
|
-
...obj,
|
|
2285
|
-
});
|
|
2286
|
-
})(ListUsersResponse = exports.ListUsersResponse || (exports.ListUsersResponse = {}));
|
|
2287
|
-
var ResumeContactRecordingRequest;
|
|
2288
|
-
(function (ResumeContactRecordingRequest) {
|
|
2289
|
-
/**
|
|
2290
|
-
* @internal
|
|
2291
|
-
*/
|
|
2292
|
-
ResumeContactRecordingRequest.filterSensitiveLog = (obj) => ({
|
|
2293
|
-
...obj,
|
|
2294
|
-
});
|
|
2295
|
-
})(ResumeContactRecordingRequest = exports.ResumeContactRecordingRequest || (exports.ResumeContactRecordingRequest = {}));
|
|
2296
|
-
var ResumeContactRecordingResponse;
|
|
2297
|
-
(function (ResumeContactRecordingResponse) {
|
|
2298
|
-
/**
|
|
2299
|
-
* @internal
|
|
2300
|
-
*/
|
|
2301
|
-
ResumeContactRecordingResponse.filterSensitiveLog = (obj) => ({
|
|
2302
|
-
...obj,
|
|
2303
|
-
});
|
|
2304
|
-
})(ResumeContactRecordingResponse = exports.ResumeContactRecordingResponse || (exports.ResumeContactRecordingResponse = {}));
|
|
2305
|
-
var ChatMessage;
|
|
2306
|
-
(function (ChatMessage) {
|
|
2307
|
-
/**
|
|
2308
|
-
* @internal
|
|
2309
|
-
*/
|
|
2310
|
-
ChatMessage.filterSensitiveLog = (obj) => ({
|
|
2311
|
-
...obj,
|
|
2312
|
-
});
|
|
2313
|
-
})(ChatMessage = exports.ChatMessage || (exports.ChatMessage = {}));
|
|
2314
|
-
var ParticipantDetails;
|
|
2315
|
-
(function (ParticipantDetails) {
|
|
2316
|
-
/**
|
|
2317
|
-
* @internal
|
|
2318
|
-
*/
|
|
2319
|
-
ParticipantDetails.filterSensitiveLog = (obj) => ({
|
|
2320
|
-
...obj,
|
|
2321
|
-
});
|
|
2322
|
-
})(ParticipantDetails = exports.ParticipantDetails || (exports.ParticipantDetails = {}));
|
|
2323
|
-
var StartChatContactRequest;
|
|
2324
|
-
(function (StartChatContactRequest) {
|
|
2325
|
-
/**
|
|
2326
|
-
* @internal
|
|
2327
|
-
*/
|
|
2328
|
-
StartChatContactRequest.filterSensitiveLog = (obj) => ({
|
|
2329
|
-
...obj,
|
|
2330
|
-
});
|
|
2331
|
-
})(StartChatContactRequest = exports.StartChatContactRequest || (exports.StartChatContactRequest = {}));
|
|
2332
|
-
var StartChatContactResponse;
|
|
2333
|
-
(function (StartChatContactResponse) {
|
|
2334
|
-
/**
|
|
2335
|
-
* @internal
|
|
2336
|
-
*/
|
|
2337
|
-
StartChatContactResponse.filterSensitiveLog = (obj) => ({
|
|
2338
|
-
...obj,
|
|
2339
|
-
});
|
|
2340
|
-
})(StartChatContactResponse = exports.StartChatContactResponse || (exports.StartChatContactResponse = {}));
|
|
2341
|
-
var VoiceRecordingTrack;
|
|
2342
|
-
(function (VoiceRecordingTrack) {
|
|
2343
|
-
VoiceRecordingTrack["ALL"] = "ALL";
|
|
2344
|
-
VoiceRecordingTrack["FROM_AGENT"] = "FROM_AGENT";
|
|
2345
|
-
VoiceRecordingTrack["TO_AGENT"] = "TO_AGENT";
|
|
2346
|
-
})(VoiceRecordingTrack = exports.VoiceRecordingTrack || (exports.VoiceRecordingTrack = {}));
|
|
2347
|
-
var VoiceRecordingConfiguration;
|
|
2348
|
-
(function (VoiceRecordingConfiguration) {
|
|
2349
|
-
/**
|
|
2350
|
-
* @internal
|
|
2351
|
-
*/
|
|
2352
|
-
VoiceRecordingConfiguration.filterSensitiveLog = (obj) => ({
|
|
2353
|
-
...obj,
|
|
2354
|
-
});
|
|
2355
|
-
})(VoiceRecordingConfiguration = exports.VoiceRecordingConfiguration || (exports.VoiceRecordingConfiguration = {}));
|
|
2356
|
-
var StartContactRecordingRequest;
|
|
2357
|
-
(function (StartContactRecordingRequest) {
|
|
2358
|
-
/**
|
|
2359
|
-
* @internal
|
|
2360
|
-
*/
|
|
2361
|
-
StartContactRecordingRequest.filterSensitiveLog = (obj) => ({
|
|
2362
|
-
...obj,
|
|
2363
|
-
});
|
|
2364
|
-
})(StartContactRecordingRequest = exports.StartContactRecordingRequest || (exports.StartContactRecordingRequest = {}));
|
|
2365
|
-
var StartContactRecordingResponse;
|
|
2366
|
-
(function (StartContactRecordingResponse) {
|
|
2367
|
-
/**
|
|
2368
|
-
* @internal
|
|
2369
|
-
*/
|
|
2370
|
-
StartContactRecordingResponse.filterSensitiveLog = (obj) => ({
|
|
2371
|
-
...obj,
|
|
2372
|
-
});
|
|
2373
|
-
})(StartContactRecordingResponse = exports.StartContactRecordingResponse || (exports.StartContactRecordingResponse = {}));
|
|
2374
|
-
var DestinationNotAllowedException;
|
|
2375
|
-
(function (DestinationNotAllowedException) {
|
|
2376
|
-
/**
|
|
2377
|
-
* @internal
|
|
2378
|
-
*/
|
|
2379
|
-
DestinationNotAllowedException.filterSensitiveLog = (obj) => ({
|
|
2380
|
-
...obj,
|
|
2381
|
-
});
|
|
2382
|
-
})(DestinationNotAllowedException = exports.DestinationNotAllowedException || (exports.DestinationNotAllowedException = {}));
|
|
2383
|
-
var OutboundContactNotPermittedException;
|
|
2384
|
-
(function (OutboundContactNotPermittedException) {
|
|
2385
|
-
/**
|
|
2386
|
-
* @internal
|
|
2387
|
-
*/
|
|
2388
|
-
OutboundContactNotPermittedException.filterSensitiveLog = (obj) => ({
|
|
2389
|
-
...obj,
|
|
2390
|
-
});
|
|
2391
|
-
})(OutboundContactNotPermittedException = exports.OutboundContactNotPermittedException || (exports.OutboundContactNotPermittedException = {}));
|
|
2392
|
-
var StartOutboundVoiceContactRequest;
|
|
2393
|
-
(function (StartOutboundVoiceContactRequest) {
|
|
2394
|
-
/**
|
|
2395
|
-
* @internal
|
|
2396
|
-
*/
|
|
2397
|
-
StartOutboundVoiceContactRequest.filterSensitiveLog = (obj) => ({
|
|
2398
|
-
...obj,
|
|
2399
|
-
});
|
|
2400
|
-
})(StartOutboundVoiceContactRequest = exports.StartOutboundVoiceContactRequest || (exports.StartOutboundVoiceContactRequest = {}));
|
|
2401
|
-
var StartOutboundVoiceContactResponse;
|
|
2402
|
-
(function (StartOutboundVoiceContactResponse) {
|
|
2403
|
-
/**
|
|
2404
|
-
* @internal
|
|
2405
|
-
*/
|
|
2406
|
-
StartOutboundVoiceContactResponse.filterSensitiveLog = (obj) => ({
|
|
2407
|
-
...obj,
|
|
2408
|
-
});
|
|
2409
|
-
})(StartOutboundVoiceContactResponse = exports.StartOutboundVoiceContactResponse || (exports.StartOutboundVoiceContactResponse = {}));
|
|
2410
|
-
var ReferenceType;
|
|
2411
|
-
(function (ReferenceType) {
|
|
2412
|
-
ReferenceType["URL"] = "URL";
|
|
2413
|
-
})(ReferenceType = exports.ReferenceType || (exports.ReferenceType = {}));
|
|
2414
|
-
var Reference;
|
|
2415
|
-
(function (Reference) {
|
|
2416
|
-
/**
|
|
2417
|
-
* @internal
|
|
2418
|
-
*/
|
|
2419
|
-
Reference.filterSensitiveLog = (obj) => ({
|
|
2420
|
-
...obj,
|
|
2421
|
-
});
|
|
2422
|
-
})(Reference = exports.Reference || (exports.Reference = {}));
|
|
2423
|
-
var StartTaskContactRequest;
|
|
2424
|
-
(function (StartTaskContactRequest) {
|
|
2425
|
-
/**
|
|
2426
|
-
* @internal
|
|
2427
|
-
*/
|
|
2428
|
-
StartTaskContactRequest.filterSensitiveLog = (obj) => ({
|
|
2429
|
-
...obj,
|
|
2430
|
-
});
|
|
2431
|
-
})(StartTaskContactRequest = exports.StartTaskContactRequest || (exports.StartTaskContactRequest = {}));
|
|
2432
|
-
var StartTaskContactResponse;
|
|
2433
|
-
(function (StartTaskContactResponse) {
|
|
2434
|
-
/**
|
|
2435
|
-
* @internal
|
|
2436
|
-
*/
|
|
2437
|
-
StartTaskContactResponse.filterSensitiveLog = (obj) => ({
|
|
2438
|
-
...obj,
|
|
2439
|
-
});
|
|
2440
|
-
})(StartTaskContactResponse = exports.StartTaskContactResponse || (exports.StartTaskContactResponse = {}));
|
|
2441
|
-
var ContactNotFoundException;
|
|
2442
|
-
(function (ContactNotFoundException) {
|
|
2443
|
-
/**
|
|
2444
|
-
* @internal
|
|
2445
|
-
*/
|
|
2446
|
-
ContactNotFoundException.filterSensitiveLog = (obj) => ({
|
|
2447
|
-
...obj,
|
|
2448
|
-
});
|
|
2449
|
-
})(ContactNotFoundException = exports.ContactNotFoundException || (exports.ContactNotFoundException = {}));
|
|
2450
|
-
var StopContactRequest;
|
|
2451
|
-
(function (StopContactRequest) {
|
|
2452
|
-
/**
|
|
2453
|
-
* @internal
|
|
2454
|
-
*/
|
|
2455
|
-
StopContactRequest.filterSensitiveLog = (obj) => ({
|
|
2456
|
-
...obj,
|
|
2457
|
-
});
|
|
2458
|
-
})(StopContactRequest = exports.StopContactRequest || (exports.StopContactRequest = {}));
|
|
2459
|
-
var StopContactResponse;
|
|
2460
|
-
(function (StopContactResponse) {
|
|
2461
|
-
/**
|
|
2462
|
-
* @internal
|
|
2463
|
-
*/
|
|
2464
|
-
StopContactResponse.filterSensitiveLog = (obj) => ({
|
|
2465
|
-
...obj,
|
|
2466
|
-
});
|
|
2467
|
-
})(StopContactResponse = exports.StopContactResponse || (exports.StopContactResponse = {}));
|
|
2468
|
-
var StopContactRecordingRequest;
|
|
2469
|
-
(function (StopContactRecordingRequest) {
|
|
2470
|
-
/**
|
|
2471
|
-
* @internal
|
|
2472
|
-
*/
|
|
2473
|
-
StopContactRecordingRequest.filterSensitiveLog = (obj) => ({
|
|
2474
|
-
...obj,
|
|
2475
|
-
});
|
|
2476
|
-
})(StopContactRecordingRequest = exports.StopContactRecordingRequest || (exports.StopContactRecordingRequest = {}));
|
|
2477
|
-
var StopContactRecordingResponse;
|
|
2478
|
-
(function (StopContactRecordingResponse) {
|
|
2479
|
-
/**
|
|
2480
|
-
* @internal
|
|
2481
|
-
*/
|
|
2482
|
-
StopContactRecordingResponse.filterSensitiveLog = (obj) => ({
|
|
2483
|
-
...obj,
|
|
2484
|
-
});
|
|
2485
|
-
})(StopContactRecordingResponse = exports.StopContactRecordingResponse || (exports.StopContactRecordingResponse = {}));
|
|
2486
|
-
var SuspendContactRecordingRequest;
|
|
2487
|
-
(function (SuspendContactRecordingRequest) {
|
|
2488
|
-
/**
|
|
2489
|
-
* @internal
|
|
2490
|
-
*/
|
|
2491
|
-
SuspendContactRecordingRequest.filterSensitiveLog = (obj) => ({
|
|
2492
|
-
...obj,
|
|
2493
|
-
});
|
|
2494
|
-
})(SuspendContactRecordingRequest = exports.SuspendContactRecordingRequest || (exports.SuspendContactRecordingRequest = {}));
|
|
2495
|
-
var SuspendContactRecordingResponse;
|
|
2496
|
-
(function (SuspendContactRecordingResponse) {
|
|
2497
|
-
/**
|
|
2498
|
-
* @internal
|
|
2499
|
-
*/
|
|
2500
|
-
SuspendContactRecordingResponse.filterSensitiveLog = (obj) => ({
|
|
2501
|
-
...obj,
|
|
2502
|
-
});
|
|
2503
|
-
})(SuspendContactRecordingResponse = exports.SuspendContactRecordingResponse || (exports.SuspendContactRecordingResponse = {}));
|
|
2504
|
-
var TagResourceRequest;
|
|
2505
|
-
(function (TagResourceRequest) {
|
|
2506
|
-
/**
|
|
2507
|
-
* @internal
|
|
2508
|
-
*/
|
|
2509
|
-
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
2510
|
-
...obj,
|
|
2511
|
-
});
|
|
2512
|
-
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
2513
|
-
var UntagResourceRequest;
|
|
2514
|
-
(function (UntagResourceRequest) {
|
|
2515
|
-
/**
|
|
2516
|
-
* @internal
|
|
2517
|
-
*/
|
|
2518
|
-
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
2519
|
-
...obj,
|
|
2520
|
-
});
|
|
2521
|
-
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
2522
|
-
var UpdateAgentStatusRequest;
|
|
2523
|
-
(function (UpdateAgentStatusRequest) {
|
|
2524
|
-
/**
|
|
2525
|
-
* @internal
|
|
2526
|
-
*/
|
|
2527
|
-
UpdateAgentStatusRequest.filterSensitiveLog = (obj) => ({
|
|
2528
|
-
...obj,
|
|
2529
|
-
});
|
|
2530
|
-
})(UpdateAgentStatusRequest = exports.UpdateAgentStatusRequest || (exports.UpdateAgentStatusRequest = {}));
|
|
2531
|
-
var UpdateContactAttributesRequest;
|
|
2532
|
-
(function (UpdateContactAttributesRequest) {
|
|
2533
|
-
/**
|
|
2534
|
-
* @internal
|
|
2535
|
-
*/
|
|
2536
|
-
UpdateContactAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
2537
|
-
...obj,
|
|
2538
|
-
});
|
|
2539
|
-
})(UpdateContactAttributesRequest = exports.UpdateContactAttributesRequest || (exports.UpdateContactAttributesRequest = {}));
|
|
2540
|
-
var UpdateContactAttributesResponse;
|
|
2541
|
-
(function (UpdateContactAttributesResponse) {
|
|
2542
|
-
/**
|
|
2543
|
-
* @internal
|
|
2544
|
-
*/
|
|
2545
|
-
UpdateContactAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
2546
|
-
...obj,
|
|
2547
|
-
});
|
|
2548
|
-
})(UpdateContactAttributesResponse = exports.UpdateContactAttributesResponse || (exports.UpdateContactAttributesResponse = {}));
|
|
2549
|
-
var UpdateContactFlowContentRequest;
|
|
2550
|
-
(function (UpdateContactFlowContentRequest) {
|
|
2551
|
-
/**
|
|
2552
|
-
* @internal
|
|
2553
|
-
*/
|
|
2554
|
-
UpdateContactFlowContentRequest.filterSensitiveLog = (obj) => ({
|
|
2555
|
-
...obj,
|
|
2556
|
-
});
|
|
2557
|
-
})(UpdateContactFlowContentRequest = exports.UpdateContactFlowContentRequest || (exports.UpdateContactFlowContentRequest = {}));
|
|
2558
|
-
var UpdateContactFlowNameRequest;
|
|
2559
|
-
(function (UpdateContactFlowNameRequest) {
|
|
2560
|
-
/**
|
|
2561
|
-
* @internal
|
|
2562
|
-
*/
|
|
2563
|
-
UpdateContactFlowNameRequest.filterSensitiveLog = (obj) => ({
|
|
2564
|
-
...obj,
|
|
2565
|
-
});
|
|
2566
|
-
})(UpdateContactFlowNameRequest = exports.UpdateContactFlowNameRequest || (exports.UpdateContactFlowNameRequest = {}));
|
|
2567
|
-
var UpdateHoursOfOperationRequest;
|
|
2568
|
-
(function (UpdateHoursOfOperationRequest) {
|
|
2569
|
-
/**
|
|
2570
|
-
* @internal
|
|
2571
|
-
*/
|
|
2572
|
-
UpdateHoursOfOperationRequest.filterSensitiveLog = (obj) => ({
|
|
2573
|
-
...obj,
|
|
2574
|
-
});
|
|
2575
|
-
})(UpdateHoursOfOperationRequest = exports.UpdateHoursOfOperationRequest || (exports.UpdateHoursOfOperationRequest = {}));
|
|
2576
|
-
var UpdateInstanceAttributeRequest;
|
|
2577
|
-
(function (UpdateInstanceAttributeRequest) {
|
|
2578
|
-
/**
|
|
2579
|
-
* @internal
|
|
2580
|
-
*/
|
|
2581
|
-
UpdateInstanceAttributeRequest.filterSensitiveLog = (obj) => ({
|
|
2582
|
-
...obj,
|
|
2583
|
-
});
|
|
2584
|
-
})(UpdateInstanceAttributeRequest = exports.UpdateInstanceAttributeRequest || (exports.UpdateInstanceAttributeRequest = {}));
|
|
2585
|
-
var UpdateInstanceStorageConfigRequest;
|
|
2586
|
-
(function (UpdateInstanceStorageConfigRequest) {
|
|
2587
|
-
/**
|
|
2588
|
-
* @internal
|
|
2589
|
-
*/
|
|
2590
|
-
UpdateInstanceStorageConfigRequest.filterSensitiveLog = (obj) => ({
|
|
2591
|
-
...obj,
|
|
2592
|
-
});
|
|
2593
|
-
})(UpdateInstanceStorageConfigRequest = exports.UpdateInstanceStorageConfigRequest || (exports.UpdateInstanceStorageConfigRequest = {}));
|
|
2594
|
-
var UpdateQueueHoursOfOperationRequest;
|
|
2595
|
-
(function (UpdateQueueHoursOfOperationRequest) {
|
|
2596
|
-
/**
|
|
2597
|
-
* @internal
|
|
2598
|
-
*/
|
|
2599
|
-
UpdateQueueHoursOfOperationRequest.filterSensitiveLog = (obj) => ({
|
|
2600
|
-
...obj,
|
|
2601
|
-
});
|
|
2602
|
-
})(UpdateQueueHoursOfOperationRequest = exports.UpdateQueueHoursOfOperationRequest || (exports.UpdateQueueHoursOfOperationRequest = {}));
|
|
2603
|
-
var UpdateQueueMaxContactsRequest;
|
|
2604
|
-
(function (UpdateQueueMaxContactsRequest) {
|
|
2605
|
-
/**
|
|
2606
|
-
* @internal
|
|
2607
|
-
*/
|
|
2608
|
-
UpdateQueueMaxContactsRequest.filterSensitiveLog = (obj) => ({
|
|
2609
|
-
...obj,
|
|
2610
|
-
});
|
|
2611
|
-
})(UpdateQueueMaxContactsRequest = exports.UpdateQueueMaxContactsRequest || (exports.UpdateQueueMaxContactsRequest = {}));
|
|
2612
|
-
var UpdateQueueNameRequest;
|
|
2613
|
-
(function (UpdateQueueNameRequest) {
|
|
2614
|
-
/**
|
|
2615
|
-
* @internal
|
|
2616
|
-
*/
|
|
2617
|
-
UpdateQueueNameRequest.filterSensitiveLog = (obj) => ({
|
|
2618
|
-
...obj,
|
|
2619
|
-
});
|
|
2620
|
-
})(UpdateQueueNameRequest = exports.UpdateQueueNameRequest || (exports.UpdateQueueNameRequest = {}));
|
|
2621
|
-
var UpdateQueueOutboundCallerConfigRequest;
|
|
2622
|
-
(function (UpdateQueueOutboundCallerConfigRequest) {
|
|
2623
|
-
/**
|
|
2624
|
-
* @internal
|
|
2625
|
-
*/
|
|
2626
|
-
UpdateQueueOutboundCallerConfigRequest.filterSensitiveLog = (obj) => ({
|
|
2627
|
-
...obj,
|
|
2628
|
-
});
|
|
2629
|
-
})(UpdateQueueOutboundCallerConfigRequest = exports.UpdateQueueOutboundCallerConfigRequest || (exports.UpdateQueueOutboundCallerConfigRequest = {}));
|
|
2630
|
-
var UpdateQueueStatusRequest;
|
|
2631
|
-
(function (UpdateQueueStatusRequest) {
|
|
2632
|
-
/**
|
|
2633
|
-
* @internal
|
|
2634
|
-
*/
|
|
2635
|
-
UpdateQueueStatusRequest.filterSensitiveLog = (obj) => ({
|
|
2636
|
-
...obj,
|
|
2637
|
-
});
|
|
2638
|
-
})(UpdateQueueStatusRequest = exports.UpdateQueueStatusRequest || (exports.UpdateQueueStatusRequest = {}));
|
|
2639
|
-
var UpdateQuickConnectConfigRequest;
|
|
2640
|
-
(function (UpdateQuickConnectConfigRequest) {
|
|
2641
|
-
/**
|
|
2642
|
-
* @internal
|
|
2643
|
-
*/
|
|
2644
|
-
UpdateQuickConnectConfigRequest.filterSensitiveLog = (obj) => ({
|
|
2645
|
-
...obj,
|
|
2646
|
-
});
|
|
2647
|
-
})(UpdateQuickConnectConfigRequest = exports.UpdateQuickConnectConfigRequest || (exports.UpdateQuickConnectConfigRequest = {}));
|
|
2648
|
-
var UpdateQuickConnectNameRequest;
|
|
2649
|
-
(function (UpdateQuickConnectNameRequest) {
|
|
2650
|
-
/**
|
|
2651
|
-
* @internal
|
|
2652
|
-
*/
|
|
2653
|
-
UpdateQuickConnectNameRequest.filterSensitiveLog = (obj) => ({
|
|
2654
|
-
...obj,
|
|
2655
|
-
});
|
|
2656
|
-
})(UpdateQuickConnectNameRequest = exports.UpdateQuickConnectNameRequest || (exports.UpdateQuickConnectNameRequest = {}));
|
|
2657
|
-
var UpdateRoutingProfileConcurrencyRequest;
|
|
2658
|
-
(function (UpdateRoutingProfileConcurrencyRequest) {
|
|
2659
|
-
/**
|
|
2660
|
-
* @internal
|
|
2661
|
-
*/
|
|
2662
|
-
UpdateRoutingProfileConcurrencyRequest.filterSensitiveLog = (obj) => ({
|
|
2663
|
-
...obj,
|
|
2664
|
-
});
|
|
2665
|
-
})(UpdateRoutingProfileConcurrencyRequest = exports.UpdateRoutingProfileConcurrencyRequest || (exports.UpdateRoutingProfileConcurrencyRequest = {}));
|
|
2666
|
-
var UpdateRoutingProfileDefaultOutboundQueueRequest;
|
|
2667
|
-
(function (UpdateRoutingProfileDefaultOutboundQueueRequest) {
|
|
2668
|
-
/**
|
|
2669
|
-
* @internal
|
|
2670
|
-
*/
|
|
2671
|
-
UpdateRoutingProfileDefaultOutboundQueueRequest.filterSensitiveLog = (obj) => ({
|
|
2672
|
-
...obj,
|
|
2673
|
-
});
|
|
2674
|
-
})(UpdateRoutingProfileDefaultOutboundQueueRequest = exports.UpdateRoutingProfileDefaultOutboundQueueRequest || (exports.UpdateRoutingProfileDefaultOutboundQueueRequest = {}));
|
|
2675
|
-
var UpdateRoutingProfileNameRequest;
|
|
2676
|
-
(function (UpdateRoutingProfileNameRequest) {
|
|
2677
|
-
/**
|
|
2678
|
-
* @internal
|
|
2679
|
-
*/
|
|
2680
|
-
UpdateRoutingProfileNameRequest.filterSensitiveLog = (obj) => ({
|
|
2681
|
-
...obj,
|
|
2682
|
-
});
|
|
2683
|
-
})(UpdateRoutingProfileNameRequest = exports.UpdateRoutingProfileNameRequest || (exports.UpdateRoutingProfileNameRequest = {}));
|
|
2684
|
-
var UpdateRoutingProfileQueuesRequest;
|
|
2685
|
-
(function (UpdateRoutingProfileQueuesRequest) {
|
|
2686
|
-
/**
|
|
2687
|
-
* @internal
|
|
2688
|
-
*/
|
|
2689
|
-
UpdateRoutingProfileQueuesRequest.filterSensitiveLog = (obj) => ({
|
|
2690
|
-
...obj,
|
|
2691
|
-
});
|
|
2692
|
-
})(UpdateRoutingProfileQueuesRequest = exports.UpdateRoutingProfileQueuesRequest || (exports.UpdateRoutingProfileQueuesRequest = {}));
|
|
2693
|
-
var UpdateUserHierarchyRequest;
|
|
2694
|
-
(function (UpdateUserHierarchyRequest) {
|
|
2695
|
-
/**
|
|
2696
|
-
* @internal
|
|
2697
|
-
*/
|
|
2698
|
-
UpdateUserHierarchyRequest.filterSensitiveLog = (obj) => ({
|
|
2699
|
-
...obj,
|
|
2700
|
-
});
|
|
2701
|
-
})(UpdateUserHierarchyRequest = exports.UpdateUserHierarchyRequest || (exports.UpdateUserHierarchyRequest = {}));
|
|
2702
|
-
var UpdateUserHierarchyGroupNameRequest;
|
|
2703
|
-
(function (UpdateUserHierarchyGroupNameRequest) {
|
|
2704
|
-
/**
|
|
2705
|
-
* @internal
|
|
2706
|
-
*/
|
|
2707
|
-
UpdateUserHierarchyGroupNameRequest.filterSensitiveLog = (obj) => ({
|
|
2708
|
-
...obj,
|
|
2709
|
-
});
|
|
2710
|
-
})(UpdateUserHierarchyGroupNameRequest = exports.UpdateUserHierarchyGroupNameRequest || (exports.UpdateUserHierarchyGroupNameRequest = {}));
|
|
2711
|
-
var HierarchyLevelUpdate;
|
|
2712
|
-
(function (HierarchyLevelUpdate) {
|
|
2713
|
-
/**
|
|
2714
|
-
* @internal
|
|
2715
|
-
*/
|
|
2716
|
-
HierarchyLevelUpdate.filterSensitiveLog = (obj) => ({
|
|
2717
|
-
...obj,
|
|
2718
|
-
});
|
|
2719
|
-
})(HierarchyLevelUpdate = exports.HierarchyLevelUpdate || (exports.HierarchyLevelUpdate = {}));
|
|
2720
|
-
var HierarchyStructureUpdate;
|
|
2721
|
-
(function (HierarchyStructureUpdate) {
|
|
2722
|
-
/**
|
|
2723
|
-
* @internal
|
|
2724
|
-
*/
|
|
2725
|
-
HierarchyStructureUpdate.filterSensitiveLog = (obj) => ({
|
|
2726
|
-
...obj,
|
|
2727
|
-
});
|
|
2728
|
-
})(HierarchyStructureUpdate = exports.HierarchyStructureUpdate || (exports.HierarchyStructureUpdate = {}));
|
|
2729
|
-
var UpdateUserHierarchyStructureRequest;
|
|
2730
|
-
(function (UpdateUserHierarchyStructureRequest) {
|
|
2731
|
-
/**
|
|
2732
|
-
* @internal
|
|
2733
|
-
*/
|
|
2734
|
-
UpdateUserHierarchyStructureRequest.filterSensitiveLog = (obj) => ({
|
|
2735
|
-
...obj,
|
|
2736
|
-
});
|
|
2737
|
-
})(UpdateUserHierarchyStructureRequest = exports.UpdateUserHierarchyStructureRequest || (exports.UpdateUserHierarchyStructureRequest = {}));
|
|
2738
|
-
var UpdateUserIdentityInfoRequest;
|
|
2739
|
-
(function (UpdateUserIdentityInfoRequest) {
|
|
2740
|
-
/**
|
|
2741
|
-
* @internal
|
|
2742
|
-
*/
|
|
2743
|
-
UpdateUserIdentityInfoRequest.filterSensitiveLog = (obj) => ({
|
|
2744
|
-
...obj,
|
|
2745
|
-
});
|
|
2746
|
-
})(UpdateUserIdentityInfoRequest = exports.UpdateUserIdentityInfoRequest || (exports.UpdateUserIdentityInfoRequest = {}));
|
|
2747
|
-
var UpdateUserPhoneConfigRequest;
|
|
2748
|
-
(function (UpdateUserPhoneConfigRequest) {
|
|
2749
|
-
/**
|
|
2750
|
-
* @internal
|
|
2751
|
-
*/
|
|
2752
|
-
UpdateUserPhoneConfigRequest.filterSensitiveLog = (obj) => ({
|
|
2753
|
-
...obj,
|
|
2754
|
-
});
|
|
2755
|
-
})(UpdateUserPhoneConfigRequest = exports.UpdateUserPhoneConfigRequest || (exports.UpdateUserPhoneConfigRequest = {}));
|
|
2756
|
-
var UpdateUserRoutingProfileRequest;
|
|
2757
|
-
(function (UpdateUserRoutingProfileRequest) {
|
|
2758
|
-
/**
|
|
2759
|
-
* @internal
|
|
2760
|
-
*/
|
|
2761
|
-
UpdateUserRoutingProfileRequest.filterSensitiveLog = (obj) => ({
|
|
2762
|
-
...obj,
|
|
2763
|
-
});
|
|
2764
|
-
})(UpdateUserRoutingProfileRequest = exports.UpdateUserRoutingProfileRequest || (exports.UpdateUserRoutingProfileRequest = {}));
|
|
2765
|
-
var UpdateUserSecurityProfilesRequest;
|
|
2766
|
-
(function (UpdateUserSecurityProfilesRequest) {
|
|
2767
|
-
/**
|
|
2768
|
-
* @internal
|
|
2769
|
-
*/
|
|
2770
|
-
UpdateUserSecurityProfilesRequest.filterSensitiveLog = (obj) => ({
|
|
2771
|
-
...obj,
|
|
2772
|
-
});
|
|
2773
|
-
})(UpdateUserSecurityProfilesRequest = exports.UpdateUserSecurityProfilesRequest || (exports.UpdateUserSecurityProfilesRequest = {}));
|
|
2774
|
-
//# sourceMappingURL=models_0.js.map
|