@aws-sdk/client-connect 3.47.1 → 3.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +38 -0
- package/README.md +2 -3
- package/dist-cjs/Connect.js +90 -0
- package/dist-cjs/commands/AssociateDefaultVocabularyCommand.js +36 -0
- package/dist-cjs/commands/CreateVocabularyCommand.js +36 -0
- package/dist-cjs/commands/DeleteVocabularyCommand.js +36 -0
- package/dist-cjs/commands/DescribeVocabularyCommand.js +36 -0
- package/dist-cjs/commands/ListDefaultVocabulariesCommand.js +36 -0
- package/dist-cjs/commands/SearchVocabulariesCommand.js +36 -0
- package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +3 -3
- package/dist-cjs/commands/StartTaskContactCommand.js +3 -3
- package/dist-cjs/commands/StopContactCommand.js +3 -3
- package/dist-cjs/commands/StopContactRecordingCommand.js +3 -3
- package/dist-cjs/commands/StopContactStreamingCommand.js +3 -3
- package/dist-cjs/commands/SuspendContactRecordingCommand.js +3 -3
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +127 -95
- package/dist-cjs/models/models_1.js +91 -1
- package/dist-cjs/pagination/ListDefaultVocabulariesPaginator.js +35 -0
- package/dist-cjs/pagination/SearchVocabulariesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +800 -7
- package/dist-es/Connect.js +90 -0
- package/dist-es/commands/AssociateDefaultVocabularyCommand.js +39 -0
- package/dist-es/commands/CreateVocabularyCommand.js +39 -0
- package/dist-es/commands/DeleteVocabularyCommand.js +39 -0
- package/dist-es/commands/DescribeVocabularyCommand.js +39 -0
- package/dist-es/commands/ListDefaultVocabulariesCommand.js +39 -0
- package/dist-es/commands/SearchVocabulariesCommand.js +39 -0
- package/dist-es/commands/StartOutboundVoiceContactCommand.js +1 -1
- package/dist-es/commands/StartTaskContactCommand.js +1 -1
- package/dist-es/commands/StopContactCommand.js +1 -1
- package/dist-es/commands/StopContactRecordingCommand.js +1 -1
- package/dist-es/commands/StopContactStreamingCommand.js +1 -1
- package/dist-es/commands/SuspendContactRecordingCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +91 -61
- package/dist-es/models/models_1.js +61 -0
- package/dist-es/pagination/ListDefaultVocabulariesPaginator.js +74 -0
- package/dist-es/pagination/SearchVocabulariesPaginator.js +74 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +948 -63
- package/dist-types/Connect.d.ts +63 -16
- package/dist-types/ConnectClient.d.ts +10 -5
- package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +35 -0
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVocabularyCommand.d.ts +37 -0
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +35 -0
- package/dist-types/commands/DescribeVocabularyCommand.d.ts +35 -0
- package/dist-types/commands/ListBotsCommand.d.ts +2 -2
- package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +35 -0
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/SearchVocabulariesCommand.d.ts +35 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +4 -1
- package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +4 -3
- package/dist-types/commands/StartTaskContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +445 -347
- package/dist-types/models/models_1.d.ts +337 -2
- package/dist-types/pagination/ListDefaultVocabulariesPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchVocabulariesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/package.json +39 -33
- package/dist-types/ts3.4/Connect.d.ts +0 -645
- package/dist-types/ts3.4/ConnectClient.d.ts +0 -201
- package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -128
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_0.d.ts +0 -3648
- package/dist-types/ts3.4/models/models_1.d.ts +0 -491
- package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -29
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -386
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-connect
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **clients:** update clients as of 01/28/2022 ([#3263](https://github.com/aws/aws-sdk-js-v3/issues/3263)) ([c207cf4](https://github.com/aws/aws-sdk-js-v3/commit/c207cf4a70ba9ef14dc5b94da7883b0889d64918))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **clients:** update clients as of 2022/01/21 ([#3228](https://github.com/aws/aws-sdk-js-v3/issues/3228)) ([fa713ef](https://github.com/aws/aws-sdk-js-v3/commit/fa713efca6b2f424c27535d000359f08830960b1))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @aws-sdk/client-connect
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
|
|
7
45
|
|
|
8
46
|
**Note:** Version bump only for package @aws-sdk/client-connect
|
package/README.md
CHANGED
|
@@ -15,9 +15,8 @@ appropriate agents.</p>
|
|
|
15
15
|
<p>There are limits to the number of Amazon Connect resources that you can create. There are also limits
|
|
16
16
|
to the number of requests that you can make per second. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect
|
|
17
17
|
Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
18
|
-
<p>You can connect programmatically to an
|
|
19
|
-
endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
|
|
20
|
-
Endpoints</a>.</p>
|
|
18
|
+
<p>You can connect programmatically to an Amazon Web Services service by using an endpoint. For
|
|
19
|
+
a list of Amazon Connect endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect Endpoints</a>.</p>
|
|
21
20
|
<note>
|
|
22
21
|
<p>Working with contact flows? Check out the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect Flow language</a>.</p>
|
|
23
22
|
</note>
|
package/dist-cjs/Connect.js
CHANGED
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.Connect = void 0;
|
|
4
4
|
const AssociateApprovedOriginCommand_1 = require("./commands/AssociateApprovedOriginCommand");
|
|
5
5
|
const AssociateBotCommand_1 = require("./commands/AssociateBotCommand");
|
|
6
|
+
const AssociateDefaultVocabularyCommand_1 = require("./commands/AssociateDefaultVocabularyCommand");
|
|
6
7
|
const AssociateInstanceStorageConfigCommand_1 = require("./commands/AssociateInstanceStorageConfigCommand");
|
|
7
8
|
const AssociateLambdaFunctionCommand_1 = require("./commands/AssociateLambdaFunctionCommand");
|
|
8
9
|
const AssociateLexBotCommand_1 = require("./commands/AssociateLexBotCommand");
|
|
@@ -22,6 +23,7 @@ const CreateSecurityProfileCommand_1 = require("./commands/CreateSecurityProfile
|
|
|
22
23
|
const CreateUseCaseCommand_1 = require("./commands/CreateUseCaseCommand");
|
|
23
24
|
const CreateUserCommand_1 = require("./commands/CreateUserCommand");
|
|
24
25
|
const CreateUserHierarchyGroupCommand_1 = require("./commands/CreateUserHierarchyGroupCommand");
|
|
26
|
+
const CreateVocabularyCommand_1 = require("./commands/CreateVocabularyCommand");
|
|
25
27
|
const DeleteContactFlowCommand_1 = require("./commands/DeleteContactFlowCommand");
|
|
26
28
|
const DeleteContactFlowModuleCommand_1 = require("./commands/DeleteContactFlowModuleCommand");
|
|
27
29
|
const DeleteHoursOfOperationCommand_1 = require("./commands/DeleteHoursOfOperationCommand");
|
|
@@ -32,6 +34,7 @@ const DeleteSecurityProfileCommand_1 = require("./commands/DeleteSecurityProfile
|
|
|
32
34
|
const DeleteUseCaseCommand_1 = require("./commands/DeleteUseCaseCommand");
|
|
33
35
|
const DeleteUserCommand_1 = require("./commands/DeleteUserCommand");
|
|
34
36
|
const DeleteUserHierarchyGroupCommand_1 = require("./commands/DeleteUserHierarchyGroupCommand");
|
|
37
|
+
const DeleteVocabularyCommand_1 = require("./commands/DeleteVocabularyCommand");
|
|
35
38
|
const DescribeAgentStatusCommand_1 = require("./commands/DescribeAgentStatusCommand");
|
|
36
39
|
const DescribeContactCommand_1 = require("./commands/DescribeContactCommand");
|
|
37
40
|
const DescribeContactFlowCommand_1 = require("./commands/DescribeContactFlowCommand");
|
|
@@ -47,6 +50,7 @@ const DescribeSecurityProfileCommand_1 = require("./commands/DescribeSecurityPro
|
|
|
47
50
|
const DescribeUserCommand_1 = require("./commands/DescribeUserCommand");
|
|
48
51
|
const DescribeUserHierarchyGroupCommand_1 = require("./commands/DescribeUserHierarchyGroupCommand");
|
|
49
52
|
const DescribeUserHierarchyStructureCommand_1 = require("./commands/DescribeUserHierarchyStructureCommand");
|
|
53
|
+
const DescribeVocabularyCommand_1 = require("./commands/DescribeVocabularyCommand");
|
|
50
54
|
const DisassociateApprovedOriginCommand_1 = require("./commands/DisassociateApprovedOriginCommand");
|
|
51
55
|
const DisassociateBotCommand_1 = require("./commands/DisassociateBotCommand");
|
|
52
56
|
const DisassociateInstanceStorageConfigCommand_1 = require("./commands/DisassociateInstanceStorageConfigCommand");
|
|
@@ -65,6 +69,7 @@ const ListBotsCommand_1 = require("./commands/ListBotsCommand");
|
|
|
65
69
|
const ListContactFlowModulesCommand_1 = require("./commands/ListContactFlowModulesCommand");
|
|
66
70
|
const ListContactFlowsCommand_1 = require("./commands/ListContactFlowsCommand");
|
|
67
71
|
const ListContactReferencesCommand_1 = require("./commands/ListContactReferencesCommand");
|
|
72
|
+
const ListDefaultVocabulariesCommand_1 = require("./commands/ListDefaultVocabulariesCommand");
|
|
68
73
|
const ListHoursOfOperationsCommand_1 = require("./commands/ListHoursOfOperationsCommand");
|
|
69
74
|
const ListInstanceAttributesCommand_1 = require("./commands/ListInstanceAttributesCommand");
|
|
70
75
|
const ListInstancesCommand_1 = require("./commands/ListInstancesCommand");
|
|
@@ -87,6 +92,7 @@ const ListUseCasesCommand_1 = require("./commands/ListUseCasesCommand");
|
|
|
87
92
|
const ListUserHierarchyGroupsCommand_1 = require("./commands/ListUserHierarchyGroupsCommand");
|
|
88
93
|
const ListUsersCommand_1 = require("./commands/ListUsersCommand");
|
|
89
94
|
const ResumeContactRecordingCommand_1 = require("./commands/ResumeContactRecordingCommand");
|
|
95
|
+
const SearchVocabulariesCommand_1 = require("./commands/SearchVocabulariesCommand");
|
|
90
96
|
const StartChatContactCommand_1 = require("./commands/StartChatContactCommand");
|
|
91
97
|
const StartContactRecordingCommand_1 = require("./commands/StartContactRecordingCommand");
|
|
92
98
|
const StartContactStreamingCommand_1 = require("./commands/StartContactStreamingCommand");
|
|
@@ -159,6 +165,20 @@ class Connect extends ConnectClient_1.ConnectClient {
|
|
|
159
165
|
return this.send(command, optionsOrCb);
|
|
160
166
|
}
|
|
161
167
|
}
|
|
168
|
+
associateDefaultVocabulary(args, optionsOrCb, cb) {
|
|
169
|
+
const command = new AssociateDefaultVocabularyCommand_1.AssociateDefaultVocabularyCommand(args);
|
|
170
|
+
if (typeof optionsOrCb === "function") {
|
|
171
|
+
this.send(command, optionsOrCb);
|
|
172
|
+
}
|
|
173
|
+
else if (typeof cb === "function") {
|
|
174
|
+
if (typeof optionsOrCb !== "object")
|
|
175
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
176
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
177
|
+
}
|
|
178
|
+
else {
|
|
179
|
+
return this.send(command, optionsOrCb);
|
|
180
|
+
}
|
|
181
|
+
}
|
|
162
182
|
associateInstanceStorageConfig(args, optionsOrCb, cb) {
|
|
163
183
|
const command = new AssociateInstanceStorageConfigCommand_1.AssociateInstanceStorageConfigCommand(args);
|
|
164
184
|
if (typeof optionsOrCb === "function") {
|
|
@@ -425,6 +445,20 @@ class Connect extends ConnectClient_1.ConnectClient {
|
|
|
425
445
|
return this.send(command, optionsOrCb);
|
|
426
446
|
}
|
|
427
447
|
}
|
|
448
|
+
createVocabulary(args, optionsOrCb, cb) {
|
|
449
|
+
const command = new CreateVocabularyCommand_1.CreateVocabularyCommand(args);
|
|
450
|
+
if (typeof optionsOrCb === "function") {
|
|
451
|
+
this.send(command, optionsOrCb);
|
|
452
|
+
}
|
|
453
|
+
else if (typeof cb === "function") {
|
|
454
|
+
if (typeof optionsOrCb !== "object")
|
|
455
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
456
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
457
|
+
}
|
|
458
|
+
else {
|
|
459
|
+
return this.send(command, optionsOrCb);
|
|
460
|
+
}
|
|
461
|
+
}
|
|
428
462
|
deleteContactFlow(args, optionsOrCb, cb) {
|
|
429
463
|
const command = new DeleteContactFlowCommand_1.DeleteContactFlowCommand(args);
|
|
430
464
|
if (typeof optionsOrCb === "function") {
|
|
@@ -565,6 +599,20 @@ class Connect extends ConnectClient_1.ConnectClient {
|
|
|
565
599
|
return this.send(command, optionsOrCb);
|
|
566
600
|
}
|
|
567
601
|
}
|
|
602
|
+
deleteVocabulary(args, optionsOrCb, cb) {
|
|
603
|
+
const command = new DeleteVocabularyCommand_1.DeleteVocabularyCommand(args);
|
|
604
|
+
if (typeof optionsOrCb === "function") {
|
|
605
|
+
this.send(command, optionsOrCb);
|
|
606
|
+
}
|
|
607
|
+
else if (typeof cb === "function") {
|
|
608
|
+
if (typeof optionsOrCb !== "object")
|
|
609
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
610
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
611
|
+
}
|
|
612
|
+
else {
|
|
613
|
+
return this.send(command, optionsOrCb);
|
|
614
|
+
}
|
|
615
|
+
}
|
|
568
616
|
describeAgentStatus(args, optionsOrCb, cb) {
|
|
569
617
|
const command = new DescribeAgentStatusCommand_1.DescribeAgentStatusCommand(args);
|
|
570
618
|
if (typeof optionsOrCb === "function") {
|
|
@@ -775,6 +823,20 @@ class Connect extends ConnectClient_1.ConnectClient {
|
|
|
775
823
|
return this.send(command, optionsOrCb);
|
|
776
824
|
}
|
|
777
825
|
}
|
|
826
|
+
describeVocabulary(args, optionsOrCb, cb) {
|
|
827
|
+
const command = new DescribeVocabularyCommand_1.DescribeVocabularyCommand(args);
|
|
828
|
+
if (typeof optionsOrCb === "function") {
|
|
829
|
+
this.send(command, optionsOrCb);
|
|
830
|
+
}
|
|
831
|
+
else if (typeof cb === "function") {
|
|
832
|
+
if (typeof optionsOrCb !== "object")
|
|
833
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
834
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
835
|
+
}
|
|
836
|
+
else {
|
|
837
|
+
return this.send(command, optionsOrCb);
|
|
838
|
+
}
|
|
839
|
+
}
|
|
778
840
|
disassociateApprovedOrigin(args, optionsOrCb, cb) {
|
|
779
841
|
const command = new DisassociateApprovedOriginCommand_1.DisassociateApprovedOriginCommand(args);
|
|
780
842
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1027,6 +1089,20 @@ class Connect extends ConnectClient_1.ConnectClient {
|
|
|
1027
1089
|
return this.send(command, optionsOrCb);
|
|
1028
1090
|
}
|
|
1029
1091
|
}
|
|
1092
|
+
listDefaultVocabularies(args, optionsOrCb, cb) {
|
|
1093
|
+
const command = new ListDefaultVocabulariesCommand_1.ListDefaultVocabulariesCommand(args);
|
|
1094
|
+
if (typeof optionsOrCb === "function") {
|
|
1095
|
+
this.send(command, optionsOrCb);
|
|
1096
|
+
}
|
|
1097
|
+
else if (typeof cb === "function") {
|
|
1098
|
+
if (typeof optionsOrCb !== "object")
|
|
1099
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1100
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1101
|
+
}
|
|
1102
|
+
else {
|
|
1103
|
+
return this.send(command, optionsOrCb);
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1030
1106
|
listHoursOfOperations(args, optionsOrCb, cb) {
|
|
1031
1107
|
const command = new ListHoursOfOperationsCommand_1.ListHoursOfOperationsCommand(args);
|
|
1032
1108
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1335,6 +1411,20 @@ class Connect extends ConnectClient_1.ConnectClient {
|
|
|
1335
1411
|
return this.send(command, optionsOrCb);
|
|
1336
1412
|
}
|
|
1337
1413
|
}
|
|
1414
|
+
searchVocabularies(args, optionsOrCb, cb) {
|
|
1415
|
+
const command = new SearchVocabulariesCommand_1.SearchVocabulariesCommand(args);
|
|
1416
|
+
if (typeof optionsOrCb === "function") {
|
|
1417
|
+
this.send(command, optionsOrCb);
|
|
1418
|
+
}
|
|
1419
|
+
else if (typeof cb === "function") {
|
|
1420
|
+
if (typeof optionsOrCb !== "object")
|
|
1421
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1422
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1423
|
+
}
|
|
1424
|
+
else {
|
|
1425
|
+
return this.send(command, optionsOrCb);
|
|
1426
|
+
}
|
|
1427
|
+
}
|
|
1338
1428
|
startChatContact(args, optionsOrCb, cb) {
|
|
1339
1429
|
const command = new StartChatContactCommand_1.StartChatContactCommand(args);
|
|
1340
1430
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AssociateDefaultVocabularyCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class AssociateDefaultVocabularyCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "ConnectClient";
|
|
18
|
+
const commandName = "AssociateDefaultVocabularyCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.AssociateDefaultVocabularyRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.AssociateDefaultVocabularyResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1AssociateDefaultVocabularyCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1AssociateDefaultVocabularyCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.AssociateDefaultVocabularyCommand = AssociateDefaultVocabularyCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateVocabularyCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class CreateVocabularyCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "ConnectClient";
|
|
18
|
+
const commandName = "CreateVocabularyCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateVocabularyRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateVocabularyResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1CreateVocabularyCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1CreateVocabularyCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.CreateVocabularyCommand = CreateVocabularyCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteVocabularyCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class DeleteVocabularyCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "ConnectClient";
|
|
18
|
+
const commandName = "DeleteVocabularyCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteVocabularyRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DeleteVocabularyResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1DeleteVocabularyCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1DeleteVocabularyCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DeleteVocabularyCommand = DeleteVocabularyCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeVocabularyCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class DescribeVocabularyCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "ConnectClient";
|
|
18
|
+
const commandName = "DescribeVocabularyCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeVocabularyRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeVocabularyResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1DescribeVocabularyCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1DescribeVocabularyCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DescribeVocabularyCommand = DescribeVocabularyCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListDefaultVocabulariesCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class ListDefaultVocabulariesCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "ConnectClient";
|
|
18
|
+
const commandName = "ListDefaultVocabulariesCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListDefaultVocabulariesRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListDefaultVocabulariesResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1ListDefaultVocabulariesCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1ListDefaultVocabulariesCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.ListDefaultVocabulariesCommand = ListDefaultVocabulariesCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SearchVocabulariesCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class SearchVocabulariesCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "ConnectClient";
|
|
18
|
+
const commandName = "SearchVocabulariesCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.SearchVocabulariesRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.SearchVocabulariesResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1SearchVocabulariesCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1SearchVocabulariesCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.SearchVocabulariesCommand = SearchVocabulariesCommand;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.StartOutboundVoiceContactCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class StartOutboundVoiceContactCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
@@ -20,8 +20,8 @@ class StartOutboundVoiceContactCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.StartOutboundVoiceContactRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_1_1.StartOutboundVoiceContactResponse.filterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.StartTaskContactCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class StartTaskContactCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
@@ -20,8 +20,8 @@ class StartTaskContactCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.StartTaskContactRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_1_1.StartTaskContactResponse.filterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.StopContactCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class StopContactCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
@@ -20,8 +20,8 @@ class StopContactCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.StopContactRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_1_1.StopContactResponse.filterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.StopContactRecordingCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class StopContactRecordingCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
@@ -20,8 +20,8 @@ class StopContactRecordingCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.StopContactRecordingRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_1_1.StopContactRecordingResponse.filterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.StopContactStreamingCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class StopContactStreamingCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
@@ -20,8 +20,8 @@ class StopContactStreamingCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.StopContactStreamingRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_1_1.StopContactStreamingResponse.filterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.SuspendContactRecordingCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class SuspendContactRecordingCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
@@ -20,8 +20,8 @@ class SuspendContactRecordingCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.SuspendContactRecordingRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_1_1.SuspendContactRecordingResponse.filterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./AssociateApprovedOriginCommand"), exports);
|
|
5
5
|
tslib_1.__exportStar(require("./AssociateBotCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./AssociateDefaultVocabularyCommand"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./AssociateInstanceStorageConfigCommand"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./AssociateLambdaFunctionCommand"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./AssociateLexBotCommand"), exports);
|
|
@@ -22,6 +23,7 @@ tslib_1.__exportStar(require("./CreateSecurityProfileCommand"), exports);
|
|
|
22
23
|
tslib_1.__exportStar(require("./CreateUseCaseCommand"), exports);
|
|
23
24
|
tslib_1.__exportStar(require("./CreateUserCommand"), exports);
|
|
24
25
|
tslib_1.__exportStar(require("./CreateUserHierarchyGroupCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./CreateVocabularyCommand"), exports);
|
|
25
27
|
tslib_1.__exportStar(require("./DeleteContactFlowCommand"), exports);
|
|
26
28
|
tslib_1.__exportStar(require("./DeleteContactFlowModuleCommand"), exports);
|
|
27
29
|
tslib_1.__exportStar(require("./DeleteHoursOfOperationCommand"), exports);
|
|
@@ -32,6 +34,7 @@ tslib_1.__exportStar(require("./DeleteSecurityProfileCommand"), exports);
|
|
|
32
34
|
tslib_1.__exportStar(require("./DeleteUseCaseCommand"), exports);
|
|
33
35
|
tslib_1.__exportStar(require("./DeleteUserCommand"), exports);
|
|
34
36
|
tslib_1.__exportStar(require("./DeleteUserHierarchyGroupCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./DeleteVocabularyCommand"), exports);
|
|
35
38
|
tslib_1.__exportStar(require("./DescribeAgentStatusCommand"), exports);
|
|
36
39
|
tslib_1.__exportStar(require("./DescribeContactCommand"), exports);
|
|
37
40
|
tslib_1.__exportStar(require("./DescribeContactFlowCommand"), exports);
|
|
@@ -47,6 +50,7 @@ tslib_1.__exportStar(require("./DescribeSecurityProfileCommand"), exports);
|
|
|
47
50
|
tslib_1.__exportStar(require("./DescribeUserCommand"), exports);
|
|
48
51
|
tslib_1.__exportStar(require("./DescribeUserHierarchyGroupCommand"), exports);
|
|
49
52
|
tslib_1.__exportStar(require("./DescribeUserHierarchyStructureCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./DescribeVocabularyCommand"), exports);
|
|
50
54
|
tslib_1.__exportStar(require("./DisassociateApprovedOriginCommand"), exports);
|
|
51
55
|
tslib_1.__exportStar(require("./DisassociateBotCommand"), exports);
|
|
52
56
|
tslib_1.__exportStar(require("./DisassociateInstanceStorageConfigCommand"), exports);
|
|
@@ -65,6 +69,7 @@ tslib_1.__exportStar(require("./ListBotsCommand"), exports);
|
|
|
65
69
|
tslib_1.__exportStar(require("./ListContactFlowModulesCommand"), exports);
|
|
66
70
|
tslib_1.__exportStar(require("./ListContactFlowsCommand"), exports);
|
|
67
71
|
tslib_1.__exportStar(require("./ListContactReferencesCommand"), exports);
|
|
72
|
+
tslib_1.__exportStar(require("./ListDefaultVocabulariesCommand"), exports);
|
|
68
73
|
tslib_1.__exportStar(require("./ListHoursOfOperationsCommand"), exports);
|
|
69
74
|
tslib_1.__exportStar(require("./ListInstanceAttributesCommand"), exports);
|
|
70
75
|
tslib_1.__exportStar(require("./ListInstanceStorageConfigsCommand"), exports);
|
|
@@ -87,6 +92,7 @@ tslib_1.__exportStar(require("./ListUseCasesCommand"), exports);
|
|
|
87
92
|
tslib_1.__exportStar(require("./ListUserHierarchyGroupsCommand"), exports);
|
|
88
93
|
tslib_1.__exportStar(require("./ListUsersCommand"), exports);
|
|
89
94
|
tslib_1.__exportStar(require("./ResumeContactRecordingCommand"), exports);
|
|
95
|
+
tslib_1.__exportStar(require("./SearchVocabulariesCommand"), exports);
|
|
90
96
|
tslib_1.__exportStar(require("./StartChatContactCommand"), exports);
|
|
91
97
|
tslib_1.__exportStar(require("./StartContactRecordingCommand"), exports);
|
|
92
98
|
tslib_1.__exportStar(require("./StartContactStreamingCommand"), exports);
|