@aws-sdk/client-connect 3.477.0 → 3.479.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/README.md +96 -0
- package/dist-cjs/Connect.js +24 -0
- package/dist-cjs/commands/AssociateUserProficienciesCommand.js +51 -0
- package/dist-cjs/commands/CreatePredefinedAttributeCommand.js +51 -0
- package/dist-cjs/commands/DeletePredefinedAttributeCommand.js +51 -0
- package/dist-cjs/commands/DescribePredefinedAttributeCommand.js +51 -0
- package/dist-cjs/commands/DisassociateUserProficienciesCommand.js +51 -0
- package/dist-cjs/commands/ListPredefinedAttributesCommand.js +51 -0
- package/dist-cjs/commands/ListUserProficienciesCommand.js +51 -0
- package/dist-cjs/commands/SearchContactsCommand.js +52 -0
- package/dist-cjs/commands/SearchPredefinedAttributesCommand.js +51 -0
- package/dist-cjs/commands/UpdateContactRoutingDataCommand.js +51 -0
- package/dist-cjs/commands/UpdatePredefinedAttributeCommand.js +51 -0
- package/dist-cjs/commands/UpdateUserProficienciesCommand.js +51 -0
- package/dist-cjs/commands/index.js +12 -0
- package/dist-cjs/models/models_0.js +10 -16
- package/dist-cjs/models/models_1.js +62 -25
- package/dist-cjs/models/models_2.js +39 -1
- package/dist-cjs/pagination/GetCurrentMetricDataPaginator.js +2 -24
- package/dist-cjs/pagination/GetCurrentUserDataPaginator.js +2 -24
- package/dist-cjs/pagination/GetMetricDataPaginator.js +2 -24
- package/dist-cjs/pagination/GetMetricDataV2Paginator.js +2 -24
- package/dist-cjs/pagination/ListAgentStatusesPaginator.js +2 -24
- package/dist-cjs/pagination/ListApprovedOriginsPaginator.js +2 -24
- package/dist-cjs/pagination/ListBotsPaginator.js +2 -24
- package/dist-cjs/pagination/ListContactEvaluationsPaginator.js +2 -23
- package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +2 -24
- package/dist-cjs/pagination/ListContactFlowsPaginator.js +2 -24
- package/dist-cjs/pagination/ListContactReferencesPaginator.js +2 -23
- package/dist-cjs/pagination/ListDefaultVocabulariesPaginator.js +2 -24
- package/dist-cjs/pagination/ListEvaluationFormVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListEvaluationFormsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFlowAssociationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListHoursOfOperationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListInstanceAttributesPaginator.js +2 -24
- package/dist-cjs/pagination/ListInstanceStorageConfigsPaginator.js +2 -24
- package/dist-cjs/pagination/ListInstancesPaginator.js +2 -24
- package/dist-cjs/pagination/ListIntegrationAssociationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListLambdaFunctionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListLexBotsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPhoneNumbersPaginator.js +2 -24
- package/dist-cjs/pagination/ListPhoneNumbersV2Paginator.js +2 -24
- package/dist-cjs/pagination/ListPredefinedAttributesPaginator.js +7 -0
- package/dist-cjs/pagination/ListPromptsPaginator.js +2 -24
- package/dist-cjs/pagination/ListQueueQuickConnectsPaginator.js +2 -24
- package/dist-cjs/pagination/ListQueuesPaginator.js +2 -24
- package/dist-cjs/pagination/ListQuickConnectsPaginator.js +2 -24
- package/dist-cjs/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.js +2 -24
- package/dist-cjs/pagination/ListRoutingProfileQueuesPaginator.js +2 -24
- package/dist-cjs/pagination/ListRoutingProfilesPaginator.js +2 -24
- package/dist-cjs/pagination/ListRulesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSecurityKeysPaginator.js +2 -24
- package/dist-cjs/pagination/ListSecurityProfileApplicationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSecurityProfilePermissionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSecurityProfilesPaginator.js +2 -24
- package/dist-cjs/pagination/ListTaskTemplatesPaginator.js +2 -24
- package/dist-cjs/pagination/ListTrafficDistributionGroupUsersPaginator.js +2 -24
- package/dist-cjs/pagination/ListTrafficDistributionGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListUseCasesPaginator.js +2 -24
- package/dist-cjs/pagination/ListUserHierarchyGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListUserProficienciesPaginator.js +7 -0
- package/dist-cjs/pagination/ListUsersPaginator.js +2 -24
- package/dist-cjs/pagination/ListViewVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListViewsPaginator.js +2 -24
- package/dist-cjs/pagination/SearchAvailablePhoneNumbersPaginator.js +2 -24
- package/dist-cjs/pagination/SearchContactsPaginator.js +7 -0
- package/dist-cjs/pagination/SearchHoursOfOperationsPaginator.js +2 -24
- package/dist-cjs/pagination/SearchPredefinedAttributesPaginator.js +7 -0
- package/dist-cjs/pagination/SearchPromptsPaginator.js +2 -24
- package/dist-cjs/pagination/SearchQueuesPaginator.js +2 -24
- package/dist-cjs/pagination/SearchQuickConnectsPaginator.js +2 -24
- package/dist-cjs/pagination/SearchResourceTagsPaginator.js +2 -24
- package/dist-cjs/pagination/SearchRoutingProfilesPaginator.js +2 -24
- package/dist-cjs/pagination/SearchSecurityProfilesPaginator.js +2 -24
- package/dist-cjs/pagination/SearchUsersPaginator.js +2 -24
- package/dist-cjs/pagination/SearchVocabulariesPaginator.js +2 -24
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_restJson1.js +878 -32
- package/dist-es/Connect.js +24 -0
- package/dist-es/commands/AssociateUserProficienciesCommand.js +47 -0
- package/dist-es/commands/CreatePredefinedAttributeCommand.js +47 -0
- package/dist-es/commands/DeletePredefinedAttributeCommand.js +47 -0
- package/dist-es/commands/DescribePredefinedAttributeCommand.js +47 -0
- package/dist-es/commands/DisassociateUserProficienciesCommand.js +47 -0
- package/dist-es/commands/ListPredefinedAttributesCommand.js +47 -0
- package/dist-es/commands/ListUserProficienciesCommand.js +47 -0
- package/dist-es/commands/SearchContactsCommand.js +48 -0
- package/dist-es/commands/SearchPredefinedAttributesCommand.js +47 -0
- package/dist-es/commands/UpdateContactRoutingDataCommand.js +47 -0
- package/dist-es/commands/UpdatePredefinedAttributeCommand.js +47 -0
- package/dist-es/commands/UpdateUserProficienciesCommand.js +47 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/models_0.js +8 -14
- package/dist-es/models/models_1.js +55 -23
- package/dist-es/models/models_2.js +36 -0
- package/dist-es/pagination/GetCurrentMetricDataPaginator.js +2 -23
- package/dist-es/pagination/GetCurrentUserDataPaginator.js +2 -23
- package/dist-es/pagination/GetMetricDataPaginator.js +2 -23
- package/dist-es/pagination/GetMetricDataV2Paginator.js +2 -23
- package/dist-es/pagination/ListAgentStatusesPaginator.js +2 -23
- package/dist-es/pagination/ListApprovedOriginsPaginator.js +2 -23
- package/dist-es/pagination/ListBotsPaginator.js +2 -23
- package/dist-es/pagination/ListContactEvaluationsPaginator.js +2 -22
- package/dist-es/pagination/ListContactFlowModulesPaginator.js +2 -23
- package/dist-es/pagination/ListContactFlowsPaginator.js +2 -23
- package/dist-es/pagination/ListContactReferencesPaginator.js +2 -22
- package/dist-es/pagination/ListDefaultVocabulariesPaginator.js +2 -23
- package/dist-es/pagination/ListEvaluationFormVersionsPaginator.js +2 -23
- package/dist-es/pagination/ListEvaluationFormsPaginator.js +2 -23
- package/dist-es/pagination/ListFlowAssociationsPaginator.js +2 -23
- package/dist-es/pagination/ListHoursOfOperationsPaginator.js +2 -23
- package/dist-es/pagination/ListInstanceAttributesPaginator.js +2 -23
- package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js +2 -23
- package/dist-es/pagination/ListInstancesPaginator.js +2 -23
- package/dist-es/pagination/ListIntegrationAssociationsPaginator.js +2 -23
- package/dist-es/pagination/ListLambdaFunctionsPaginator.js +2 -23
- package/dist-es/pagination/ListLexBotsPaginator.js +2 -23
- package/dist-es/pagination/ListPhoneNumbersPaginator.js +2 -23
- package/dist-es/pagination/ListPhoneNumbersV2Paginator.js +2 -23
- package/dist-es/pagination/ListPredefinedAttributesPaginator.js +4 -0
- package/dist-es/pagination/ListPromptsPaginator.js +2 -23
- package/dist-es/pagination/ListQueueQuickConnectsPaginator.js +2 -23
- package/dist-es/pagination/ListQueuesPaginator.js +2 -23
- package/dist-es/pagination/ListQuickConnectsPaginator.js +2 -23
- package/dist-es/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.js +2 -23
- package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js +2 -23
- package/dist-es/pagination/ListRoutingProfilesPaginator.js +2 -23
- package/dist-es/pagination/ListRulesPaginator.js +2 -23
- package/dist-es/pagination/ListSecurityKeysPaginator.js +2 -23
- package/dist-es/pagination/ListSecurityProfileApplicationsPaginator.js +2 -23
- package/dist-es/pagination/ListSecurityProfilePermissionsPaginator.js +2 -23
- package/dist-es/pagination/ListSecurityProfilesPaginator.js +2 -23
- package/dist-es/pagination/ListTaskTemplatesPaginator.js +2 -23
- package/dist-es/pagination/ListTrafficDistributionGroupUsersPaginator.js +2 -23
- package/dist-es/pagination/ListTrafficDistributionGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListUseCasesPaginator.js +2 -23
- package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListUserProficienciesPaginator.js +4 -0
- package/dist-es/pagination/ListUsersPaginator.js +2 -23
- package/dist-es/pagination/ListViewVersionsPaginator.js +2 -23
- package/dist-es/pagination/ListViewsPaginator.js +2 -23
- package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js +2 -23
- package/dist-es/pagination/SearchContactsPaginator.js +4 -0
- package/dist-es/pagination/SearchHoursOfOperationsPaginator.js +2 -23
- package/dist-es/pagination/SearchPredefinedAttributesPaginator.js +4 -0
- package/dist-es/pagination/SearchPromptsPaginator.js +2 -23
- package/dist-es/pagination/SearchQueuesPaginator.js +2 -23
- package/dist-es/pagination/SearchQuickConnectsPaginator.js +2 -23
- package/dist-es/pagination/SearchResourceTagsPaginator.js +2 -23
- package/dist-es/pagination/SearchRoutingProfilesPaginator.js +2 -23
- package/dist-es/pagination/SearchSecurityProfilesPaginator.js +2 -23
- package/dist-es/pagination/SearchUsersPaginator.js +2 -23
- package/dist-es/pagination/SearchVocabulariesPaginator.js +2 -23
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +846 -24
- package/dist-types/Connect.d.ts +84 -0
- package/dist-types/ConnectClient.d.ts +14 -2
- package/dist-types/commands/AssociateUserProficienciesCommand.d.ts +94 -0
- package/dist-types/commands/CreatePredefinedAttributeCommand.d.ts +98 -0
- package/dist-types/commands/DeletePredefinedAttributeCommand.d.ts +90 -0
- package/dist-types/commands/DescribeContactCommand.d.ts +2 -0
- package/dist-types/commands/DescribePhoneNumberCommand.d.ts +2 -1
- package/dist-types/commands/DescribePredefinedAttributeCommand.d.ts +98 -0
- package/dist-types/commands/DescribePromptCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateUserProficienciesCommand.d.ts +93 -0
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +5 -1
- package/dist-types/commands/GetMetricDataCommand.d.ts +5 -1
- package/dist-types/commands/ListPredefinedAttributesCommand.d.ts +97 -0
- package/dist-types/commands/ListUserProficienciesCommand.d.ts +100 -0
- package/dist-types/commands/PauseContactCommand.d.ts +2 -1
- package/dist-types/commands/ResumeContactCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactsCommand.d.ts +177 -0
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +1 -2
- package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +128 -0
- package/dist-types/commands/SearchPromptsCommand.d.ts +1 -2
- package/dist-types/commands/SearchQueuesCommand.d.ts +1 -2
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +1 -2
- package/dist-types/commands/SearchResourceTagsCommand.d.ts +1 -1
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +1 -2
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +1 -2
- package/dist-types/commands/TagContactCommand.d.ts +3 -3
- package/dist-types/commands/UntagContactCommand.d.ts +3 -2
- package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +101 -0
- package/dist-types/commands/UpdatePredefinedAttributeCommand.d.ts +92 -0
- package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +94 -0
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +159 -185
- package/dist-types/models/models_1.d.ts +495 -423
- package/dist-types/models/models_2.d.ts +875 -12
- package/dist-types/pagination/GetCurrentMetricDataPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCurrentUserDataPaginator.d.ts +1 -1
- package/dist-types/pagination/GetMetricDataPaginator.d.ts +1 -1
- package/dist-types/pagination/GetMetricDataV2Paginator.d.ts +1 -1
- package/dist-types/pagination/ListAgentStatusesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListApprovedOriginsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListContactEvaluationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListContactFlowsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListContactReferencesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDefaultVocabulariesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEvaluationFormVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEvaluationFormsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFlowAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHoursOfOperationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInstanceAttributesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInstanceStorageConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIntegrationAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLambdaFunctionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLexBotsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPhoneNumbersV2Paginator.d.ts +1 -1
- package/dist-types/pagination/ListPredefinedAttributesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPromptsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQueueQuickConnectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQueuesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQuickConnectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/ListRoutingProfileQueuesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRoutingProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSecurityKeysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSecurityProfileApplicationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSecurityProfilePermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTaskTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrafficDistributionGroupUsersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrafficDistributionGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUseCasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserHierarchyGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserProficienciesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListViewVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListViewsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchContactsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchHoursOfOperationsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchPredefinedAttributesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchPromptsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchQueuesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchQuickConnectsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchResourceTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchRoutingProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchSecurityProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchUsersPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchVocabulariesPaginator.d.ts +1 -1
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +108 -0
- package/dist-types/ts3.4/Connect.d.ts +204 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +72 -0
- package/dist-types/ts3.4/commands/AssociateUserProficienciesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreatePredefinedAttributeCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeletePredefinedAttributeCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribePredefinedAttributeCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribePromptCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateUserProficienciesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListPredefinedAttributesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListUserProficienciesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/SearchContactsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdatePredefinedAttributeCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +46 -42
- package/dist-types/ts3.4/models/models_1.d.ts +153 -113
- package/dist-types/ts3.4/models/models_2.d.ts +215 -10
- package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetCurrentUserDataPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetMetricDataV2Paginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListContactEvaluationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDefaultVocabulariesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEvaluationFormVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEvaluationFormsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFlowAssociationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPhoneNumbersV2Paginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPredefinedAttributesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRulesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSecurityProfileApplicationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTaskTemplatesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTrafficDistributionGroupUsersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTrafficDistributionGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListUserProficienciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListViewVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListViewsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchContactsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchHoursOfOperationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchPredefinedAttributesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchPromptsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchQueuesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchQuickConnectsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchResourceTagsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchRoutingProfilesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchSecurityProfilesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchUsersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchVocabulariesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +144 -0
- package/package.json +5 -5
|
@@ -128,6 +128,13 @@ export interface AgentContactReference {
|
|
|
128
128
|
ConnectedToAgentTimestamp?: Date;
|
|
129
129
|
Queue?: QueueReference;
|
|
130
130
|
}
|
|
131
|
+
export interface AgentHierarchyGroups {
|
|
132
|
+
L1Ids?: string[];
|
|
133
|
+
L2Ids?: string[];
|
|
134
|
+
L3Ids?: string[];
|
|
135
|
+
L4Ids?: string[];
|
|
136
|
+
L5Ids?: string[];
|
|
137
|
+
}
|
|
131
138
|
export interface AgentInfo {
|
|
132
139
|
Id?: string;
|
|
133
140
|
ConnectedToAgentTimestamp?: Date;
|
|
@@ -392,6 +399,16 @@ export interface AssociateTrafficDistributionGroupUserRequest {
|
|
|
392
399
|
InstanceId: string | undefined;
|
|
393
400
|
}
|
|
394
401
|
export interface AssociateTrafficDistributionGroupUserResponse {}
|
|
402
|
+
export interface UserProficiency {
|
|
403
|
+
AttributeName: string | undefined;
|
|
404
|
+
AttributeValue: string | undefined;
|
|
405
|
+
Level: number | undefined;
|
|
406
|
+
}
|
|
407
|
+
export interface AssociateUserProficienciesRequest {
|
|
408
|
+
InstanceId: string | undefined;
|
|
409
|
+
UserId: string | undefined;
|
|
410
|
+
UserProficiencies: UserProficiency[] | undefined;
|
|
411
|
+
}
|
|
395
412
|
export interface BatchAssociateAnalyticsDataSetRequest {
|
|
396
413
|
InstanceId: string | undefined;
|
|
397
414
|
DataSetIds: string[] | undefined;
|
|
@@ -882,6 +899,29 @@ export interface CreatePersistentContactAssociationRequest {
|
|
|
882
899
|
export interface CreatePersistentContactAssociationResponse {
|
|
883
900
|
ContinuedFromContactId?: string;
|
|
884
901
|
}
|
|
902
|
+
export type PredefinedAttributeValues =
|
|
903
|
+
| PredefinedAttributeValues.StringListMember
|
|
904
|
+
| PredefinedAttributeValues.$UnknownMember;
|
|
905
|
+
export declare namespace PredefinedAttributeValues {
|
|
906
|
+
interface StringListMember {
|
|
907
|
+
StringList: string[];
|
|
908
|
+
$unknown?: never;
|
|
909
|
+
}
|
|
910
|
+
interface $UnknownMember {
|
|
911
|
+
StringList?: never;
|
|
912
|
+
$unknown: [string, any];
|
|
913
|
+
}
|
|
914
|
+
interface Visitor<T> {
|
|
915
|
+
StringList: (value: string[]) => T;
|
|
916
|
+
_: (name: string, value: any) => T;
|
|
917
|
+
}
|
|
918
|
+
const visit: <T>(value: PredefinedAttributeValues, visitor: Visitor<T>) => T;
|
|
919
|
+
}
|
|
920
|
+
export interface CreatePredefinedAttributeRequest {
|
|
921
|
+
InstanceId: string | undefined;
|
|
922
|
+
Name: string | undefined;
|
|
923
|
+
Values: PredefinedAttributeValues | undefined;
|
|
924
|
+
}
|
|
885
925
|
export interface CreatePromptRequest {
|
|
886
926
|
InstanceId: string | undefined;
|
|
887
927
|
Name: string | undefined;
|
|
@@ -1417,6 +1457,10 @@ export interface DeleteIntegrationAssociationRequest {
|
|
|
1417
1457
|
InstanceId: string | undefined;
|
|
1418
1458
|
IntegrationAssociationId: string | undefined;
|
|
1419
1459
|
}
|
|
1460
|
+
export interface DeletePredefinedAttributeRequest {
|
|
1461
|
+
InstanceId: string | undefined;
|
|
1462
|
+
Name: string | undefined;
|
|
1463
|
+
}
|
|
1420
1464
|
export interface DeletePromptRequest {
|
|
1421
1465
|
InstanceId: string | undefined;
|
|
1422
1466
|
PromptId: string | undefined;
|
|
@@ -1522,6 +1566,8 @@ export interface Contact {
|
|
|
1522
1566
|
ScheduledTimestamp?: Date;
|
|
1523
1567
|
RelatedContactId?: string;
|
|
1524
1568
|
WisdomInfo?: WisdomInfo;
|
|
1569
|
+
QueueTimeAdjustmentSeconds?: number;
|
|
1570
|
+
QueuePriority?: number;
|
|
1525
1571
|
Tags?: Record<string, string>;
|
|
1526
1572
|
}
|
|
1527
1573
|
export interface DescribeContactResponse {
|
|
@@ -2004,48 +2050,6 @@ export declare const PhoneNumberCountryCode: {
|
|
|
2004
2050
|
};
|
|
2005
2051
|
export type PhoneNumberCountryCode =
|
|
2006
2052
|
(typeof PhoneNumberCountryCode)[keyof typeof PhoneNumberCountryCode];
|
|
2007
|
-
export declare const PhoneNumberWorkflowStatus: {
|
|
2008
|
-
readonly Claimed: "CLAIMED";
|
|
2009
|
-
readonly Failed: "FAILED";
|
|
2010
|
-
readonly InProgress: "IN_PROGRESS";
|
|
2011
|
-
};
|
|
2012
|
-
export type PhoneNumberWorkflowStatus =
|
|
2013
|
-
(typeof PhoneNumberWorkflowStatus)[keyof typeof PhoneNumberWorkflowStatus];
|
|
2014
|
-
export interface PhoneNumberStatus {
|
|
2015
|
-
Status?: PhoneNumberWorkflowStatus;
|
|
2016
|
-
Message?: string;
|
|
2017
|
-
}
|
|
2018
|
-
export declare const PhoneNumberType: {
|
|
2019
|
-
readonly DID: "DID";
|
|
2020
|
-
readonly SHARED: "SHARED";
|
|
2021
|
-
readonly SHORT_CODE: "SHORT_CODE";
|
|
2022
|
-
readonly THIRD_PARTY_DID: "THIRD_PARTY_DID";
|
|
2023
|
-
readonly THIRD_PARTY_TF: "THIRD_PARTY_TF";
|
|
2024
|
-
readonly TOLL_FREE: "TOLL_FREE";
|
|
2025
|
-
readonly UIFN: "UIFN";
|
|
2026
|
-
};
|
|
2027
|
-
export type PhoneNumberType =
|
|
2028
|
-
(typeof PhoneNumberType)[keyof typeof PhoneNumberType];
|
|
2029
|
-
export interface ClaimedPhoneNumberSummary {
|
|
2030
|
-
PhoneNumberId?: string;
|
|
2031
|
-
PhoneNumberArn?: string;
|
|
2032
|
-
PhoneNumber?: string;
|
|
2033
|
-
PhoneNumberCountryCode?: PhoneNumberCountryCode;
|
|
2034
|
-
PhoneNumberType?: PhoneNumberType;
|
|
2035
|
-
PhoneNumberDescription?: string;
|
|
2036
|
-
TargetArn?: string;
|
|
2037
|
-
InstanceId?: string;
|
|
2038
|
-
Tags?: Record<string, string>;
|
|
2039
|
-
PhoneNumberStatus?: PhoneNumberStatus;
|
|
2040
|
-
SourcePhoneNumberArn?: string;
|
|
2041
|
-
}
|
|
2042
|
-
export interface DescribePhoneNumberResponse {
|
|
2043
|
-
ClaimedPhoneNumberSummary?: ClaimedPhoneNumberSummary;
|
|
2044
|
-
}
|
|
2045
|
-
export interface DescribePromptRequest {
|
|
2046
|
-
InstanceId: string | undefined;
|
|
2047
|
-
PromptId: string | undefined;
|
|
2048
|
-
}
|
|
2049
2053
|
export declare const CreateInstanceRequestFilterSensitiveLog: (
|
|
2050
2054
|
obj: CreateInstanceRequest
|
|
2051
2055
|
) => any;
|
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
AgentAvailabilityTimer,
|
|
6
6
|
AgentConfig,
|
|
7
7
|
AgentContactReference,
|
|
8
|
+
AgentHierarchyGroups,
|
|
8
9
|
AgentStatusReference,
|
|
9
10
|
AgentStatusSummary,
|
|
10
11
|
AgentStatusType,
|
|
@@ -15,6 +16,7 @@ import {
|
|
|
15
16
|
ContactFlowModuleState,
|
|
16
17
|
ContactFlowState,
|
|
17
18
|
ContactFlowType,
|
|
19
|
+
ContactInitiationMethod,
|
|
18
20
|
ContactState,
|
|
19
21
|
DirectoryType,
|
|
20
22
|
Distribution,
|
|
@@ -24,7 +26,6 @@ import {
|
|
|
24
26
|
EventSourceName,
|
|
25
27
|
FlowAssociationResourceType,
|
|
26
28
|
FlowAssociationSummary,
|
|
27
|
-
HoursOfOperation,
|
|
28
29
|
InstanceStatus,
|
|
29
30
|
InstanceStorageConfig,
|
|
30
31
|
InstanceStorageResourceType,
|
|
@@ -37,7 +38,7 @@ import {
|
|
|
37
38
|
OutboundCallerConfig,
|
|
38
39
|
ParticipantRole,
|
|
39
40
|
PhoneNumberCountryCode,
|
|
40
|
-
|
|
41
|
+
PredefinedAttributeValues,
|
|
41
42
|
QueueReference,
|
|
42
43
|
QuickConnectConfig,
|
|
43
44
|
QuickConnectType,
|
|
@@ -54,12 +55,68 @@ import {
|
|
|
54
55
|
UseCaseType,
|
|
55
56
|
UserIdentityInfo,
|
|
56
57
|
UserPhoneConfig,
|
|
58
|
+
UserProficiency,
|
|
57
59
|
View,
|
|
58
60
|
ViewStatus,
|
|
59
61
|
ViewType,
|
|
60
62
|
VocabularyLanguageCode,
|
|
61
63
|
VocabularyState,
|
|
62
64
|
} from "./models_0";
|
|
65
|
+
export declare const PhoneNumberWorkflowStatus: {
|
|
66
|
+
readonly Claimed: "CLAIMED";
|
|
67
|
+
readonly Failed: "FAILED";
|
|
68
|
+
readonly InProgress: "IN_PROGRESS";
|
|
69
|
+
};
|
|
70
|
+
export type PhoneNumberWorkflowStatus =
|
|
71
|
+
(typeof PhoneNumberWorkflowStatus)[keyof typeof PhoneNumberWorkflowStatus];
|
|
72
|
+
export interface PhoneNumberStatus {
|
|
73
|
+
Status?: PhoneNumberWorkflowStatus;
|
|
74
|
+
Message?: string;
|
|
75
|
+
}
|
|
76
|
+
export declare const PhoneNumberType: {
|
|
77
|
+
readonly DID: "DID";
|
|
78
|
+
readonly SHARED: "SHARED";
|
|
79
|
+
readonly SHORT_CODE: "SHORT_CODE";
|
|
80
|
+
readonly THIRD_PARTY_DID: "THIRD_PARTY_DID";
|
|
81
|
+
readonly THIRD_PARTY_TF: "THIRD_PARTY_TF";
|
|
82
|
+
readonly TOLL_FREE: "TOLL_FREE";
|
|
83
|
+
readonly UIFN: "UIFN";
|
|
84
|
+
};
|
|
85
|
+
export type PhoneNumberType =
|
|
86
|
+
(typeof PhoneNumberType)[keyof typeof PhoneNumberType];
|
|
87
|
+
export interface ClaimedPhoneNumberSummary {
|
|
88
|
+
PhoneNumberId?: string;
|
|
89
|
+
PhoneNumberArn?: string;
|
|
90
|
+
PhoneNumber?: string;
|
|
91
|
+
PhoneNumberCountryCode?: PhoneNumberCountryCode;
|
|
92
|
+
PhoneNumberType?: PhoneNumberType;
|
|
93
|
+
PhoneNumberDescription?: string;
|
|
94
|
+
TargetArn?: string;
|
|
95
|
+
InstanceId?: string;
|
|
96
|
+
Tags?: Record<string, string>;
|
|
97
|
+
PhoneNumberStatus?: PhoneNumberStatus;
|
|
98
|
+
SourcePhoneNumberArn?: string;
|
|
99
|
+
}
|
|
100
|
+
export interface DescribePhoneNumberResponse {
|
|
101
|
+
ClaimedPhoneNumberSummary?: ClaimedPhoneNumberSummary;
|
|
102
|
+
}
|
|
103
|
+
export interface DescribePredefinedAttributeRequest {
|
|
104
|
+
InstanceId: string | undefined;
|
|
105
|
+
Name: string | undefined;
|
|
106
|
+
}
|
|
107
|
+
export interface PredefinedAttribute {
|
|
108
|
+
Name?: string;
|
|
109
|
+
Values?: PredefinedAttributeValues;
|
|
110
|
+
LastModifiedTime?: Date;
|
|
111
|
+
LastModifiedRegion?: string;
|
|
112
|
+
}
|
|
113
|
+
export interface DescribePredefinedAttributeResponse {
|
|
114
|
+
PredefinedAttribute?: PredefinedAttribute;
|
|
115
|
+
}
|
|
116
|
+
export interface DescribePromptRequest {
|
|
117
|
+
InstanceId: string | undefined;
|
|
118
|
+
PromptId: string | undefined;
|
|
119
|
+
}
|
|
63
120
|
export interface Prompt {
|
|
64
121
|
PromptARN?: string;
|
|
65
122
|
PromptId?: string;
|
|
@@ -357,6 +414,15 @@ export interface DisassociateTrafficDistributionGroupUserRequest {
|
|
|
357
414
|
InstanceId: string | undefined;
|
|
358
415
|
}
|
|
359
416
|
export interface DisassociateTrafficDistributionGroupUserResponse {}
|
|
417
|
+
export interface UserProficiencyDisassociate {
|
|
418
|
+
AttributeName: string | undefined;
|
|
419
|
+
AttributeValue: string | undefined;
|
|
420
|
+
}
|
|
421
|
+
export interface DisassociateUserProficienciesRequest {
|
|
422
|
+
InstanceId: string | undefined;
|
|
423
|
+
UserId: string | undefined;
|
|
424
|
+
UserProficiencies: UserProficiencyDisassociate[] | undefined;
|
|
425
|
+
}
|
|
360
426
|
export interface DismissUserContactRequest {
|
|
361
427
|
UserId: string | undefined;
|
|
362
428
|
InstanceId: string | undefined;
|
|
@@ -401,11 +467,13 @@ export interface Filters {
|
|
|
401
467
|
Queues?: string[];
|
|
402
468
|
Channels?: Channel[];
|
|
403
469
|
RoutingProfiles?: string[];
|
|
470
|
+
RoutingStepExpressions?: string[];
|
|
404
471
|
}
|
|
405
472
|
export declare const Grouping: {
|
|
406
473
|
readonly CHANNEL: "CHANNEL";
|
|
407
474
|
readonly QUEUE: "QUEUE";
|
|
408
475
|
readonly ROUTING_PROFILE: "ROUTING_PROFILE";
|
|
476
|
+
readonly ROUTING_STEP_EXPRESSION: "ROUTING_STEP_EXPRESSION";
|
|
409
477
|
};
|
|
410
478
|
export type Grouping = (typeof Grouping)[keyof typeof Grouping];
|
|
411
479
|
export declare const SortOrder: {
|
|
@@ -438,6 +506,7 @@ export interface Dimensions {
|
|
|
438
506
|
Queue?: QueueReference;
|
|
439
507
|
Channel?: Channel;
|
|
440
508
|
RoutingProfile?: RoutingProfileReference;
|
|
509
|
+
RoutingStepExpression?: string;
|
|
441
510
|
}
|
|
442
511
|
export interface CurrentMetricResult {
|
|
443
512
|
Dimensions?: Dimensions;
|
|
@@ -1151,6 +1220,20 @@ export interface ListPhoneNumbersV2Response {
|
|
|
1151
1220
|
NextToken?: string;
|
|
1152
1221
|
ListPhoneNumbersSummaryList?: ListPhoneNumbersSummary[];
|
|
1153
1222
|
}
|
|
1223
|
+
export interface ListPredefinedAttributesRequest {
|
|
1224
|
+
InstanceId: string | undefined;
|
|
1225
|
+
NextToken?: string;
|
|
1226
|
+
MaxResults?: number;
|
|
1227
|
+
}
|
|
1228
|
+
export interface PredefinedAttributeSummary {
|
|
1229
|
+
Name?: string;
|
|
1230
|
+
LastModifiedTime?: Date;
|
|
1231
|
+
LastModifiedRegion?: string;
|
|
1232
|
+
}
|
|
1233
|
+
export interface ListPredefinedAttributesResponse {
|
|
1234
|
+
NextToken?: string;
|
|
1235
|
+
PredefinedAttributeSummaryList?: PredefinedAttributeSummary[];
|
|
1236
|
+
}
|
|
1154
1237
|
export interface ListPromptsRequest {
|
|
1155
1238
|
InstanceId: string | undefined;
|
|
1156
1239
|
NextToken?: string;
|
|
@@ -1632,6 +1715,18 @@ export interface ListUserHierarchyGroupsResponse {
|
|
|
1632
1715
|
UserHierarchyGroupSummaryList?: HierarchyGroupSummary[];
|
|
1633
1716
|
NextToken?: string;
|
|
1634
1717
|
}
|
|
1718
|
+
export interface ListUserProficienciesRequest {
|
|
1719
|
+
InstanceId: string | undefined;
|
|
1720
|
+
UserId: string | undefined;
|
|
1721
|
+
NextToken?: string;
|
|
1722
|
+
MaxResults?: number;
|
|
1723
|
+
}
|
|
1724
|
+
export interface ListUserProficienciesResponse {
|
|
1725
|
+
NextToken?: string;
|
|
1726
|
+
UserProficiencyList?: UserProficiency[];
|
|
1727
|
+
LastModifiedTime?: Date;
|
|
1728
|
+
LastModifiedRegion?: string;
|
|
1729
|
+
}
|
|
1635
1730
|
export interface ListUsersRequest {
|
|
1636
1731
|
InstanceId: string | undefined;
|
|
1637
1732
|
NextToken?: string;
|
|
@@ -1758,126 +1853,55 @@ export interface SearchAvailablePhoneNumbersResponse {
|
|
|
1758
1853
|
NextToken?: string;
|
|
1759
1854
|
AvailableNumbersList?: AvailableNumberSummary[];
|
|
1760
1855
|
}
|
|
1761
|
-
export declare const
|
|
1762
|
-
readonly
|
|
1763
|
-
readonly
|
|
1764
|
-
readonly STARTS_WITH: "STARTS_WITH";
|
|
1856
|
+
export declare const SearchContactsMatchType: {
|
|
1857
|
+
readonly MATCH_ALL: "MATCH_ALL";
|
|
1858
|
+
readonly MATCH_ANY: "MATCH_ANY";
|
|
1765
1859
|
};
|
|
1766
|
-
export type
|
|
1767
|
-
(typeof
|
|
1768
|
-
export interface
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
}
|
|
1773
|
-
export interface TagCondition {
|
|
1774
|
-
TagKey?: string;
|
|
1775
|
-
TagValue?: string;
|
|
1860
|
+
export type SearchContactsMatchType =
|
|
1861
|
+
(typeof SearchContactsMatchType)[keyof typeof SearchContactsMatchType];
|
|
1862
|
+
export interface TranscriptCriteria {
|
|
1863
|
+
ParticipantRole: ParticipantRole | undefined;
|
|
1864
|
+
SearchText: string[] | undefined;
|
|
1865
|
+
MatchType: SearchContactsMatchType | undefined;
|
|
1776
1866
|
}
|
|
1777
|
-
export interface
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
TagCondition?: TagCondition;
|
|
1867
|
+
export interface Transcript {
|
|
1868
|
+
Criteria: TranscriptCriteria[] | undefined;
|
|
1869
|
+
MatchType?: SearchContactsMatchType;
|
|
1781
1870
|
}
|
|
1782
|
-
export interface
|
|
1783
|
-
|
|
1871
|
+
export interface ContactAnalysis {
|
|
1872
|
+
Transcript?: Transcript;
|
|
1784
1873
|
}
|
|
1785
|
-
export interface
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
ApproximateTotalCount?: number;
|
|
1874
|
+
export interface SearchableContactAttributesCriteria {
|
|
1875
|
+
Key: string | undefined;
|
|
1876
|
+
Values: string[] | undefined;
|
|
1789
1877
|
}
|
|
1790
|
-
export interface
|
|
1791
|
-
|
|
1878
|
+
export interface SearchableContactAttributes {
|
|
1879
|
+
Criteria: SearchableContactAttributesCriteria[] | undefined;
|
|
1880
|
+
MatchType?: SearchContactsMatchType;
|
|
1792
1881
|
}
|
|
1793
|
-
export interface
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1882
|
+
export interface SearchCriteria {
|
|
1883
|
+
AgentIds?: string[];
|
|
1884
|
+
AgentHierarchyGroups?: AgentHierarchyGroups;
|
|
1885
|
+
Channels?: Channel[];
|
|
1886
|
+
ContactAnalysis?: ContactAnalysis;
|
|
1887
|
+
InitiationMethods?: ContactInitiationMethod[];
|
|
1888
|
+
QueueIds?: string[];
|
|
1889
|
+
SearchableContactAttributes?: SearchableContactAttributes;
|
|
1797
1890
|
}
|
|
1798
|
-
export declare const
|
|
1799
|
-
readonly
|
|
1891
|
+
export declare const SortableFieldName: {
|
|
1892
|
+
readonly CHANNEL: "CHANNEL";
|
|
1893
|
+
readonly CONNECTED_TO_AGENT_TIMESTAMP: "CONNECTED_TO_AGENT_TIMESTAMP";
|
|
1894
|
+
readonly DISCONNECT_TIMESTAMP: "DISCONNECT_TIMESTAMP";
|
|
1895
|
+
readonly INITIATION_METHOD: "INITIATION_METHOD";
|
|
1896
|
+
readonly INITIATION_TIMESTAMP: "INITIATION_TIMESTAMP";
|
|
1897
|
+
readonly SCHEDULED_TIMESTAMP: "SCHEDULED_TIMESTAMP";
|
|
1800
1898
|
};
|
|
1801
|
-
export type
|
|
1802
|
-
(typeof
|
|
1803
|
-
export interface
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
export interface SearchQueuesResponse {
|
|
1807
|
-
Queues?: Queue[];
|
|
1808
|
-
NextToken?: string;
|
|
1809
|
-
ApproximateTotalCount?: number;
|
|
1810
|
-
}
|
|
1811
|
-
export interface QuickConnectSearchFilter {
|
|
1812
|
-
TagFilter?: ControlPlaneTagFilter;
|
|
1899
|
+
export type SortableFieldName =
|
|
1900
|
+
(typeof SortableFieldName)[keyof typeof SortableFieldName];
|
|
1901
|
+
export interface Sort {
|
|
1902
|
+
FieldName: SortableFieldName | undefined;
|
|
1903
|
+
Order: SortOrder | undefined;
|
|
1813
1904
|
}
|
|
1814
|
-
export interface SearchQuickConnectsResponse {
|
|
1815
|
-
QuickConnects?: QuickConnect[];
|
|
1816
|
-
NextToken?: string;
|
|
1817
|
-
ApproximateTotalCount?: number;
|
|
1818
|
-
}
|
|
1819
|
-
export declare class MaximumResultReturnedException extends __BaseException {
|
|
1820
|
-
readonly name: "MaximumResultReturnedException";
|
|
1821
|
-
readonly $fault: "client";
|
|
1822
|
-
Message?: string;
|
|
1823
|
-
constructor(
|
|
1824
|
-
opts: __ExceptionOptionType<MaximumResultReturnedException, __BaseException>
|
|
1825
|
-
);
|
|
1826
|
-
}
|
|
1827
|
-
export interface TagSearchCondition {
|
|
1828
|
-
tagKey?: string;
|
|
1829
|
-
tagValue?: string;
|
|
1830
|
-
tagKeyComparisonType?: StringComparisonType;
|
|
1831
|
-
tagValueComparisonType?: StringComparisonType;
|
|
1832
|
-
}
|
|
1833
|
-
export interface ResourceTagsSearchCriteria {
|
|
1834
|
-
TagSearchCondition?: TagSearchCondition;
|
|
1835
|
-
}
|
|
1836
|
-
export interface SearchResourceTagsRequest {
|
|
1837
|
-
InstanceId: string | undefined;
|
|
1838
|
-
ResourceTypes?: string[];
|
|
1839
|
-
NextToken?: string;
|
|
1840
|
-
MaxResults?: number;
|
|
1841
|
-
SearchCriteria?: ResourceTagsSearchCriteria;
|
|
1842
|
-
}
|
|
1843
|
-
export interface TagSet {
|
|
1844
|
-
key?: string;
|
|
1845
|
-
value?: string;
|
|
1846
|
-
}
|
|
1847
|
-
export interface SearchResourceTagsResponse {
|
|
1848
|
-
Tags?: TagSet[];
|
|
1849
|
-
NextToken?: string;
|
|
1850
|
-
}
|
|
1851
|
-
export interface RoutingProfileSearchFilter {
|
|
1852
|
-
TagFilter?: ControlPlaneTagFilter;
|
|
1853
|
-
}
|
|
1854
|
-
export interface SearchRoutingProfilesResponse {
|
|
1855
|
-
RoutingProfiles?: RoutingProfile[];
|
|
1856
|
-
NextToken?: string;
|
|
1857
|
-
ApproximateTotalCount?: number;
|
|
1858
|
-
}
|
|
1859
|
-
export interface SecurityProfilesSearchFilter {
|
|
1860
|
-
TagFilter?: ControlPlaneTagFilter;
|
|
1861
|
-
}
|
|
1862
|
-
export interface SecurityProfileSearchSummary {
|
|
1863
|
-
Id?: string;
|
|
1864
|
-
OrganizationResourceId?: string;
|
|
1865
|
-
Arn?: string;
|
|
1866
|
-
SecurityProfileName?: string;
|
|
1867
|
-
Description?: string;
|
|
1868
|
-
Tags?: Record<string, string>;
|
|
1869
|
-
}
|
|
1870
|
-
export interface SearchSecurityProfilesResponse {
|
|
1871
|
-
SecurityProfiles?: SecurityProfileSearchSummary[];
|
|
1872
|
-
NextToken?: string;
|
|
1873
|
-
ApproximateTotalCount?: number;
|
|
1874
|
-
}
|
|
1875
|
-
export declare const HierarchyGroupMatchType: {
|
|
1876
|
-
readonly EXACT: "EXACT";
|
|
1877
|
-
readonly WITH_CHILD_GROUPS: "WITH_CHILD_GROUPS";
|
|
1878
|
-
};
|
|
1879
|
-
export type HierarchyGroupMatchType =
|
|
1880
|
-
(typeof HierarchyGroupMatchType)[keyof typeof HierarchyGroupMatchType];
|
|
1881
1905
|
export declare const DescribeViewResponseFilterSensitiveLog: (
|
|
1882
1906
|
obj: DescribeViewResponse
|
|
1883
1907
|
) => any;
|
|
@@ -1904,3 +1928,19 @@ export declare const ListViewVersionsResponseFilterSensitiveLog: (
|
|
|
1904
1928
|
export declare const ReplicateInstanceRequestFilterSensitiveLog: (
|
|
1905
1929
|
obj: ReplicateInstanceRequest
|
|
1906
1930
|
) => any;
|
|
1931
|
+
export declare const TranscriptCriteriaFilterSensitiveLog: (
|
|
1932
|
+
obj: TranscriptCriteria
|
|
1933
|
+
) => any;
|
|
1934
|
+
export declare const TranscriptFilterSensitiveLog: (obj: Transcript) => any;
|
|
1935
|
+
export declare const ContactAnalysisFilterSensitiveLog: (
|
|
1936
|
+
obj: ContactAnalysis
|
|
1937
|
+
) => any;
|
|
1938
|
+
export declare const SearchableContactAttributesCriteriaFilterSensitiveLog: (
|
|
1939
|
+
obj: SearchableContactAttributesCriteria
|
|
1940
|
+
) => any;
|
|
1941
|
+
export declare const SearchableContactAttributesFilterSensitiveLog: (
|
|
1942
|
+
obj: SearchableContactAttributes
|
|
1943
|
+
) => any;
|
|
1944
|
+
export declare const SearchCriteriaFilterSensitiveLog: (
|
|
1945
|
+
obj: SearchCriteria
|
|
1946
|
+
) => any;
|