@aws-sdk/client-connect 3.460.0 → 3.462.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 +104 -0
- package/dist-cjs/Connect.js +26 -0
- package/dist-cjs/commands/AssociateAnalyticsDataSetCommand.js +51 -0
- package/dist-cjs/commands/AssociateFlowCommand.js +51 -0
- package/dist-cjs/commands/BatchAssociateAnalyticsDataSetCommand.js +51 -0
- package/dist-cjs/commands/BatchDisassociateAnalyticsDataSetCommand.js +51 -0
- package/dist-cjs/commands/DisassociateAnalyticsDataSetCommand.js +51 -0
- package/dist-cjs/commands/DisassociateFlowCommand.js +51 -0
- package/dist-cjs/commands/GetFlowAssociationCommand.js +51 -0
- package/dist-cjs/commands/ImportPhoneNumberCommand.js +51 -0
- package/dist-cjs/commands/ListAnalyticsDataAssociationsCommand.js +51 -0
- package/dist-cjs/commands/ListFlowAssociationsCommand.js +51 -0
- package/dist-cjs/commands/ListRealtimeContactAnalysisSegmentsV2Command.js +51 -0
- package/dist-cjs/commands/SendChatIntegrationEventCommand.js +51 -0
- package/dist-cjs/commands/StartWebRTCContactCommand.js +52 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/models/models_0.js +11 -10
- package/dist-cjs/models/models_1.js +81 -51
- package/dist-cjs/models/models_2.js +72 -1
- package/dist-cjs/pagination/ListFlowAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1056 -31
- package/dist-es/Connect.js +26 -0
- package/dist-es/commands/AssociateAnalyticsDataSetCommand.js +47 -0
- package/dist-es/commands/AssociateFlowCommand.js +47 -0
- package/dist-es/commands/BatchAssociateAnalyticsDataSetCommand.js +47 -0
- package/dist-es/commands/BatchDisassociateAnalyticsDataSetCommand.js +47 -0
- package/dist-es/commands/DisassociateAnalyticsDataSetCommand.js +47 -0
- package/dist-es/commands/DisassociateFlowCommand.js +47 -0
- package/dist-es/commands/GetFlowAssociationCommand.js +47 -0
- package/dist-es/commands/ImportPhoneNumberCommand.js +47 -0
- package/dist-es/commands/ListAnalyticsDataAssociationsCommand.js +47 -0
- package/dist-es/commands/ListFlowAssociationsCommand.js +47 -0
- package/dist-es/commands/ListRealtimeContactAnalysisSegmentsV2Command.js +47 -0
- package/dist-es/commands/SendChatIntegrationEventCommand.js +47 -0
- package/dist-es/commands/StartWebRTCContactCommand.js +48 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +9 -8
- package/dist-es/models/models_1.js +79 -47
- package/dist-es/models/models_2.js +65 -0
- package/dist-es/pagination/ListFlowAssociationsPaginator.js +25 -0
- package/dist-es/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +1019 -21
- package/dist-types/Connect.d.ts +91 -0
- package/dist-types/ConnectClient.d.ts +15 -2
- package/dist-types/commands/AssociateAnalyticsDataSetCommand.d.ts +95 -0
- package/dist-types/commands/AssociateFlowCommand.d.ts +92 -0
- package/dist-types/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +107 -0
- package/dist-types/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +102 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +1 -3
- package/dist-types/commands/DescribePhoneNumberCommand.d.ts +2 -1
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRuleCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +1 -2
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAnalyticsDataSetCommand.d.ts +89 -0
- package/dist-types/commands/DisassociateFlowCommand.d.ts +91 -0
- package/dist-types/commands/GetFlowAssociationCommand.d.ts +95 -0
- package/dist-types/commands/ImportPhoneNumberCommand.d.ts +100 -0
- package/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +101 -0
- package/dist-types/commands/ListFlowAssociationsCommand.d.ts +101 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +2 -2
- package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +4 -2
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +185 -0
- package/dist-types/commands/ListRulesCommand.d.ts +2 -2
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +2 -2
- package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +125 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
- package/dist-types/commands/StartContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/commands/StartTaskContactCommand.d.ts +1 -1
- package/dist-types/commands/StartWebRTCContactCommand.d.ts +137 -0
- 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/SubmitContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TransferContactCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +271 -381
- package/dist-types/models/models_1.d.ts +3355 -3077
- package/dist-types/models/models_2.d.ts +1427 -2
- package/dist-types/pagination/ListFlowAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
- package/dist-types/ts3.4/Connect.d.ts +233 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/AssociateAnalyticsDataSetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/AssociateFlowCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficDistributionGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateAnalyticsDataSetCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DisassociateFlowCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetFlowAssociationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ImportPhoneNumberCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAnalyticsDataAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +42 -0
- package/dist-types/ts3.4/commands/SendChatIntegrationEventCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +69 -94
- package/dist-types/ts3.4/models/models_1.d.ts +388 -256
- package/dist-types/ts3.4/models/models_2.d.ts +334 -0
- package/dist-types/ts3.4/pagination/ListFlowAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -220,6 +220,14 @@ ActivateEvaluationForm
|
|
|
220
220
|
|
|
221
221
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ActivateEvaluationFormCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ActivateEvaluationFormCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ActivateEvaluationFormCommandOutput/)
|
|
222
222
|
|
|
223
|
+
</details>
|
|
224
|
+
<details>
|
|
225
|
+
<summary>
|
|
226
|
+
AssociateAnalyticsDataSet
|
|
227
|
+
</summary>
|
|
228
|
+
|
|
229
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/AssociateAnalyticsDataSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/AssociateAnalyticsDataSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/AssociateAnalyticsDataSetCommandOutput/)
|
|
230
|
+
|
|
223
231
|
</details>
|
|
224
232
|
<details>
|
|
225
233
|
<summary>
|
|
@@ -244,6 +252,14 @@ AssociateDefaultVocabulary
|
|
|
244
252
|
|
|
245
253
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/AssociateDefaultVocabularyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/AssociateDefaultVocabularyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/AssociateDefaultVocabularyCommandOutput/)
|
|
246
254
|
|
|
255
|
+
</details>
|
|
256
|
+
<details>
|
|
257
|
+
<summary>
|
|
258
|
+
AssociateFlow
|
|
259
|
+
</summary>
|
|
260
|
+
|
|
261
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/AssociateFlowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/AssociateFlowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/AssociateFlowCommandOutput/)
|
|
262
|
+
|
|
247
263
|
</details>
|
|
248
264
|
<details>
|
|
249
265
|
<summary>
|
|
@@ -308,6 +324,22 @@ AssociateTrafficDistributionGroupUser
|
|
|
308
324
|
|
|
309
325
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/AssociateTrafficDistributionGroupUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/AssociateTrafficDistributionGroupUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/AssociateTrafficDistributionGroupUserCommandOutput/)
|
|
310
326
|
|
|
327
|
+
</details>
|
|
328
|
+
<details>
|
|
329
|
+
<summary>
|
|
330
|
+
BatchAssociateAnalyticsDataSet
|
|
331
|
+
</summary>
|
|
332
|
+
|
|
333
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/BatchAssociateAnalyticsDataSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/BatchAssociateAnalyticsDataSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/BatchAssociateAnalyticsDataSetCommandOutput/)
|
|
334
|
+
|
|
335
|
+
</details>
|
|
336
|
+
<details>
|
|
337
|
+
<summary>
|
|
338
|
+
BatchDisassociateAnalyticsDataSet
|
|
339
|
+
</summary>
|
|
340
|
+
|
|
341
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/BatchDisassociateAnalyticsDataSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/BatchDisassociateAnalyticsDataSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/BatchDisassociateAnalyticsDataSetCommandOutput/)
|
|
342
|
+
|
|
311
343
|
</details>
|
|
312
344
|
<details>
|
|
313
345
|
<summary>
|
|
@@ -876,6 +908,14 @@ DescribeVocabulary
|
|
|
876
908
|
|
|
877
909
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DescribeVocabularyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeVocabularyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeVocabularyCommandOutput/)
|
|
878
910
|
|
|
911
|
+
</details>
|
|
912
|
+
<details>
|
|
913
|
+
<summary>
|
|
914
|
+
DisassociateAnalyticsDataSet
|
|
915
|
+
</summary>
|
|
916
|
+
|
|
917
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DisassociateAnalyticsDataSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DisassociateAnalyticsDataSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DisassociateAnalyticsDataSetCommandOutput/)
|
|
918
|
+
|
|
879
919
|
</details>
|
|
880
920
|
<details>
|
|
881
921
|
<summary>
|
|
@@ -892,6 +932,14 @@ DisassociateBot
|
|
|
892
932
|
|
|
893
933
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DisassociateBotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DisassociateBotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DisassociateBotCommandOutput/)
|
|
894
934
|
|
|
935
|
+
</details>
|
|
936
|
+
<details>
|
|
937
|
+
<summary>
|
|
938
|
+
DisassociateFlow
|
|
939
|
+
</summary>
|
|
940
|
+
|
|
941
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DisassociateFlowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DisassociateFlowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DisassociateFlowCommandOutput/)
|
|
942
|
+
|
|
895
943
|
</details>
|
|
896
944
|
<details>
|
|
897
945
|
<summary>
|
|
@@ -996,6 +1044,14 @@ GetFederationToken
|
|
|
996
1044
|
|
|
997
1045
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/GetFederationTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/GetFederationTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/GetFederationTokenCommandOutput/)
|
|
998
1046
|
|
|
1047
|
+
</details>
|
|
1048
|
+
<details>
|
|
1049
|
+
<summary>
|
|
1050
|
+
GetFlowAssociation
|
|
1051
|
+
</summary>
|
|
1052
|
+
|
|
1053
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/GetFlowAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/GetFlowAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/GetFlowAssociationCommandOutput/)
|
|
1054
|
+
|
|
999
1055
|
</details>
|
|
1000
1056
|
<details>
|
|
1001
1057
|
<summary>
|
|
@@ -1036,6 +1092,14 @@ GetTrafficDistribution
|
|
|
1036
1092
|
|
|
1037
1093
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/GetTrafficDistributionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/GetTrafficDistributionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/GetTrafficDistributionCommandOutput/)
|
|
1038
1094
|
|
|
1095
|
+
</details>
|
|
1096
|
+
<details>
|
|
1097
|
+
<summary>
|
|
1098
|
+
ImportPhoneNumber
|
|
1099
|
+
</summary>
|
|
1100
|
+
|
|
1101
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ImportPhoneNumberCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ImportPhoneNumberCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ImportPhoneNumberCommandOutput/)
|
|
1102
|
+
|
|
1039
1103
|
</details>
|
|
1040
1104
|
<details>
|
|
1041
1105
|
<summary>
|
|
@@ -1044,6 +1108,14 @@ ListAgentStatuses
|
|
|
1044
1108
|
|
|
1045
1109
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListAgentStatusesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListAgentStatusesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListAgentStatusesCommandOutput/)
|
|
1046
1110
|
|
|
1111
|
+
</details>
|
|
1112
|
+
<details>
|
|
1113
|
+
<summary>
|
|
1114
|
+
ListAnalyticsDataAssociations
|
|
1115
|
+
</summary>
|
|
1116
|
+
|
|
1117
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListAnalyticsDataAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListAnalyticsDataAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListAnalyticsDataAssociationsCommandOutput/)
|
|
1118
|
+
|
|
1047
1119
|
</details>
|
|
1048
1120
|
<details>
|
|
1049
1121
|
<summary>
|
|
@@ -1116,6 +1188,14 @@ ListEvaluationFormVersions
|
|
|
1116
1188
|
|
|
1117
1189
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListEvaluationFormVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListEvaluationFormVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListEvaluationFormVersionsCommandOutput/)
|
|
1118
1190
|
|
|
1191
|
+
</details>
|
|
1192
|
+
<details>
|
|
1193
|
+
<summary>
|
|
1194
|
+
ListFlowAssociations
|
|
1195
|
+
</summary>
|
|
1196
|
+
|
|
1197
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListFlowAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListFlowAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListFlowAssociationsCommandOutput/)
|
|
1198
|
+
|
|
1119
1199
|
</details>
|
|
1120
1200
|
<details>
|
|
1121
1201
|
<summary>
|
|
@@ -1220,6 +1300,14 @@ ListQuickConnects
|
|
|
1220
1300
|
|
|
1221
1301
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListQuickConnectsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListQuickConnectsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListQuickConnectsCommandOutput/)
|
|
1222
1302
|
|
|
1303
|
+
</details>
|
|
1304
|
+
<details>
|
|
1305
|
+
<summary>
|
|
1306
|
+
ListRealtimeContactAnalysisSegmentsV2
|
|
1307
|
+
</summary>
|
|
1308
|
+
|
|
1309
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListRealtimeContactAnalysisSegmentsV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListRealtimeContactAnalysisSegmentsV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListRealtimeContactAnalysisSegmentsV2CommandOutput/)
|
|
1310
|
+
|
|
1223
1311
|
</details>
|
|
1224
1312
|
<details>
|
|
1225
1313
|
<summary>
|
|
@@ -1468,6 +1556,14 @@ SearchVocabularies
|
|
|
1468
1556
|
|
|
1469
1557
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/SearchVocabulariesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SearchVocabulariesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SearchVocabulariesCommandOutput/)
|
|
1470
1558
|
|
|
1559
|
+
</details>
|
|
1560
|
+
<details>
|
|
1561
|
+
<summary>
|
|
1562
|
+
SendChatIntegrationEvent
|
|
1563
|
+
</summary>
|
|
1564
|
+
|
|
1565
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/SendChatIntegrationEventCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SendChatIntegrationEventCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SendChatIntegrationEventCommandOutput/)
|
|
1566
|
+
|
|
1471
1567
|
</details>
|
|
1472
1568
|
<details>
|
|
1473
1569
|
<summary>
|
|
@@ -1516,6 +1612,14 @@ StartTaskContact
|
|
|
1516
1612
|
|
|
1517
1613
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/StartTaskContactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/StartTaskContactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/StartTaskContactCommandOutput/)
|
|
1518
1614
|
|
|
1615
|
+
</details>
|
|
1616
|
+
<details>
|
|
1617
|
+
<summary>
|
|
1618
|
+
StartWebRTCContact
|
|
1619
|
+
</summary>
|
|
1620
|
+
|
|
1621
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/StartWebRTCContactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/StartWebRTCContactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/StartWebRTCContactCommandOutput/)
|
|
1622
|
+
|
|
1519
1623
|
</details>
|
|
1520
1624
|
<details>
|
|
1521
1625
|
<summary>
|
package/dist-cjs/Connect.js
CHANGED
|
@@ -3,9 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.Connect = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const ActivateEvaluationFormCommand_1 = require("./commands/ActivateEvaluationFormCommand");
|
|
6
|
+
const AssociateAnalyticsDataSetCommand_1 = require("./commands/AssociateAnalyticsDataSetCommand");
|
|
6
7
|
const AssociateApprovedOriginCommand_1 = require("./commands/AssociateApprovedOriginCommand");
|
|
7
8
|
const AssociateBotCommand_1 = require("./commands/AssociateBotCommand");
|
|
8
9
|
const AssociateDefaultVocabularyCommand_1 = require("./commands/AssociateDefaultVocabularyCommand");
|
|
10
|
+
const AssociateFlowCommand_1 = require("./commands/AssociateFlowCommand");
|
|
9
11
|
const AssociateInstanceStorageConfigCommand_1 = require("./commands/AssociateInstanceStorageConfigCommand");
|
|
10
12
|
const AssociateLambdaFunctionCommand_1 = require("./commands/AssociateLambdaFunctionCommand");
|
|
11
13
|
const AssociateLexBotCommand_1 = require("./commands/AssociateLexBotCommand");
|
|
@@ -14,6 +16,8 @@ const AssociateQueueQuickConnectsCommand_1 = require("./commands/AssociateQueueQ
|
|
|
14
16
|
const AssociateRoutingProfileQueuesCommand_1 = require("./commands/AssociateRoutingProfileQueuesCommand");
|
|
15
17
|
const AssociateSecurityKeyCommand_1 = require("./commands/AssociateSecurityKeyCommand");
|
|
16
18
|
const AssociateTrafficDistributionGroupUserCommand_1 = require("./commands/AssociateTrafficDistributionGroupUserCommand");
|
|
19
|
+
const BatchAssociateAnalyticsDataSetCommand_1 = require("./commands/BatchAssociateAnalyticsDataSetCommand");
|
|
20
|
+
const BatchDisassociateAnalyticsDataSetCommand_1 = require("./commands/BatchDisassociateAnalyticsDataSetCommand");
|
|
17
21
|
const BatchGetFlowAssociationCommand_1 = require("./commands/BatchGetFlowAssociationCommand");
|
|
18
22
|
const BatchPutContactCommand_1 = require("./commands/BatchPutContactCommand");
|
|
19
23
|
const ClaimPhoneNumberCommand_1 = require("./commands/ClaimPhoneNumberCommand");
|
|
@@ -85,8 +89,10 @@ const DescribeUserHierarchyGroupCommand_1 = require("./commands/DescribeUserHier
|
|
|
85
89
|
const DescribeUserHierarchyStructureCommand_1 = require("./commands/DescribeUserHierarchyStructureCommand");
|
|
86
90
|
const DescribeViewCommand_1 = require("./commands/DescribeViewCommand");
|
|
87
91
|
const DescribeVocabularyCommand_1 = require("./commands/DescribeVocabularyCommand");
|
|
92
|
+
const DisassociateAnalyticsDataSetCommand_1 = require("./commands/DisassociateAnalyticsDataSetCommand");
|
|
88
93
|
const DisassociateApprovedOriginCommand_1 = require("./commands/DisassociateApprovedOriginCommand");
|
|
89
94
|
const DisassociateBotCommand_1 = require("./commands/DisassociateBotCommand");
|
|
95
|
+
const DisassociateFlowCommand_1 = require("./commands/DisassociateFlowCommand");
|
|
90
96
|
const DisassociateInstanceStorageConfigCommand_1 = require("./commands/DisassociateInstanceStorageConfigCommand");
|
|
91
97
|
const DisassociateLambdaFunctionCommand_1 = require("./commands/DisassociateLambdaFunctionCommand");
|
|
92
98
|
const DisassociateLexBotCommand_1 = require("./commands/DisassociateLexBotCommand");
|
|
@@ -100,12 +106,15 @@ const GetContactAttributesCommand_1 = require("./commands/GetContactAttributesCo
|
|
|
100
106
|
const GetCurrentMetricDataCommand_1 = require("./commands/GetCurrentMetricDataCommand");
|
|
101
107
|
const GetCurrentUserDataCommand_1 = require("./commands/GetCurrentUserDataCommand");
|
|
102
108
|
const GetFederationTokenCommand_1 = require("./commands/GetFederationTokenCommand");
|
|
109
|
+
const GetFlowAssociationCommand_1 = require("./commands/GetFlowAssociationCommand");
|
|
103
110
|
const GetMetricDataCommand_1 = require("./commands/GetMetricDataCommand");
|
|
104
111
|
const GetMetricDataV2Command_1 = require("./commands/GetMetricDataV2Command");
|
|
105
112
|
const GetPromptFileCommand_1 = require("./commands/GetPromptFileCommand");
|
|
106
113
|
const GetTaskTemplateCommand_1 = require("./commands/GetTaskTemplateCommand");
|
|
107
114
|
const GetTrafficDistributionCommand_1 = require("./commands/GetTrafficDistributionCommand");
|
|
115
|
+
const ImportPhoneNumberCommand_1 = require("./commands/ImportPhoneNumberCommand");
|
|
108
116
|
const ListAgentStatusesCommand_1 = require("./commands/ListAgentStatusesCommand");
|
|
117
|
+
const ListAnalyticsDataAssociationsCommand_1 = require("./commands/ListAnalyticsDataAssociationsCommand");
|
|
109
118
|
const ListApprovedOriginsCommand_1 = require("./commands/ListApprovedOriginsCommand");
|
|
110
119
|
const ListBotsCommand_1 = require("./commands/ListBotsCommand");
|
|
111
120
|
const ListContactEvaluationsCommand_1 = require("./commands/ListContactEvaluationsCommand");
|
|
@@ -115,6 +124,7 @@ const ListContactReferencesCommand_1 = require("./commands/ListContactReferences
|
|
|
115
124
|
const ListDefaultVocabulariesCommand_1 = require("./commands/ListDefaultVocabulariesCommand");
|
|
116
125
|
const ListEvaluationFormsCommand_1 = require("./commands/ListEvaluationFormsCommand");
|
|
117
126
|
const ListEvaluationFormVersionsCommand_1 = require("./commands/ListEvaluationFormVersionsCommand");
|
|
127
|
+
const ListFlowAssociationsCommand_1 = require("./commands/ListFlowAssociationsCommand");
|
|
118
128
|
const ListHoursOfOperationsCommand_1 = require("./commands/ListHoursOfOperationsCommand");
|
|
119
129
|
const ListInstanceAttributesCommand_1 = require("./commands/ListInstanceAttributesCommand");
|
|
120
130
|
const ListInstancesCommand_1 = require("./commands/ListInstancesCommand");
|
|
@@ -128,6 +138,7 @@ const ListPromptsCommand_1 = require("./commands/ListPromptsCommand");
|
|
|
128
138
|
const ListQueueQuickConnectsCommand_1 = require("./commands/ListQueueQuickConnectsCommand");
|
|
129
139
|
const ListQueuesCommand_1 = require("./commands/ListQueuesCommand");
|
|
130
140
|
const ListQuickConnectsCommand_1 = require("./commands/ListQuickConnectsCommand");
|
|
141
|
+
const ListRealtimeContactAnalysisSegmentsV2Command_1 = require("./commands/ListRealtimeContactAnalysisSegmentsV2Command");
|
|
131
142
|
const ListRoutingProfileQueuesCommand_1 = require("./commands/ListRoutingProfileQueuesCommand");
|
|
132
143
|
const ListRoutingProfilesCommand_1 = require("./commands/ListRoutingProfilesCommand");
|
|
133
144
|
const ListRulesCommand_1 = require("./commands/ListRulesCommand");
|
|
@@ -159,12 +170,14 @@ const SearchRoutingProfilesCommand_1 = require("./commands/SearchRoutingProfiles
|
|
|
159
170
|
const SearchSecurityProfilesCommand_1 = require("./commands/SearchSecurityProfilesCommand");
|
|
160
171
|
const SearchUsersCommand_1 = require("./commands/SearchUsersCommand");
|
|
161
172
|
const SearchVocabulariesCommand_1 = require("./commands/SearchVocabulariesCommand");
|
|
173
|
+
const SendChatIntegrationEventCommand_1 = require("./commands/SendChatIntegrationEventCommand");
|
|
162
174
|
const StartChatContactCommand_1 = require("./commands/StartChatContactCommand");
|
|
163
175
|
const StartContactEvaluationCommand_1 = require("./commands/StartContactEvaluationCommand");
|
|
164
176
|
const StartContactRecordingCommand_1 = require("./commands/StartContactRecordingCommand");
|
|
165
177
|
const StartContactStreamingCommand_1 = require("./commands/StartContactStreamingCommand");
|
|
166
178
|
const StartOutboundVoiceContactCommand_1 = require("./commands/StartOutboundVoiceContactCommand");
|
|
167
179
|
const StartTaskContactCommand_1 = require("./commands/StartTaskContactCommand");
|
|
180
|
+
const StartWebRTCContactCommand_1 = require("./commands/StartWebRTCContactCommand");
|
|
168
181
|
const StopContactCommand_1 = require("./commands/StopContactCommand");
|
|
169
182
|
const StopContactRecordingCommand_1 = require("./commands/StopContactRecordingCommand");
|
|
170
183
|
const StopContactStreamingCommand_1 = require("./commands/StopContactStreamingCommand");
|
|
@@ -219,9 +232,11 @@ const UpdateViewMetadataCommand_1 = require("./commands/UpdateViewMetadataComman
|
|
|
219
232
|
const ConnectClient_1 = require("./ConnectClient");
|
|
220
233
|
const commands = {
|
|
221
234
|
ActivateEvaluationFormCommand: ActivateEvaluationFormCommand_1.ActivateEvaluationFormCommand,
|
|
235
|
+
AssociateAnalyticsDataSetCommand: AssociateAnalyticsDataSetCommand_1.AssociateAnalyticsDataSetCommand,
|
|
222
236
|
AssociateApprovedOriginCommand: AssociateApprovedOriginCommand_1.AssociateApprovedOriginCommand,
|
|
223
237
|
AssociateBotCommand: AssociateBotCommand_1.AssociateBotCommand,
|
|
224
238
|
AssociateDefaultVocabularyCommand: AssociateDefaultVocabularyCommand_1.AssociateDefaultVocabularyCommand,
|
|
239
|
+
AssociateFlowCommand: AssociateFlowCommand_1.AssociateFlowCommand,
|
|
225
240
|
AssociateInstanceStorageConfigCommand: AssociateInstanceStorageConfigCommand_1.AssociateInstanceStorageConfigCommand,
|
|
226
241
|
AssociateLambdaFunctionCommand: AssociateLambdaFunctionCommand_1.AssociateLambdaFunctionCommand,
|
|
227
242
|
AssociateLexBotCommand: AssociateLexBotCommand_1.AssociateLexBotCommand,
|
|
@@ -230,6 +245,8 @@ const commands = {
|
|
|
230
245
|
AssociateRoutingProfileQueuesCommand: AssociateRoutingProfileQueuesCommand_1.AssociateRoutingProfileQueuesCommand,
|
|
231
246
|
AssociateSecurityKeyCommand: AssociateSecurityKeyCommand_1.AssociateSecurityKeyCommand,
|
|
232
247
|
AssociateTrafficDistributionGroupUserCommand: AssociateTrafficDistributionGroupUserCommand_1.AssociateTrafficDistributionGroupUserCommand,
|
|
248
|
+
BatchAssociateAnalyticsDataSetCommand: BatchAssociateAnalyticsDataSetCommand_1.BatchAssociateAnalyticsDataSetCommand,
|
|
249
|
+
BatchDisassociateAnalyticsDataSetCommand: BatchDisassociateAnalyticsDataSetCommand_1.BatchDisassociateAnalyticsDataSetCommand,
|
|
233
250
|
BatchGetFlowAssociationCommand: BatchGetFlowAssociationCommand_1.BatchGetFlowAssociationCommand,
|
|
234
251
|
BatchPutContactCommand: BatchPutContactCommand_1.BatchPutContactCommand,
|
|
235
252
|
ClaimPhoneNumberCommand: ClaimPhoneNumberCommand_1.ClaimPhoneNumberCommand,
|
|
@@ -301,8 +318,10 @@ const commands = {
|
|
|
301
318
|
DescribeUserHierarchyStructureCommand: DescribeUserHierarchyStructureCommand_1.DescribeUserHierarchyStructureCommand,
|
|
302
319
|
DescribeViewCommand: DescribeViewCommand_1.DescribeViewCommand,
|
|
303
320
|
DescribeVocabularyCommand: DescribeVocabularyCommand_1.DescribeVocabularyCommand,
|
|
321
|
+
DisassociateAnalyticsDataSetCommand: DisassociateAnalyticsDataSetCommand_1.DisassociateAnalyticsDataSetCommand,
|
|
304
322
|
DisassociateApprovedOriginCommand: DisassociateApprovedOriginCommand_1.DisassociateApprovedOriginCommand,
|
|
305
323
|
DisassociateBotCommand: DisassociateBotCommand_1.DisassociateBotCommand,
|
|
324
|
+
DisassociateFlowCommand: DisassociateFlowCommand_1.DisassociateFlowCommand,
|
|
306
325
|
DisassociateInstanceStorageConfigCommand: DisassociateInstanceStorageConfigCommand_1.DisassociateInstanceStorageConfigCommand,
|
|
307
326
|
DisassociateLambdaFunctionCommand: DisassociateLambdaFunctionCommand_1.DisassociateLambdaFunctionCommand,
|
|
308
327
|
DisassociateLexBotCommand: DisassociateLexBotCommand_1.DisassociateLexBotCommand,
|
|
@@ -316,12 +335,15 @@ const commands = {
|
|
|
316
335
|
GetCurrentMetricDataCommand: GetCurrentMetricDataCommand_1.GetCurrentMetricDataCommand,
|
|
317
336
|
GetCurrentUserDataCommand: GetCurrentUserDataCommand_1.GetCurrentUserDataCommand,
|
|
318
337
|
GetFederationTokenCommand: GetFederationTokenCommand_1.GetFederationTokenCommand,
|
|
338
|
+
GetFlowAssociationCommand: GetFlowAssociationCommand_1.GetFlowAssociationCommand,
|
|
319
339
|
GetMetricDataCommand: GetMetricDataCommand_1.GetMetricDataCommand,
|
|
320
340
|
GetMetricDataV2Command: GetMetricDataV2Command_1.GetMetricDataV2Command,
|
|
321
341
|
GetPromptFileCommand: GetPromptFileCommand_1.GetPromptFileCommand,
|
|
322
342
|
GetTaskTemplateCommand: GetTaskTemplateCommand_1.GetTaskTemplateCommand,
|
|
323
343
|
GetTrafficDistributionCommand: GetTrafficDistributionCommand_1.GetTrafficDistributionCommand,
|
|
344
|
+
ImportPhoneNumberCommand: ImportPhoneNumberCommand_1.ImportPhoneNumberCommand,
|
|
324
345
|
ListAgentStatusesCommand: ListAgentStatusesCommand_1.ListAgentStatusesCommand,
|
|
346
|
+
ListAnalyticsDataAssociationsCommand: ListAnalyticsDataAssociationsCommand_1.ListAnalyticsDataAssociationsCommand,
|
|
325
347
|
ListApprovedOriginsCommand: ListApprovedOriginsCommand_1.ListApprovedOriginsCommand,
|
|
326
348
|
ListBotsCommand: ListBotsCommand_1.ListBotsCommand,
|
|
327
349
|
ListContactEvaluationsCommand: ListContactEvaluationsCommand_1.ListContactEvaluationsCommand,
|
|
@@ -331,6 +353,7 @@ const commands = {
|
|
|
331
353
|
ListDefaultVocabulariesCommand: ListDefaultVocabulariesCommand_1.ListDefaultVocabulariesCommand,
|
|
332
354
|
ListEvaluationFormsCommand: ListEvaluationFormsCommand_1.ListEvaluationFormsCommand,
|
|
333
355
|
ListEvaluationFormVersionsCommand: ListEvaluationFormVersionsCommand_1.ListEvaluationFormVersionsCommand,
|
|
356
|
+
ListFlowAssociationsCommand: ListFlowAssociationsCommand_1.ListFlowAssociationsCommand,
|
|
334
357
|
ListHoursOfOperationsCommand: ListHoursOfOperationsCommand_1.ListHoursOfOperationsCommand,
|
|
335
358
|
ListInstanceAttributesCommand: ListInstanceAttributesCommand_1.ListInstanceAttributesCommand,
|
|
336
359
|
ListInstancesCommand: ListInstancesCommand_1.ListInstancesCommand,
|
|
@@ -344,6 +367,7 @@ const commands = {
|
|
|
344
367
|
ListQueueQuickConnectsCommand: ListQueueQuickConnectsCommand_1.ListQueueQuickConnectsCommand,
|
|
345
368
|
ListQueuesCommand: ListQueuesCommand_1.ListQueuesCommand,
|
|
346
369
|
ListQuickConnectsCommand: ListQuickConnectsCommand_1.ListQuickConnectsCommand,
|
|
370
|
+
ListRealtimeContactAnalysisSegmentsV2Command: ListRealtimeContactAnalysisSegmentsV2Command_1.ListRealtimeContactAnalysisSegmentsV2Command,
|
|
347
371
|
ListRoutingProfileQueuesCommand: ListRoutingProfileQueuesCommand_1.ListRoutingProfileQueuesCommand,
|
|
348
372
|
ListRoutingProfilesCommand: ListRoutingProfilesCommand_1.ListRoutingProfilesCommand,
|
|
349
373
|
ListRulesCommand: ListRulesCommand_1.ListRulesCommand,
|
|
@@ -375,12 +399,14 @@ const commands = {
|
|
|
375
399
|
SearchSecurityProfilesCommand: SearchSecurityProfilesCommand_1.SearchSecurityProfilesCommand,
|
|
376
400
|
SearchUsersCommand: SearchUsersCommand_1.SearchUsersCommand,
|
|
377
401
|
SearchVocabulariesCommand: SearchVocabulariesCommand_1.SearchVocabulariesCommand,
|
|
402
|
+
SendChatIntegrationEventCommand: SendChatIntegrationEventCommand_1.SendChatIntegrationEventCommand,
|
|
378
403
|
StartChatContactCommand: StartChatContactCommand_1.StartChatContactCommand,
|
|
379
404
|
StartContactEvaluationCommand: StartContactEvaluationCommand_1.StartContactEvaluationCommand,
|
|
380
405
|
StartContactRecordingCommand: StartContactRecordingCommand_1.StartContactRecordingCommand,
|
|
381
406
|
StartContactStreamingCommand: StartContactStreamingCommand_1.StartContactStreamingCommand,
|
|
382
407
|
StartOutboundVoiceContactCommand: StartOutboundVoiceContactCommand_1.StartOutboundVoiceContactCommand,
|
|
383
408
|
StartTaskContactCommand: StartTaskContactCommand_1.StartTaskContactCommand,
|
|
409
|
+
StartWebRTCContactCommand: StartWebRTCContactCommand_1.StartWebRTCContactCommand,
|
|
384
410
|
StopContactCommand: StopContactCommand_1.StopContactCommand,
|
|
385
411
|
StopContactRecordingCommand: StopContactRecordingCommand_1.StopContactRecordingCommand,
|
|
386
412
|
StopContactStreamingCommand: StopContactStreamingCommand_1.StopContactStreamingCommand,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AssociateAnalyticsDataSetCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class AssociateAnalyticsDataSetCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateAnalyticsDataSetCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ConnectClient";
|
|
29
|
+
const commandName = "AssociateAnalyticsDataSetCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonConnectService",
|
|
38
|
+
operation: "AssociateAnalyticsDataSet",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_AssociateAnalyticsDataSetCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_AssociateAnalyticsDataSetCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.AssociateAnalyticsDataSetCommand = AssociateAnalyticsDataSetCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AssociateFlowCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class AssociateFlowCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateFlowCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ConnectClient";
|
|
29
|
+
const commandName = "AssociateFlowCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonConnectService",
|
|
38
|
+
operation: "AssociateFlow",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_AssociateFlowCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_AssociateFlowCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.AssociateFlowCommand = AssociateFlowCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchAssociateAnalyticsDataSetCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class BatchAssociateAnalyticsDataSetCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, BatchAssociateAnalyticsDataSetCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ConnectClient";
|
|
29
|
+
const commandName = "BatchAssociateAnalyticsDataSetCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonConnectService",
|
|
38
|
+
operation: "BatchAssociateAnalyticsDataSet",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_BatchAssociateAnalyticsDataSetCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_BatchAssociateAnalyticsDataSetCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.BatchAssociateAnalyticsDataSetCommand = BatchAssociateAnalyticsDataSetCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchDisassociateAnalyticsDataSetCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class BatchDisassociateAnalyticsDataSetCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, BatchDisassociateAnalyticsDataSetCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ConnectClient";
|
|
29
|
+
const commandName = "BatchDisassociateAnalyticsDataSetCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonConnectService",
|
|
38
|
+
operation: "BatchDisassociateAnalyticsDataSet",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_BatchDisassociateAnalyticsDataSetCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_BatchDisassociateAnalyticsDataSetCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.BatchDisassociateAnalyticsDataSetCommand = BatchDisassociateAnalyticsDataSetCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DisassociateAnalyticsDataSetCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class DisassociateAnalyticsDataSetCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DisassociateAnalyticsDataSetCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ConnectClient";
|
|
29
|
+
const commandName = "DisassociateAnalyticsDataSetCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonConnectService",
|
|
38
|
+
operation: "DisassociateAnalyticsDataSet",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_DisassociateAnalyticsDataSetCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_DisassociateAnalyticsDataSetCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DisassociateAnalyticsDataSetCommand = DisassociateAnalyticsDataSetCommand;
|