@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
|
@@ -59,6 +59,10 @@ import {
|
|
|
59
59
|
AssociateTrafficDistributionGroupUserCommandInput,
|
|
60
60
|
AssociateTrafficDistributionGroupUserCommandOutput,
|
|
61
61
|
} from "../commands/AssociateTrafficDistributionGroupUserCommand";
|
|
62
|
+
import {
|
|
63
|
+
AssociateUserProficienciesCommandInput,
|
|
64
|
+
AssociateUserProficienciesCommandOutput,
|
|
65
|
+
} from "../commands/AssociateUserProficienciesCommand";
|
|
62
66
|
import {
|
|
63
67
|
BatchAssociateAnalyticsDataSetCommandInput,
|
|
64
68
|
BatchAssociateAnalyticsDataSetCommandOutput,
|
|
@@ -115,6 +119,10 @@ import {
|
|
|
115
119
|
CreatePersistentContactAssociationCommandInput,
|
|
116
120
|
CreatePersistentContactAssociationCommandOutput,
|
|
117
121
|
} from "../commands/CreatePersistentContactAssociationCommand";
|
|
122
|
+
import {
|
|
123
|
+
CreatePredefinedAttributeCommandInput,
|
|
124
|
+
CreatePredefinedAttributeCommandOutput,
|
|
125
|
+
} from "../commands/CreatePredefinedAttributeCommand";
|
|
118
126
|
import {
|
|
119
127
|
CreatePromptCommandInput,
|
|
120
128
|
CreatePromptCommandOutput,
|
|
@@ -203,6 +211,10 @@ import {
|
|
|
203
211
|
DeleteIntegrationAssociationCommandInput,
|
|
204
212
|
DeleteIntegrationAssociationCommandOutput,
|
|
205
213
|
} from "../commands/DeleteIntegrationAssociationCommand";
|
|
214
|
+
import {
|
|
215
|
+
DeletePredefinedAttributeCommandInput,
|
|
216
|
+
DeletePredefinedAttributeCommandOutput,
|
|
217
|
+
} from "../commands/DeletePredefinedAttributeCommand";
|
|
206
218
|
import {
|
|
207
219
|
DeletePromptCommandInput,
|
|
208
220
|
DeletePromptCommandOutput,
|
|
@@ -303,6 +315,10 @@ import {
|
|
|
303
315
|
DescribePhoneNumberCommandInput,
|
|
304
316
|
DescribePhoneNumberCommandOutput,
|
|
305
317
|
} from "../commands/DescribePhoneNumberCommand";
|
|
318
|
+
import {
|
|
319
|
+
DescribePredefinedAttributeCommandInput,
|
|
320
|
+
DescribePredefinedAttributeCommandOutput,
|
|
321
|
+
} from "../commands/DescribePredefinedAttributeCommand";
|
|
306
322
|
import {
|
|
307
323
|
DescribePromptCommandInput,
|
|
308
324
|
DescribePromptCommandOutput,
|
|
@@ -399,6 +415,10 @@ import {
|
|
|
399
415
|
DisassociateTrafficDistributionGroupUserCommandInput,
|
|
400
416
|
DisassociateTrafficDistributionGroupUserCommandOutput,
|
|
401
417
|
} from "../commands/DisassociateTrafficDistributionGroupUserCommand";
|
|
418
|
+
import {
|
|
419
|
+
DisassociateUserProficienciesCommandInput,
|
|
420
|
+
DisassociateUserProficienciesCommandOutput,
|
|
421
|
+
} from "../commands/DisassociateUserProficienciesCommand";
|
|
402
422
|
import {
|
|
403
423
|
DismissUserContactCommandInput,
|
|
404
424
|
DismissUserContactCommandOutput,
|
|
@@ -531,6 +551,10 @@ import {
|
|
|
531
551
|
ListPhoneNumbersV2CommandInput,
|
|
532
552
|
ListPhoneNumbersV2CommandOutput,
|
|
533
553
|
} from "../commands/ListPhoneNumbersV2Command";
|
|
554
|
+
import {
|
|
555
|
+
ListPredefinedAttributesCommandInput,
|
|
556
|
+
ListPredefinedAttributesCommandOutput,
|
|
557
|
+
} from "../commands/ListPredefinedAttributesCommand";
|
|
534
558
|
import {
|
|
535
559
|
ListPromptsCommandInput,
|
|
536
560
|
ListPromptsCommandOutput,
|
|
@@ -603,6 +627,10 @@ import {
|
|
|
603
627
|
ListUserHierarchyGroupsCommandInput,
|
|
604
628
|
ListUserHierarchyGroupsCommandOutput,
|
|
605
629
|
} from "../commands/ListUserHierarchyGroupsCommand";
|
|
630
|
+
import {
|
|
631
|
+
ListUserProficienciesCommandInput,
|
|
632
|
+
ListUserProficienciesCommandOutput,
|
|
633
|
+
} from "../commands/ListUserProficienciesCommand";
|
|
606
634
|
import {
|
|
607
635
|
ListUsersCommandInput,
|
|
608
636
|
ListUsersCommandOutput,
|
|
@@ -647,10 +675,18 @@ import {
|
|
|
647
675
|
SearchAvailablePhoneNumbersCommandInput,
|
|
648
676
|
SearchAvailablePhoneNumbersCommandOutput,
|
|
649
677
|
} from "../commands/SearchAvailablePhoneNumbersCommand";
|
|
678
|
+
import {
|
|
679
|
+
SearchContactsCommandInput,
|
|
680
|
+
SearchContactsCommandOutput,
|
|
681
|
+
} from "../commands/SearchContactsCommand";
|
|
650
682
|
import {
|
|
651
683
|
SearchHoursOfOperationsCommandInput,
|
|
652
684
|
SearchHoursOfOperationsCommandOutput,
|
|
653
685
|
} from "../commands/SearchHoursOfOperationsCommand";
|
|
686
|
+
import {
|
|
687
|
+
SearchPredefinedAttributesCommandInput,
|
|
688
|
+
SearchPredefinedAttributesCommandOutput,
|
|
689
|
+
} from "../commands/SearchPredefinedAttributesCommand";
|
|
654
690
|
import {
|
|
655
691
|
SearchPromptsCommandInput,
|
|
656
692
|
SearchPromptsCommandOutput,
|
|
@@ -791,6 +827,10 @@ import {
|
|
|
791
827
|
UpdateContactFlowNameCommandInput,
|
|
792
828
|
UpdateContactFlowNameCommandOutput,
|
|
793
829
|
} from "../commands/UpdateContactFlowNameCommand";
|
|
830
|
+
import {
|
|
831
|
+
UpdateContactRoutingDataCommandInput,
|
|
832
|
+
UpdateContactRoutingDataCommandOutput,
|
|
833
|
+
} from "../commands/UpdateContactRoutingDataCommand";
|
|
794
834
|
import {
|
|
795
835
|
UpdateContactScheduleCommandInput,
|
|
796
836
|
UpdateContactScheduleCommandOutput,
|
|
@@ -823,6 +863,10 @@ import {
|
|
|
823
863
|
UpdatePhoneNumberMetadataCommandInput,
|
|
824
864
|
UpdatePhoneNumberMetadataCommandOutput,
|
|
825
865
|
} from "../commands/UpdatePhoneNumberMetadataCommand";
|
|
866
|
+
import {
|
|
867
|
+
UpdatePredefinedAttributeCommandInput,
|
|
868
|
+
UpdatePredefinedAttributeCommandOutput,
|
|
869
|
+
} from "../commands/UpdatePredefinedAttributeCommand";
|
|
826
870
|
import {
|
|
827
871
|
UpdatePromptCommandInput,
|
|
828
872
|
UpdatePromptCommandOutput,
|
|
@@ -911,6 +955,10 @@ import {
|
|
|
911
955
|
UpdateUserPhoneConfigCommandInput,
|
|
912
956
|
UpdateUserPhoneConfigCommandOutput,
|
|
913
957
|
} from "../commands/UpdateUserPhoneConfigCommand";
|
|
958
|
+
import {
|
|
959
|
+
UpdateUserProficienciesCommandInput,
|
|
960
|
+
UpdateUserProficienciesCommandOutput,
|
|
961
|
+
} from "../commands/UpdateUserProficienciesCommand";
|
|
914
962
|
import {
|
|
915
963
|
UpdateUserRoutingProfileCommandInput,
|
|
916
964
|
UpdateUserRoutingProfileCommandOutput,
|
|
@@ -983,6 +1031,10 @@ export declare const se_AssociateTrafficDistributionGroupUserCommand: (
|
|
|
983
1031
|
input: AssociateTrafficDistributionGroupUserCommandInput,
|
|
984
1032
|
context: __SerdeContext
|
|
985
1033
|
) => Promise<__HttpRequest>;
|
|
1034
|
+
export declare const se_AssociateUserProficienciesCommand: (
|
|
1035
|
+
input: AssociateUserProficienciesCommandInput,
|
|
1036
|
+
context: __SerdeContext
|
|
1037
|
+
) => Promise<__HttpRequest>;
|
|
986
1038
|
export declare const se_BatchAssociateAnalyticsDataSetCommand: (
|
|
987
1039
|
input: BatchAssociateAnalyticsDataSetCommandInput,
|
|
988
1040
|
context: __SerdeContext
|
|
@@ -1039,6 +1091,10 @@ export declare const se_CreatePersistentContactAssociationCommand: (
|
|
|
1039
1091
|
input: CreatePersistentContactAssociationCommandInput,
|
|
1040
1092
|
context: __SerdeContext
|
|
1041
1093
|
) => Promise<__HttpRequest>;
|
|
1094
|
+
export declare const se_CreatePredefinedAttributeCommand: (
|
|
1095
|
+
input: CreatePredefinedAttributeCommandInput,
|
|
1096
|
+
context: __SerdeContext
|
|
1097
|
+
) => Promise<__HttpRequest>;
|
|
1042
1098
|
export declare const se_CreatePromptCommand: (
|
|
1043
1099
|
input: CreatePromptCommandInput,
|
|
1044
1100
|
context: __SerdeContext
|
|
@@ -1127,6 +1183,10 @@ export declare const se_DeleteIntegrationAssociationCommand: (
|
|
|
1127
1183
|
input: DeleteIntegrationAssociationCommandInput,
|
|
1128
1184
|
context: __SerdeContext
|
|
1129
1185
|
) => Promise<__HttpRequest>;
|
|
1186
|
+
export declare const se_DeletePredefinedAttributeCommand: (
|
|
1187
|
+
input: DeletePredefinedAttributeCommandInput,
|
|
1188
|
+
context: __SerdeContext
|
|
1189
|
+
) => Promise<__HttpRequest>;
|
|
1130
1190
|
export declare const se_DeletePromptCommand: (
|
|
1131
1191
|
input: DeletePromptCommandInput,
|
|
1132
1192
|
context: __SerdeContext
|
|
@@ -1227,6 +1287,10 @@ export declare const se_DescribePhoneNumberCommand: (
|
|
|
1227
1287
|
input: DescribePhoneNumberCommandInput,
|
|
1228
1288
|
context: __SerdeContext
|
|
1229
1289
|
) => Promise<__HttpRequest>;
|
|
1290
|
+
export declare const se_DescribePredefinedAttributeCommand: (
|
|
1291
|
+
input: DescribePredefinedAttributeCommandInput,
|
|
1292
|
+
context: __SerdeContext
|
|
1293
|
+
) => Promise<__HttpRequest>;
|
|
1230
1294
|
export declare const se_DescribePromptCommand: (
|
|
1231
1295
|
input: DescribePromptCommandInput,
|
|
1232
1296
|
context: __SerdeContext
|
|
@@ -1323,6 +1387,10 @@ export declare const se_DisassociateTrafficDistributionGroupUserCommand: (
|
|
|
1323
1387
|
input: DisassociateTrafficDistributionGroupUserCommandInput,
|
|
1324
1388
|
context: __SerdeContext
|
|
1325
1389
|
) => Promise<__HttpRequest>;
|
|
1390
|
+
export declare const se_DisassociateUserProficienciesCommand: (
|
|
1391
|
+
input: DisassociateUserProficienciesCommandInput,
|
|
1392
|
+
context: __SerdeContext
|
|
1393
|
+
) => Promise<__HttpRequest>;
|
|
1326
1394
|
export declare const se_DismissUserContactCommand: (
|
|
1327
1395
|
input: DismissUserContactCommandInput,
|
|
1328
1396
|
context: __SerdeContext
|
|
@@ -1455,6 +1523,10 @@ export declare const se_ListPhoneNumbersV2Command: (
|
|
|
1455
1523
|
input: ListPhoneNumbersV2CommandInput,
|
|
1456
1524
|
context: __SerdeContext
|
|
1457
1525
|
) => Promise<__HttpRequest>;
|
|
1526
|
+
export declare const se_ListPredefinedAttributesCommand: (
|
|
1527
|
+
input: ListPredefinedAttributesCommandInput,
|
|
1528
|
+
context: __SerdeContext
|
|
1529
|
+
) => Promise<__HttpRequest>;
|
|
1458
1530
|
export declare const se_ListPromptsCommand: (
|
|
1459
1531
|
input: ListPromptsCommandInput,
|
|
1460
1532
|
context: __SerdeContext
|
|
@@ -1527,6 +1599,10 @@ export declare const se_ListUserHierarchyGroupsCommand: (
|
|
|
1527
1599
|
input: ListUserHierarchyGroupsCommandInput,
|
|
1528
1600
|
context: __SerdeContext
|
|
1529
1601
|
) => Promise<__HttpRequest>;
|
|
1602
|
+
export declare const se_ListUserProficienciesCommand: (
|
|
1603
|
+
input: ListUserProficienciesCommandInput,
|
|
1604
|
+
context: __SerdeContext
|
|
1605
|
+
) => Promise<__HttpRequest>;
|
|
1530
1606
|
export declare const se_ListUsersCommand: (
|
|
1531
1607
|
input: ListUsersCommandInput,
|
|
1532
1608
|
context: __SerdeContext
|
|
@@ -1571,10 +1647,18 @@ export declare const se_SearchAvailablePhoneNumbersCommand: (
|
|
|
1571
1647
|
input: SearchAvailablePhoneNumbersCommandInput,
|
|
1572
1648
|
context: __SerdeContext
|
|
1573
1649
|
) => Promise<__HttpRequest>;
|
|
1650
|
+
export declare const se_SearchContactsCommand: (
|
|
1651
|
+
input: SearchContactsCommandInput,
|
|
1652
|
+
context: __SerdeContext
|
|
1653
|
+
) => Promise<__HttpRequest>;
|
|
1574
1654
|
export declare const se_SearchHoursOfOperationsCommand: (
|
|
1575
1655
|
input: SearchHoursOfOperationsCommandInput,
|
|
1576
1656
|
context: __SerdeContext
|
|
1577
1657
|
) => Promise<__HttpRequest>;
|
|
1658
|
+
export declare const se_SearchPredefinedAttributesCommand: (
|
|
1659
|
+
input: SearchPredefinedAttributesCommandInput,
|
|
1660
|
+
context: __SerdeContext
|
|
1661
|
+
) => Promise<__HttpRequest>;
|
|
1578
1662
|
export declare const se_SearchPromptsCommand: (
|
|
1579
1663
|
input: SearchPromptsCommandInput,
|
|
1580
1664
|
context: __SerdeContext
|
|
@@ -1715,6 +1799,10 @@ export declare const se_UpdateContactFlowNameCommand: (
|
|
|
1715
1799
|
input: UpdateContactFlowNameCommandInput,
|
|
1716
1800
|
context: __SerdeContext
|
|
1717
1801
|
) => Promise<__HttpRequest>;
|
|
1802
|
+
export declare const se_UpdateContactRoutingDataCommand: (
|
|
1803
|
+
input: UpdateContactRoutingDataCommandInput,
|
|
1804
|
+
context: __SerdeContext
|
|
1805
|
+
) => Promise<__HttpRequest>;
|
|
1718
1806
|
export declare const se_UpdateContactScheduleCommand: (
|
|
1719
1807
|
input: UpdateContactScheduleCommandInput,
|
|
1720
1808
|
context: __SerdeContext
|
|
@@ -1747,6 +1835,10 @@ export declare const se_UpdatePhoneNumberMetadataCommand: (
|
|
|
1747
1835
|
input: UpdatePhoneNumberMetadataCommandInput,
|
|
1748
1836
|
context: __SerdeContext
|
|
1749
1837
|
) => Promise<__HttpRequest>;
|
|
1838
|
+
export declare const se_UpdatePredefinedAttributeCommand: (
|
|
1839
|
+
input: UpdatePredefinedAttributeCommandInput,
|
|
1840
|
+
context: __SerdeContext
|
|
1841
|
+
) => Promise<__HttpRequest>;
|
|
1750
1842
|
export declare const se_UpdatePromptCommand: (
|
|
1751
1843
|
input: UpdatePromptCommandInput,
|
|
1752
1844
|
context: __SerdeContext
|
|
@@ -1835,6 +1927,10 @@ export declare const se_UpdateUserPhoneConfigCommand: (
|
|
|
1835
1927
|
input: UpdateUserPhoneConfigCommandInput,
|
|
1836
1928
|
context: __SerdeContext
|
|
1837
1929
|
) => Promise<__HttpRequest>;
|
|
1930
|
+
export declare const se_UpdateUserProficienciesCommand: (
|
|
1931
|
+
input: UpdateUserProficienciesCommandInput,
|
|
1932
|
+
context: __SerdeContext
|
|
1933
|
+
) => Promise<__HttpRequest>;
|
|
1838
1934
|
export declare const se_UpdateUserRoutingProfileCommand: (
|
|
1839
1935
|
input: UpdateUserRoutingProfileCommandInput,
|
|
1840
1936
|
context: __SerdeContext
|
|
@@ -1907,6 +2003,10 @@ export declare const de_AssociateTrafficDistributionGroupUserCommand: (
|
|
|
1907
2003
|
output: __HttpResponse,
|
|
1908
2004
|
context: __SerdeContext
|
|
1909
2005
|
) => Promise<AssociateTrafficDistributionGroupUserCommandOutput>;
|
|
2006
|
+
export declare const de_AssociateUserProficienciesCommand: (
|
|
2007
|
+
output: __HttpResponse,
|
|
2008
|
+
context: __SerdeContext
|
|
2009
|
+
) => Promise<AssociateUserProficienciesCommandOutput>;
|
|
1910
2010
|
export declare const de_BatchAssociateAnalyticsDataSetCommand: (
|
|
1911
2011
|
output: __HttpResponse,
|
|
1912
2012
|
context: __SerdeContext
|
|
@@ -1963,6 +2063,10 @@ export declare const de_CreatePersistentContactAssociationCommand: (
|
|
|
1963
2063
|
output: __HttpResponse,
|
|
1964
2064
|
context: __SerdeContext
|
|
1965
2065
|
) => Promise<CreatePersistentContactAssociationCommandOutput>;
|
|
2066
|
+
export declare const de_CreatePredefinedAttributeCommand: (
|
|
2067
|
+
output: __HttpResponse,
|
|
2068
|
+
context: __SerdeContext
|
|
2069
|
+
) => Promise<CreatePredefinedAttributeCommandOutput>;
|
|
1966
2070
|
export declare const de_CreatePromptCommand: (
|
|
1967
2071
|
output: __HttpResponse,
|
|
1968
2072
|
context: __SerdeContext
|
|
@@ -2051,6 +2155,10 @@ export declare const de_DeleteIntegrationAssociationCommand: (
|
|
|
2051
2155
|
output: __HttpResponse,
|
|
2052
2156
|
context: __SerdeContext
|
|
2053
2157
|
) => Promise<DeleteIntegrationAssociationCommandOutput>;
|
|
2158
|
+
export declare const de_DeletePredefinedAttributeCommand: (
|
|
2159
|
+
output: __HttpResponse,
|
|
2160
|
+
context: __SerdeContext
|
|
2161
|
+
) => Promise<DeletePredefinedAttributeCommandOutput>;
|
|
2054
2162
|
export declare const de_DeletePromptCommand: (
|
|
2055
2163
|
output: __HttpResponse,
|
|
2056
2164
|
context: __SerdeContext
|
|
@@ -2151,6 +2259,10 @@ export declare const de_DescribePhoneNumberCommand: (
|
|
|
2151
2259
|
output: __HttpResponse,
|
|
2152
2260
|
context: __SerdeContext
|
|
2153
2261
|
) => Promise<DescribePhoneNumberCommandOutput>;
|
|
2262
|
+
export declare const de_DescribePredefinedAttributeCommand: (
|
|
2263
|
+
output: __HttpResponse,
|
|
2264
|
+
context: __SerdeContext
|
|
2265
|
+
) => Promise<DescribePredefinedAttributeCommandOutput>;
|
|
2154
2266
|
export declare const de_DescribePromptCommand: (
|
|
2155
2267
|
output: __HttpResponse,
|
|
2156
2268
|
context: __SerdeContext
|
|
@@ -2247,6 +2359,10 @@ export declare const de_DisassociateTrafficDistributionGroupUserCommand: (
|
|
|
2247
2359
|
output: __HttpResponse,
|
|
2248
2360
|
context: __SerdeContext
|
|
2249
2361
|
) => Promise<DisassociateTrafficDistributionGroupUserCommandOutput>;
|
|
2362
|
+
export declare const de_DisassociateUserProficienciesCommand: (
|
|
2363
|
+
output: __HttpResponse,
|
|
2364
|
+
context: __SerdeContext
|
|
2365
|
+
) => Promise<DisassociateUserProficienciesCommandOutput>;
|
|
2250
2366
|
export declare const de_DismissUserContactCommand: (
|
|
2251
2367
|
output: __HttpResponse,
|
|
2252
2368
|
context: __SerdeContext
|
|
@@ -2379,6 +2495,10 @@ export declare const de_ListPhoneNumbersV2Command: (
|
|
|
2379
2495
|
output: __HttpResponse,
|
|
2380
2496
|
context: __SerdeContext
|
|
2381
2497
|
) => Promise<ListPhoneNumbersV2CommandOutput>;
|
|
2498
|
+
export declare const de_ListPredefinedAttributesCommand: (
|
|
2499
|
+
output: __HttpResponse,
|
|
2500
|
+
context: __SerdeContext
|
|
2501
|
+
) => Promise<ListPredefinedAttributesCommandOutput>;
|
|
2382
2502
|
export declare const de_ListPromptsCommand: (
|
|
2383
2503
|
output: __HttpResponse,
|
|
2384
2504
|
context: __SerdeContext
|
|
@@ -2451,6 +2571,10 @@ export declare const de_ListUserHierarchyGroupsCommand: (
|
|
|
2451
2571
|
output: __HttpResponse,
|
|
2452
2572
|
context: __SerdeContext
|
|
2453
2573
|
) => Promise<ListUserHierarchyGroupsCommandOutput>;
|
|
2574
|
+
export declare const de_ListUserProficienciesCommand: (
|
|
2575
|
+
output: __HttpResponse,
|
|
2576
|
+
context: __SerdeContext
|
|
2577
|
+
) => Promise<ListUserProficienciesCommandOutput>;
|
|
2454
2578
|
export declare const de_ListUsersCommand: (
|
|
2455
2579
|
output: __HttpResponse,
|
|
2456
2580
|
context: __SerdeContext
|
|
@@ -2495,10 +2619,18 @@ export declare const de_SearchAvailablePhoneNumbersCommand: (
|
|
|
2495
2619
|
output: __HttpResponse,
|
|
2496
2620
|
context: __SerdeContext
|
|
2497
2621
|
) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
|
|
2622
|
+
export declare const de_SearchContactsCommand: (
|
|
2623
|
+
output: __HttpResponse,
|
|
2624
|
+
context: __SerdeContext
|
|
2625
|
+
) => Promise<SearchContactsCommandOutput>;
|
|
2498
2626
|
export declare const de_SearchHoursOfOperationsCommand: (
|
|
2499
2627
|
output: __HttpResponse,
|
|
2500
2628
|
context: __SerdeContext
|
|
2501
2629
|
) => Promise<SearchHoursOfOperationsCommandOutput>;
|
|
2630
|
+
export declare const de_SearchPredefinedAttributesCommand: (
|
|
2631
|
+
output: __HttpResponse,
|
|
2632
|
+
context: __SerdeContext
|
|
2633
|
+
) => Promise<SearchPredefinedAttributesCommandOutput>;
|
|
2502
2634
|
export declare const de_SearchPromptsCommand: (
|
|
2503
2635
|
output: __HttpResponse,
|
|
2504
2636
|
context: __SerdeContext
|
|
@@ -2639,6 +2771,10 @@ export declare const de_UpdateContactFlowNameCommand: (
|
|
|
2639
2771
|
output: __HttpResponse,
|
|
2640
2772
|
context: __SerdeContext
|
|
2641
2773
|
) => Promise<UpdateContactFlowNameCommandOutput>;
|
|
2774
|
+
export declare const de_UpdateContactRoutingDataCommand: (
|
|
2775
|
+
output: __HttpResponse,
|
|
2776
|
+
context: __SerdeContext
|
|
2777
|
+
) => Promise<UpdateContactRoutingDataCommandOutput>;
|
|
2642
2778
|
export declare const de_UpdateContactScheduleCommand: (
|
|
2643
2779
|
output: __HttpResponse,
|
|
2644
2780
|
context: __SerdeContext
|
|
@@ -2671,6 +2807,10 @@ export declare const de_UpdatePhoneNumberMetadataCommand: (
|
|
|
2671
2807
|
output: __HttpResponse,
|
|
2672
2808
|
context: __SerdeContext
|
|
2673
2809
|
) => Promise<UpdatePhoneNumberMetadataCommandOutput>;
|
|
2810
|
+
export declare const de_UpdatePredefinedAttributeCommand: (
|
|
2811
|
+
output: __HttpResponse,
|
|
2812
|
+
context: __SerdeContext
|
|
2813
|
+
) => Promise<UpdatePredefinedAttributeCommandOutput>;
|
|
2674
2814
|
export declare const de_UpdatePromptCommand: (
|
|
2675
2815
|
output: __HttpResponse,
|
|
2676
2816
|
context: __SerdeContext
|
|
@@ -2759,6 +2899,10 @@ export declare const de_UpdateUserPhoneConfigCommand: (
|
|
|
2759
2899
|
output: __HttpResponse,
|
|
2760
2900
|
context: __SerdeContext
|
|
2761
2901
|
) => Promise<UpdateUserPhoneConfigCommandOutput>;
|
|
2902
|
+
export declare const de_UpdateUserProficienciesCommand: (
|
|
2903
|
+
output: __HttpResponse,
|
|
2904
|
+
context: __SerdeContext
|
|
2905
|
+
) => Promise<UpdateUserProficienciesCommandOutput>;
|
|
2762
2906
|
export declare const de_UpdateUserRoutingProfileCommand: (
|
|
2763
2907
|
output: __HttpResponse,
|
|
2764
2908
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.479.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.478.0",
|
|
24
24
|
"@aws-sdk/core": "3.477.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.478.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.468.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.478.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.470.0",
|
|
32
32
|
"@aws-sdk/types": "3.468.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.478.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.0.21",
|