@aws-sdk/client-connect 3.925.0 → 3.926.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/dist-cjs/index.js +590 -146
- package/dist-es/Connect.js +4 -0
- package/dist-es/commands/CreateViewCommand.js +2 -1
- package/dist-es/commands/CreateViewVersionCommand.js +1 -1
- package/dist-es/commands/SearchContactEvaluationsCommand.js +22 -0
- package/dist-es/commands/SearchEvaluationFormsCommand.js +22 -0
- package/dist-es/commands/StartOutboundVoiceContactCommand.js +1 -1
- package/dist-es/commands/StartTaskContactCommand.js +1 -1
- package/dist-es/commands/StartWebRTCContactCommand.js +1 -1
- package/dist-es/commands/UpdateContactCommand.js +1 -1
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +29 -56
- package/dist-es/models/models_1.js +92 -20
- package/dist-es/models/models_2.js +50 -76
- package/dist-es/models/models_3.js +85 -0
- package/dist-es/protocols/Aws_restJson1.js +291 -4
- package/dist-types/Connect.d.ts +14 -0
- package/dist-types/ConnectClient.d.ts +4 -2
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +96 -4
- package/dist-types/commands/CreateViewCommand.d.ts +2 -1
- package/dist-types/commands/CreateViewVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAttachedFileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +147 -4
- package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +93 -4
- package/dist-types/commands/ImportPhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListBotsCommand.d.ts +2 -1
- package/dist-types/commands/ListContactEvaluationsCommand.d.ts +10 -1
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +1 -1
- package/dist-types/commands/ListContactFlowVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactFlowsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactReferencesCommand.d.ts +1 -1
- package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/ListEvaluationFormsCommand.d.ts +1 -1
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +241 -0
- package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +222 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
- package/dist-types/commands/StartContactEvaluationCommand.d.ts +6 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/commands/StartScreenSharingCommand.d.ts +1 -1
- package/dist-types/commands/StartTaskContactCommand.d.ts +1 -2
- package/dist-types/commands/StartWebRTCContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +4 -1
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/TagContactCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TransferContactCommand.d.ts +1 -1
- package/dist-types/commands/UntagContactCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactCommand.d.ts +1 -2
- package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +93 -4
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +225 -309
- package/dist-types/models/models_1.d.ts +602 -845
- package/dist-types/models/models_2.d.ts +3819 -3480
- package/dist-types/models/models_3.d.ts +3116 -1848
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/Connect.d.ts +34 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAttachedFileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListContactEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactFlowVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartScreenSharingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +89 -94
- package/dist-types/ts3.4/models/models_1.d.ts +197 -256
- package/dist-types/ts3.4/models/models_2.d.ts +399 -249
- package/dist-types/ts3.4/models/models_3.d.ts +426 -74
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +5 -5
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
ActionSummary,
|
|
5
5
|
AgentHierarchyGroups,
|
|
6
6
|
AgentStatus,
|
|
7
|
-
AgentStatusState,
|
|
8
7
|
AliasConfiguration,
|
|
9
|
-
AllowedCapabilities,
|
|
10
8
|
Application,
|
|
11
9
|
Channel,
|
|
10
|
+
ContactFlowStatus,
|
|
11
|
+
ContactFlowType,
|
|
12
12
|
ContactInitiationMethod,
|
|
13
13
|
ControlPlaneAttributeFilter,
|
|
14
14
|
CreatedByInfo,
|
|
@@ -23,10 +23,10 @@ import {
|
|
|
23
23
|
LexBot,
|
|
24
24
|
ListFlowAssociationResourceType,
|
|
25
25
|
MonitorCapability,
|
|
26
|
-
OutboundStrategy,
|
|
27
26
|
ParticipantRole,
|
|
28
27
|
QuickConnectType,
|
|
29
|
-
|
|
28
|
+
ReferenceStatus,
|
|
29
|
+
ReferenceType,
|
|
30
30
|
RehydrationType,
|
|
31
31
|
RulePublishStatus,
|
|
32
32
|
SourceType,
|
|
@@ -40,20 +40,24 @@ import {
|
|
|
40
40
|
ViewStatus,
|
|
41
41
|
ViewType,
|
|
42
42
|
VocabularyLanguageCode,
|
|
43
|
-
VocabularyState,
|
|
44
43
|
} from "./models_0";
|
|
45
44
|
import {
|
|
46
45
|
Attribute,
|
|
46
|
+
AutoEvaluationStatus,
|
|
47
47
|
ContactFlow,
|
|
48
48
|
ContactFlowModule,
|
|
49
|
-
|
|
49
|
+
ContactFlowModuleState,
|
|
50
|
+
ContactFlowState,
|
|
50
51
|
EvaluationFormVersionStatus,
|
|
51
|
-
|
|
52
|
+
EvaluationScore,
|
|
53
|
+
EvaluationStatus,
|
|
54
|
+
EvaluationType,
|
|
52
55
|
HierarchyGroup,
|
|
53
56
|
HierarchyGroupSummary,
|
|
54
57
|
HoursOfOperation,
|
|
55
58
|
HoursOfOperationOverride,
|
|
56
59
|
InstanceStatus,
|
|
60
|
+
LexBotConfig,
|
|
57
61
|
PhoneNumberCountryCode,
|
|
58
62
|
PhoneNumberType,
|
|
59
63
|
PredefinedAttribute,
|
|
@@ -63,7 +67,271 @@ import {
|
|
|
63
67
|
RoutingProfile,
|
|
64
68
|
SortOrder,
|
|
65
69
|
TrafficDistributionGroupStatus,
|
|
70
|
+
VocabularyState,
|
|
66
71
|
} from "./models_1";
|
|
72
|
+
export interface ListBotsResponse {
|
|
73
|
+
LexBots?: LexBotConfig[] | undefined;
|
|
74
|
+
NextToken?: string | undefined;
|
|
75
|
+
}
|
|
76
|
+
export interface ListContactEvaluationsRequest {
|
|
77
|
+
InstanceId: string | undefined;
|
|
78
|
+
ContactId: string | undefined;
|
|
79
|
+
NextToken?: string | undefined;
|
|
80
|
+
}
|
|
81
|
+
export interface EvaluationAcknowledgementSummary {
|
|
82
|
+
AcknowledgedTime?: Date | undefined;
|
|
83
|
+
AcknowledgedBy?: string | undefined;
|
|
84
|
+
AcknowledgerComment?: string | undefined;
|
|
85
|
+
}
|
|
86
|
+
export interface EvaluationSummary {
|
|
87
|
+
EvaluationId: string | undefined;
|
|
88
|
+
EvaluationArn: string | undefined;
|
|
89
|
+
EvaluationFormTitle: string | undefined;
|
|
90
|
+
EvaluationFormId: string | undefined;
|
|
91
|
+
CalibrationSessionId?: string | undefined;
|
|
92
|
+
Status: EvaluationStatus | undefined;
|
|
93
|
+
AutoEvaluationEnabled?: boolean | undefined;
|
|
94
|
+
AutoEvaluationStatus?: AutoEvaluationStatus | undefined;
|
|
95
|
+
EvaluatorArn: string | undefined;
|
|
96
|
+
Score?: EvaluationScore | undefined;
|
|
97
|
+
Acknowledgement?: EvaluationAcknowledgementSummary | undefined;
|
|
98
|
+
EvaluationType?: EvaluationType | undefined;
|
|
99
|
+
CreatedTime: Date | undefined;
|
|
100
|
+
LastModifiedTime: Date | undefined;
|
|
101
|
+
}
|
|
102
|
+
export interface ListContactEvaluationsResponse {
|
|
103
|
+
EvaluationSummaryList: EvaluationSummary[] | undefined;
|
|
104
|
+
NextToken?: string | undefined;
|
|
105
|
+
}
|
|
106
|
+
export interface ListContactFlowModulesRequest {
|
|
107
|
+
InstanceId: string | undefined;
|
|
108
|
+
NextToken?: string | undefined;
|
|
109
|
+
MaxResults?: number | undefined;
|
|
110
|
+
ContactFlowModuleState?: ContactFlowModuleState | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface ContactFlowModuleSummary {
|
|
113
|
+
Id?: string | undefined;
|
|
114
|
+
Arn?: string | undefined;
|
|
115
|
+
Name?: string | undefined;
|
|
116
|
+
State?: ContactFlowModuleState | undefined;
|
|
117
|
+
}
|
|
118
|
+
export interface ListContactFlowModulesResponse {
|
|
119
|
+
ContactFlowModulesSummaryList?: ContactFlowModuleSummary[] | undefined;
|
|
120
|
+
NextToken?: string | undefined;
|
|
121
|
+
}
|
|
122
|
+
export interface ListContactFlowsRequest {
|
|
123
|
+
InstanceId: string | undefined;
|
|
124
|
+
ContactFlowTypes?: ContactFlowType[] | undefined;
|
|
125
|
+
NextToken?: string | undefined;
|
|
126
|
+
MaxResults?: number | undefined;
|
|
127
|
+
}
|
|
128
|
+
export interface ContactFlowSummary {
|
|
129
|
+
Id?: string | undefined;
|
|
130
|
+
Arn?: string | undefined;
|
|
131
|
+
Name?: string | undefined;
|
|
132
|
+
ContactFlowType?: ContactFlowType | undefined;
|
|
133
|
+
ContactFlowState?: ContactFlowState | undefined;
|
|
134
|
+
ContactFlowStatus?: ContactFlowStatus | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface ListContactFlowsResponse {
|
|
137
|
+
ContactFlowSummaryList?: ContactFlowSummary[] | undefined;
|
|
138
|
+
NextToken?: string | undefined;
|
|
139
|
+
}
|
|
140
|
+
export interface ListContactFlowVersionsRequest {
|
|
141
|
+
InstanceId: string | undefined;
|
|
142
|
+
ContactFlowId: string | undefined;
|
|
143
|
+
NextToken?: string | undefined;
|
|
144
|
+
MaxResults?: number | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface ContactFlowVersionSummary {
|
|
147
|
+
Arn?: string | undefined;
|
|
148
|
+
VersionDescription?: string | undefined;
|
|
149
|
+
Version?: number | undefined;
|
|
150
|
+
}
|
|
151
|
+
export interface ListContactFlowVersionsResponse {
|
|
152
|
+
ContactFlowVersionSummaryList?: ContactFlowVersionSummary[] | undefined;
|
|
153
|
+
NextToken?: string | undefined;
|
|
154
|
+
}
|
|
155
|
+
export interface ListContactReferencesRequest {
|
|
156
|
+
InstanceId: string | undefined;
|
|
157
|
+
ContactId: string | undefined;
|
|
158
|
+
ReferenceTypes: ReferenceType[] | undefined;
|
|
159
|
+
NextToken?: string | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface AttachmentReference {
|
|
162
|
+
Name?: string | undefined;
|
|
163
|
+
Value?: string | undefined;
|
|
164
|
+
Status?: ReferenceStatus | undefined;
|
|
165
|
+
Arn?: string | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface DateReference {
|
|
168
|
+
Name?: string | undefined;
|
|
169
|
+
Value?: string | undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface EmailReference {
|
|
172
|
+
Name?: string | undefined;
|
|
173
|
+
Value?: string | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface EmailMessageReference {
|
|
176
|
+
Name?: string | undefined;
|
|
177
|
+
Arn?: string | undefined;
|
|
178
|
+
}
|
|
179
|
+
export interface NumberReference {
|
|
180
|
+
Name?: string | undefined;
|
|
181
|
+
Value?: string | undefined;
|
|
182
|
+
}
|
|
183
|
+
export interface StringReference {
|
|
184
|
+
Name?: string | undefined;
|
|
185
|
+
Value?: string | undefined;
|
|
186
|
+
}
|
|
187
|
+
export interface UrlReference {
|
|
188
|
+
Name?: string | undefined;
|
|
189
|
+
Value?: string | undefined;
|
|
190
|
+
}
|
|
191
|
+
export type ReferenceSummary =
|
|
192
|
+
| ReferenceSummary.AttachmentMember
|
|
193
|
+
| ReferenceSummary.DateMember
|
|
194
|
+
| ReferenceSummary.EmailMember
|
|
195
|
+
| ReferenceSummary.EmailMessageMember
|
|
196
|
+
| ReferenceSummary.NumberMember
|
|
197
|
+
| ReferenceSummary.StringMember
|
|
198
|
+
| ReferenceSummary.UrlMember
|
|
199
|
+
| ReferenceSummary.$UnknownMember;
|
|
200
|
+
export declare namespace ReferenceSummary {
|
|
201
|
+
interface UrlMember {
|
|
202
|
+
Url: UrlReference;
|
|
203
|
+
Attachment?: never;
|
|
204
|
+
EmailMessage?: never;
|
|
205
|
+
String?: never;
|
|
206
|
+
Number?: never;
|
|
207
|
+
Date?: never;
|
|
208
|
+
Email?: never;
|
|
209
|
+
$unknown?: never;
|
|
210
|
+
}
|
|
211
|
+
interface AttachmentMember {
|
|
212
|
+
Url?: never;
|
|
213
|
+
Attachment: AttachmentReference;
|
|
214
|
+
EmailMessage?: never;
|
|
215
|
+
String?: never;
|
|
216
|
+
Number?: never;
|
|
217
|
+
Date?: never;
|
|
218
|
+
Email?: never;
|
|
219
|
+
$unknown?: never;
|
|
220
|
+
}
|
|
221
|
+
interface EmailMessageMember {
|
|
222
|
+
Url?: never;
|
|
223
|
+
Attachment?: never;
|
|
224
|
+
EmailMessage: EmailMessageReference;
|
|
225
|
+
String?: never;
|
|
226
|
+
Number?: never;
|
|
227
|
+
Date?: never;
|
|
228
|
+
Email?: never;
|
|
229
|
+
$unknown?: never;
|
|
230
|
+
}
|
|
231
|
+
interface StringMember {
|
|
232
|
+
Url?: never;
|
|
233
|
+
Attachment?: never;
|
|
234
|
+
EmailMessage?: never;
|
|
235
|
+
String: StringReference;
|
|
236
|
+
Number?: never;
|
|
237
|
+
Date?: never;
|
|
238
|
+
Email?: never;
|
|
239
|
+
$unknown?: never;
|
|
240
|
+
}
|
|
241
|
+
interface NumberMember {
|
|
242
|
+
Url?: never;
|
|
243
|
+
Attachment?: never;
|
|
244
|
+
EmailMessage?: never;
|
|
245
|
+
String?: never;
|
|
246
|
+
Number: NumberReference;
|
|
247
|
+
Date?: never;
|
|
248
|
+
Email?: never;
|
|
249
|
+
$unknown?: never;
|
|
250
|
+
}
|
|
251
|
+
interface DateMember {
|
|
252
|
+
Url?: never;
|
|
253
|
+
Attachment?: never;
|
|
254
|
+
EmailMessage?: never;
|
|
255
|
+
String?: never;
|
|
256
|
+
Number?: never;
|
|
257
|
+
Date: DateReference;
|
|
258
|
+
Email?: never;
|
|
259
|
+
$unknown?: never;
|
|
260
|
+
}
|
|
261
|
+
interface EmailMember {
|
|
262
|
+
Url?: never;
|
|
263
|
+
Attachment?: never;
|
|
264
|
+
EmailMessage?: never;
|
|
265
|
+
String?: never;
|
|
266
|
+
Number?: never;
|
|
267
|
+
Date?: never;
|
|
268
|
+
Email: EmailReference;
|
|
269
|
+
$unknown?: never;
|
|
270
|
+
}
|
|
271
|
+
interface $UnknownMember {
|
|
272
|
+
Url?: never;
|
|
273
|
+
Attachment?: never;
|
|
274
|
+
EmailMessage?: never;
|
|
275
|
+
String?: never;
|
|
276
|
+
Number?: never;
|
|
277
|
+
Date?: never;
|
|
278
|
+
Email?: never;
|
|
279
|
+
$unknown: [string, any];
|
|
280
|
+
}
|
|
281
|
+
interface Visitor<T> {
|
|
282
|
+
Url: (value: UrlReference) => T;
|
|
283
|
+
Attachment: (value: AttachmentReference) => T;
|
|
284
|
+
EmailMessage: (value: EmailMessageReference) => T;
|
|
285
|
+
String: (value: StringReference) => T;
|
|
286
|
+
Number: (value: NumberReference) => T;
|
|
287
|
+
Date: (value: DateReference) => T;
|
|
288
|
+
Email: (value: EmailReference) => T;
|
|
289
|
+
_: (name: string, value: any) => T;
|
|
290
|
+
}
|
|
291
|
+
const visit: <T>(value: ReferenceSummary, visitor: Visitor<T>) => T;
|
|
292
|
+
}
|
|
293
|
+
export interface ListContactReferencesResponse {
|
|
294
|
+
ReferenceSummaryList?: ReferenceSummary[] | undefined;
|
|
295
|
+
NextToken?: string | undefined;
|
|
296
|
+
}
|
|
297
|
+
export interface ListDefaultVocabulariesRequest {
|
|
298
|
+
InstanceId: string | undefined;
|
|
299
|
+
LanguageCode?: VocabularyLanguageCode | undefined;
|
|
300
|
+
MaxResults?: number | undefined;
|
|
301
|
+
NextToken?: string | undefined;
|
|
302
|
+
}
|
|
303
|
+
export interface DefaultVocabulary {
|
|
304
|
+
InstanceId: string | undefined;
|
|
305
|
+
LanguageCode: VocabularyLanguageCode | undefined;
|
|
306
|
+
VocabularyId: string | undefined;
|
|
307
|
+
VocabularyName: string | undefined;
|
|
308
|
+
}
|
|
309
|
+
export interface ListDefaultVocabulariesResponse {
|
|
310
|
+
DefaultVocabularyList: DefaultVocabulary[] | undefined;
|
|
311
|
+
NextToken?: string | undefined;
|
|
312
|
+
}
|
|
313
|
+
export interface ListEvaluationFormsRequest {
|
|
314
|
+
InstanceId: string | undefined;
|
|
315
|
+
MaxResults?: number | undefined;
|
|
316
|
+
NextToken?: string | undefined;
|
|
317
|
+
}
|
|
318
|
+
export interface EvaluationFormSummary {
|
|
319
|
+
EvaluationFormId: string | undefined;
|
|
320
|
+
EvaluationFormArn: string | undefined;
|
|
321
|
+
Title: string | undefined;
|
|
322
|
+
CreatedTime: Date | undefined;
|
|
323
|
+
CreatedBy: string | undefined;
|
|
324
|
+
LastModifiedTime: Date | undefined;
|
|
325
|
+
LastModifiedBy: string | undefined;
|
|
326
|
+
LastActivatedTime?: Date | undefined;
|
|
327
|
+
LastActivatedBy?: string | undefined;
|
|
328
|
+
LatestVersion: number | undefined;
|
|
329
|
+
ActiveVersion?: number | undefined;
|
|
330
|
+
}
|
|
331
|
+
export interface ListEvaluationFormsResponse {
|
|
332
|
+
EvaluationFormSummaryList: EvaluationFormSummary[] | undefined;
|
|
333
|
+
NextToken?: string | undefined;
|
|
334
|
+
}
|
|
67
335
|
export interface ListEvaluationFormVersionsRequest {
|
|
68
336
|
InstanceId: string | undefined;
|
|
69
337
|
EvaluationFormId: string | undefined;
|
|
@@ -955,6 +1223,100 @@ export interface SearchAvailablePhoneNumbersResponse {
|
|
|
955
1223
|
NextToken?: string | undefined;
|
|
956
1224
|
AvailableNumbersList?: AvailableNumberSummary[] | undefined;
|
|
957
1225
|
}
|
|
1226
|
+
export declare const BooleanComparisonType: {
|
|
1227
|
+
readonly IS_FALSE: "IS_FALSE";
|
|
1228
|
+
readonly IS_TRUE: "IS_TRUE";
|
|
1229
|
+
};
|
|
1230
|
+
export type BooleanComparisonType =
|
|
1231
|
+
(typeof BooleanComparisonType)[keyof typeof BooleanComparisonType];
|
|
1232
|
+
export interface BooleanCondition {
|
|
1233
|
+
FieldName?: string | undefined;
|
|
1234
|
+
ComparisonType?: BooleanComparisonType | undefined;
|
|
1235
|
+
}
|
|
1236
|
+
export declare const DateTimeComparisonType: {
|
|
1237
|
+
readonly EQUAL_TO: "EQUAL_TO";
|
|
1238
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
1239
|
+
readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
|
|
1240
|
+
readonly LESS_THAN: "LESS_THAN";
|
|
1241
|
+
readonly LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO";
|
|
1242
|
+
readonly RANGE: "RANGE";
|
|
1243
|
+
};
|
|
1244
|
+
export type DateTimeComparisonType =
|
|
1245
|
+
(typeof DateTimeComparisonType)[keyof typeof DateTimeComparisonType];
|
|
1246
|
+
export interface DateTimeCondition {
|
|
1247
|
+
FieldName?: string | undefined;
|
|
1248
|
+
MinValue?: string | undefined;
|
|
1249
|
+
MaxValue?: string | undefined;
|
|
1250
|
+
ComparisonType?: DateTimeComparisonType | undefined;
|
|
1251
|
+
}
|
|
1252
|
+
export declare const DecimalComparisonType: {
|
|
1253
|
+
readonly EQUAL: "EQUAL";
|
|
1254
|
+
readonly GREATER: "GREATER";
|
|
1255
|
+
readonly GREATER_OR_EQUAL: "GREATER_OR_EQUAL";
|
|
1256
|
+
readonly LESSER: "LESSER";
|
|
1257
|
+
readonly LESSER_OR_EQUAL: "LESSER_OR_EQUAL";
|
|
1258
|
+
readonly NOT_EQUAL: "NOT_EQUAL";
|
|
1259
|
+
readonly RANGE: "RANGE";
|
|
1260
|
+
};
|
|
1261
|
+
export type DecimalComparisonType =
|
|
1262
|
+
(typeof DecimalComparisonType)[keyof typeof DecimalComparisonType];
|
|
1263
|
+
export interface DecimalCondition {
|
|
1264
|
+
FieldName?: string | undefined;
|
|
1265
|
+
MinValue?: number | undefined;
|
|
1266
|
+
MaxValue?: number | undefined;
|
|
1267
|
+
ComparisonType?: DecimalComparisonType | undefined;
|
|
1268
|
+
}
|
|
1269
|
+
export declare const NumberComparisonType: {
|
|
1270
|
+
readonly EQUAL: "EQUAL";
|
|
1271
|
+
readonly GREATER: "GREATER";
|
|
1272
|
+
readonly GREATER_OR_EQUAL: "GREATER_OR_EQUAL";
|
|
1273
|
+
readonly LESSER: "LESSER";
|
|
1274
|
+
readonly LESSER_OR_EQUAL: "LESSER_OR_EQUAL";
|
|
1275
|
+
readonly NOT_EQUAL: "NOT_EQUAL";
|
|
1276
|
+
readonly RANGE: "RANGE";
|
|
1277
|
+
};
|
|
1278
|
+
export type NumberComparisonType =
|
|
1279
|
+
(typeof NumberComparisonType)[keyof typeof NumberComparisonType];
|
|
1280
|
+
export interface NumberCondition {
|
|
1281
|
+
FieldName?: string | undefined;
|
|
1282
|
+
MinValue?: number | undefined;
|
|
1283
|
+
MaxValue?: number | undefined;
|
|
1284
|
+
ComparisonType?: NumberComparisonType | undefined;
|
|
1285
|
+
}
|
|
1286
|
+
export interface EvaluationSearchFilter {
|
|
1287
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
1288
|
+
}
|
|
1289
|
+
export interface EvaluationSearchMetadata {
|
|
1290
|
+
ContactId: string | undefined;
|
|
1291
|
+
EvaluatorArn: string | undefined;
|
|
1292
|
+
ContactAgentId?: string | undefined;
|
|
1293
|
+
CalibrationSessionId?: string | undefined;
|
|
1294
|
+
ScorePercentage?: number | undefined;
|
|
1295
|
+
ScoreAutomaticFail?: boolean | undefined;
|
|
1296
|
+
ScoreNotApplicable?: boolean | undefined;
|
|
1297
|
+
AutoEvaluationEnabled?: boolean | undefined;
|
|
1298
|
+
AutoEvaluationStatus?: AutoEvaluationStatus | undefined;
|
|
1299
|
+
AcknowledgedTime?: Date | undefined;
|
|
1300
|
+
AcknowledgedBy?: string | undefined;
|
|
1301
|
+
AcknowledgerComment?: string | undefined;
|
|
1302
|
+
}
|
|
1303
|
+
export interface EvaluationSearchSummary {
|
|
1304
|
+
EvaluationId: string | undefined;
|
|
1305
|
+
EvaluationArn: string | undefined;
|
|
1306
|
+
EvaluationFormId?: string | undefined;
|
|
1307
|
+
EvaluationFormVersion: number | undefined;
|
|
1308
|
+
Metadata: EvaluationSearchMetadata | undefined;
|
|
1309
|
+
Status: EvaluationStatus | undefined;
|
|
1310
|
+
EvaluationType?: EvaluationType | undefined;
|
|
1311
|
+
CreatedTime: Date | undefined;
|
|
1312
|
+
LastModifiedTime: Date | undefined;
|
|
1313
|
+
Tags?: Record<string, string> | undefined;
|
|
1314
|
+
}
|
|
1315
|
+
export interface SearchContactEvaluationsResponse {
|
|
1316
|
+
EvaluationSearchSummaryList?: EvaluationSearchSummary[] | undefined;
|
|
1317
|
+
NextToken?: string | undefined;
|
|
1318
|
+
ApproximateTotalCount?: number | undefined;
|
|
1319
|
+
}
|
|
958
1320
|
export interface ControlPlaneTagFilter {
|
|
959
1321
|
OrConditions?: TagCondition[][] | undefined;
|
|
960
1322
|
AndConditions?: TagCondition[] | undefined;
|
|
@@ -1117,6 +1479,31 @@ export interface SearchEmailAddressesResponse {
|
|
|
1117
1479
|
EmailAddresses?: EmailAddressMetadata[] | undefined;
|
|
1118
1480
|
ApproximateTotalCount?: number | undefined;
|
|
1119
1481
|
}
|
|
1482
|
+
export interface EvaluationFormSearchFilter {
|
|
1483
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
1484
|
+
}
|
|
1485
|
+
export interface EvaluationFormSearchSummary {
|
|
1486
|
+
EvaluationFormId: string | undefined;
|
|
1487
|
+
EvaluationFormArn: string | undefined;
|
|
1488
|
+
Title: string | undefined;
|
|
1489
|
+
Status: EvaluationFormVersionStatus | undefined;
|
|
1490
|
+
Description?: string | undefined;
|
|
1491
|
+
CreatedTime: Date | undefined;
|
|
1492
|
+
CreatedBy: string | undefined;
|
|
1493
|
+
LastModifiedTime: Date | undefined;
|
|
1494
|
+
LastModifiedBy: string | undefined;
|
|
1495
|
+
LastActivatedTime?: Date | undefined;
|
|
1496
|
+
LastActivatedBy?: string | undefined;
|
|
1497
|
+
LatestVersion: number | undefined;
|
|
1498
|
+
ActiveVersion?: number | undefined;
|
|
1499
|
+
AutoEvaluationEnabled?: boolean | undefined;
|
|
1500
|
+
Tags?: Record<string, string> | undefined;
|
|
1501
|
+
}
|
|
1502
|
+
export interface SearchEvaluationFormsResponse {
|
|
1503
|
+
EvaluationFormSearchSummaryList?: EvaluationFormSearchSummary[] | undefined;
|
|
1504
|
+
NextToken?: string | undefined;
|
|
1505
|
+
ApproximateTotalCount?: number | undefined;
|
|
1506
|
+
}
|
|
1120
1507
|
export declare const DateComparisonType: {
|
|
1121
1508
|
readonly EQUAL_TO: "EQUAL_TO";
|
|
1122
1509
|
readonly GREATER_THAN: "GREATER_THAN";
|
|
@@ -1252,23 +1639,6 @@ export interface HierarchyGroupCondition {
|
|
|
1252
1639
|
Value?: string | undefined;
|
|
1253
1640
|
HierarchyGroupMatchType?: HierarchyGroupMatchType | undefined;
|
|
1254
1641
|
}
|
|
1255
|
-
export declare const NumberComparisonType: {
|
|
1256
|
-
readonly EQUAL: "EQUAL";
|
|
1257
|
-
readonly GREATER: "GREATER";
|
|
1258
|
-
readonly GREATER_OR_EQUAL: "GREATER_OR_EQUAL";
|
|
1259
|
-
readonly LESSER: "LESSER";
|
|
1260
|
-
readonly LESSER_OR_EQUAL: "LESSER_OR_EQUAL";
|
|
1261
|
-
readonly NOT_EQUAL: "NOT_EQUAL";
|
|
1262
|
-
readonly RANGE: "RANGE";
|
|
1263
|
-
};
|
|
1264
|
-
export type NumberComparisonType =
|
|
1265
|
-
(typeof NumberComparisonType)[keyof typeof NumberComparisonType];
|
|
1266
|
-
export interface NumberCondition {
|
|
1267
|
-
FieldName?: string | undefined;
|
|
1268
|
-
MinValue?: number | undefined;
|
|
1269
|
-
MaxValue?: number | undefined;
|
|
1270
|
-
ComparisonType?: NumberComparisonType | undefined;
|
|
1271
|
-
}
|
|
1272
1642
|
export interface Condition {
|
|
1273
1643
|
StringCondition?: StringCondition | undefined;
|
|
1274
1644
|
NumberCondition?: NumberCondition | undefined;
|
|
@@ -1462,11 +1832,16 @@ export interface StartChatContactResponse {
|
|
|
1462
1832
|
ParticipantToken?: string | undefined;
|
|
1463
1833
|
ContinuedFromContactId?: string | undefined;
|
|
1464
1834
|
}
|
|
1835
|
+
export interface AutoEvaluationConfiguration {
|
|
1836
|
+
Enabled: boolean | undefined;
|
|
1837
|
+
}
|
|
1465
1838
|
export interface StartContactEvaluationRequest {
|
|
1466
1839
|
InstanceId: string | undefined;
|
|
1467
1840
|
ContactId: string | undefined;
|
|
1468
1841
|
EvaluationFormId: string | undefined;
|
|
1842
|
+
AutoEvaluationConfiguration?: AutoEvaluationConfiguration | undefined;
|
|
1469
1843
|
ClientToken?: string | undefined;
|
|
1844
|
+
Tags?: Record<string, string> | undefined;
|
|
1470
1845
|
}
|
|
1471
1846
|
export interface StartContactEvaluationResponse {
|
|
1472
1847
|
EvaluationId: string | undefined;
|
|
@@ -1554,218 +1929,6 @@ export interface StartOutboundEmailContactRequest {
|
|
|
1554
1929
|
export interface StartOutboundEmailContactResponse {
|
|
1555
1930
|
ContactId?: string | undefined;
|
|
1556
1931
|
}
|
|
1557
|
-
export declare class DestinationNotAllowedException extends __BaseException {
|
|
1558
|
-
readonly name: "DestinationNotAllowedException";
|
|
1559
|
-
readonly $fault: "client";
|
|
1560
|
-
Message?: string | undefined;
|
|
1561
|
-
constructor(
|
|
1562
|
-
opts: __ExceptionOptionType<DestinationNotAllowedException, __BaseException>
|
|
1563
|
-
);
|
|
1564
|
-
}
|
|
1565
|
-
export declare class OutboundContactNotPermittedException extends __BaseException {
|
|
1566
|
-
readonly name: "OutboundContactNotPermittedException";
|
|
1567
|
-
readonly $fault: "client";
|
|
1568
|
-
Message?: string | undefined;
|
|
1569
|
-
constructor(
|
|
1570
|
-
opts: __ExceptionOptionType<
|
|
1571
|
-
OutboundContactNotPermittedException,
|
|
1572
|
-
__BaseException
|
|
1573
|
-
>
|
|
1574
|
-
);
|
|
1575
|
-
}
|
|
1576
|
-
export interface AnswerMachineDetectionConfig {
|
|
1577
|
-
EnableAnswerMachineDetection?: boolean | undefined;
|
|
1578
|
-
AwaitAnswerMachinePrompt?: boolean | undefined;
|
|
1579
|
-
}
|
|
1580
|
-
export interface StartOutboundVoiceContactRequest {
|
|
1581
|
-
Name?: string | undefined;
|
|
1582
|
-
Description?: string | undefined;
|
|
1583
|
-
References?: Record<string, Reference> | undefined;
|
|
1584
|
-
RelatedContactId?: string | undefined;
|
|
1585
|
-
DestinationPhoneNumber: string | undefined;
|
|
1586
|
-
ContactFlowId: string | undefined;
|
|
1587
|
-
InstanceId: string | undefined;
|
|
1588
|
-
ClientToken?: string | undefined;
|
|
1589
|
-
SourcePhoneNumber?: string | undefined;
|
|
1590
|
-
QueueId?: string | undefined;
|
|
1591
|
-
Attributes?: Record<string, string> | undefined;
|
|
1592
|
-
AnswerMachineDetectionConfig?: AnswerMachineDetectionConfig | undefined;
|
|
1593
|
-
CampaignId?: string | undefined;
|
|
1594
|
-
TrafficType?: TrafficType | undefined;
|
|
1595
|
-
OutboundStrategy?: OutboundStrategy | undefined;
|
|
1596
|
-
}
|
|
1597
|
-
export interface StartOutboundVoiceContactResponse {
|
|
1598
|
-
ContactId?: string | undefined;
|
|
1599
|
-
}
|
|
1600
|
-
export interface StartScreenSharingRequest {
|
|
1601
|
-
ClientToken?: string | undefined;
|
|
1602
|
-
InstanceId: string | undefined;
|
|
1603
|
-
ContactId: string | undefined;
|
|
1604
|
-
}
|
|
1605
|
-
export interface StartScreenSharingResponse {}
|
|
1606
|
-
export interface StartTaskContactResponse {
|
|
1607
|
-
ContactId?: string | undefined;
|
|
1608
|
-
}
|
|
1609
|
-
export interface StartWebRTCContactRequest {
|
|
1610
|
-
Attributes?: Record<string, string> | undefined;
|
|
1611
|
-
ClientToken?: string | undefined;
|
|
1612
|
-
ContactFlowId: string | undefined;
|
|
1613
|
-
InstanceId: string | undefined;
|
|
1614
|
-
AllowedCapabilities?: AllowedCapabilities | undefined;
|
|
1615
|
-
ParticipantDetails: ParticipantDetails | undefined;
|
|
1616
|
-
RelatedContactId?: string | undefined;
|
|
1617
|
-
References?: Record<string, Reference> | undefined;
|
|
1618
|
-
Description?: string | undefined;
|
|
1619
|
-
}
|
|
1620
|
-
export interface Attendee {
|
|
1621
|
-
AttendeeId?: string | undefined;
|
|
1622
|
-
JoinToken?: string | undefined;
|
|
1623
|
-
}
|
|
1624
|
-
export interface MediaPlacement {
|
|
1625
|
-
AudioHostUrl?: string | undefined;
|
|
1626
|
-
AudioFallbackUrl?: string | undefined;
|
|
1627
|
-
SignalingUrl?: string | undefined;
|
|
1628
|
-
TurnControlUrl?: string | undefined;
|
|
1629
|
-
EventIngestionUrl?: string | undefined;
|
|
1630
|
-
}
|
|
1631
|
-
export declare const MeetingFeatureStatus: {
|
|
1632
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
1633
|
-
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
1634
|
-
};
|
|
1635
|
-
export type MeetingFeatureStatus =
|
|
1636
|
-
(typeof MeetingFeatureStatus)[keyof typeof MeetingFeatureStatus];
|
|
1637
|
-
export interface AudioFeatures {
|
|
1638
|
-
EchoReduction?: MeetingFeatureStatus | undefined;
|
|
1639
|
-
}
|
|
1640
|
-
export interface MeetingFeaturesConfiguration {
|
|
1641
|
-
Audio?: AudioFeatures | undefined;
|
|
1642
|
-
}
|
|
1643
|
-
export interface Meeting {
|
|
1644
|
-
MediaRegion?: string | undefined;
|
|
1645
|
-
MediaPlacement?: MediaPlacement | undefined;
|
|
1646
|
-
MeetingFeatures?: MeetingFeaturesConfiguration | undefined;
|
|
1647
|
-
MeetingId?: string | undefined;
|
|
1648
|
-
}
|
|
1649
|
-
export interface ConnectionData {
|
|
1650
|
-
Attendee?: Attendee | undefined;
|
|
1651
|
-
Meeting?: Meeting | undefined;
|
|
1652
|
-
}
|
|
1653
|
-
export interface StartWebRTCContactResponse {
|
|
1654
|
-
ConnectionData?: ConnectionData | undefined;
|
|
1655
|
-
ContactId?: string | undefined;
|
|
1656
|
-
ParticipantId?: string | undefined;
|
|
1657
|
-
ParticipantToken?: string | undefined;
|
|
1658
|
-
}
|
|
1659
|
-
export declare class ContactNotFoundException extends __BaseException {
|
|
1660
|
-
readonly name: "ContactNotFoundException";
|
|
1661
|
-
readonly $fault: "client";
|
|
1662
|
-
Message?: string | undefined;
|
|
1663
|
-
constructor(
|
|
1664
|
-
opts: __ExceptionOptionType<ContactNotFoundException, __BaseException>
|
|
1665
|
-
);
|
|
1666
|
-
}
|
|
1667
|
-
export interface DisconnectReason {
|
|
1668
|
-
Code?: string | undefined;
|
|
1669
|
-
}
|
|
1670
|
-
export interface StopContactRequest {
|
|
1671
|
-
ContactId: string | undefined;
|
|
1672
|
-
InstanceId: string | undefined;
|
|
1673
|
-
DisconnectReason?: DisconnectReason | undefined;
|
|
1674
|
-
}
|
|
1675
|
-
export interface StopContactResponse {}
|
|
1676
|
-
export interface StopContactRecordingRequest {
|
|
1677
|
-
InstanceId: string | undefined;
|
|
1678
|
-
ContactId: string | undefined;
|
|
1679
|
-
InitialContactId: string | undefined;
|
|
1680
|
-
ContactRecordingType?: ContactRecordingType | undefined;
|
|
1681
|
-
}
|
|
1682
|
-
export interface StopContactRecordingResponse {}
|
|
1683
|
-
export interface StopContactStreamingRequest {
|
|
1684
|
-
InstanceId: string | undefined;
|
|
1685
|
-
ContactId: string | undefined;
|
|
1686
|
-
StreamingId: string | undefined;
|
|
1687
|
-
}
|
|
1688
|
-
export interface StopContactStreamingResponse {}
|
|
1689
|
-
export interface EvaluationAnswerInput {
|
|
1690
|
-
Value?: EvaluationAnswerData | undefined;
|
|
1691
|
-
}
|
|
1692
|
-
export interface SubmitContactEvaluationRequest {
|
|
1693
|
-
InstanceId: string | undefined;
|
|
1694
|
-
EvaluationId: string | undefined;
|
|
1695
|
-
Answers?: Record<string, EvaluationAnswerInput> | undefined;
|
|
1696
|
-
Notes?: Record<string, EvaluationNote> | undefined;
|
|
1697
|
-
}
|
|
1698
|
-
export interface SubmitContactEvaluationResponse {
|
|
1699
|
-
EvaluationId: string | undefined;
|
|
1700
|
-
EvaluationArn: string | undefined;
|
|
1701
|
-
}
|
|
1702
|
-
export interface SuspendContactRecordingRequest {
|
|
1703
|
-
InstanceId: string | undefined;
|
|
1704
|
-
ContactId: string | undefined;
|
|
1705
|
-
InitialContactId: string | undefined;
|
|
1706
|
-
ContactRecordingType?: ContactRecordingType | undefined;
|
|
1707
|
-
}
|
|
1708
|
-
export interface SuspendContactRecordingResponse {}
|
|
1709
|
-
export interface TagContactRequest {
|
|
1710
|
-
ContactId: string | undefined;
|
|
1711
|
-
InstanceId: string | undefined;
|
|
1712
|
-
Tags: Record<string, string> | undefined;
|
|
1713
|
-
}
|
|
1714
|
-
export interface TagContactResponse {}
|
|
1715
|
-
export interface TagResourceRequest {
|
|
1716
|
-
resourceArn: string | undefined;
|
|
1717
|
-
tags: Record<string, string> | undefined;
|
|
1718
|
-
}
|
|
1719
|
-
export interface TransferContactRequest {
|
|
1720
|
-
InstanceId: string | undefined;
|
|
1721
|
-
ContactId: string | undefined;
|
|
1722
|
-
QueueId?: string | undefined;
|
|
1723
|
-
UserId?: string | undefined;
|
|
1724
|
-
ContactFlowId: string | undefined;
|
|
1725
|
-
ClientToken?: string | undefined;
|
|
1726
|
-
}
|
|
1727
|
-
export interface TransferContactResponse {
|
|
1728
|
-
ContactId?: string | undefined;
|
|
1729
|
-
ContactArn?: string | undefined;
|
|
1730
|
-
}
|
|
1731
|
-
export interface UntagContactRequest {
|
|
1732
|
-
ContactId: string | undefined;
|
|
1733
|
-
InstanceId: string | undefined;
|
|
1734
|
-
TagKeys: string[] | undefined;
|
|
1735
|
-
}
|
|
1736
|
-
export interface UntagContactResponse {}
|
|
1737
|
-
export interface UntagResourceRequest {
|
|
1738
|
-
resourceArn: string | undefined;
|
|
1739
|
-
tagKeys: string[] | undefined;
|
|
1740
|
-
}
|
|
1741
|
-
export interface UpdateAgentStatusRequest {
|
|
1742
|
-
InstanceId: string | undefined;
|
|
1743
|
-
AgentStatusId: string | undefined;
|
|
1744
|
-
Name?: string | undefined;
|
|
1745
|
-
Description?: string | undefined;
|
|
1746
|
-
State?: AgentStatusState | undefined;
|
|
1747
|
-
DisplayOrder?: number | undefined;
|
|
1748
|
-
ResetOrderNumber?: boolean | undefined;
|
|
1749
|
-
}
|
|
1750
|
-
export interface UpdateAuthenticationProfileRequest {
|
|
1751
|
-
AuthenticationProfileId: string | undefined;
|
|
1752
|
-
InstanceId: string | undefined;
|
|
1753
|
-
Name?: string | undefined;
|
|
1754
|
-
Description?: string | undefined;
|
|
1755
|
-
AllowedIps?: string[] | undefined;
|
|
1756
|
-
BlockedIps?: string[] | undefined;
|
|
1757
|
-
PeriodicSessionDuration?: number | undefined;
|
|
1758
|
-
}
|
|
1759
|
-
export interface QueueInfoInput {
|
|
1760
|
-
Id?: string | undefined;
|
|
1761
|
-
}
|
|
1762
|
-
export interface UpdateContactResponse {}
|
|
1763
|
-
export interface UpdateContactAttributesRequest {
|
|
1764
|
-
InitialContactId: string | undefined;
|
|
1765
|
-
InstanceId: string | undefined;
|
|
1766
|
-
Attributes: Record<string, string> | undefined;
|
|
1767
|
-
}
|
|
1768
|
-
export interface UpdateContactAttributesResponse {}
|
|
1769
1932
|
export declare const InstanceSummaryFilterSensitiveLog: (
|
|
1770
1933
|
obj: InstanceSummary
|
|
1771
1934
|
) => any;
|
|
@@ -1853,16 +2016,3 @@ export declare const InboundEmailContentFilterSensitiveLog: (
|
|
|
1853
2016
|
export declare const StartOutboundEmailContactRequestFilterSensitiveLog: (
|
|
1854
2017
|
obj: StartOutboundEmailContactRequest
|
|
1855
2018
|
) => any;
|
|
1856
|
-
export declare const StartOutboundVoiceContactRequestFilterSensitiveLog: (
|
|
1857
|
-
obj: StartOutboundVoiceContactRequest
|
|
1858
|
-
) => any;
|
|
1859
|
-
export declare const StartWebRTCContactRequestFilterSensitiveLog: (
|
|
1860
|
-
obj: StartWebRTCContactRequest
|
|
1861
|
-
) => any;
|
|
1862
|
-
export declare const AttendeeFilterSensitiveLog: (obj: Attendee) => any;
|
|
1863
|
-
export declare const ConnectionDataFilterSensitiveLog: (
|
|
1864
|
-
obj: ConnectionData
|
|
1865
|
-
) => any;
|
|
1866
|
-
export declare const StartWebRTCContactResponseFilterSensitiveLog: (
|
|
1867
|
-
obj: StartWebRTCContactResponse
|
|
1868
|
-
) => any;
|