@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
|
@@ -6,20 +6,24 @@ import {
|
|
|
6
6
|
AgentStatusState,
|
|
7
7
|
AllowedCapabilities,
|
|
8
8
|
Application,
|
|
9
|
+
Channel,
|
|
9
10
|
ContactFlowModuleState,
|
|
10
11
|
ContactFlowState,
|
|
12
|
+
ContactInitiationMethod,
|
|
11
13
|
Evaluation,
|
|
12
14
|
EvaluationAnswerData,
|
|
13
15
|
EvaluationFormQuestion,
|
|
14
16
|
EvaluationFormScoringStrategy,
|
|
15
17
|
EvaluationFormVersionStatus,
|
|
16
18
|
EvaluationNote,
|
|
19
|
+
HoursOfOperation,
|
|
17
20
|
HoursOfOperationConfig,
|
|
18
21
|
InstanceAttributeType,
|
|
19
22
|
InstanceStorageConfig,
|
|
20
23
|
InstanceStorageResourceType,
|
|
21
24
|
MediaConcurrency,
|
|
22
25
|
OutboundCallerConfig,
|
|
26
|
+
PredefinedAttributeValues,
|
|
23
27
|
QuickConnectConfig,
|
|
24
28
|
Reference,
|
|
25
29
|
RehydrationType,
|
|
@@ -32,6 +36,7 @@ import {
|
|
|
32
36
|
TaskTemplateStatus,
|
|
33
37
|
UserIdentityInfo,
|
|
34
38
|
UserPhoneConfig,
|
|
39
|
+
UserProficiency,
|
|
35
40
|
View,
|
|
36
41
|
ViewInputContent,
|
|
37
42
|
ViewStatus,
|
|
@@ -39,20 +44,189 @@ import {
|
|
|
39
44
|
VocabularyState,
|
|
40
45
|
} from "./models_0";
|
|
41
46
|
import {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
PromptSearchFilter,
|
|
46
|
-
QueueSearchFilter,
|
|
47
|
+
PredefinedAttribute,
|
|
48
|
+
Prompt,
|
|
49
|
+
Queue,
|
|
47
50
|
QueueStatus,
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
SecurityProfilesSearchFilter,
|
|
51
|
+
QuickConnect,
|
|
52
|
+
RoutingProfile,
|
|
53
|
+
SearchCriteria,
|
|
52
54
|
SignInConfig,
|
|
53
|
-
|
|
55
|
+
Sort,
|
|
54
56
|
TelephonyConfig,
|
|
55
57
|
} from "./models_1";
|
|
58
|
+
export declare const SearchContactsTimeRangeType: {
|
|
59
|
+
readonly CONNECTED_TO_AGENT_TIMESTAMP: "CONNECTED_TO_AGENT_TIMESTAMP";
|
|
60
|
+
readonly DISCONNECT_TIMESTAMP: "DISCONNECT_TIMESTAMP";
|
|
61
|
+
readonly INITIATION_TIMESTAMP: "INITIATION_TIMESTAMP";
|
|
62
|
+
readonly SCHEDULED_TIMESTAMP: "SCHEDULED_TIMESTAMP";
|
|
63
|
+
};
|
|
64
|
+
export type SearchContactsTimeRangeType =
|
|
65
|
+
(typeof SearchContactsTimeRangeType)[keyof typeof SearchContactsTimeRangeType];
|
|
66
|
+
export interface SearchContactsTimeRange {
|
|
67
|
+
Type: SearchContactsTimeRangeType | undefined;
|
|
68
|
+
StartTime: Date | undefined;
|
|
69
|
+
EndTime: Date | undefined;
|
|
70
|
+
}
|
|
71
|
+
export interface SearchContactsRequest {
|
|
72
|
+
InstanceId: string | undefined;
|
|
73
|
+
TimeRange: SearchContactsTimeRange | undefined;
|
|
74
|
+
SearchCriteria?: SearchCriteria;
|
|
75
|
+
MaxResults?: number;
|
|
76
|
+
NextToken?: string;
|
|
77
|
+
Sort?: Sort;
|
|
78
|
+
}
|
|
79
|
+
export interface ContactSearchSummaryAgentInfo {
|
|
80
|
+
Id?: string;
|
|
81
|
+
ConnectedToAgentTimestamp?: Date;
|
|
82
|
+
}
|
|
83
|
+
export interface ContactSearchSummaryQueueInfo {
|
|
84
|
+
Id?: string;
|
|
85
|
+
EnqueueTimestamp?: Date;
|
|
86
|
+
}
|
|
87
|
+
export interface ContactSearchSummary {
|
|
88
|
+
Arn?: string;
|
|
89
|
+
Id?: string;
|
|
90
|
+
InitialContactId?: string;
|
|
91
|
+
PreviousContactId?: string;
|
|
92
|
+
InitiationMethod?: ContactInitiationMethod;
|
|
93
|
+
Channel?: Channel;
|
|
94
|
+
QueueInfo?: ContactSearchSummaryQueueInfo;
|
|
95
|
+
AgentInfo?: ContactSearchSummaryAgentInfo;
|
|
96
|
+
InitiationTimestamp?: Date;
|
|
97
|
+
DisconnectTimestamp?: Date;
|
|
98
|
+
ScheduledTimestamp?: Date;
|
|
99
|
+
}
|
|
100
|
+
export interface SearchContactsResponse {
|
|
101
|
+
Contacts: ContactSearchSummary[] | undefined;
|
|
102
|
+
NextToken?: string;
|
|
103
|
+
TotalCount?: number;
|
|
104
|
+
}
|
|
105
|
+
export declare const StringComparisonType: {
|
|
106
|
+
readonly CONTAINS: "CONTAINS";
|
|
107
|
+
readonly EXACT: "EXACT";
|
|
108
|
+
readonly STARTS_WITH: "STARTS_WITH";
|
|
109
|
+
};
|
|
110
|
+
export type StringComparisonType =
|
|
111
|
+
(typeof StringComparisonType)[keyof typeof StringComparisonType];
|
|
112
|
+
export interface StringCondition {
|
|
113
|
+
FieldName?: string;
|
|
114
|
+
Value?: string;
|
|
115
|
+
ComparisonType?: StringComparisonType;
|
|
116
|
+
}
|
|
117
|
+
export interface TagCondition {
|
|
118
|
+
TagKey?: string;
|
|
119
|
+
TagValue?: string;
|
|
120
|
+
}
|
|
121
|
+
export interface ControlPlaneTagFilter {
|
|
122
|
+
OrConditions?: TagCondition[][];
|
|
123
|
+
AndConditions?: TagCondition[];
|
|
124
|
+
TagCondition?: TagCondition;
|
|
125
|
+
}
|
|
126
|
+
export interface HoursOfOperationSearchFilter {
|
|
127
|
+
TagFilter?: ControlPlaneTagFilter;
|
|
128
|
+
}
|
|
129
|
+
export interface SearchHoursOfOperationsResponse {
|
|
130
|
+
HoursOfOperations?: HoursOfOperation[];
|
|
131
|
+
NextToken?: string;
|
|
132
|
+
ApproximateTotalCount?: number;
|
|
133
|
+
}
|
|
134
|
+
export interface SearchPredefinedAttributesResponse {
|
|
135
|
+
PredefinedAttributes?: PredefinedAttribute[];
|
|
136
|
+
NextToken?: string;
|
|
137
|
+
ApproximateTotalCount?: number;
|
|
138
|
+
}
|
|
139
|
+
export interface PromptSearchFilter {
|
|
140
|
+
TagFilter?: ControlPlaneTagFilter;
|
|
141
|
+
}
|
|
142
|
+
export interface SearchPromptsResponse {
|
|
143
|
+
Prompts?: Prompt[];
|
|
144
|
+
NextToken?: string;
|
|
145
|
+
ApproximateTotalCount?: number;
|
|
146
|
+
}
|
|
147
|
+
export declare const SearchableQueueType: {
|
|
148
|
+
readonly STANDARD: "STANDARD";
|
|
149
|
+
};
|
|
150
|
+
export type SearchableQueueType =
|
|
151
|
+
(typeof SearchableQueueType)[keyof typeof SearchableQueueType];
|
|
152
|
+
export interface QueueSearchFilter {
|
|
153
|
+
TagFilter?: ControlPlaneTagFilter;
|
|
154
|
+
}
|
|
155
|
+
export interface SearchQueuesResponse {
|
|
156
|
+
Queues?: Queue[];
|
|
157
|
+
NextToken?: string;
|
|
158
|
+
ApproximateTotalCount?: number;
|
|
159
|
+
}
|
|
160
|
+
export interface QuickConnectSearchFilter {
|
|
161
|
+
TagFilter?: ControlPlaneTagFilter;
|
|
162
|
+
}
|
|
163
|
+
export interface SearchQuickConnectsResponse {
|
|
164
|
+
QuickConnects?: QuickConnect[];
|
|
165
|
+
NextToken?: string;
|
|
166
|
+
ApproximateTotalCount?: number;
|
|
167
|
+
}
|
|
168
|
+
export declare class MaximumResultReturnedException extends __BaseException {
|
|
169
|
+
readonly name: "MaximumResultReturnedException";
|
|
170
|
+
readonly $fault: "client";
|
|
171
|
+
Message?: string;
|
|
172
|
+
constructor(
|
|
173
|
+
opts: __ExceptionOptionType<MaximumResultReturnedException, __BaseException>
|
|
174
|
+
);
|
|
175
|
+
}
|
|
176
|
+
export interface TagSearchCondition {
|
|
177
|
+
tagKey?: string;
|
|
178
|
+
tagValue?: string;
|
|
179
|
+
tagKeyComparisonType?: StringComparisonType;
|
|
180
|
+
tagValueComparisonType?: StringComparisonType;
|
|
181
|
+
}
|
|
182
|
+
export interface ResourceTagsSearchCriteria {
|
|
183
|
+
TagSearchCondition?: TagSearchCondition;
|
|
184
|
+
}
|
|
185
|
+
export interface SearchResourceTagsRequest {
|
|
186
|
+
InstanceId: string | undefined;
|
|
187
|
+
ResourceTypes?: string[];
|
|
188
|
+
NextToken?: string;
|
|
189
|
+
MaxResults?: number;
|
|
190
|
+
SearchCriteria?: ResourceTagsSearchCriteria;
|
|
191
|
+
}
|
|
192
|
+
export interface TagSet {
|
|
193
|
+
key?: string;
|
|
194
|
+
value?: string;
|
|
195
|
+
}
|
|
196
|
+
export interface SearchResourceTagsResponse {
|
|
197
|
+
Tags?: TagSet[];
|
|
198
|
+
NextToken?: string;
|
|
199
|
+
}
|
|
200
|
+
export interface RoutingProfileSearchFilter {
|
|
201
|
+
TagFilter?: ControlPlaneTagFilter;
|
|
202
|
+
}
|
|
203
|
+
export interface SearchRoutingProfilesResponse {
|
|
204
|
+
RoutingProfiles?: RoutingProfile[];
|
|
205
|
+
NextToken?: string;
|
|
206
|
+
ApproximateTotalCount?: number;
|
|
207
|
+
}
|
|
208
|
+
export interface SecurityProfilesSearchFilter {
|
|
209
|
+
TagFilter?: ControlPlaneTagFilter;
|
|
210
|
+
}
|
|
211
|
+
export interface SecurityProfileSearchSummary {
|
|
212
|
+
Id?: string;
|
|
213
|
+
OrganizationResourceId?: string;
|
|
214
|
+
Arn?: string;
|
|
215
|
+
SecurityProfileName?: string;
|
|
216
|
+
Description?: string;
|
|
217
|
+
Tags?: Record<string, string>;
|
|
218
|
+
}
|
|
219
|
+
export interface SearchSecurityProfilesResponse {
|
|
220
|
+
SecurityProfiles?: SecurityProfileSearchSummary[];
|
|
221
|
+
NextToken?: string;
|
|
222
|
+
ApproximateTotalCount?: number;
|
|
223
|
+
}
|
|
224
|
+
export declare const HierarchyGroupMatchType: {
|
|
225
|
+
readonly EXACT: "EXACT";
|
|
226
|
+
readonly WITH_CHILD_GROUPS: "WITH_CHILD_GROUPS";
|
|
227
|
+
};
|
|
228
|
+
export type HierarchyGroupMatchType =
|
|
229
|
+
(typeof HierarchyGroupMatchType)[keyof typeof HierarchyGroupMatchType];
|
|
56
230
|
export interface HierarchyGroupCondition {
|
|
57
231
|
Value?: string;
|
|
58
232
|
HierarchyGroupMatchType?: HierarchyGroupMatchType;
|
|
@@ -464,6 +638,13 @@ export interface UpdateContactFlowNameRequest {
|
|
|
464
638
|
Description?: string;
|
|
465
639
|
}
|
|
466
640
|
export interface UpdateContactFlowNameResponse {}
|
|
641
|
+
export interface UpdateContactRoutingDataRequest {
|
|
642
|
+
InstanceId: string | undefined;
|
|
643
|
+
ContactId: string | undefined;
|
|
644
|
+
QueueTimeAdjustmentSeconds?: number;
|
|
645
|
+
QueuePriority?: number;
|
|
646
|
+
}
|
|
647
|
+
export interface UpdateContactRoutingDataResponse {}
|
|
467
648
|
export interface UpdateContactScheduleRequest {
|
|
468
649
|
InstanceId: string | undefined;
|
|
469
650
|
ContactId: string | undefined;
|
|
@@ -588,6 +769,11 @@ export interface UpdatePhoneNumberMetadataRequest {
|
|
|
588
769
|
PhoneNumberDescription?: string;
|
|
589
770
|
ClientToken?: string;
|
|
590
771
|
}
|
|
772
|
+
export interface UpdatePredefinedAttributeRequest {
|
|
773
|
+
InstanceId: string | undefined;
|
|
774
|
+
Name: string | undefined;
|
|
775
|
+
Values?: PredefinedAttributeValues;
|
|
776
|
+
}
|
|
591
777
|
export interface UpdatePromptRequest {
|
|
592
778
|
InstanceId: string | undefined;
|
|
593
779
|
PromptId: string | undefined;
|
|
@@ -745,6 +931,11 @@ export interface UpdateUserPhoneConfigRequest {
|
|
|
745
931
|
UserId: string | undefined;
|
|
746
932
|
InstanceId: string | undefined;
|
|
747
933
|
}
|
|
934
|
+
export interface UpdateUserProficienciesRequest {
|
|
935
|
+
InstanceId: string | undefined;
|
|
936
|
+
UserId: string | undefined;
|
|
937
|
+
UserProficiencies: UserProficiency[] | undefined;
|
|
938
|
+
}
|
|
748
939
|
export interface UpdateUserRoutingProfileRequest {
|
|
749
940
|
RoutingProfileId: string | undefined;
|
|
750
941
|
UserId: string | undefined;
|
|
@@ -843,6 +1034,11 @@ export interface HoursOfOperationSearchCriteria {
|
|
|
843
1034
|
AndConditions?: HoursOfOperationSearchCriteria[];
|
|
844
1035
|
StringCondition?: StringCondition;
|
|
845
1036
|
}
|
|
1037
|
+
export interface PredefinedAttributeSearchCriteria {
|
|
1038
|
+
OrConditions?: PredefinedAttributeSearchCriteria[];
|
|
1039
|
+
AndConditions?: PredefinedAttributeSearchCriteria[];
|
|
1040
|
+
StringCondition?: StringCondition;
|
|
1041
|
+
}
|
|
846
1042
|
export interface PromptSearchCriteria {
|
|
847
1043
|
OrConditions?: PromptSearchCriteria[];
|
|
848
1044
|
AndConditions?: PromptSearchCriteria[];
|
|
@@ -900,6 +1096,12 @@ export interface SearchHoursOfOperationsRequest {
|
|
|
900
1096
|
SearchFilter?: HoursOfOperationSearchFilter;
|
|
901
1097
|
SearchCriteria?: HoursOfOperationSearchCriteria;
|
|
902
1098
|
}
|
|
1099
|
+
export interface SearchPredefinedAttributesRequest {
|
|
1100
|
+
InstanceId: string | undefined;
|
|
1101
|
+
NextToken?: string;
|
|
1102
|
+
MaxResults?: number;
|
|
1103
|
+
SearchCriteria?: PredefinedAttributeSearchCriteria;
|
|
1104
|
+
}
|
|
903
1105
|
export interface SearchPromptsRequest {
|
|
904
1106
|
InstanceId: string | undefined;
|
|
905
1107
|
NextToken?: string;
|
|
@@ -942,6 +1144,9 @@ export interface SearchUsersRequest {
|
|
|
942
1144
|
SearchFilter?: UserSearchFilter;
|
|
943
1145
|
SearchCriteria?: UserSearchCriteria;
|
|
944
1146
|
}
|
|
1147
|
+
export declare const SearchContactsRequestFilterSensitiveLog: (
|
|
1148
|
+
obj: SearchContactsRequest
|
|
1149
|
+
) => any;
|
|
945
1150
|
export declare const AttendeeFilterSensitiveLog: (obj: Attendee) => any;
|
|
946
1151
|
export declare const ConnectionDataFilterSensitiveLog: (
|
|
947
1152
|
obj: ConnectionData
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetCurrentMetricDataCommandOutput,
|
|
5
5
|
} from "../commands/GetCurrentMetricDataCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetCurrentMetricData: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: GetCurrentMetricDataCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetCurrentMetricDataCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetCurrentUserDataCommandOutput,
|
|
5
5
|
} from "../commands/GetCurrentUserDataCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetCurrentUserData: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: GetCurrentUserDataCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetCurrentUserDataCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetMetricDataCommandOutput,
|
|
5
5
|
} from "../commands/GetMetricDataCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetMetricData: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: GetMetricDataCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetMetricDataCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetMetricDataV2CommandOutput,
|
|
5
5
|
} from "../commands/GetMetricDataV2Command";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetMetricDataV2: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: GetMetricDataV2CommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetMetricDataV2CommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAgentStatusesCommandOutput,
|
|
5
5
|
} from "../commands/ListAgentStatusesCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAgentStatuses: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListAgentStatusesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAgentStatusesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListApprovedOriginsCommandOutput,
|
|
5
5
|
} from "../commands/ListApprovedOriginsCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListApprovedOrigins: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListApprovedOriginsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListApprovedOriginsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListBotsCommandOutput,
|
|
5
5
|
} from "../commands/ListBotsCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListBots: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListBotsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBotsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListContactEvaluationsCommandOutput,
|
|
5
5
|
} from "../commands/ListContactEvaluationsCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListContactEvaluations: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListContactEvaluationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListContactEvaluationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListContactFlowModulesCommandOutput,
|
|
5
5
|
} from "../commands/ListContactFlowModulesCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListContactFlowModules: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListContactFlowModulesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListContactFlowModulesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListContactFlowsCommandOutput,
|
|
5
5
|
} from "../commands/ListContactFlowsCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListContactFlows: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListContactFlowsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListContactFlowsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListContactReferencesCommandOutput,
|
|
5
5
|
} from "../commands/ListContactReferencesCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListContactReferences: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListContactReferencesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListContactReferencesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListDefaultVocabulariesCommandOutput,
|
|
5
5
|
} from "../commands/ListDefaultVocabulariesCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListDefaultVocabularies: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListDefaultVocabulariesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDefaultVocabulariesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListEvaluationFormVersionsCommandOutput,
|
|
5
5
|
} from "../commands/ListEvaluationFormVersionsCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListEvaluationFormVersions: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListEvaluationFormVersionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListEvaluationFormVersionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListEvaluationFormsCommandOutput,
|
|
5
5
|
} from "../commands/ListEvaluationFormsCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListEvaluationForms: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListEvaluationFormsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListEvaluationFormsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListFlowAssociationsCommandOutput,
|
|
5
5
|
} from "../commands/ListFlowAssociationsCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFlowAssociations: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListFlowAssociationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListFlowAssociationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListHoursOfOperationsCommandOutput,
|
|
5
5
|
} from "../commands/ListHoursOfOperationsCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListHoursOfOperations: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListHoursOfOperationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListHoursOfOperationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListInstanceAttributesCommandOutput,
|
|
5
5
|
} from "../commands/ListInstanceAttributesCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListInstanceAttributes: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListInstanceAttributesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListInstanceAttributesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListInstanceStorageConfigsCommandOutput,
|
|
5
5
|
} from "../commands/ListInstanceStorageConfigsCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListInstanceStorageConfigs: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListInstanceStorageConfigsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListInstanceStorageConfigsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListInstancesCommandOutput,
|
|
5
5
|
} from "../commands/ListInstancesCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListInstances: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListInstancesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListInstancesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListIntegrationAssociationsCommandOutput,
|
|
5
5
|
} from "../commands/ListIntegrationAssociationsCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListIntegrationAssociations: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListIntegrationAssociationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListIntegrationAssociationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListLambdaFunctionsCommandOutput,
|
|
5
5
|
} from "../commands/ListLambdaFunctionsCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListLambdaFunctions: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListLambdaFunctionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListLambdaFunctionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListLexBotsCommandOutput,
|
|
5
5
|
} from "../commands/ListLexBotsCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListLexBots: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListLexBotsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListLexBotsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListPhoneNumbersCommandOutput,
|
|
5
5
|
} from "../commands/ListPhoneNumbersCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListPhoneNumbers: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListPhoneNumbersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPhoneNumbersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListPhoneNumbersV2CommandOutput,
|
|
5
5
|
} from "../commands/ListPhoneNumbersV2Command";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListPhoneNumbersV2: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListPhoneNumbersV2CommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPhoneNumbersV2CommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPredefinedAttributesCommandInput,
|
|
4
|
+
ListPredefinedAttributesCommandOutput,
|
|
5
|
+
} from "../commands/ListPredefinedAttributesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListPredefinedAttributes: (
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListPredefinedAttributesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPredefinedAttributesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListPromptsCommandOutput,
|
|
5
5
|
} from "../commands/ListPromptsCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListPrompts: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListPromptsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPromptsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListQueueQuickConnectsCommandOutput,
|
|
5
5
|
} from "../commands/ListQueueQuickConnectsCommand";
|
|
6
6
|
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListQueueQuickConnects: (
|
|
8
8
|
config: ConnectPaginationConfiguration,
|
|
9
9
|
input: ListQueueQuickConnectsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListQueueQuickConnectsCommandOutput>;
|