@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
@@ -1,12 +1,19 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
1
3
  import {
2
4
  AgentAvailabilityTimer,
3
5
  AgentConfig,
6
+ AgentStatusState,
7
+ AllowedCapabilities,
4
8
  Application,
5
9
  ContactFlowModuleState,
10
+ ContactFlowState,
6
11
  Evaluation,
12
+ EvaluationAnswerData,
7
13
  EvaluationFormQuestion,
8
14
  EvaluationFormScoringStrategy,
9
15
  EvaluationFormVersionStatus,
16
+ EvaluationNote,
10
17
  HoursOfOperationConfig,
11
18
  InstanceAttributeType,
12
19
  InstanceStorageConfig,
@@ -15,6 +22,8 @@ import {
15
22
  OutboundCallerConfig,
16
23
  QueueStatus,
17
24
  QuickConnectConfig,
25
+ Reference,
26
+ RehydrationType,
18
27
  RoutingProfileQueueConfig,
19
28
  RuleAction,
20
29
  RulePublishStatus,
@@ -29,8 +38,10 @@ import {
29
38
  ViewStatus,
30
39
  } from "./models_0";
31
40
  import {
41
+ ChatEvent,
32
42
  HierarchyGroupCondition,
33
43
  HoursOfOperationSearchFilter,
44
+ ParticipantDetails,
34
45
  PromptSearchFilter,
35
46
  QueueSearchFilter,
36
47
  QuickConnectSearchFilter,
@@ -42,6 +53,322 @@ import {
42
53
  TelephonyConfig,
43
54
  UserSearchFilter,
44
55
  } from "./models_1";
56
+ export interface ChatStreamingConfiguration {
57
+ StreamingEndpointArn: string | undefined;
58
+ }
59
+ export interface NewSessionDetails {
60
+ SupportedMessagingContentTypes?: string[];
61
+ ParticipantDetails?: ParticipantDetails;
62
+ Attributes?: Record<string, string>;
63
+ StreamingConfiguration?: ChatStreamingConfiguration;
64
+ }
65
+ export interface SendChatIntegrationEventRequest {
66
+ SourceId: string | undefined;
67
+ DestinationId: string | undefined;
68
+ Subtype?: string;
69
+ Event: ChatEvent | undefined;
70
+ NewSessionDetails?: NewSessionDetails;
71
+ }
72
+ export interface SendChatIntegrationEventResponse {
73
+ InitialContactId?: string;
74
+ NewChatCreated?: boolean;
75
+ }
76
+ export interface ChatMessage {
77
+ ContentType: string | undefined;
78
+ Content: string | undefined;
79
+ }
80
+ export interface PersistentChat {
81
+ RehydrationType?: RehydrationType;
82
+ SourceContactId?: string;
83
+ }
84
+ export interface SegmentAttributeValue {
85
+ ValueString?: string;
86
+ }
87
+ export interface StartChatContactRequest {
88
+ InstanceId: string | undefined;
89
+ ContactFlowId: string | undefined;
90
+ Attributes?: Record<string, string>;
91
+ ParticipantDetails: ParticipantDetails | undefined;
92
+ InitialMessage?: ChatMessage;
93
+ ClientToken?: string;
94
+ ChatDurationInMinutes?: number;
95
+ SupportedMessagingContentTypes?: string[];
96
+ PersistentChat?: PersistentChat;
97
+ RelatedContactId?: string;
98
+ SegmentAttributes?: Record<string, SegmentAttributeValue>;
99
+ }
100
+ export interface StartChatContactResponse {
101
+ ContactId?: string;
102
+ ParticipantId?: string;
103
+ ParticipantToken?: string;
104
+ ContinuedFromContactId?: string;
105
+ }
106
+ export interface StartContactEvaluationRequest {
107
+ InstanceId: string | undefined;
108
+ ContactId: string | undefined;
109
+ EvaluationFormId: string | undefined;
110
+ ClientToken?: string;
111
+ }
112
+ export interface StartContactEvaluationResponse {
113
+ EvaluationId: string | undefined;
114
+ EvaluationArn: string | undefined;
115
+ }
116
+ export declare const VoiceRecordingTrack: {
117
+ readonly ALL: "ALL";
118
+ readonly FROM_AGENT: "FROM_AGENT";
119
+ readonly TO_AGENT: "TO_AGENT";
120
+ };
121
+ export type VoiceRecordingTrack =
122
+ (typeof VoiceRecordingTrack)[keyof typeof VoiceRecordingTrack];
123
+ export interface VoiceRecordingConfiguration {
124
+ VoiceRecordingTrack?: VoiceRecordingTrack;
125
+ }
126
+ export interface StartContactRecordingRequest {
127
+ InstanceId: string | undefined;
128
+ ContactId: string | undefined;
129
+ InitialContactId: string | undefined;
130
+ VoiceRecordingConfiguration: VoiceRecordingConfiguration | undefined;
131
+ }
132
+ export interface StartContactRecordingResponse {}
133
+ export interface StartContactStreamingRequest {
134
+ InstanceId: string | undefined;
135
+ ContactId: string | undefined;
136
+ ChatStreamingConfiguration: ChatStreamingConfiguration | undefined;
137
+ ClientToken?: string;
138
+ }
139
+ export interface StartContactStreamingResponse {
140
+ StreamingId: string | undefined;
141
+ }
142
+ export declare class DestinationNotAllowedException extends __BaseException {
143
+ readonly name: "DestinationNotAllowedException";
144
+ readonly $fault: "client";
145
+ Message?: string;
146
+ constructor(
147
+ opts: __ExceptionOptionType<DestinationNotAllowedException, __BaseException>
148
+ );
149
+ }
150
+ export declare class OutboundContactNotPermittedException extends __BaseException {
151
+ readonly name: "OutboundContactNotPermittedException";
152
+ readonly $fault: "client";
153
+ Message?: string;
154
+ constructor(
155
+ opts: __ExceptionOptionType<
156
+ OutboundContactNotPermittedException,
157
+ __BaseException
158
+ >
159
+ );
160
+ }
161
+ export interface AnswerMachineDetectionConfig {
162
+ EnableAnswerMachineDetection?: boolean;
163
+ AwaitAnswerMachinePrompt?: boolean;
164
+ }
165
+ export declare const TrafficType: {
166
+ readonly CAMPAIGN: "CAMPAIGN";
167
+ readonly GENERAL: "GENERAL";
168
+ };
169
+ export type TrafficType = (typeof TrafficType)[keyof typeof TrafficType];
170
+ export interface StartOutboundVoiceContactRequest {
171
+ DestinationPhoneNumber: string | undefined;
172
+ ContactFlowId: string | undefined;
173
+ InstanceId: string | undefined;
174
+ ClientToken?: string;
175
+ SourcePhoneNumber?: string;
176
+ QueueId?: string;
177
+ Attributes?: Record<string, string>;
178
+ AnswerMachineDetectionConfig?: AnswerMachineDetectionConfig;
179
+ CampaignId?: string;
180
+ TrafficType?: TrafficType;
181
+ }
182
+ export interface StartOutboundVoiceContactResponse {
183
+ ContactId?: string;
184
+ }
185
+ export interface StartTaskContactRequest {
186
+ InstanceId: string | undefined;
187
+ PreviousContactId?: string;
188
+ ContactFlowId?: string;
189
+ Attributes?: Record<string, string>;
190
+ Name: string | undefined;
191
+ References?: Record<string, Reference>;
192
+ Description?: string;
193
+ ClientToken?: string;
194
+ ScheduledTime?: Date;
195
+ TaskTemplateId?: string;
196
+ QuickConnectId?: string;
197
+ RelatedContactId?: string;
198
+ }
199
+ export interface StartTaskContactResponse {
200
+ ContactId?: string;
201
+ }
202
+ export interface StartWebRTCContactRequest {
203
+ Attributes?: Record<string, string>;
204
+ ClientToken?: string;
205
+ ContactFlowId: string | undefined;
206
+ InstanceId: string | undefined;
207
+ AllowedCapabilities?: AllowedCapabilities;
208
+ ParticipantDetails: ParticipantDetails | undefined;
209
+ RelatedContactId?: string;
210
+ References?: Record<string, Reference>;
211
+ Description?: string;
212
+ }
213
+ export interface Attendee {
214
+ AttendeeId?: string;
215
+ JoinToken?: string;
216
+ }
217
+ export interface MediaPlacement {
218
+ AudioHostUrl?: string;
219
+ AudioFallbackUrl?: string;
220
+ SignalingUrl?: string;
221
+ TurnControlUrl?: string;
222
+ EventIngestionUrl?: string;
223
+ }
224
+ export declare const MeetingFeatureStatus: {
225
+ readonly AVAILABLE: "AVAILABLE";
226
+ readonly UNAVAILABLE: "UNAVAILABLE";
227
+ };
228
+ export type MeetingFeatureStatus =
229
+ (typeof MeetingFeatureStatus)[keyof typeof MeetingFeatureStatus];
230
+ export interface AudioFeatures {
231
+ EchoReduction?: MeetingFeatureStatus;
232
+ }
233
+ export interface MeetingFeaturesConfiguration {
234
+ Audio?: AudioFeatures;
235
+ }
236
+ export interface Meeting {
237
+ MediaRegion?: string;
238
+ MediaPlacement?: MediaPlacement;
239
+ MeetingFeatures?: MeetingFeaturesConfiguration;
240
+ MeetingId?: string;
241
+ }
242
+ export interface ConnectionData {
243
+ Attendee?: Attendee;
244
+ Meeting?: Meeting;
245
+ }
246
+ export interface StartWebRTCContactResponse {
247
+ ConnectionData?: ConnectionData;
248
+ ContactId?: string;
249
+ ParticipantId?: string;
250
+ ParticipantToken?: string;
251
+ }
252
+ export declare class ContactNotFoundException extends __BaseException {
253
+ readonly name: "ContactNotFoundException";
254
+ readonly $fault: "client";
255
+ Message?: string;
256
+ constructor(
257
+ opts: __ExceptionOptionType<ContactNotFoundException, __BaseException>
258
+ );
259
+ }
260
+ export interface DisconnectReason {
261
+ Code?: string;
262
+ }
263
+ export interface StopContactRequest {
264
+ ContactId: string | undefined;
265
+ InstanceId: string | undefined;
266
+ DisconnectReason?: DisconnectReason;
267
+ }
268
+ export interface StopContactResponse {}
269
+ export interface StopContactRecordingRequest {
270
+ InstanceId: string | undefined;
271
+ ContactId: string | undefined;
272
+ InitialContactId: string | undefined;
273
+ }
274
+ export interface StopContactRecordingResponse {}
275
+ export interface StopContactStreamingRequest {
276
+ InstanceId: string | undefined;
277
+ ContactId: string | undefined;
278
+ StreamingId: string | undefined;
279
+ }
280
+ export interface StopContactStreamingResponse {}
281
+ export interface EvaluationAnswerInput {
282
+ Value?: EvaluationAnswerData;
283
+ }
284
+ export interface SubmitContactEvaluationRequest {
285
+ InstanceId: string | undefined;
286
+ EvaluationId: string | undefined;
287
+ Answers?: Record<string, EvaluationAnswerInput>;
288
+ Notes?: Record<string, EvaluationNote>;
289
+ }
290
+ export interface SubmitContactEvaluationResponse {
291
+ EvaluationId: string | undefined;
292
+ EvaluationArn: string | undefined;
293
+ }
294
+ export interface SuspendContactRecordingRequest {
295
+ InstanceId: string | undefined;
296
+ ContactId: string | undefined;
297
+ InitialContactId: string | undefined;
298
+ }
299
+ export interface SuspendContactRecordingResponse {}
300
+ export interface TagResourceRequest {
301
+ resourceArn: string | undefined;
302
+ tags: Record<string, string> | undefined;
303
+ }
304
+ export interface TransferContactRequest {
305
+ InstanceId: string | undefined;
306
+ ContactId: string | undefined;
307
+ QueueId?: string;
308
+ UserId?: string;
309
+ ContactFlowId: string | undefined;
310
+ ClientToken?: string;
311
+ }
312
+ export interface TransferContactResponse {
313
+ ContactId?: string;
314
+ ContactArn?: string;
315
+ }
316
+ export interface UntagResourceRequest {
317
+ resourceArn: string | undefined;
318
+ tagKeys: string[] | undefined;
319
+ }
320
+ export interface UpdateAgentStatusRequest {
321
+ InstanceId: string | undefined;
322
+ AgentStatusId: string | undefined;
323
+ Name?: string;
324
+ Description?: string;
325
+ State?: AgentStatusState;
326
+ DisplayOrder?: number;
327
+ ResetOrderNumber?: boolean;
328
+ }
329
+ export interface UpdateContactRequest {
330
+ InstanceId: string | undefined;
331
+ ContactId: string | undefined;
332
+ Name?: string;
333
+ Description?: string;
334
+ References?: Record<string, Reference>;
335
+ }
336
+ export interface UpdateContactResponse {}
337
+ export interface UpdateContactAttributesRequest {
338
+ InitialContactId: string | undefined;
339
+ InstanceId: string | undefined;
340
+ Attributes: Record<string, string> | undefined;
341
+ }
342
+ export interface UpdateContactAttributesResponse {}
343
+ export interface UpdateContactEvaluationRequest {
344
+ InstanceId: string | undefined;
345
+ EvaluationId: string | undefined;
346
+ Answers?: Record<string, EvaluationAnswerInput>;
347
+ Notes?: Record<string, EvaluationNote>;
348
+ }
349
+ export interface UpdateContactEvaluationResponse {
350
+ EvaluationId: string | undefined;
351
+ EvaluationArn: string | undefined;
352
+ }
353
+ export interface UpdateContactFlowContentRequest {
354
+ InstanceId: string | undefined;
355
+ ContactFlowId: string | undefined;
356
+ Content: string | undefined;
357
+ }
358
+ export interface UpdateContactFlowContentResponse {}
359
+ export interface UpdateContactFlowMetadataRequest {
360
+ InstanceId: string | undefined;
361
+ ContactFlowId: string | undefined;
362
+ Name?: string;
363
+ Description?: string;
364
+ ContactFlowState?: ContactFlowState;
365
+ }
366
+ export interface UpdateContactFlowMetadataResponse {}
367
+ export interface UpdateContactFlowModuleContentRequest {
368
+ InstanceId: string | undefined;
369
+ ContactFlowModuleId: string | undefined;
370
+ Content: string | undefined;
371
+ }
45
372
  export interface UpdateContactFlowModuleContentResponse {}
46
373
  export interface UpdateContactFlowModuleMetadataRequest {
47
374
  InstanceId: string | undefined;
@@ -536,6 +863,13 @@ export interface SearchUsersRequest {
536
863
  SearchFilter?: UserSearchFilter;
537
864
  SearchCriteria?: UserSearchCriteria;
538
865
  }
866
+ export declare const AttendeeFilterSensitiveLog: (obj: Attendee) => any;
867
+ export declare const ConnectionDataFilterSensitiveLog: (
868
+ obj: ConnectionData
869
+ ) => any;
870
+ export declare const StartWebRTCContactResponseFilterSensitiveLog: (
871
+ obj: StartWebRTCContactResponse
872
+ ) => any;
539
873
  export declare const UpdateViewContentRequestFilterSensitiveLog: (
540
874
  obj: UpdateViewContentRequest
541
875
  ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListFlowAssociationsCommandInput,
4
+ ListFlowAssociationsCommandOutput,
5
+ } from "../commands/ListFlowAssociationsCommand";
6
+ import { ConnectPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListFlowAssociations(
8
+ config: ConnectPaginationConfiguration,
9
+ input: ListFlowAssociationsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListFlowAssociationsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListRealtimeContactAnalysisSegmentsV2CommandInput,
4
+ ListRealtimeContactAnalysisSegmentsV2CommandOutput,
5
+ } from "../commands/ListRealtimeContactAnalysisSegmentsV2Command";
6
+ import { ConnectPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListRealtimeContactAnalysisSegmentsV2(
8
+ config: ConnectPaginationConfiguration,
9
+ input: ListRealtimeContactAnalysisSegmentsV2CommandInput,
10
+ ...additionalArguments: any
11
+ ): 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";