@aws-sdk/client-connect 3.458.0 → 3.461.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.
Files changed (153) hide show
  1. package/README.md +104 -0
  2. package/dist-cjs/Connect.js +26 -0
  3. package/dist-cjs/commands/AssociateAnalyticsDataSetCommand.js +51 -0
  4. package/dist-cjs/commands/AssociateFlowCommand.js +51 -0
  5. package/dist-cjs/commands/BatchAssociateAnalyticsDataSetCommand.js +51 -0
  6. package/dist-cjs/commands/BatchDisassociateAnalyticsDataSetCommand.js +51 -0
  7. package/dist-cjs/commands/DisassociateAnalyticsDataSetCommand.js +51 -0
  8. package/dist-cjs/commands/DisassociateFlowCommand.js +51 -0
  9. package/dist-cjs/commands/GetFlowAssociationCommand.js +51 -0
  10. package/dist-cjs/commands/ImportPhoneNumberCommand.js +51 -0
  11. package/dist-cjs/commands/ListAnalyticsDataAssociationsCommand.js +51 -0
  12. package/dist-cjs/commands/ListFlowAssociationsCommand.js +51 -0
  13. package/dist-cjs/commands/ListRealtimeContactAnalysisSegmentsV2Command.js +51 -0
  14. package/dist-cjs/commands/SendChatIntegrationEventCommand.js +51 -0
  15. package/dist-cjs/commands/StartWebRTCContactCommand.js +52 -0
  16. package/dist-cjs/commands/index.js +13 -0
  17. package/dist-cjs/models/models_0.js +11 -10
  18. package/dist-cjs/models/models_1.js +81 -51
  19. package/dist-cjs/models/models_2.js +72 -1
  20. package/dist-cjs/pagination/ListFlowAssociationsPaginator.js +29 -0
  21. package/dist-cjs/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.js +29 -0
  22. package/dist-cjs/pagination/index.js +2 -0
  23. package/dist-cjs/protocols/Aws_restJson1.js +1056 -31
  24. package/dist-es/Connect.js +26 -0
  25. package/dist-es/commands/AssociateAnalyticsDataSetCommand.js +47 -0
  26. package/dist-es/commands/AssociateFlowCommand.js +47 -0
  27. package/dist-es/commands/BatchAssociateAnalyticsDataSetCommand.js +47 -0
  28. package/dist-es/commands/BatchDisassociateAnalyticsDataSetCommand.js +47 -0
  29. package/dist-es/commands/DisassociateAnalyticsDataSetCommand.js +47 -0
  30. package/dist-es/commands/DisassociateFlowCommand.js +47 -0
  31. package/dist-es/commands/GetFlowAssociationCommand.js +47 -0
  32. package/dist-es/commands/ImportPhoneNumberCommand.js +47 -0
  33. package/dist-es/commands/ListAnalyticsDataAssociationsCommand.js +47 -0
  34. package/dist-es/commands/ListFlowAssociationsCommand.js +47 -0
  35. package/dist-es/commands/ListRealtimeContactAnalysisSegmentsV2Command.js +47 -0
  36. package/dist-es/commands/SendChatIntegrationEventCommand.js +47 -0
  37. package/dist-es/commands/StartWebRTCContactCommand.js +48 -0
  38. package/dist-es/commands/index.js +13 -0
  39. package/dist-es/models/models_0.js +9 -8
  40. package/dist-es/models/models_1.js +79 -47
  41. package/dist-es/models/models_2.js +65 -0
  42. package/dist-es/pagination/ListFlowAssociationsPaginator.js +25 -0
  43. package/dist-es/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.js +25 -0
  44. package/dist-es/pagination/index.js +2 -0
  45. package/dist-es/protocols/Aws_restJson1.js +1019 -21
  46. package/dist-types/Connect.d.ts +91 -0
  47. package/dist-types/ConnectClient.d.ts +15 -2
  48. package/dist-types/commands/AssociateAnalyticsDataSetCommand.d.ts +95 -0
  49. package/dist-types/commands/AssociateFlowCommand.d.ts +92 -0
  50. package/dist-types/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +107 -0
  51. package/dist-types/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +102 -0
  52. package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateUserCommand.d.ts +1 -3
  54. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +2 -1
  55. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeRuleCommand.d.ts +2 -2
  58. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +1 -2
  60. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  61. package/dist-types/commands/DisassociateAnalyticsDataSetCommand.d.ts +89 -0
  62. package/dist-types/commands/DisassociateFlowCommand.d.ts +91 -0
  63. package/dist-types/commands/GetFlowAssociationCommand.d.ts +95 -0
  64. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +100 -0
  65. package/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +101 -0
  66. package/dist-types/commands/ListFlowAssociationsCommand.d.ts +101 -0
  67. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +2 -2
  68. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +4 -2
  69. package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +185 -0
  70. package/dist-types/commands/ListRulesCommand.d.ts +2 -2
  71. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
  72. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +2 -2
  73. package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +125 -0
  74. package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
  75. package/dist-types/commands/StartContactEvaluationCommand.d.ts +1 -1
  76. package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -1
  77. package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
  78. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
  79. package/dist-types/commands/StartTaskContactCommand.d.ts +1 -1
  80. package/dist-types/commands/StartWebRTCContactCommand.d.ts +137 -0
  81. package/dist-types/commands/StopContactCommand.d.ts +1 -1
  82. package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
  83. package/dist-types/commands/StopContactStreamingCommand.d.ts +1 -1
  84. package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +1 -1
  85. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
  86. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  87. package/dist-types/commands/TransferContactCommand.d.ts +1 -1
  88. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
  90. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateContactCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +1 -1
  93. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -2
  96. package/dist-types/commands/index.d.ts +13 -0
  97. package/dist-types/models/models_0.d.ts +271 -381
  98. package/dist-types/models/models_1.d.ts +3355 -3077
  99. package/dist-types/models/models_2.d.ts +1427 -2
  100. package/dist-types/pagination/ListFlowAssociationsPaginator.d.ts +7 -0
  101. package/dist-types/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +7 -0
  102. package/dist-types/pagination/index.d.ts +2 -0
  103. package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
  104. package/dist-types/ts3.4/Connect.d.ts +233 -0
  105. package/dist-types/ts3.4/ConnectClient.d.ts +78 -0
  106. package/dist-types/ts3.4/commands/AssociateAnalyticsDataSetCommand.d.ts +42 -0
  107. package/dist-types/ts3.4/commands/AssociateFlowCommand.d.ts +38 -0
  108. package/dist-types/ts3.4/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +42 -0
  109. package/dist-types/ts3.4/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +42 -0
  110. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeTrafficDistributionGroupCommand.d.ts +4 -2
  115. package/dist-types/ts3.4/commands/DisassociateAnalyticsDataSetCommand.d.ts +38 -0
  116. package/dist-types/ts3.4/commands/DisassociateFlowCommand.d.ts +38 -0
  117. package/dist-types/ts3.4/commands/GetFlowAssociationCommand.d.ts +39 -0
  118. package/dist-types/ts3.4/commands/ImportPhoneNumberCommand.d.ts +39 -0
  119. package/dist-types/ts3.4/commands/ListAnalyticsDataAssociationsCommand.d.ts +42 -0
  120. package/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +42 -0
  121. package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +42 -0
  122. package/dist-types/ts3.4/commands/SendChatIntegrationEventCommand.d.ts +42 -0
  123. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/StartContactEvaluationCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +39 -0
  130. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -2
  145. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  146. package/dist-types/ts3.4/models/models_0.d.ts +69 -94
  147. package/dist-types/ts3.4/models/models_1.d.ts +388 -256
  148. package/dist-types/ts3.4/models/models_2.d.ts +334 -0
  149. package/dist-types/ts3.4/pagination/ListFlowAssociationsPaginator.d.ts +11 -0
  150. package/dist-types/ts3.4/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +11 -0
  151. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  152. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
  153. package/package.json +12 -12
@@ -1,8 +1,10 @@
1
1
  import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { ActivateEvaluationFormCommand, } from "./commands/ActivateEvaluationFormCommand";
3
+ import { AssociateAnalyticsDataSetCommand, } from "./commands/AssociateAnalyticsDataSetCommand";
3
4
  import { AssociateApprovedOriginCommand, } from "./commands/AssociateApprovedOriginCommand";
4
5
  import { AssociateBotCommand, } from "./commands/AssociateBotCommand";
5
6
  import { AssociateDefaultVocabularyCommand, } from "./commands/AssociateDefaultVocabularyCommand";
7
+ import { AssociateFlowCommand, } from "./commands/AssociateFlowCommand";
6
8
  import { AssociateInstanceStorageConfigCommand, } from "./commands/AssociateInstanceStorageConfigCommand";
7
9
  import { AssociateLambdaFunctionCommand, } from "./commands/AssociateLambdaFunctionCommand";
8
10
  import { AssociateLexBotCommand, } from "./commands/AssociateLexBotCommand";
@@ -11,6 +13,8 @@ import { AssociateQueueQuickConnectsCommand, } from "./commands/AssociateQueueQu
11
13
  import { AssociateRoutingProfileQueuesCommand, } from "./commands/AssociateRoutingProfileQueuesCommand";
12
14
  import { AssociateSecurityKeyCommand, } from "./commands/AssociateSecurityKeyCommand";
13
15
  import { AssociateTrafficDistributionGroupUserCommand, } from "./commands/AssociateTrafficDistributionGroupUserCommand";
16
+ import { BatchAssociateAnalyticsDataSetCommand, } from "./commands/BatchAssociateAnalyticsDataSetCommand";
17
+ import { BatchDisassociateAnalyticsDataSetCommand, } from "./commands/BatchDisassociateAnalyticsDataSetCommand";
14
18
  import { BatchGetFlowAssociationCommand, } from "./commands/BatchGetFlowAssociationCommand";
15
19
  import { BatchPutContactCommand, } from "./commands/BatchPutContactCommand";
16
20
  import { ClaimPhoneNumberCommand, } from "./commands/ClaimPhoneNumberCommand";
@@ -82,8 +86,10 @@ import { DescribeUserHierarchyGroupCommand, } from "./commands/DescribeUserHiera
82
86
  import { DescribeUserHierarchyStructureCommand, } from "./commands/DescribeUserHierarchyStructureCommand";
83
87
  import { DescribeViewCommand, } from "./commands/DescribeViewCommand";
84
88
  import { DescribeVocabularyCommand, } from "./commands/DescribeVocabularyCommand";
89
+ import { DisassociateAnalyticsDataSetCommand, } from "./commands/DisassociateAnalyticsDataSetCommand";
85
90
  import { DisassociateApprovedOriginCommand, } from "./commands/DisassociateApprovedOriginCommand";
86
91
  import { DisassociateBotCommand, } from "./commands/DisassociateBotCommand";
92
+ import { DisassociateFlowCommand, } from "./commands/DisassociateFlowCommand";
87
93
  import { DisassociateInstanceStorageConfigCommand, } from "./commands/DisassociateInstanceStorageConfigCommand";
88
94
  import { DisassociateLambdaFunctionCommand, } from "./commands/DisassociateLambdaFunctionCommand";
89
95
  import { DisassociateLexBotCommand, } from "./commands/DisassociateLexBotCommand";
@@ -97,12 +103,15 @@ import { GetContactAttributesCommand, } from "./commands/GetContactAttributesCom
97
103
  import { GetCurrentMetricDataCommand, } from "./commands/GetCurrentMetricDataCommand";
98
104
  import { GetCurrentUserDataCommand, } from "./commands/GetCurrentUserDataCommand";
99
105
  import { GetFederationTokenCommand, } from "./commands/GetFederationTokenCommand";
106
+ import { GetFlowAssociationCommand, } from "./commands/GetFlowAssociationCommand";
100
107
  import { GetMetricDataCommand, } from "./commands/GetMetricDataCommand";
101
108
  import { GetMetricDataV2Command, } from "./commands/GetMetricDataV2Command";
102
109
  import { GetPromptFileCommand, } from "./commands/GetPromptFileCommand";
103
110
  import { GetTaskTemplateCommand, } from "./commands/GetTaskTemplateCommand";
104
111
  import { GetTrafficDistributionCommand, } from "./commands/GetTrafficDistributionCommand";
112
+ import { ImportPhoneNumberCommand, } from "./commands/ImportPhoneNumberCommand";
105
113
  import { ListAgentStatusesCommand, } from "./commands/ListAgentStatusesCommand";
114
+ import { ListAnalyticsDataAssociationsCommand, } from "./commands/ListAnalyticsDataAssociationsCommand";
106
115
  import { ListApprovedOriginsCommand, } from "./commands/ListApprovedOriginsCommand";
107
116
  import { ListBotsCommand } from "./commands/ListBotsCommand";
108
117
  import { ListContactEvaluationsCommand, } from "./commands/ListContactEvaluationsCommand";
@@ -112,6 +121,7 @@ import { ListContactReferencesCommand, } from "./commands/ListContactReferencesC
112
121
  import { ListDefaultVocabulariesCommand, } from "./commands/ListDefaultVocabulariesCommand";
113
122
  import { ListEvaluationFormsCommand, } from "./commands/ListEvaluationFormsCommand";
114
123
  import { ListEvaluationFormVersionsCommand, } from "./commands/ListEvaluationFormVersionsCommand";
124
+ import { ListFlowAssociationsCommand, } from "./commands/ListFlowAssociationsCommand";
115
125
  import { ListHoursOfOperationsCommand, } from "./commands/ListHoursOfOperationsCommand";
116
126
  import { ListInstanceAttributesCommand, } from "./commands/ListInstanceAttributesCommand";
117
127
  import { ListInstancesCommand, } from "./commands/ListInstancesCommand";
@@ -125,6 +135,7 @@ import { ListPromptsCommand } from "./commands/ListPromptsCommand";
125
135
  import { ListQueueQuickConnectsCommand, } from "./commands/ListQueueQuickConnectsCommand";
126
136
  import { ListQueuesCommand } from "./commands/ListQueuesCommand";
127
137
  import { ListQuickConnectsCommand, } from "./commands/ListQuickConnectsCommand";
138
+ import { ListRealtimeContactAnalysisSegmentsV2Command, } from "./commands/ListRealtimeContactAnalysisSegmentsV2Command";
128
139
  import { ListRoutingProfileQueuesCommand, } from "./commands/ListRoutingProfileQueuesCommand";
129
140
  import { ListRoutingProfilesCommand, } from "./commands/ListRoutingProfilesCommand";
130
141
  import { ListRulesCommand } from "./commands/ListRulesCommand";
@@ -156,12 +167,14 @@ import { SearchRoutingProfilesCommand, } from "./commands/SearchRoutingProfilesC
156
167
  import { SearchSecurityProfilesCommand, } from "./commands/SearchSecurityProfilesCommand";
157
168
  import { SearchUsersCommand } from "./commands/SearchUsersCommand";
158
169
  import { SearchVocabulariesCommand, } from "./commands/SearchVocabulariesCommand";
170
+ import { SendChatIntegrationEventCommand, } from "./commands/SendChatIntegrationEventCommand";
159
171
  import { StartChatContactCommand, } from "./commands/StartChatContactCommand";
160
172
  import { StartContactEvaluationCommand, } from "./commands/StartContactEvaluationCommand";
161
173
  import { StartContactRecordingCommand, } from "./commands/StartContactRecordingCommand";
162
174
  import { StartContactStreamingCommand, } from "./commands/StartContactStreamingCommand";
163
175
  import { StartOutboundVoiceContactCommand, } from "./commands/StartOutboundVoiceContactCommand";
164
176
  import { StartTaskContactCommand, } from "./commands/StartTaskContactCommand";
177
+ import { StartWebRTCContactCommand, } from "./commands/StartWebRTCContactCommand";
165
178
  import { StopContactCommand } from "./commands/StopContactCommand";
166
179
  import { StopContactRecordingCommand, } from "./commands/StopContactRecordingCommand";
167
180
  import { StopContactStreamingCommand, } from "./commands/StopContactStreamingCommand";
@@ -216,9 +229,11 @@ import { UpdateViewMetadataCommand, } from "./commands/UpdateViewMetadataCommand
216
229
  import { ConnectClient } from "./ConnectClient";
217
230
  const commands = {
218
231
  ActivateEvaluationFormCommand,
232
+ AssociateAnalyticsDataSetCommand,
219
233
  AssociateApprovedOriginCommand,
220
234
  AssociateBotCommand,
221
235
  AssociateDefaultVocabularyCommand,
236
+ AssociateFlowCommand,
222
237
  AssociateInstanceStorageConfigCommand,
223
238
  AssociateLambdaFunctionCommand,
224
239
  AssociateLexBotCommand,
@@ -227,6 +242,8 @@ const commands = {
227
242
  AssociateRoutingProfileQueuesCommand,
228
243
  AssociateSecurityKeyCommand,
229
244
  AssociateTrafficDistributionGroupUserCommand,
245
+ BatchAssociateAnalyticsDataSetCommand,
246
+ BatchDisassociateAnalyticsDataSetCommand,
230
247
  BatchGetFlowAssociationCommand,
231
248
  BatchPutContactCommand,
232
249
  ClaimPhoneNumberCommand,
@@ -298,8 +315,10 @@ const commands = {
298
315
  DescribeUserHierarchyStructureCommand,
299
316
  DescribeViewCommand,
300
317
  DescribeVocabularyCommand,
318
+ DisassociateAnalyticsDataSetCommand,
301
319
  DisassociateApprovedOriginCommand,
302
320
  DisassociateBotCommand,
321
+ DisassociateFlowCommand,
303
322
  DisassociateInstanceStorageConfigCommand,
304
323
  DisassociateLambdaFunctionCommand,
305
324
  DisassociateLexBotCommand,
@@ -313,12 +332,15 @@ const commands = {
313
332
  GetCurrentMetricDataCommand,
314
333
  GetCurrentUserDataCommand,
315
334
  GetFederationTokenCommand,
335
+ GetFlowAssociationCommand,
316
336
  GetMetricDataCommand,
317
337
  GetMetricDataV2Command,
318
338
  GetPromptFileCommand,
319
339
  GetTaskTemplateCommand,
320
340
  GetTrafficDistributionCommand,
341
+ ImportPhoneNumberCommand,
321
342
  ListAgentStatusesCommand,
343
+ ListAnalyticsDataAssociationsCommand,
322
344
  ListApprovedOriginsCommand,
323
345
  ListBotsCommand,
324
346
  ListContactEvaluationsCommand,
@@ -328,6 +350,7 @@ const commands = {
328
350
  ListDefaultVocabulariesCommand,
329
351
  ListEvaluationFormsCommand,
330
352
  ListEvaluationFormVersionsCommand,
353
+ ListFlowAssociationsCommand,
331
354
  ListHoursOfOperationsCommand,
332
355
  ListInstanceAttributesCommand,
333
356
  ListInstancesCommand,
@@ -341,6 +364,7 @@ const commands = {
341
364
  ListQueueQuickConnectsCommand,
342
365
  ListQueuesCommand,
343
366
  ListQuickConnectsCommand,
367
+ ListRealtimeContactAnalysisSegmentsV2Command,
344
368
  ListRoutingProfileQueuesCommand,
345
369
  ListRoutingProfilesCommand,
346
370
  ListRulesCommand,
@@ -372,12 +396,14 @@ const commands = {
372
396
  SearchSecurityProfilesCommand,
373
397
  SearchUsersCommand,
374
398
  SearchVocabulariesCommand,
399
+ SendChatIntegrationEventCommand,
375
400
  StartChatContactCommand,
376
401
  StartContactEvaluationCommand,
377
402
  StartContactRecordingCommand,
378
403
  StartContactStreamingCommand,
379
404
  StartOutboundVoiceContactCommand,
380
405
  StartTaskContactCommand,
406
+ StartWebRTCContactCommand,
381
407
  StopContactCommand,
382
408
  StopContactRecordingCommand,
383
409
  StopContactStreamingCommand,
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_AssociateAnalyticsDataSetCommand, se_AssociateAnalyticsDataSetCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class AssociateAnalyticsDataSetCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, AssociateAnalyticsDataSetCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "ConnectClient";
26
+ const commandName = "AssociateAnalyticsDataSetCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonConnectService",
35
+ operation: "AssociateAnalyticsDataSet",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_AssociateAnalyticsDataSetCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_AssociateAnalyticsDataSetCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_AssociateFlowCommand, se_AssociateFlowCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class AssociateFlowCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, AssociateFlowCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "ConnectClient";
26
+ const commandName = "AssociateFlowCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonConnectService",
35
+ operation: "AssociateFlow",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_AssociateFlowCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_AssociateFlowCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_BatchAssociateAnalyticsDataSetCommand, se_BatchAssociateAnalyticsDataSetCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class BatchAssociateAnalyticsDataSetCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, BatchAssociateAnalyticsDataSetCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "ConnectClient";
26
+ const commandName = "BatchAssociateAnalyticsDataSetCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonConnectService",
35
+ operation: "BatchAssociateAnalyticsDataSet",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_BatchAssociateAnalyticsDataSetCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_BatchAssociateAnalyticsDataSetCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_BatchDisassociateAnalyticsDataSetCommand, se_BatchDisassociateAnalyticsDataSetCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class BatchDisassociateAnalyticsDataSetCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, BatchDisassociateAnalyticsDataSetCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "ConnectClient";
26
+ const commandName = "BatchDisassociateAnalyticsDataSetCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonConnectService",
35
+ operation: "BatchDisassociateAnalyticsDataSet",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_BatchDisassociateAnalyticsDataSetCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_BatchDisassociateAnalyticsDataSetCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_DisassociateAnalyticsDataSetCommand, se_DisassociateAnalyticsDataSetCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DisassociateAnalyticsDataSetCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, DisassociateAnalyticsDataSetCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "ConnectClient";
26
+ const commandName = "DisassociateAnalyticsDataSetCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonConnectService",
35
+ operation: "DisassociateAnalyticsDataSet",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_DisassociateAnalyticsDataSetCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_DisassociateAnalyticsDataSetCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_DisassociateFlowCommand, se_DisassociateFlowCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DisassociateFlowCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, DisassociateFlowCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "ConnectClient";
26
+ const commandName = "DisassociateFlowCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonConnectService",
35
+ operation: "DisassociateFlow",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_DisassociateFlowCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_DisassociateFlowCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_GetFlowAssociationCommand, se_GetFlowAssociationCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class GetFlowAssociationCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, GetFlowAssociationCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "ConnectClient";
26
+ const commandName = "GetFlowAssociationCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonConnectService",
35
+ operation: "GetFlowAssociation",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_GetFlowAssociationCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_GetFlowAssociationCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_ImportPhoneNumberCommand, se_ImportPhoneNumberCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ImportPhoneNumberCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, ImportPhoneNumberCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "ConnectClient";
26
+ const commandName = "ImportPhoneNumberCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonConnectService",
35
+ operation: "ImportPhoneNumber",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_ImportPhoneNumberCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_ImportPhoneNumberCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_ListAnalyticsDataAssociationsCommand, se_ListAnalyticsDataAssociationsCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListAnalyticsDataAssociationsCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, ListAnalyticsDataAssociationsCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "ConnectClient";
26
+ const commandName = "ListAnalyticsDataAssociationsCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonConnectService",
35
+ operation: "ListAnalyticsDataAssociations",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_ListAnalyticsDataAssociationsCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_ListAnalyticsDataAssociationsCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_ListFlowAssociationsCommand, se_ListFlowAssociationsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListFlowAssociationsCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, ListFlowAssociationsCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "ConnectClient";
26
+ const commandName = "ListFlowAssociationsCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonConnectService",
35
+ operation: "ListFlowAssociations",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_ListFlowAssociationsCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_ListFlowAssociationsCommand(output, context);
46
+ }
47
+ }