@aws-sdk/client-connect 3.460.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 +3 -3
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  StopContactRecordingRequest,
16
16
  StopContactRecordingResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface StopContactRecordingCommandInput
20
20
  extends StopContactRecordingRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  StopContactStreamingRequest,
16
16
  StopContactStreamingResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface StopContactStreamingCommandInput
20
20
  extends StopContactStreamingRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  SubmitContactEvaluationRequest,
16
16
  SubmitContactEvaluationResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface SubmitContactEvaluationCommandInput
20
20
  extends SubmitContactEvaluationRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  SuspendContactRecordingRequest,
16
16
  SuspendContactRecordingResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface SuspendContactRecordingCommandInput
20
20
  extends SuspendContactRecordingRequest {}
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../ConnectClient";
14
- import { TagResourceRequest } from "../models/models_1";
14
+ import { TagResourceRequest } from "../models/models_2";
15
15
  export { __MetadataBearer, $Command };
16
16
  export interface TagResourceCommandInput extends TagResourceRequest {}
17
17
  export interface TagResourceCommandOutput extends __MetadataBearer {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  TransferContactRequest,
16
16
  TransferContactResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface TransferContactCommandInput extends TransferContactRequest {}
20
20
  export interface TransferContactCommandOutput
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../ConnectClient";
14
- import { UntagResourceRequest } from "../models/models_1";
14
+ import { UntagResourceRequest } from "../models/models_2";
15
15
  export { __MetadataBearer, $Command };
16
16
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
17
17
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../ConnectClient";
14
- import { UpdateAgentStatusRequest } from "../models/models_1";
14
+ import { UpdateAgentStatusRequest } from "../models/models_2";
15
15
  export { __MetadataBearer, $Command };
16
16
  export interface UpdateAgentStatusCommandInput
17
17
  extends UpdateAgentStatusRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  UpdateContactAttributesRequest,
16
16
  UpdateContactAttributesResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface UpdateContactAttributesCommandInput
20
20
  extends UpdateContactAttributesRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  UpdateContactRequest,
16
16
  UpdateContactResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface UpdateContactCommandInput extends UpdateContactRequest {}
20
20
  export interface UpdateContactCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  UpdateContactEvaluationRequest,
16
16
  UpdateContactEvaluationResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface UpdateContactEvaluationCommandInput
20
20
  extends UpdateContactEvaluationRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  UpdateContactFlowContentRequest,
16
16
  UpdateContactFlowContentResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface UpdateContactFlowContentCommandInput
20
20
  extends UpdateContactFlowContentRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  UpdateContactFlowMetadataRequest,
16
16
  UpdateContactFlowMetadataResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface UpdateContactFlowMetadataCommandInput
20
20
  extends UpdateContactFlowMetadataRequest {}
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../ConnectClient";
14
- import { UpdateContactFlowModuleContentRequest } from "../models/models_1";
15
- import { UpdateContactFlowModuleContentResponse } from "../models/models_2";
14
+ import {
15
+ UpdateContactFlowModuleContentRequest,
16
+ UpdateContactFlowModuleContentResponse,
17
+ } from "../models/models_2";
16
18
  export { __MetadataBearer, $Command };
17
19
  export interface UpdateContactFlowModuleContentCommandInput
18
20
  extends UpdateContactFlowModuleContentRequest {}
@@ -1,7 +1,9 @@
1
1
  export * from "./ActivateEvaluationFormCommand";
2
+ export * from "./AssociateAnalyticsDataSetCommand";
2
3
  export * from "./AssociateApprovedOriginCommand";
3
4
  export * from "./AssociateBotCommand";
4
5
  export * from "./AssociateDefaultVocabularyCommand";
6
+ export * from "./AssociateFlowCommand";
5
7
  export * from "./AssociateInstanceStorageConfigCommand";
6
8
  export * from "./AssociateLambdaFunctionCommand";
7
9
  export * from "./AssociateLexBotCommand";
@@ -10,6 +12,8 @@ export * from "./AssociateQueueQuickConnectsCommand";
10
12
  export * from "./AssociateRoutingProfileQueuesCommand";
11
13
  export * from "./AssociateSecurityKeyCommand";
12
14
  export * from "./AssociateTrafficDistributionGroupUserCommand";
15
+ export * from "./BatchAssociateAnalyticsDataSetCommand";
16
+ export * from "./BatchDisassociateAnalyticsDataSetCommand";
13
17
  export * from "./BatchGetFlowAssociationCommand";
14
18
  export * from "./BatchPutContactCommand";
15
19
  export * from "./ClaimPhoneNumberCommand";
@@ -81,8 +85,10 @@ export * from "./DescribeUserHierarchyGroupCommand";
81
85
  export * from "./DescribeUserHierarchyStructureCommand";
82
86
  export * from "./DescribeViewCommand";
83
87
  export * from "./DescribeVocabularyCommand";
88
+ export * from "./DisassociateAnalyticsDataSetCommand";
84
89
  export * from "./DisassociateApprovedOriginCommand";
85
90
  export * from "./DisassociateBotCommand";
91
+ export * from "./DisassociateFlowCommand";
86
92
  export * from "./DisassociateInstanceStorageConfigCommand";
87
93
  export * from "./DisassociateLambdaFunctionCommand";
88
94
  export * from "./DisassociateLexBotCommand";
@@ -96,12 +102,15 @@ export * from "./GetContactAttributesCommand";
96
102
  export * from "./GetCurrentMetricDataCommand";
97
103
  export * from "./GetCurrentUserDataCommand";
98
104
  export * from "./GetFederationTokenCommand";
105
+ export * from "./GetFlowAssociationCommand";
99
106
  export * from "./GetMetricDataCommand";
100
107
  export * from "./GetMetricDataV2Command";
101
108
  export * from "./GetPromptFileCommand";
102
109
  export * from "./GetTaskTemplateCommand";
103
110
  export * from "./GetTrafficDistributionCommand";
111
+ export * from "./ImportPhoneNumberCommand";
104
112
  export * from "./ListAgentStatusesCommand";
113
+ export * from "./ListAnalyticsDataAssociationsCommand";
105
114
  export * from "./ListApprovedOriginsCommand";
106
115
  export * from "./ListBotsCommand";
107
116
  export * from "./ListContactEvaluationsCommand";
@@ -111,6 +120,7 @@ export * from "./ListContactReferencesCommand";
111
120
  export * from "./ListDefaultVocabulariesCommand";
112
121
  export * from "./ListEvaluationFormVersionsCommand";
113
122
  export * from "./ListEvaluationFormsCommand";
123
+ export * from "./ListFlowAssociationsCommand";
114
124
  export * from "./ListHoursOfOperationsCommand";
115
125
  export * from "./ListInstanceAttributesCommand";
116
126
  export * from "./ListInstanceStorageConfigsCommand";
@@ -124,6 +134,7 @@ export * from "./ListPromptsCommand";
124
134
  export * from "./ListQueueQuickConnectsCommand";
125
135
  export * from "./ListQueuesCommand";
126
136
  export * from "./ListQuickConnectsCommand";
137
+ export * from "./ListRealtimeContactAnalysisSegmentsV2Command";
127
138
  export * from "./ListRoutingProfileQueuesCommand";
128
139
  export * from "./ListRoutingProfilesCommand";
129
140
  export * from "./ListRulesCommand";
@@ -155,12 +166,14 @@ export * from "./SearchRoutingProfilesCommand";
155
166
  export * from "./SearchSecurityProfilesCommand";
156
167
  export * from "./SearchUsersCommand";
157
168
  export * from "./SearchVocabulariesCommand";
169
+ export * from "./SendChatIntegrationEventCommand";
158
170
  export * from "./StartChatContactCommand";
159
171
  export * from "./StartContactEvaluationCommand";
160
172
  export * from "./StartContactRecordingCommand";
161
173
  export * from "./StartContactStreamingCommand";
162
174
  export * from "./StartOutboundVoiceContactCommand";
163
175
  export * from "./StartTaskContactCommand";
176
+ export * from "./StartWebRTCContactCommand";
164
177
  export * from "./StopContactCommand";
165
178
  export * from "./StopContactRecordingCommand";
166
179
  export * from "./StopContactStreamingCommand";
@@ -167,15 +167,34 @@ export interface AgentStatusSummary {
167
167
  LastModifiedTime?: Date;
168
168
  LastModifiedRegion?: string;
169
169
  }
170
+ export declare const VideoCapability: {
171
+ readonly SEND: "SEND";
172
+ };
173
+ export type VideoCapability =
174
+ (typeof VideoCapability)[keyof typeof VideoCapability];
175
+ export interface ParticipantCapabilities {
176
+ Video?: VideoCapability;
177
+ }
178
+ export interface AllowedCapabilities {
179
+ Customer?: ParticipantCapabilities;
180
+ Agent?: ParticipantCapabilities;
181
+ }
170
182
  export declare const MonitorCapability: {
171
183
  readonly BARGE: "BARGE";
172
184
  readonly SILENT_MONITOR: "SILENT_MONITOR";
173
185
  };
174
186
  export type MonitorCapability =
175
187
  (typeof MonitorCapability)[keyof typeof MonitorCapability];
176
- export interface AssociateApprovedOriginRequest {
188
+ export interface AssociateAnalyticsDataSetRequest {
177
189
  InstanceId: string | undefined;
178
- Origin: string | undefined;
190
+ DataSetId: string | undefined;
191
+ TargetAccountId?: string;
192
+ }
193
+ export interface AssociateAnalyticsDataSetResponse {
194
+ DataSetId?: string;
195
+ TargetAccountId?: string;
196
+ ResourceShareId?: string;
197
+ ResourceShareArn?: string;
179
198
  }
180
199
  export declare class InvalidRequestException extends __BaseException {
181
200
  readonly name: "InvalidRequestException";
@@ -185,6 +204,10 @@ export declare class InvalidRequestException extends __BaseException {
185
204
  opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
186
205
  );
187
206
  }
207
+ export interface AssociateApprovedOriginRequest {
208
+ InstanceId: string | undefined;
209
+ Origin: string | undefined;
210
+ }
188
211
  export declare class ServiceQuotaExceededException extends __BaseException {
189
212
  readonly name: "ServiceQuotaExceededException";
190
213
  readonly $fault: "client";
@@ -246,6 +269,18 @@ export interface AssociateDefaultVocabularyRequest {
246
269
  VocabularyId?: string;
247
270
  }
248
271
  export interface AssociateDefaultVocabularyResponse {}
272
+ export declare const FlowAssociationResourceType: {
273
+ readonly SMS_PHONE_NUMBER: "SMS_PHONE_NUMBER";
274
+ };
275
+ export type FlowAssociationResourceType =
276
+ (typeof FlowAssociationResourceType)[keyof typeof FlowAssociationResourceType];
277
+ export interface AssociateFlowRequest {
278
+ InstanceId: string | undefined;
279
+ ResourceId: string | undefined;
280
+ FlowId: string | undefined;
281
+ ResourceType: FlowAssociationResourceType | undefined;
282
+ }
283
+ export interface AssociateFlowResponse {}
249
284
  export declare const InstanceStorageResourceType: {
250
285
  readonly AGENT_EVENTS: "AGENT_EVENTS";
251
286
  readonly ATTACHMENTS: "ATTACHMENTS";
@@ -353,6 +388,34 @@ export interface AssociateTrafficDistributionGroupUserRequest {
353
388
  InstanceId: string | undefined;
354
389
  }
355
390
  export interface AssociateTrafficDistributionGroupUserResponse {}
391
+ export interface BatchAssociateAnalyticsDataSetRequest {
392
+ InstanceId: string | undefined;
393
+ DataSetIds: string[] | undefined;
394
+ TargetAccountId?: string;
395
+ }
396
+ export interface AnalyticsDataAssociationResult {
397
+ DataSetId?: string;
398
+ TargetAccountId?: string;
399
+ ResourceShareId?: string;
400
+ ResourceShareArn?: string;
401
+ }
402
+ export interface ErrorResult {
403
+ ErrorCode?: string;
404
+ ErrorMessage?: string;
405
+ }
406
+ export interface BatchAssociateAnalyticsDataSetResponse {
407
+ Created?: AnalyticsDataAssociationResult[];
408
+ Errors?: ErrorResult[];
409
+ }
410
+ export interface BatchDisassociateAnalyticsDataSetRequest {
411
+ InstanceId: string | undefined;
412
+ DataSetIds: string[] | undefined;
413
+ TargetAccountId?: string;
414
+ }
415
+ export interface BatchDisassociateAnalyticsDataSetResponse {
416
+ Deleted?: string[];
417
+ Errors?: ErrorResult[];
418
+ }
356
419
  export declare const ListFlowAssociationResourceType: {
357
420
  readonly VOICE_PHONE_NUMBER: "VOICE_PHONE_NUMBER";
358
421
  };
@@ -968,6 +1031,7 @@ export declare const EventSourceName: {
968
1031
  readonly OnPostCallAnalysisAvailable: "OnPostCallAnalysisAvailable";
969
1032
  readonly OnPostChatAnalysisAvailable: "OnPostChatAnalysisAvailable";
970
1033
  readonly OnRealTimeCallAnalysisAvailable: "OnRealTimeCallAnalysisAvailable";
1034
+ readonly OnRealTimeChatAnalysisAvailable: "OnRealTimeChatAnalysisAvailable";
971
1035
  readonly OnSalesforceCaseCreate: "OnSalesforceCaseCreate";
972
1036
  readonly OnZendeskTicketCreate: "OnZendeskTicketCreate";
973
1037
  readonly OnZendeskTicketStatusUpdate: "OnZendeskTicketStatusUpdate";
@@ -1231,6 +1295,7 @@ export declare const ResourceType: {
1231
1295
  readonly HIERARCHY_LEVEL: "HIERARCHY_LEVEL";
1232
1296
  readonly INSTANCE: "INSTANCE";
1233
1297
  readonly PARTICIPANT: "PARTICIPANT";
1298
+ readonly PHONE_NUMBER: "PHONE_NUMBER";
1234
1299
  readonly USER: "USER";
1235
1300
  };
1236
1301
  export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
@@ -1917,6 +1982,7 @@ export interface PhoneNumberStatus {
1917
1982
  export declare const PhoneNumberType: {
1918
1983
  readonly DID: "DID";
1919
1984
  readonly SHARED: "SHARED";
1985
+ readonly SHORT_CODE: "SHORT_CODE";
1920
1986
  readonly THIRD_PARTY_DID: "THIRD_PARTY_DID";
1921
1987
  readonly THIRD_PARTY_TF: "THIRD_PARTY_TF";
1922
1988
  readonly TOLL_FREE: "TOLL_FREE";
@@ -1935,6 +2001,7 @@ export interface ClaimedPhoneNumberSummary {
1935
2001
  InstanceId?: string;
1936
2002
  Tags?: Record<string, string>;
1937
2003
  PhoneNumberStatus?: PhoneNumberStatus;
2004
+ SourcePhoneNumberArn?: string;
1938
2005
  }
1939
2006
  export interface DescribePhoneNumberResponse {
1940
2007
  ClaimedPhoneNumberSummary?: ClaimedPhoneNumberSummary;
@@ -1980,98 +2047,6 @@ export interface Queue {
1980
2047
  export interface DescribeQueueResponse {
1981
2048
  Queue?: Queue;
1982
2049
  }
1983
- export interface DescribeQuickConnectRequest {
1984
- InstanceId: string | undefined;
1985
- QuickConnectId: string | undefined;
1986
- }
1987
- export interface QuickConnect {
1988
- QuickConnectARN?: string;
1989
- QuickConnectId?: string;
1990
- Name?: string;
1991
- Description?: string;
1992
- QuickConnectConfig?: QuickConnectConfig;
1993
- Tags?: Record<string, string>;
1994
- LastModifiedTime?: Date;
1995
- LastModifiedRegion?: string;
1996
- }
1997
- export interface DescribeQuickConnectResponse {
1998
- QuickConnect?: QuickConnect;
1999
- }
2000
- export interface DescribeRoutingProfileRequest {
2001
- InstanceId: string | undefined;
2002
- RoutingProfileId: string | undefined;
2003
- }
2004
- export interface RoutingProfile {
2005
- InstanceId?: string;
2006
- Name?: string;
2007
- RoutingProfileArn?: string;
2008
- RoutingProfileId?: string;
2009
- Description?: string;
2010
- MediaConcurrencies?: MediaConcurrency[];
2011
- DefaultOutboundQueueId?: string;
2012
- Tags?: Record<string, string>;
2013
- NumberOfAssociatedQueues?: number;
2014
- NumberOfAssociatedUsers?: number;
2015
- AgentAvailabilityTimer?: AgentAvailabilityTimer;
2016
- LastModifiedTime?: Date;
2017
- LastModifiedRegion?: string;
2018
- IsDefault?: boolean;
2019
- }
2020
- export interface DescribeRoutingProfileResponse {
2021
- RoutingProfile?: RoutingProfile;
2022
- }
2023
- export interface DescribeRuleRequest {
2024
- InstanceId: string | undefined;
2025
- RuleId: string | undefined;
2026
- }
2027
- export interface Rule {
2028
- Name: string | undefined;
2029
- RuleId: string | undefined;
2030
- RuleArn: string | undefined;
2031
- TriggerEventSource: RuleTriggerEventSource | undefined;
2032
- Function: string | undefined;
2033
- Actions: RuleAction[] | undefined;
2034
- PublishStatus: RulePublishStatus | undefined;
2035
- CreatedTime: Date | undefined;
2036
- LastUpdatedTime: Date | undefined;
2037
- LastUpdatedBy: string | undefined;
2038
- Tags?: Record<string, string>;
2039
- }
2040
- export interface DescribeRuleResponse {
2041
- Rule: Rule | undefined;
2042
- }
2043
- export interface DescribeSecurityProfileRequest {
2044
- SecurityProfileId: string | undefined;
2045
- InstanceId: string | undefined;
2046
- }
2047
- export interface SecurityProfile {
2048
- Id?: string;
2049
- OrganizationResourceId?: string;
2050
- Arn?: string;
2051
- SecurityProfileName?: string;
2052
- Description?: string;
2053
- Tags?: Record<string, string>;
2054
- AllowedAccessControlTags?: Record<string, string>;
2055
- TagRestrictedResources?: string[];
2056
- LastModifiedTime?: Date;
2057
- LastModifiedRegion?: string;
2058
- }
2059
- export interface DescribeSecurityProfileResponse {
2060
- SecurityProfile?: SecurityProfile;
2061
- }
2062
- export interface DescribeTrafficDistributionGroupRequest {
2063
- TrafficDistributionGroupId: string | undefined;
2064
- }
2065
- export declare const TrafficDistributionGroupStatus: {
2066
- readonly ACTIVE: "ACTIVE";
2067
- readonly CREATION_FAILED: "CREATION_FAILED";
2068
- readonly CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS";
2069
- readonly DELETION_FAILED: "DELETION_FAILED";
2070
- readonly PENDING_DELETION: "PENDING_DELETION";
2071
- readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
2072
- };
2073
- export type TrafficDistributionGroupStatus =
2074
- (typeof TrafficDistributionGroupStatus)[keyof typeof TrafficDistributionGroupStatus];
2075
2050
  export declare const CreateInstanceRequestFilterSensitiveLog: (
2076
2051
  obj: CreateInstanceRequest
2077
2052
  ) => any;