@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
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListFlowAssociationsCommandInput, ListFlowAssociationsCommandOutput } from "../commands/ListFlowAssociationsCommand";
3
+ import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListFlowAssociations(config: ConnectPaginationConfiguration, input: ListFlowAssociationsCommandInput, ...additionalArguments: any): Paginator<ListFlowAssociationsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListRealtimeContactAnalysisSegmentsV2CommandInput, ListRealtimeContactAnalysisSegmentsV2CommandOutput } from "../commands/ListRealtimeContactAnalysisSegmentsV2Command";
3
+ import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListRealtimeContactAnalysisSegmentsV2(config: ConnectPaginationConfiguration, input: ListRealtimeContactAnalysisSegmentsV2CommandInput, ...additionalArguments: any): Paginator<ListRealtimeContactAnalysisSegmentsV2CommandOutput>;
@@ -13,6 +13,7 @@ export * from "./ListContactReferencesPaginator";
13
13
  export * from "./ListDefaultVocabulariesPaginator";
14
14
  export * from "./ListEvaluationFormVersionsPaginator";
15
15
  export * from "./ListEvaluationFormsPaginator";
16
+ export * from "./ListFlowAssociationsPaginator";
16
17
  export * from "./ListHoursOfOperationsPaginator";
17
18
  export * from "./ListInstanceAttributesPaginator";
18
19
  export * from "./ListInstanceStorageConfigsPaginator";
@@ -26,6 +27,7 @@ export * from "./ListPromptsPaginator";
26
27
  export * from "./ListQueueQuickConnectsPaginator";
27
28
  export * from "./ListQueuesPaginator";
28
29
  export * from "./ListQuickConnectsPaginator";
30
+ export * from "./ListRealtimeContactAnalysisSegmentsV2Paginator";
29
31
  export * from "./ListRoutingProfileQueuesPaginator";
30
32
  export * from "./ListRoutingProfilesPaginator";
31
33
  export * from "./ListRulesPaginator";
@@ -1,9 +1,11 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@smithy/types";
3
3
  import { ActivateEvaluationFormCommandInput, ActivateEvaluationFormCommandOutput } from "../commands/ActivateEvaluationFormCommand";
4
+ import { AssociateAnalyticsDataSetCommandInput, AssociateAnalyticsDataSetCommandOutput } from "../commands/AssociateAnalyticsDataSetCommand";
4
5
  import { AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput } from "../commands/AssociateApprovedOriginCommand";
5
6
  import { AssociateBotCommandInput, AssociateBotCommandOutput } from "../commands/AssociateBotCommand";
6
7
  import { AssociateDefaultVocabularyCommandInput, AssociateDefaultVocabularyCommandOutput } from "../commands/AssociateDefaultVocabularyCommand";
8
+ import { AssociateFlowCommandInput, AssociateFlowCommandOutput } from "../commands/AssociateFlowCommand";
7
9
  import { AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput } from "../commands/AssociateInstanceStorageConfigCommand";
8
10
  import { AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput } from "../commands/AssociateLambdaFunctionCommand";
9
11
  import { AssociateLexBotCommandInput, AssociateLexBotCommandOutput } from "../commands/AssociateLexBotCommand";
@@ -12,6 +14,8 @@ import { AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCom
12
14
  import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput } from "../commands/AssociateRoutingProfileQueuesCommand";
13
15
  import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "../commands/AssociateSecurityKeyCommand";
14
16
  import { AssociateTrafficDistributionGroupUserCommandInput, AssociateTrafficDistributionGroupUserCommandOutput } from "../commands/AssociateTrafficDistributionGroupUserCommand";
17
+ import { BatchAssociateAnalyticsDataSetCommandInput, BatchAssociateAnalyticsDataSetCommandOutput } from "../commands/BatchAssociateAnalyticsDataSetCommand";
18
+ import { BatchDisassociateAnalyticsDataSetCommandInput, BatchDisassociateAnalyticsDataSetCommandOutput } from "../commands/BatchDisassociateAnalyticsDataSetCommand";
15
19
  import { BatchGetFlowAssociationCommandInput, BatchGetFlowAssociationCommandOutput } from "../commands/BatchGetFlowAssociationCommand";
16
20
  import { BatchPutContactCommandInput, BatchPutContactCommandOutput } from "../commands/BatchPutContactCommand";
17
21
  import { ClaimPhoneNumberCommandInput, ClaimPhoneNumberCommandOutput } from "../commands/ClaimPhoneNumberCommand";
@@ -83,8 +87,10 @@ import { DescribeUserHierarchyGroupCommandInput, DescribeUserHierarchyGroupComma
83
87
  import { DescribeUserHierarchyStructureCommandInput, DescribeUserHierarchyStructureCommandOutput } from "../commands/DescribeUserHierarchyStructureCommand";
84
88
  import { DescribeViewCommandInput, DescribeViewCommandOutput } from "../commands/DescribeViewCommand";
85
89
  import { DescribeVocabularyCommandInput, DescribeVocabularyCommandOutput } from "../commands/DescribeVocabularyCommand";
90
+ import { DisassociateAnalyticsDataSetCommandInput, DisassociateAnalyticsDataSetCommandOutput } from "../commands/DisassociateAnalyticsDataSetCommand";
86
91
  import { DisassociateApprovedOriginCommandInput, DisassociateApprovedOriginCommandOutput } from "../commands/DisassociateApprovedOriginCommand";
87
92
  import { DisassociateBotCommandInput, DisassociateBotCommandOutput } from "../commands/DisassociateBotCommand";
93
+ import { DisassociateFlowCommandInput, DisassociateFlowCommandOutput } from "../commands/DisassociateFlowCommand";
88
94
  import { DisassociateInstanceStorageConfigCommandInput, DisassociateInstanceStorageConfigCommandOutput } from "../commands/DisassociateInstanceStorageConfigCommand";
89
95
  import { DisassociateLambdaFunctionCommandInput, DisassociateLambdaFunctionCommandOutput } from "../commands/DisassociateLambdaFunctionCommand";
90
96
  import { DisassociateLexBotCommandInput, DisassociateLexBotCommandOutput } from "../commands/DisassociateLexBotCommand";
@@ -98,12 +104,15 @@ import { GetContactAttributesCommandInput, GetContactAttributesCommandOutput } f
98
104
  import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "../commands/GetCurrentMetricDataCommand";
99
105
  import { GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput } from "../commands/GetCurrentUserDataCommand";
100
106
  import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "../commands/GetFederationTokenCommand";
107
+ import { GetFlowAssociationCommandInput, GetFlowAssociationCommandOutput } from "../commands/GetFlowAssociationCommand";
101
108
  import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "../commands/GetMetricDataCommand";
102
109
  import { GetMetricDataV2CommandInput, GetMetricDataV2CommandOutput } from "../commands/GetMetricDataV2Command";
103
110
  import { GetPromptFileCommandInput, GetPromptFileCommandOutput } from "../commands/GetPromptFileCommand";
104
111
  import { GetTaskTemplateCommandInput, GetTaskTemplateCommandOutput } from "../commands/GetTaskTemplateCommand";
105
112
  import { GetTrafficDistributionCommandInput, GetTrafficDistributionCommandOutput } from "../commands/GetTrafficDistributionCommand";
113
+ import { ImportPhoneNumberCommandInput, ImportPhoneNumberCommandOutput } from "../commands/ImportPhoneNumberCommand";
106
114
  import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "../commands/ListAgentStatusesCommand";
115
+ import { ListAnalyticsDataAssociationsCommandInput, ListAnalyticsDataAssociationsCommandOutput } from "../commands/ListAnalyticsDataAssociationsCommand";
107
116
  import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "../commands/ListApprovedOriginsCommand";
108
117
  import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
109
118
  import { ListContactEvaluationsCommandInput, ListContactEvaluationsCommandOutput } from "../commands/ListContactEvaluationsCommand";
@@ -113,6 +122,7 @@ import { ListContactReferencesCommandInput, ListContactReferencesCommandOutput }
113
122
  import { ListDefaultVocabulariesCommandInput, ListDefaultVocabulariesCommandOutput } from "../commands/ListDefaultVocabulariesCommand";
114
123
  import { ListEvaluationFormsCommandInput, ListEvaluationFormsCommandOutput } from "../commands/ListEvaluationFormsCommand";
115
124
  import { ListEvaluationFormVersionsCommandInput, ListEvaluationFormVersionsCommandOutput } from "../commands/ListEvaluationFormVersionsCommand";
125
+ import { ListFlowAssociationsCommandInput, ListFlowAssociationsCommandOutput } from "../commands/ListFlowAssociationsCommand";
116
126
  import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "../commands/ListHoursOfOperationsCommand";
117
127
  import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "../commands/ListInstanceAttributesCommand";
118
128
  import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
@@ -126,6 +136,7 @@ import { ListPromptsCommandInput, ListPromptsCommandOutput } from "../commands/L
126
136
  import { ListQueueQuickConnectsCommandInput, ListQueueQuickConnectsCommandOutput } from "../commands/ListQueueQuickConnectsCommand";
127
137
  import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
128
138
  import { ListQuickConnectsCommandInput, ListQuickConnectsCommandOutput } from "../commands/ListQuickConnectsCommand";
139
+ import { ListRealtimeContactAnalysisSegmentsV2CommandInput, ListRealtimeContactAnalysisSegmentsV2CommandOutput } from "../commands/ListRealtimeContactAnalysisSegmentsV2Command";
129
140
  import { ListRoutingProfileQueuesCommandInput, ListRoutingProfileQueuesCommandOutput } from "../commands/ListRoutingProfileQueuesCommand";
130
141
  import { ListRoutingProfilesCommandInput, ListRoutingProfilesCommandOutput } from "../commands/ListRoutingProfilesCommand";
131
142
  import { ListRulesCommandInput, ListRulesCommandOutput } from "../commands/ListRulesCommand";
@@ -157,12 +168,14 @@ import { SearchRoutingProfilesCommandInput, SearchRoutingProfilesCommandOutput }
157
168
  import { SearchSecurityProfilesCommandInput, SearchSecurityProfilesCommandOutput } from "../commands/SearchSecurityProfilesCommand";
158
169
  import { SearchUsersCommandInput, SearchUsersCommandOutput } from "../commands/SearchUsersCommand";
159
170
  import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "../commands/SearchVocabulariesCommand";
171
+ import { SendChatIntegrationEventCommandInput, SendChatIntegrationEventCommandOutput } from "../commands/SendChatIntegrationEventCommand";
160
172
  import { StartChatContactCommandInput, StartChatContactCommandOutput } from "../commands/StartChatContactCommand";
161
173
  import { StartContactEvaluationCommandInput, StartContactEvaluationCommandOutput } from "../commands/StartContactEvaluationCommand";
162
174
  import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "../commands/StartContactRecordingCommand";
163
175
  import { StartContactStreamingCommandInput, StartContactStreamingCommandOutput } from "../commands/StartContactStreamingCommand";
164
176
  import { StartOutboundVoiceContactCommandInput, StartOutboundVoiceContactCommandOutput } from "../commands/StartOutboundVoiceContactCommand";
165
177
  import { StartTaskContactCommandInput, StartTaskContactCommandOutput } from "../commands/StartTaskContactCommand";
178
+ import { StartWebRTCContactCommandInput, StartWebRTCContactCommandOutput } from "../commands/StartWebRTCContactCommand";
166
179
  import { StopContactCommandInput, StopContactCommandOutput } from "../commands/StopContactCommand";
167
180
  import { StopContactRecordingCommandInput, StopContactRecordingCommandOutput } from "../commands/StopContactRecordingCommand";
168
181
  import { StopContactStreamingCommandInput, StopContactStreamingCommandOutput } from "../commands/StopContactStreamingCommand";
@@ -218,6 +231,10 @@ import { UpdateViewMetadataCommandInput, UpdateViewMetadataCommandOutput } from
218
231
  * serializeAws_restJson1ActivateEvaluationFormCommand
219
232
  */
220
233
  export declare const se_ActivateEvaluationFormCommand: (input: ActivateEvaluationFormCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
+ /**
235
+ * serializeAws_restJson1AssociateAnalyticsDataSetCommand
236
+ */
237
+ export declare const se_AssociateAnalyticsDataSetCommand: (input: AssociateAnalyticsDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
238
  /**
222
239
  * serializeAws_restJson1AssociateApprovedOriginCommand
223
240
  */
@@ -230,6 +247,10 @@ export declare const se_AssociateBotCommand: (input: AssociateBotCommandInput, c
230
247
  * serializeAws_restJson1AssociateDefaultVocabularyCommand
231
248
  */
232
249
  export declare const se_AssociateDefaultVocabularyCommand: (input: AssociateDefaultVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
+ /**
251
+ * serializeAws_restJson1AssociateFlowCommand
252
+ */
253
+ export declare const se_AssociateFlowCommand: (input: AssociateFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
254
  /**
234
255
  * serializeAws_restJson1AssociateInstanceStorageConfigCommand
235
256
  */
@@ -262,6 +283,14 @@ export declare const se_AssociateSecurityKeyCommand: (input: AssociateSecurityKe
262
283
  * serializeAws_restJson1AssociateTrafficDistributionGroupUserCommand
263
284
  */
264
285
  export declare const se_AssociateTrafficDistributionGroupUserCommand: (input: AssociateTrafficDistributionGroupUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
+ /**
287
+ * serializeAws_restJson1BatchAssociateAnalyticsDataSetCommand
288
+ */
289
+ export declare const se_BatchAssociateAnalyticsDataSetCommand: (input: BatchAssociateAnalyticsDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
+ /**
291
+ * serializeAws_restJson1BatchDisassociateAnalyticsDataSetCommand
292
+ */
293
+ export declare const se_BatchDisassociateAnalyticsDataSetCommand: (input: BatchDisassociateAnalyticsDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
265
294
  /**
266
295
  * serializeAws_restJson1BatchGetFlowAssociationCommand
267
296
  */
@@ -546,6 +575,10 @@ export declare const se_DescribeViewCommand: (input: DescribeViewCommandInput, c
546
575
  * serializeAws_restJson1DescribeVocabularyCommand
547
576
  */
548
577
  export declare const se_DescribeVocabularyCommand: (input: DescribeVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
578
+ /**
579
+ * serializeAws_restJson1DisassociateAnalyticsDataSetCommand
580
+ */
581
+ export declare const se_DisassociateAnalyticsDataSetCommand: (input: DisassociateAnalyticsDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
549
582
  /**
550
583
  * serializeAws_restJson1DisassociateApprovedOriginCommand
551
584
  */
@@ -554,6 +587,10 @@ export declare const se_DisassociateApprovedOriginCommand: (input: DisassociateA
554
587
  * serializeAws_restJson1DisassociateBotCommand
555
588
  */
556
589
  export declare const se_DisassociateBotCommand: (input: DisassociateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
590
+ /**
591
+ * serializeAws_restJson1DisassociateFlowCommand
592
+ */
593
+ export declare const se_DisassociateFlowCommand: (input: DisassociateFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
557
594
  /**
558
595
  * serializeAws_restJson1DisassociateInstanceStorageConfigCommand
559
596
  */
@@ -606,6 +643,10 @@ export declare const se_GetCurrentUserDataCommand: (input: GetCurrentUserDataCom
606
643
  * serializeAws_restJson1GetFederationTokenCommand
607
644
  */
608
645
  export declare const se_GetFederationTokenCommand: (input: GetFederationTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
646
+ /**
647
+ * serializeAws_restJson1GetFlowAssociationCommand
648
+ */
649
+ export declare const se_GetFlowAssociationCommand: (input: GetFlowAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
609
650
  /**
610
651
  * serializeAws_restJson1GetMetricDataCommand
611
652
  */
@@ -626,10 +667,18 @@ export declare const se_GetTaskTemplateCommand: (input: GetTaskTemplateCommandIn
626
667
  * serializeAws_restJson1GetTrafficDistributionCommand
627
668
  */
628
669
  export declare const se_GetTrafficDistributionCommand: (input: GetTrafficDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
670
+ /**
671
+ * serializeAws_restJson1ImportPhoneNumberCommand
672
+ */
673
+ export declare const se_ImportPhoneNumberCommand: (input: ImportPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
629
674
  /**
630
675
  * serializeAws_restJson1ListAgentStatusesCommand
631
676
  */
632
677
  export declare const se_ListAgentStatusesCommand: (input: ListAgentStatusesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
678
+ /**
679
+ * serializeAws_restJson1ListAnalyticsDataAssociationsCommand
680
+ */
681
+ export declare const se_ListAnalyticsDataAssociationsCommand: (input: ListAnalyticsDataAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
633
682
  /**
634
683
  * serializeAws_restJson1ListApprovedOriginsCommand
635
684
  */
@@ -666,6 +715,10 @@ export declare const se_ListEvaluationFormsCommand: (input: ListEvaluationFormsC
666
715
  * serializeAws_restJson1ListEvaluationFormVersionsCommand
667
716
  */
668
717
  export declare const se_ListEvaluationFormVersionsCommand: (input: ListEvaluationFormVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
718
+ /**
719
+ * serializeAws_restJson1ListFlowAssociationsCommand
720
+ */
721
+ export declare const se_ListFlowAssociationsCommand: (input: ListFlowAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
669
722
  /**
670
723
  * serializeAws_restJson1ListHoursOfOperationsCommand
671
724
  */
@@ -718,6 +771,10 @@ export declare const se_ListQueuesCommand: (input: ListQueuesCommandInput, conte
718
771
  * serializeAws_restJson1ListQuickConnectsCommand
719
772
  */
720
773
  export declare const se_ListQuickConnectsCommand: (input: ListQuickConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
774
+ /**
775
+ * serializeAws_restJson1ListRealtimeContactAnalysisSegmentsV2Command
776
+ */
777
+ export declare const se_ListRealtimeContactAnalysisSegmentsV2Command: (input: ListRealtimeContactAnalysisSegmentsV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
721
778
  /**
722
779
  * serializeAws_restJson1ListRoutingProfileQueuesCommand
723
780
  */
@@ -842,6 +899,10 @@ export declare const se_SearchUsersCommand: (input: SearchUsersCommandInput, con
842
899
  * serializeAws_restJson1SearchVocabulariesCommand
843
900
  */
844
901
  export declare const se_SearchVocabulariesCommand: (input: SearchVocabulariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
902
+ /**
903
+ * serializeAws_restJson1SendChatIntegrationEventCommand
904
+ */
905
+ export declare const se_SendChatIntegrationEventCommand: (input: SendChatIntegrationEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
845
906
  /**
846
907
  * serializeAws_restJson1StartChatContactCommand
847
908
  */
@@ -866,6 +927,10 @@ export declare const se_StartOutboundVoiceContactCommand: (input: StartOutboundV
866
927
  * serializeAws_restJson1StartTaskContactCommand
867
928
  */
868
929
  export declare const se_StartTaskContactCommand: (input: StartTaskContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
930
+ /**
931
+ * serializeAws_restJson1StartWebRTCContactCommand
932
+ */
933
+ export declare const se_StartWebRTCContactCommand: (input: StartWebRTCContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
869
934
  /**
870
935
  * serializeAws_restJson1StopContactCommand
871
936
  */
@@ -1074,6 +1139,10 @@ export declare const se_UpdateViewMetadataCommand: (input: UpdateViewMetadataCom
1074
1139
  * deserializeAws_restJson1ActivateEvaluationFormCommand
1075
1140
  */
1076
1141
  export declare const de_ActivateEvaluationFormCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ActivateEvaluationFormCommandOutput>;
1142
+ /**
1143
+ * deserializeAws_restJson1AssociateAnalyticsDataSetCommand
1144
+ */
1145
+ export declare const de_AssociateAnalyticsDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAnalyticsDataSetCommandOutput>;
1077
1146
  /**
1078
1147
  * deserializeAws_restJson1AssociateApprovedOriginCommand
1079
1148
  */
@@ -1086,6 +1155,10 @@ export declare const de_AssociateBotCommand: (output: __HttpResponse, context: _
1086
1155
  * deserializeAws_restJson1AssociateDefaultVocabularyCommand
1087
1156
  */
1088
1157
  export declare const de_AssociateDefaultVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDefaultVocabularyCommandOutput>;
1158
+ /**
1159
+ * deserializeAws_restJson1AssociateFlowCommand
1160
+ */
1161
+ export declare const de_AssociateFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateFlowCommandOutput>;
1089
1162
  /**
1090
1163
  * deserializeAws_restJson1AssociateInstanceStorageConfigCommand
1091
1164
  */
@@ -1118,6 +1191,14 @@ export declare const de_AssociateSecurityKeyCommand: (output: __HttpResponse, co
1118
1191
  * deserializeAws_restJson1AssociateTrafficDistributionGroupUserCommand
1119
1192
  */
1120
1193
  export declare const de_AssociateTrafficDistributionGroupUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrafficDistributionGroupUserCommandOutput>;
1194
+ /**
1195
+ * deserializeAws_restJson1BatchAssociateAnalyticsDataSetCommand
1196
+ */
1197
+ export declare const de_BatchAssociateAnalyticsDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateAnalyticsDataSetCommandOutput>;
1198
+ /**
1199
+ * deserializeAws_restJson1BatchDisassociateAnalyticsDataSetCommand
1200
+ */
1201
+ export declare const de_BatchDisassociateAnalyticsDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateAnalyticsDataSetCommandOutput>;
1121
1202
  /**
1122
1203
  * deserializeAws_restJson1BatchGetFlowAssociationCommand
1123
1204
  */
@@ -1402,6 +1483,10 @@ export declare const de_DescribeViewCommand: (output: __HttpResponse, context: _
1402
1483
  * deserializeAws_restJson1DescribeVocabularyCommand
1403
1484
  */
1404
1485
  export declare const de_DescribeVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVocabularyCommandOutput>;
1486
+ /**
1487
+ * deserializeAws_restJson1DisassociateAnalyticsDataSetCommand
1488
+ */
1489
+ export declare const de_DisassociateAnalyticsDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAnalyticsDataSetCommandOutput>;
1405
1490
  /**
1406
1491
  * deserializeAws_restJson1DisassociateApprovedOriginCommand
1407
1492
  */
@@ -1410,6 +1495,10 @@ export declare const de_DisassociateApprovedOriginCommand: (output: __HttpRespon
1410
1495
  * deserializeAws_restJson1DisassociateBotCommand
1411
1496
  */
1412
1497
  export declare const de_DisassociateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateBotCommandOutput>;
1498
+ /**
1499
+ * deserializeAws_restJson1DisassociateFlowCommand
1500
+ */
1501
+ export declare const de_DisassociateFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFlowCommandOutput>;
1413
1502
  /**
1414
1503
  * deserializeAws_restJson1DisassociateInstanceStorageConfigCommand
1415
1504
  */
@@ -1462,6 +1551,10 @@ export declare const de_GetCurrentUserDataCommand: (output: __HttpResponse, cont
1462
1551
  * deserializeAws_restJson1GetFederationTokenCommand
1463
1552
  */
1464
1553
  export declare const de_GetFederationTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFederationTokenCommandOutput>;
1554
+ /**
1555
+ * deserializeAws_restJson1GetFlowAssociationCommand
1556
+ */
1557
+ export declare const de_GetFlowAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFlowAssociationCommandOutput>;
1465
1558
  /**
1466
1559
  * deserializeAws_restJson1GetMetricDataCommand
1467
1560
  */
@@ -1482,10 +1575,18 @@ export declare const de_GetTaskTemplateCommand: (output: __HttpResponse, context
1482
1575
  * deserializeAws_restJson1GetTrafficDistributionCommand
1483
1576
  */
1484
1577
  export declare const de_GetTrafficDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrafficDistributionCommandOutput>;
1578
+ /**
1579
+ * deserializeAws_restJson1ImportPhoneNumberCommand
1580
+ */
1581
+ export declare const de_ImportPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportPhoneNumberCommandOutput>;
1485
1582
  /**
1486
1583
  * deserializeAws_restJson1ListAgentStatusesCommand
1487
1584
  */
1488
1585
  export declare const de_ListAgentStatusesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgentStatusesCommandOutput>;
1586
+ /**
1587
+ * deserializeAws_restJson1ListAnalyticsDataAssociationsCommand
1588
+ */
1589
+ export declare const de_ListAnalyticsDataAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnalyticsDataAssociationsCommandOutput>;
1489
1590
  /**
1490
1591
  * deserializeAws_restJson1ListApprovedOriginsCommand
1491
1592
  */
@@ -1522,6 +1623,10 @@ export declare const de_ListEvaluationFormsCommand: (output: __HttpResponse, con
1522
1623
  * deserializeAws_restJson1ListEvaluationFormVersionsCommand
1523
1624
  */
1524
1625
  export declare const de_ListEvaluationFormVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEvaluationFormVersionsCommandOutput>;
1626
+ /**
1627
+ * deserializeAws_restJson1ListFlowAssociationsCommand
1628
+ */
1629
+ export declare const de_ListFlowAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowAssociationsCommandOutput>;
1525
1630
  /**
1526
1631
  * deserializeAws_restJson1ListHoursOfOperationsCommand
1527
1632
  */
@@ -1574,6 +1679,10 @@ export declare const de_ListQueuesCommand: (output: __HttpResponse, context: __S
1574
1679
  * deserializeAws_restJson1ListQuickConnectsCommand
1575
1680
  */
1576
1681
  export declare const de_ListQuickConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQuickConnectsCommandOutput>;
1682
+ /**
1683
+ * deserializeAws_restJson1ListRealtimeContactAnalysisSegmentsV2Command
1684
+ */
1685
+ export declare const de_ListRealtimeContactAnalysisSegmentsV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRealtimeContactAnalysisSegmentsV2CommandOutput>;
1577
1686
  /**
1578
1687
  * deserializeAws_restJson1ListRoutingProfileQueuesCommand
1579
1688
  */
@@ -1698,6 +1807,10 @@ export declare const de_SearchUsersCommand: (output: __HttpResponse, context: __
1698
1807
  * deserializeAws_restJson1SearchVocabulariesCommand
1699
1808
  */
1700
1809
  export declare const de_SearchVocabulariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchVocabulariesCommandOutput>;
1810
+ /**
1811
+ * deserializeAws_restJson1SendChatIntegrationEventCommand
1812
+ */
1813
+ export declare const de_SendChatIntegrationEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendChatIntegrationEventCommandOutput>;
1701
1814
  /**
1702
1815
  * deserializeAws_restJson1StartChatContactCommand
1703
1816
  */
@@ -1722,6 +1835,10 @@ export declare const de_StartOutboundVoiceContactCommand: (output: __HttpRespons
1722
1835
  * deserializeAws_restJson1StartTaskContactCommand
1723
1836
  */
1724
1837
  export declare const de_StartTaskContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTaskContactCommandOutput>;
1838
+ /**
1839
+ * deserializeAws_restJson1StartWebRTCContactCommand
1840
+ */
1841
+ export declare const de_StartWebRTCContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWebRTCContactCommandOutput>;
1725
1842
  /**
1726
1843
  * deserializeAws_restJson1StopContactCommand
1727
1844
  */