@aws-sdk/client-connect 3.443.0 → 3.445.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 +8 -0
- package/dist-cjs/Connect.js +2 -0
- package/dist-cjs/commands/BatchPutContactCommand.js +51 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +19 -2
- package/dist-cjs/protocols/Aws_restJson1.js +83 -9
- package/dist-es/Connect.js +2 -0
- package/dist-es/commands/BatchPutContactCommand.js +47 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +17 -0
- package/dist-es/protocols/Aws_restJson1.js +72 -0
- package/dist-types/Connect.d.ts +7 -0
- package/dist-types/ConnectClient.d.ts +3 -2
- package/dist-types/commands/BatchPutContactCommand.d.ts +133 -0
- package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +1 -2
- package/dist-types/commands/StopContactCommand.d.ts +3 -0
- package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +1 -2
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +191 -329
- package/dist-types/models/models_1.d.ts +332 -195
- package/dist-types/models/models_2.d.ts +195 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/Connect.d.ts +17 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/BatchPutContactCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeTrafficDistributionGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +61 -70
- package/dist-types/ts3.4/models/models_1.d.ts +67 -49
- package/dist-types/ts3.4/models/models_2.d.ts +50 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +4 -4
|
@@ -1,6 +1,319 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
|
|
3
|
-
import { ActionSummary, AgentConfig, AgentContactReference, AgentStatusReference, AgentStatusState, AgentStatusSummary, AgentStatusType, Application, Attribute, Channel, ContactFlowModuleState, ContactFlowState, ContactFlowType, ContactState, DirectoryType, Distribution, EvaluationAnswerData, EvaluationFormVersionStatus, EvaluationNote, EvaluationScore, EvaluationStatus, EventSourceName,
|
|
3
|
+
import { ActionSummary, AgentConfig, AgentContactReference, AgentStatusReference, AgentStatusState, AgentStatusSummary, AgentStatusType, Application, Attribute, Channel, ContactFlowModuleState, ContactFlowState, ContactFlowType, ContactState, DirectoryType, Distribution, EvaluationAnswerData, EvaluationFormVersionStatus, EvaluationNote, EvaluationScore, EvaluationStatus, EventSourceName, HoursOfOperation, InstanceStatus, InstanceStorageConfig, InstanceStorageResourceType, IntegrationType, LexBot, LexV2Bot, MonitorCapability, PhoneNumberCountryCode, PhoneNumberType, Prompt, Queue, QueueReference, QuickConnect, QuickConnectType, Reference, ReferenceType, RehydrationType, RoutingProfile, RoutingProfileQueueReference, RulePublishStatus, SourceType, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, TrafficDistributionGroupStatus, UseCaseType, UserIdentityInfo, UserPhoneConfig, View, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* <p>Information about a traffic distribution group.</p>
|
|
7
|
+
*/
|
|
8
|
+
export interface TrafficDistributionGroup {
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
* <p>The identifier of the traffic distribution group.
|
|
12
|
+
* This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created.
|
|
13
|
+
* The ARN must be provided if the call is from the replicated Region.</p>
|
|
14
|
+
*/
|
|
15
|
+
Id?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* <p>The Amazon Resource Name (ARN) of the traffic distribution group.</p>
|
|
19
|
+
*/
|
|
20
|
+
Arn?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
* <p>The name of the traffic distribution group.</p>
|
|
24
|
+
*/
|
|
25
|
+
Name?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @public
|
|
28
|
+
* <p>The description of the traffic distribution group.</p>
|
|
29
|
+
*/
|
|
30
|
+
Description?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @public
|
|
33
|
+
* <p>The Amazon Resource Name (ARN).</p>
|
|
34
|
+
*/
|
|
35
|
+
InstanceArn?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
* <p>The status of the traffic distribution group.</p>
|
|
39
|
+
* <ul>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>
|
|
42
|
+
* <code>CREATION_IN_PROGRESS</code> means the previous <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateTrafficDistributionGroup.html">CreateTrafficDistributionGroup</a> operation is still in progress and has not yet
|
|
43
|
+
* completed.</p>
|
|
44
|
+
* </li>
|
|
45
|
+
* <li>
|
|
46
|
+
* <p>
|
|
47
|
+
* <code>ACTIVE</code> means the previous <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateTrafficDistributionGroup.html">CreateTrafficDistributionGroup</a> operation has succeeded.</p>
|
|
48
|
+
* </li>
|
|
49
|
+
* <li>
|
|
50
|
+
* <p>
|
|
51
|
+
* <code>CREATION_FAILED</code> indicates that the previous <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateTrafficDistributionGroup.html">CreateTrafficDistributionGroup</a> operation has failed.</p>
|
|
52
|
+
* </li>
|
|
53
|
+
* <li>
|
|
54
|
+
* <p>
|
|
55
|
+
* <code>PENDING_DELETION</code> means the previous <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteTrafficDistributionGroup.html">DeleteTrafficDistributionGroup</a> operation is still in progress and has not yet
|
|
56
|
+
* completed.</p>
|
|
57
|
+
* </li>
|
|
58
|
+
* <li>
|
|
59
|
+
* <p>
|
|
60
|
+
* <code>DELETION_FAILED</code> means the previous <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteTrafficDistributionGroup.html">DeleteTrafficDistributionGroup</a> operation has failed.</p>
|
|
61
|
+
* </li>
|
|
62
|
+
* <li>
|
|
63
|
+
* <p>
|
|
64
|
+
* <code>UPDATE_IN_PROGRESS</code> means the previous <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdateTrafficDistribution.html">UpdateTrafficDistribution</a> operation is still in progress and has not yet
|
|
65
|
+
* completed.</p>
|
|
66
|
+
* </li>
|
|
67
|
+
* </ul>
|
|
68
|
+
*/
|
|
69
|
+
Status?: TrafficDistributionGroupStatus;
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
73
|
+
*/
|
|
74
|
+
Tags?: Record<string, string>;
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
* <p>Whether this is the default traffic distribution group created during instance
|
|
78
|
+
* replication. The default traffic distribution group cannot be deleted by the
|
|
79
|
+
* <code>DeleteTrafficDistributionGroup</code> API. The default traffic distribution group is deleted as
|
|
80
|
+
* part of the process for deleting a replica.</p>
|
|
81
|
+
* <note>
|
|
82
|
+
* <p>The <code>SignInConfig</code> distribution is available only on a
|
|
83
|
+
* default <code>TrafficDistributionGroup</code> (see the <code>IsDefault</code> parameter in the
|
|
84
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_TrafficDistributionGroup.html">TrafficDistributionGroup</a>
|
|
85
|
+
* data type). If you call
|
|
86
|
+
* <code>UpdateTrafficDistribution</code> with a modified <code>SignInConfig</code> and a non-default <code>TrafficDistributionGroup</code>,
|
|
87
|
+
* an <code>InvalidRequestException</code> is returned.</p>
|
|
88
|
+
* </note>
|
|
89
|
+
*/
|
|
90
|
+
IsDefault?: boolean;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
export interface DescribeTrafficDistributionGroupResponse {
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
* <p>Information about the traffic distribution group.</p>
|
|
99
|
+
*/
|
|
100
|
+
TrafficDistributionGroup?: TrafficDistributionGroup;
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export interface DescribeUserRequest {
|
|
106
|
+
/**
|
|
107
|
+
* @public
|
|
108
|
+
* <p>The identifier of the user account.</p>
|
|
109
|
+
*/
|
|
110
|
+
UserId: string | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* @public
|
|
113
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
114
|
+
*/
|
|
115
|
+
InstanceId: string | undefined;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* @public
|
|
119
|
+
* <p>Contains information about a user account for an Amazon Connect instance.</p>
|
|
120
|
+
*/
|
|
121
|
+
export interface User {
|
|
122
|
+
/**
|
|
123
|
+
* @public
|
|
124
|
+
* <p>The identifier of the user account.</p>
|
|
125
|
+
*/
|
|
126
|
+
Id?: string;
|
|
127
|
+
/**
|
|
128
|
+
* @public
|
|
129
|
+
* <p>The Amazon Resource Name (ARN) of the user account.</p>
|
|
130
|
+
*/
|
|
131
|
+
Arn?: string;
|
|
132
|
+
/**
|
|
133
|
+
* @public
|
|
134
|
+
* <p>The user name assigned to the user account.</p>
|
|
135
|
+
*/
|
|
136
|
+
Username?: string;
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
* <p>Information about the user identity.</p>
|
|
140
|
+
*/
|
|
141
|
+
IdentityInfo?: UserIdentityInfo;
|
|
142
|
+
/**
|
|
143
|
+
* @public
|
|
144
|
+
* <p>Information about the phone configuration for the user.</p>
|
|
145
|
+
*/
|
|
146
|
+
PhoneConfig?: UserPhoneConfig;
|
|
147
|
+
/**
|
|
148
|
+
* @public
|
|
149
|
+
* <p>The identifier of the user account in the directory used for identity management.</p>
|
|
150
|
+
*/
|
|
151
|
+
DirectoryUserId?: string;
|
|
152
|
+
/**
|
|
153
|
+
* @public
|
|
154
|
+
* <p>The identifiers of the security profiles for the user.</p>
|
|
155
|
+
*/
|
|
156
|
+
SecurityProfileIds?: string[];
|
|
157
|
+
/**
|
|
158
|
+
* @public
|
|
159
|
+
* <p>The identifier of the routing profile for the user.</p>
|
|
160
|
+
*/
|
|
161
|
+
RoutingProfileId?: string;
|
|
162
|
+
/**
|
|
163
|
+
* @public
|
|
164
|
+
* <p>The identifier of the hierarchy group for the user.</p>
|
|
165
|
+
*/
|
|
166
|
+
HierarchyGroupId?: string;
|
|
167
|
+
/**
|
|
168
|
+
* @public
|
|
169
|
+
* <p>The
|
|
170
|
+
* tags.</p>
|
|
171
|
+
*/
|
|
172
|
+
Tags?: Record<string, string>;
|
|
173
|
+
/**
|
|
174
|
+
* @public
|
|
175
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
176
|
+
*/
|
|
177
|
+
LastModifiedTime?: Date;
|
|
178
|
+
/**
|
|
179
|
+
* @public
|
|
180
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
181
|
+
*/
|
|
182
|
+
LastModifiedRegion?: string;
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
export interface DescribeUserResponse {
|
|
188
|
+
/**
|
|
189
|
+
* @public
|
|
190
|
+
* <p>Information about the user account and configuration settings.</p>
|
|
191
|
+
*/
|
|
192
|
+
User?: User;
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
export interface DescribeUserHierarchyGroupRequest {
|
|
198
|
+
/**
|
|
199
|
+
* @public
|
|
200
|
+
* <p>The identifier of the hierarchy group.</p>
|
|
201
|
+
*/
|
|
202
|
+
HierarchyGroupId: string | undefined;
|
|
203
|
+
/**
|
|
204
|
+
* @public
|
|
205
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
206
|
+
*/
|
|
207
|
+
InstanceId: string | undefined;
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* @public
|
|
211
|
+
* <p>Contains summary information about a hierarchy group.</p>
|
|
212
|
+
*/
|
|
213
|
+
export interface HierarchyGroupSummary {
|
|
214
|
+
/**
|
|
215
|
+
* @public
|
|
216
|
+
* <p>The identifier of the hierarchy group.</p>
|
|
217
|
+
*/
|
|
218
|
+
Id?: string;
|
|
219
|
+
/**
|
|
220
|
+
* @public
|
|
221
|
+
* <p>The Amazon Resource Name (ARN) of the hierarchy group.</p>
|
|
222
|
+
*/
|
|
223
|
+
Arn?: string;
|
|
224
|
+
/**
|
|
225
|
+
* @public
|
|
226
|
+
* <p>The name of the hierarchy group.</p>
|
|
227
|
+
*/
|
|
228
|
+
Name?: string;
|
|
229
|
+
/**
|
|
230
|
+
* @public
|
|
231
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
232
|
+
*/
|
|
233
|
+
LastModifiedTime?: Date;
|
|
234
|
+
/**
|
|
235
|
+
* @public
|
|
236
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
237
|
+
*/
|
|
238
|
+
LastModifiedRegion?: string;
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* @public
|
|
242
|
+
* <p>Contains information about the levels of a hierarchy group.</p>
|
|
243
|
+
*/
|
|
244
|
+
export interface HierarchyPath {
|
|
245
|
+
/**
|
|
246
|
+
* @public
|
|
247
|
+
* <p>Information about level one.</p>
|
|
248
|
+
*/
|
|
249
|
+
LevelOne?: HierarchyGroupSummary;
|
|
250
|
+
/**
|
|
251
|
+
* @public
|
|
252
|
+
* <p>Information about level two.</p>
|
|
253
|
+
*/
|
|
254
|
+
LevelTwo?: HierarchyGroupSummary;
|
|
255
|
+
/**
|
|
256
|
+
* @public
|
|
257
|
+
* <p>Information about level three.</p>
|
|
258
|
+
*/
|
|
259
|
+
LevelThree?: HierarchyGroupSummary;
|
|
260
|
+
/**
|
|
261
|
+
* @public
|
|
262
|
+
* <p>Information about level four.</p>
|
|
263
|
+
*/
|
|
264
|
+
LevelFour?: HierarchyGroupSummary;
|
|
265
|
+
/**
|
|
266
|
+
* @public
|
|
267
|
+
* <p>Information about level five.</p>
|
|
268
|
+
*/
|
|
269
|
+
LevelFive?: HierarchyGroupSummary;
|
|
270
|
+
}
|
|
271
|
+
/**
|
|
272
|
+
* @public
|
|
273
|
+
* <p>Contains information about a hierarchy group.</p>
|
|
274
|
+
*/
|
|
275
|
+
export interface HierarchyGroup {
|
|
276
|
+
/**
|
|
277
|
+
* @public
|
|
278
|
+
* <p>The identifier of the hierarchy group.</p>
|
|
279
|
+
*/
|
|
280
|
+
Id?: string;
|
|
281
|
+
/**
|
|
282
|
+
* @public
|
|
283
|
+
* <p>The Amazon Resource Name (ARN) of the hierarchy group.</p>
|
|
284
|
+
*/
|
|
285
|
+
Arn?: string;
|
|
286
|
+
/**
|
|
287
|
+
* @public
|
|
288
|
+
* <p>The name of the hierarchy group.</p>
|
|
289
|
+
*/
|
|
290
|
+
Name?: string;
|
|
291
|
+
/**
|
|
292
|
+
* @public
|
|
293
|
+
* <p>The identifier of the level in the hierarchy group.</p>
|
|
294
|
+
*/
|
|
295
|
+
LevelId?: string;
|
|
296
|
+
/**
|
|
297
|
+
* @public
|
|
298
|
+
* <p>Information about the levels in the hierarchy group.</p>
|
|
299
|
+
*/
|
|
300
|
+
HierarchyPath?: HierarchyPath;
|
|
301
|
+
/**
|
|
302
|
+
* @public
|
|
303
|
+
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
304
|
+
*/
|
|
305
|
+
Tags?: Record<string, string>;
|
|
306
|
+
/**
|
|
307
|
+
* @public
|
|
308
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
309
|
+
*/
|
|
310
|
+
LastModifiedTime?: Date;
|
|
311
|
+
/**
|
|
312
|
+
* @public
|
|
313
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
314
|
+
*/
|
|
315
|
+
LastModifiedRegion?: string;
|
|
316
|
+
}
|
|
4
317
|
/**
|
|
5
318
|
* @public
|
|
6
319
|
*/
|
|
@@ -6911,6 +7224,18 @@ export declare class ContactNotFoundException extends __BaseException {
|
|
|
6911
7224
|
*/
|
|
6912
7225
|
constructor(opts: __ExceptionOptionType<ContactNotFoundException, __BaseException>);
|
|
6913
7226
|
}
|
|
7227
|
+
/**
|
|
7228
|
+
* @public
|
|
7229
|
+
* <p>Contains details about why a contact was disconnected. Only Amazon Connect outbound
|
|
7230
|
+
* campaigns can provide this field.</p>
|
|
7231
|
+
*/
|
|
7232
|
+
export interface DisconnectReason {
|
|
7233
|
+
/**
|
|
7234
|
+
* @public
|
|
7235
|
+
* <p>A code that indicates how the contact was terminated.</p>
|
|
7236
|
+
*/
|
|
7237
|
+
Code?: string;
|
|
7238
|
+
}
|
|
6914
7239
|
/**
|
|
6915
7240
|
* @public
|
|
6916
7241
|
*/
|
|
@@ -6925,6 +7250,12 @@ export interface StopContactRequest {
|
|
|
6925
7250
|
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
6926
7251
|
*/
|
|
6927
7252
|
InstanceId: string | undefined;
|
|
7253
|
+
/**
|
|
7254
|
+
* @public
|
|
7255
|
+
* <p>The reason a contact can be disconnected. Only Amazon Connect outbound campaigns can
|
|
7256
|
+
* provide this field.</p>
|
|
7257
|
+
*/
|
|
7258
|
+
DisconnectReason?: DisconnectReason;
|
|
6928
7259
|
}
|
|
6929
7260
|
/**
|
|
6930
7261
|
* @public
|
|
@@ -7376,200 +7707,6 @@ export interface UpdateContactFlowModuleContentRequest {
|
|
|
7376
7707
|
*/
|
|
7377
7708
|
export interface UpdateContactFlowModuleContentResponse {
|
|
7378
7709
|
}
|
|
7379
|
-
/**
|
|
7380
|
-
* @public
|
|
7381
|
-
*/
|
|
7382
|
-
export interface UpdateContactFlowModuleMetadataRequest {
|
|
7383
|
-
/**
|
|
7384
|
-
* @public
|
|
7385
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
7386
|
-
*/
|
|
7387
|
-
InstanceId: string | undefined;
|
|
7388
|
-
/**
|
|
7389
|
-
* @public
|
|
7390
|
-
* <p>The identifier of the flow module.</p>
|
|
7391
|
-
*/
|
|
7392
|
-
ContactFlowModuleId: string | undefined;
|
|
7393
|
-
/**
|
|
7394
|
-
* @public
|
|
7395
|
-
* <p>The name of the flow module.</p>
|
|
7396
|
-
*/
|
|
7397
|
-
Name?: string;
|
|
7398
|
-
/**
|
|
7399
|
-
* @public
|
|
7400
|
-
* <p>The description of the flow module.</p>
|
|
7401
|
-
*/
|
|
7402
|
-
Description?: string;
|
|
7403
|
-
/**
|
|
7404
|
-
* @public
|
|
7405
|
-
* <p>The state of flow module.</p>
|
|
7406
|
-
*/
|
|
7407
|
-
State?: ContactFlowModuleState;
|
|
7408
|
-
}
|
|
7409
|
-
/**
|
|
7410
|
-
* @public
|
|
7411
|
-
*/
|
|
7412
|
-
export interface UpdateContactFlowModuleMetadataResponse {
|
|
7413
|
-
}
|
|
7414
|
-
/**
|
|
7415
|
-
* @public
|
|
7416
|
-
*/
|
|
7417
|
-
export interface UpdateContactFlowNameRequest {
|
|
7418
|
-
/**
|
|
7419
|
-
* @public
|
|
7420
|
-
* <p>The identifier of the Amazon Connect instance.</p>
|
|
7421
|
-
*/
|
|
7422
|
-
InstanceId: string | undefined;
|
|
7423
|
-
/**
|
|
7424
|
-
* @public
|
|
7425
|
-
* <p>The identifier of the flow.</p>
|
|
7426
|
-
*/
|
|
7427
|
-
ContactFlowId: string | undefined;
|
|
7428
|
-
/**
|
|
7429
|
-
* @public
|
|
7430
|
-
* <p>The name of the flow.</p>
|
|
7431
|
-
*/
|
|
7432
|
-
Name?: string;
|
|
7433
|
-
/**
|
|
7434
|
-
* @public
|
|
7435
|
-
* <p>The description of the flow.</p>
|
|
7436
|
-
*/
|
|
7437
|
-
Description?: string;
|
|
7438
|
-
}
|
|
7439
|
-
/**
|
|
7440
|
-
* @public
|
|
7441
|
-
*/
|
|
7442
|
-
export interface UpdateContactFlowNameResponse {
|
|
7443
|
-
}
|
|
7444
|
-
/**
|
|
7445
|
-
* @public
|
|
7446
|
-
*/
|
|
7447
|
-
export interface UpdateContactScheduleRequest {
|
|
7448
|
-
/**
|
|
7449
|
-
* @public
|
|
7450
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
7451
|
-
*/
|
|
7452
|
-
InstanceId: string | undefined;
|
|
7453
|
-
/**
|
|
7454
|
-
* @public
|
|
7455
|
-
* <p>The identifier of the contact.</p>
|
|
7456
|
-
*/
|
|
7457
|
-
ContactId: string | undefined;
|
|
7458
|
-
/**
|
|
7459
|
-
* @public
|
|
7460
|
-
* <p>The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow. The scheduled time cannot be in the past. It must be within up to 6 days in future. </p>
|
|
7461
|
-
*/
|
|
7462
|
-
ScheduledTime: Date | undefined;
|
|
7463
|
-
}
|
|
7464
|
-
/**
|
|
7465
|
-
* @public
|
|
7466
|
-
*/
|
|
7467
|
-
export interface UpdateContactScheduleResponse {
|
|
7468
|
-
}
|
|
7469
|
-
/**
|
|
7470
|
-
* @public
|
|
7471
|
-
*/
|
|
7472
|
-
export interface UpdateEvaluationFormResponse {
|
|
7473
|
-
/**
|
|
7474
|
-
* @public
|
|
7475
|
-
* <p>The unique identifier for the evaluation form.</p>
|
|
7476
|
-
*/
|
|
7477
|
-
EvaluationFormId: string | undefined;
|
|
7478
|
-
/**
|
|
7479
|
-
* @public
|
|
7480
|
-
* <p>The Amazon Resource Name (ARN) for the contact evaluation resource.</p>
|
|
7481
|
-
*/
|
|
7482
|
-
EvaluationFormArn: string | undefined;
|
|
7483
|
-
/**
|
|
7484
|
-
* @public
|
|
7485
|
-
* <p>The version of the updated evaluation form resource.</p>
|
|
7486
|
-
*/
|
|
7487
|
-
EvaluationFormVersion: number | undefined;
|
|
7488
|
-
}
|
|
7489
|
-
/**
|
|
7490
|
-
* @public
|
|
7491
|
-
*/
|
|
7492
|
-
export interface UpdateHoursOfOperationRequest {
|
|
7493
|
-
/**
|
|
7494
|
-
* @public
|
|
7495
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
7496
|
-
*/
|
|
7497
|
-
InstanceId: string | undefined;
|
|
7498
|
-
/**
|
|
7499
|
-
* @public
|
|
7500
|
-
* <p>The identifier of the hours of operation.</p>
|
|
7501
|
-
*/
|
|
7502
|
-
HoursOfOperationId: string | undefined;
|
|
7503
|
-
/**
|
|
7504
|
-
* @public
|
|
7505
|
-
* <p>The name of the hours of operation.</p>
|
|
7506
|
-
*/
|
|
7507
|
-
Name?: string;
|
|
7508
|
-
/**
|
|
7509
|
-
* @public
|
|
7510
|
-
* <p>The description of the hours of operation.</p>
|
|
7511
|
-
*/
|
|
7512
|
-
Description?: string;
|
|
7513
|
-
/**
|
|
7514
|
-
* @public
|
|
7515
|
-
* <p>The time zone of the hours of operation.</p>
|
|
7516
|
-
*/
|
|
7517
|
-
TimeZone?: string;
|
|
7518
|
-
/**
|
|
7519
|
-
* @public
|
|
7520
|
-
* <p>Configuration information of the hours of operation.</p>
|
|
7521
|
-
*/
|
|
7522
|
-
Config?: HoursOfOperationConfig[];
|
|
7523
|
-
}
|
|
7524
|
-
/**
|
|
7525
|
-
* @public
|
|
7526
|
-
*/
|
|
7527
|
-
export interface UpdateInstanceAttributeRequest {
|
|
7528
|
-
/**
|
|
7529
|
-
* @public
|
|
7530
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
7531
|
-
*/
|
|
7532
|
-
InstanceId: string | undefined;
|
|
7533
|
-
/**
|
|
7534
|
-
* @public
|
|
7535
|
-
* <p>The type of attribute.</p>
|
|
7536
|
-
* <note>
|
|
7537
|
-
* <p>Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature,
|
|
7538
|
-
* contact Amazon Web Services Support for allowlisting.</p>
|
|
7539
|
-
* </note>
|
|
7540
|
-
*/
|
|
7541
|
-
AttributeType: InstanceAttributeType | undefined;
|
|
7542
|
-
/**
|
|
7543
|
-
* @public
|
|
7544
|
-
* <p>The value for the attribute. Maximum character limit is 100. </p>
|
|
7545
|
-
*/
|
|
7546
|
-
Value: string | undefined;
|
|
7547
|
-
}
|
|
7548
|
-
/**
|
|
7549
|
-
* @public
|
|
7550
|
-
*/
|
|
7551
|
-
export interface UpdateInstanceStorageConfigRequest {
|
|
7552
|
-
/**
|
|
7553
|
-
* @public
|
|
7554
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
7555
|
-
*/
|
|
7556
|
-
InstanceId: string | undefined;
|
|
7557
|
-
/**
|
|
7558
|
-
* @public
|
|
7559
|
-
* <p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>
|
|
7560
|
-
*/
|
|
7561
|
-
AssociationId: string | undefined;
|
|
7562
|
-
/**
|
|
7563
|
-
* @public
|
|
7564
|
-
* <p>A valid resource type.</p>
|
|
7565
|
-
*/
|
|
7566
|
-
ResourceType: InstanceStorageResourceType | undefined;
|
|
7567
|
-
/**
|
|
7568
|
-
* @public
|
|
7569
|
-
* <p>The storage configuration for the instance.</p>
|
|
7570
|
-
*/
|
|
7571
|
-
StorageConfig: InstanceStorageConfig | undefined;
|
|
7572
|
-
}
|
|
7573
7710
|
/**
|
|
7574
7711
|
* @internal
|
|
7575
7712
|
*/
|