@aws-sdk/client-connect 3.896.0 → 3.899.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 +233 -59
- package/dist-es/Connect.js +4 -0
- package/dist-es/commands/AssociateContactWithUserCommand.js +22 -0
- package/dist-es/commands/ListInstancesCommand.js +1 -1
- package/dist-es/commands/ListRoutingProfileManualAssignmentQueuesCommand.js +22 -0
- package/dist-es/commands/SearchContactsCommand.js +2 -1
- package/dist-es/commands/UpdateEmailAddressMetadataCommand.js +1 -1
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_1.js +0 -10
- package/dist-es/models/models_2.js +28 -33
- package/dist-es/models/models_3.js +29 -0
- package/dist-es/pagination/ListRoutingProfileManualAssignmentQueuesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +116 -4
- package/dist-types/Connect.d.ts +14 -0
- package/dist-types/ConnectClient.d.ts +4 -2
- package/dist-types/commands/AssociateContactWithUserCommand.d.ts +136 -0
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +9 -1
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +8 -0
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +7 -1
- package/dist-types/commands/GetContactMetricsCommand.d.ts +2 -2
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -2
- package/dist-types/commands/ListInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +128 -0
- package/dist-types/commands/SearchContactsCommand.d.ts +161 -8
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +4 -0
- package/dist-types/commands/StopContactCommand.d.ts +1 -2
- package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +1 -2
- package/dist-types/commands/UpdateContactScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEmailAddressMetadataCommand.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/UpdateHoursOfOperationOverrideCommand.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 +2 -0
- package/dist-types/models/models_0.d.ts +53 -54
- package/dist-types/models/models_1.d.ts +69 -106
- package/dist-types/models/models_2.d.ts +388 -443
- package/dist-types/models/models_3.d.ts +394 -3
- package/dist-types/pagination/ListRoutingProfileManualAssignmentQueuesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/Connect.d.ts +40 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/AssociateContactWithUserCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchContactsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.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/UpdateHoursOfOperationOverrideCommand.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 +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +16 -14
- package/dist-types/ts3.4/models/models_1.d.ts +17 -29
- package/dist-types/ts3.4/models/models_2.d.ts +102 -114
- package/dist-types/ts3.4/models/models_3.d.ts +110 -0
- package/dist-types/ts3.4/pagination/ListRoutingProfileManualAssignmentQueuesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +11 -11
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import { SearchContactsRequest
|
|
4
|
+
import { SearchContactsRequest } from "../models/models_2";
|
|
5
|
+
import { SearchContactsResponse } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -39,11 +40,17 @@ declare const SearchContactsCommand_base: {
|
|
|
39
40
|
* const input = { // SearchContactsRequest
|
|
40
41
|
* InstanceId: "STRING_VALUE", // required
|
|
41
42
|
* TimeRange: { // SearchContactsTimeRange
|
|
42
|
-
* Type: "INITIATION_TIMESTAMP" || "SCHEDULED_TIMESTAMP" || "CONNECTED_TO_AGENT_TIMESTAMP" || "DISCONNECT_TIMESTAMP", // required
|
|
43
|
+
* Type: "INITIATION_TIMESTAMP" || "SCHEDULED_TIMESTAMP" || "CONNECTED_TO_AGENT_TIMESTAMP" || "DISCONNECT_TIMESTAMP" || "ENQUEUE_TIMESTAMP", // required
|
|
43
44
|
* StartTime: new Date("TIMESTAMP"), // required
|
|
44
45
|
* EndTime: new Date("TIMESTAMP"), // required
|
|
45
46
|
* },
|
|
46
47
|
* SearchCriteria: { // SearchCriteria
|
|
48
|
+
* Name: { // NameCriteria
|
|
49
|
+
* SearchText: [ // SearchTextList // required
|
|
50
|
+
* "STRING_VALUE",
|
|
51
|
+
* ],
|
|
52
|
+
* MatchType: "MATCH_ALL" || "MATCH_ANY" || "MATCH_EXACT" || "MATCH_NONE", // required
|
|
53
|
+
* },
|
|
47
54
|
* AgentIds: [ // AgentResourceIdList
|
|
48
55
|
* "STRING_VALUE",
|
|
49
56
|
* ],
|
|
@@ -72,13 +79,13 @@ declare const SearchContactsCommand_base: {
|
|
|
72
79
|
* Criteria: [ // TranscriptCriteriaList // required
|
|
73
80
|
* { // TranscriptCriteria
|
|
74
81
|
* ParticipantRole: "AGENT" || "CUSTOMER" || "SYSTEM" || "CUSTOM_BOT" || "SUPERVISOR", // required
|
|
75
|
-
* SearchText: [ //
|
|
82
|
+
* SearchText: [ // required
|
|
76
83
|
* "STRING_VALUE",
|
|
77
84
|
* ],
|
|
78
|
-
* MatchType: "MATCH_ALL" || "MATCH_ANY", // required
|
|
85
|
+
* MatchType: "MATCH_ALL" || "MATCH_ANY" || "MATCH_EXACT" || "MATCH_NONE", // required
|
|
79
86
|
* },
|
|
80
87
|
* ],
|
|
81
|
-
* MatchType: "MATCH_ALL" || "MATCH_ANY",
|
|
88
|
+
* MatchType: "MATCH_ALL" || "MATCH_ANY" || "MATCH_EXACT" || "MATCH_NONE",
|
|
82
89
|
* },
|
|
83
90
|
* },
|
|
84
91
|
* InitiationMethods: [ // InitiationMethodList
|
|
@@ -87,6 +94,34 @@ declare const SearchContactsCommand_base: {
|
|
|
87
94
|
* QueueIds: [ // QueueIdList
|
|
88
95
|
* "STRING_VALUE",
|
|
89
96
|
* ],
|
|
97
|
+
* RoutingCriteria: { // SearchableRoutingCriteria
|
|
98
|
+
* Steps: [ // SearchableRoutingCriteriaStepList
|
|
99
|
+
* { // SearchableRoutingCriteriaStep
|
|
100
|
+
* AgentCriteria: { // SearchableAgentCriteriaStep
|
|
101
|
+
* AgentIds: [
|
|
102
|
+
* "STRING_VALUE",
|
|
103
|
+
* ],
|
|
104
|
+
* MatchType: "MATCH_ALL" || "MATCH_ANY" || "MATCH_EXACT" || "MATCH_NONE",
|
|
105
|
+
* },
|
|
106
|
+
* },
|
|
107
|
+
* ],
|
|
108
|
+
* },
|
|
109
|
+
* AdditionalTimeRange: { // SearchContactsAdditionalTimeRange
|
|
110
|
+
* Criteria: [ // SearchContactsAdditionalTimeRangeCriteriaList // required
|
|
111
|
+
* { // SearchContactsAdditionalTimeRangeCriteria
|
|
112
|
+
* TimeRange: {
|
|
113
|
+
* Type: "INITIATION_TIMESTAMP" || "SCHEDULED_TIMESTAMP" || "CONNECTED_TO_AGENT_TIMESTAMP" || "DISCONNECT_TIMESTAMP" || "ENQUEUE_TIMESTAMP", // required
|
|
114
|
+
* StartTime: new Date("TIMESTAMP"), // required
|
|
115
|
+
* EndTime: new Date("TIMESTAMP"), // required
|
|
116
|
+
* },
|
|
117
|
+
* TimestampCondition: { // SearchContactsTimestampCondition
|
|
118
|
+
* Type: "INITIATION_TIMESTAMP" || "SCHEDULED_TIMESTAMP" || "CONNECTED_TO_AGENT_TIMESTAMP" || "DISCONNECT_TIMESTAMP" || "ENQUEUE_TIMESTAMP", // required
|
|
119
|
+
* ConditionType: "NOT_EXISTS", // required
|
|
120
|
+
* },
|
|
121
|
+
* },
|
|
122
|
+
* ],
|
|
123
|
+
* MatchType: "MATCH_ALL" || "MATCH_ANY" || "MATCH_EXACT" || "MATCH_NONE", // required
|
|
124
|
+
* },
|
|
90
125
|
* SearchableContactAttributes: { // SearchableContactAttributes
|
|
91
126
|
* Criteria: [ // SearchableContactAttributesCriteriaList // required
|
|
92
127
|
* { // SearchableContactAttributesCriteria
|
|
@@ -96,7 +131,7 @@ declare const SearchContactsCommand_base: {
|
|
|
96
131
|
* ],
|
|
97
132
|
* },
|
|
98
133
|
* ],
|
|
99
|
-
* MatchType: "MATCH_ALL" || "MATCH_ANY",
|
|
134
|
+
* MatchType: "MATCH_ALL" || "MATCH_ANY" || "MATCH_EXACT" || "MATCH_NONE",
|
|
100
135
|
* },
|
|
101
136
|
* SearchableSegmentAttributes: { // SearchableSegmentAttributes
|
|
102
137
|
* Criteria: [ // SearchableSegmentAttributesCriteriaList // required
|
|
@@ -107,13 +142,13 @@ declare const SearchContactsCommand_base: {
|
|
|
107
142
|
* ],
|
|
108
143
|
* },
|
|
109
144
|
* ],
|
|
110
|
-
* MatchType: "MATCH_ALL" || "MATCH_ANY",
|
|
145
|
+
* MatchType: "MATCH_ALL" || "MATCH_ANY" || "MATCH_EXACT" || "MATCH_NONE",
|
|
111
146
|
* },
|
|
112
147
|
* },
|
|
113
148
|
* MaxResults: Number("int"),
|
|
114
149
|
* NextToken: "STRING_VALUE",
|
|
115
150
|
* Sort: { // Sort
|
|
116
|
-
* FieldName: "INITIATION_TIMESTAMP" || "SCHEDULED_TIMESTAMP" || "CONNECTED_TO_AGENT_TIMESTAMP" || "DISCONNECT_TIMESTAMP" || "INITIATION_METHOD" || "CHANNEL", // required
|
|
151
|
+
* FieldName: "INITIATION_TIMESTAMP" || "SCHEDULED_TIMESTAMP" || "CONNECTED_TO_AGENT_TIMESTAMP" || "DISCONNECT_TIMESTAMP" || "INITIATION_METHOD" || "CHANNEL" || "EXPIRY_TIMESTAMP", // required
|
|
117
152
|
* Order: "ASCENDING" || "DESCENDING", // required
|
|
118
153
|
* },
|
|
119
154
|
* };
|
|
@@ -142,8 +177,126 @@ declare const SearchContactsCommand_base: {
|
|
|
142
177
|
* // SegmentAttributes: { // ContactSearchSummarySegmentAttributes
|
|
143
178
|
* // "<keys>": { // ContactSearchSummarySegmentAttributeValue
|
|
144
179
|
* // ValueString: "STRING_VALUE",
|
|
180
|
+
* // ValueMap: { // SegmentAttributeValueMap
|
|
181
|
+
* // "<keys>": { // SegmentAttributeValue
|
|
182
|
+
* // ValueString: "STRING_VALUE",
|
|
183
|
+
* // ValueMap: {
|
|
184
|
+
* // "<keys>": {
|
|
185
|
+
* // ValueString: "STRING_VALUE",
|
|
186
|
+
* // ValueMap: "<SegmentAttributeValueMap>",
|
|
187
|
+
* // ValueInteger: Number("int"),
|
|
188
|
+
* // ValueList: [ // SegmentAttributeValueList
|
|
189
|
+
* // "<SegmentAttributeValue>",
|
|
190
|
+
* // ],
|
|
191
|
+
* // ValueArn: "STRING_VALUE",
|
|
192
|
+
* // },
|
|
193
|
+
* // },
|
|
194
|
+
* // ValueInteger: Number("int"),
|
|
195
|
+
* // ValueList: [
|
|
196
|
+
* // "<SegmentAttributeValue>",
|
|
197
|
+
* // ],
|
|
198
|
+
* // ValueArn: "STRING_VALUE",
|
|
199
|
+
* // },
|
|
200
|
+
* // },
|
|
145
201
|
* // },
|
|
146
202
|
* // },
|
|
203
|
+
* // Name: "STRING_VALUE",
|
|
204
|
+
* // RoutingCriteria: { // RoutingCriteria
|
|
205
|
+
* // Steps: [ // Steps
|
|
206
|
+
* // { // Step
|
|
207
|
+
* // Expiry: { // Expiry
|
|
208
|
+
* // DurationInSeconds: Number("int"),
|
|
209
|
+
* // ExpiryTimestamp: new Date("TIMESTAMP"),
|
|
210
|
+
* // },
|
|
211
|
+
* // Expression: { // Expression
|
|
212
|
+
* // AttributeCondition: { // AttributeCondition
|
|
213
|
+
* // Name: "STRING_VALUE",
|
|
214
|
+
* // Value: "STRING_VALUE",
|
|
215
|
+
* // ProficiencyLevel: Number("float"),
|
|
216
|
+
* // Range: { // Range
|
|
217
|
+
* // MinProficiencyLevel: Number("float"),
|
|
218
|
+
* // MaxProficiencyLevel: Number("float"),
|
|
219
|
+
* // },
|
|
220
|
+
* // MatchCriteria: { // MatchCriteria
|
|
221
|
+
* // AgentsCriteria: { // AgentsCriteria
|
|
222
|
+
* // AgentIds: [ // AgentIds
|
|
223
|
+
* // "STRING_VALUE",
|
|
224
|
+
* // ],
|
|
225
|
+
* // },
|
|
226
|
+
* // },
|
|
227
|
+
* // ComparisonOperator: "STRING_VALUE",
|
|
228
|
+
* // },
|
|
229
|
+
* // AndExpression: [ // Expressions
|
|
230
|
+
* // {
|
|
231
|
+
* // AttributeCondition: {
|
|
232
|
+
* // Name: "STRING_VALUE",
|
|
233
|
+
* // Value: "STRING_VALUE",
|
|
234
|
+
* // ProficiencyLevel: Number("float"),
|
|
235
|
+
* // Range: {
|
|
236
|
+
* // MinProficiencyLevel: Number("float"),
|
|
237
|
+
* // MaxProficiencyLevel: Number("float"),
|
|
238
|
+
* // },
|
|
239
|
+
* // MatchCriteria: {
|
|
240
|
+
* // AgentsCriteria: {
|
|
241
|
+
* // AgentIds: [
|
|
242
|
+
* // "STRING_VALUE",
|
|
243
|
+
* // ],
|
|
244
|
+
* // },
|
|
245
|
+
* // },
|
|
246
|
+
* // ComparisonOperator: "STRING_VALUE",
|
|
247
|
+
* // },
|
|
248
|
+
* // AndExpression: [
|
|
249
|
+
* // "<Expression>",
|
|
250
|
+
* // ],
|
|
251
|
+
* // OrExpression: [
|
|
252
|
+
* // "<Expression>",
|
|
253
|
+
* // ],
|
|
254
|
+
* // NotAttributeCondition: {
|
|
255
|
+
* // Name: "STRING_VALUE",
|
|
256
|
+
* // Value: "STRING_VALUE",
|
|
257
|
+
* // ProficiencyLevel: Number("float"),
|
|
258
|
+
* // Range: {
|
|
259
|
+
* // MinProficiencyLevel: Number("float"),
|
|
260
|
+
* // MaxProficiencyLevel: Number("float"),
|
|
261
|
+
* // },
|
|
262
|
+
* // MatchCriteria: {
|
|
263
|
+
* // AgentsCriteria: {
|
|
264
|
+
* // AgentIds: [
|
|
265
|
+
* // "STRING_VALUE",
|
|
266
|
+
* // ],
|
|
267
|
+
* // },
|
|
268
|
+
* // },
|
|
269
|
+
* // ComparisonOperator: "STRING_VALUE",
|
|
270
|
+
* // },
|
|
271
|
+
* // },
|
|
272
|
+
* // ],
|
|
273
|
+
* // OrExpression: [
|
|
274
|
+
* // "<Expression>",
|
|
275
|
+
* // ],
|
|
276
|
+
* // NotAttributeCondition: {
|
|
277
|
+
* // Name: "STRING_VALUE",
|
|
278
|
+
* // Value: "STRING_VALUE",
|
|
279
|
+
* // ProficiencyLevel: Number("float"),
|
|
280
|
+
* // Range: {
|
|
281
|
+
* // MinProficiencyLevel: Number("float"),
|
|
282
|
+
* // MaxProficiencyLevel: Number("float"),
|
|
283
|
+
* // },
|
|
284
|
+
* // MatchCriteria: {
|
|
285
|
+
* // AgentsCriteria: {
|
|
286
|
+
* // AgentIds: [
|
|
287
|
+
* // "STRING_VALUE",
|
|
288
|
+
* // ],
|
|
289
|
+
* // },
|
|
290
|
+
* // },
|
|
291
|
+
* // ComparisonOperator: "STRING_VALUE",
|
|
292
|
+
* // },
|
|
293
|
+
* // },
|
|
294
|
+
* // Status: "ACTIVE" || "INACTIVE" || "JOINED" || "EXPIRED",
|
|
295
|
+
* // },
|
|
296
|
+
* // ],
|
|
297
|
+
* // ActivationTimestamp: new Date("TIMESTAMP"),
|
|
298
|
+
* // Index: Number("int"),
|
|
299
|
+
* // },
|
|
147
300
|
* // },
|
|
148
301
|
* // ],
|
|
149
302
|
* // NextToken: "STRING_VALUE",
|
|
@@ -115,6 +115,7 @@ declare const SearchRoutingProfilesCommand_base: {
|
|
|
115
115
|
* // "<keys>": "STRING_VALUE",
|
|
116
116
|
* // },
|
|
117
117
|
* // NumberOfAssociatedQueues: Number("long"),
|
|
118
|
+
* // NumberOfAssociatedManualAssignmentQueues: Number("long"),
|
|
118
119
|
* // NumberOfAssociatedUsers: Number("long"),
|
|
119
120
|
* // AgentAvailabilityTimer: "TIME_SINCE_LAST_ACTIVITY" || "TIME_SINCE_LAST_INBOUND",
|
|
120
121
|
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
@@ -123,6 +124,9 @@ declare const SearchRoutingProfilesCommand_base: {
|
|
|
123
124
|
* // AssociatedQueueIds: [ // AssociatedQueueIdList
|
|
124
125
|
* // "STRING_VALUE",
|
|
125
126
|
* // ],
|
|
127
|
+
* // AssociatedManualAssignmentQueueIds: [
|
|
128
|
+
* // "STRING_VALUE",
|
|
129
|
+
* // ],
|
|
126
130
|
* // },
|
|
127
131
|
* // ],
|
|
128
132
|
* // NextToken: "STRING_VALUE",
|
|
@@ -76,8 +76,7 @@ declare const StopContactCommand_base: {
|
|
|
76
76
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link ContactNotFoundException} (client fault)
|
|
79
|
-
* <p>The contact with the specified ID is not active or does not exist
|
|
80
|
-
* only, not to Chat or Task contacts.</p>
|
|
79
|
+
* <p>The contact with the specified ID is not active or does not exist.</p>
|
|
81
80
|
*
|
|
82
81
|
* @throws {@link InternalServiceException} (server fault)
|
|
83
82
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import { UpdateContactRoutingDataResponse } from "../models/
|
|
5
|
-
import { UpdateContactRoutingDataRequest } from "../models/models_3";
|
|
4
|
+
import { UpdateContactRoutingDataRequest, UpdateContactRoutingDataResponse } from "../models/models_3";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import { UpdateContactScheduleRequest, UpdateContactScheduleResponse } from "../models/
|
|
4
|
+
import { UpdateContactScheduleRequest, UpdateContactScheduleResponse } from "../models/models_3";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import { UpdateEmailAddressMetadataRequest, UpdateEmailAddressMetadataResponse } from "../models/
|
|
4
|
+
import { UpdateEmailAddressMetadataRequest, UpdateEmailAddressMetadataResponse } from "../models/models_3";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import { UpdateEvaluationFormResponse } from "../models/
|
|
5
|
-
import { UpdateEvaluationFormRequest } from "../models/models_3";
|
|
4
|
+
import { UpdateEvaluationFormRequest, UpdateEvaluationFormResponse } from "../models/models_3";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import { UpdateHoursOfOperationRequest } from "../models/
|
|
4
|
+
import { UpdateHoursOfOperationRequest } from "../models/models_3";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import { UpdateHoursOfOperationOverrideRequest } from "../models/
|
|
4
|
+
import { UpdateHoursOfOperationOverrideRequest } from "../models/models_3";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import { UpdateInstanceAttributeRequest } from "../models/
|
|
4
|
+
import { UpdateInstanceAttributeRequest } from "../models/models_3";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import { UpdateInstanceStorageConfigRequest } from "../models/
|
|
4
|
+
import { UpdateInstanceStorageConfigRequest } from "../models/models_3";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -2,6 +2,7 @@ export * from "./ActivateEvaluationFormCommand";
|
|
|
2
2
|
export * from "./AssociateAnalyticsDataSetCommand";
|
|
3
3
|
export * from "./AssociateApprovedOriginCommand";
|
|
4
4
|
export * from "./AssociateBotCommand";
|
|
5
|
+
export * from "./AssociateContactWithUserCommand";
|
|
5
6
|
export * from "./AssociateDefaultVocabularyCommand";
|
|
6
7
|
export * from "./AssociateFlowCommand";
|
|
7
8
|
export * from "./AssociateInstanceStorageConfigCommand";
|
|
@@ -164,6 +165,7 @@ export * from "./ListQueueQuickConnectsCommand";
|
|
|
164
165
|
export * from "./ListQueuesCommand";
|
|
165
166
|
export * from "./ListQuickConnectsCommand";
|
|
166
167
|
export * from "./ListRealtimeContactAnalysisSegmentsV2Command";
|
|
168
|
+
export * from "./ListRoutingProfileManualAssignmentQueuesCommand";
|
|
167
169
|
export * from "./ListRoutingProfileQueuesCommand";
|
|
168
170
|
export * from "./ListRoutingProfilesCommand";
|
|
169
171
|
export * from "./ListRulesCommand";
|
|
@@ -1205,6 +1205,31 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
1205
1205
|
*/
|
|
1206
1206
|
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
1207
1207
|
}
|
|
1208
|
+
/**
|
|
1209
|
+
* @public
|
|
1210
|
+
*/
|
|
1211
|
+
export interface AssociateContactWithUserRequest {
|
|
1212
|
+
/**
|
|
1213
|
+
* <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>
|
|
1214
|
+
* @public
|
|
1215
|
+
*/
|
|
1216
|
+
InstanceId: string | undefined;
|
|
1217
|
+
/**
|
|
1218
|
+
* <p>The identifier of the contact in this instance of Amazon Connect. </p>
|
|
1219
|
+
* @public
|
|
1220
|
+
*/
|
|
1221
|
+
ContactId: string | undefined;
|
|
1222
|
+
/**
|
|
1223
|
+
* <p>The identifier for the user. This can be the ID or the ARN of the user.</p>
|
|
1224
|
+
* @public
|
|
1225
|
+
*/
|
|
1226
|
+
UserId: string | undefined;
|
|
1227
|
+
}
|
|
1228
|
+
/**
|
|
1229
|
+
* @public
|
|
1230
|
+
*/
|
|
1231
|
+
export interface AssociateContactWithUserResponse {
|
|
1232
|
+
}
|
|
1208
1233
|
/**
|
|
1209
1234
|
* @public
|
|
1210
1235
|
* @enum
|
|
@@ -1667,6 +1692,18 @@ export interface RoutingProfileQueueReference {
|
|
|
1667
1692
|
*/
|
|
1668
1693
|
Channel: Channel | undefined;
|
|
1669
1694
|
}
|
|
1695
|
+
/**
|
|
1696
|
+
* <p>Contains information about the queue and channel for manual assignment behaviour can be
|
|
1697
|
+
* enabled.</p>
|
|
1698
|
+
* @public
|
|
1699
|
+
*/
|
|
1700
|
+
export interface RoutingProfileManualAssignmentQueueConfig {
|
|
1701
|
+
/**
|
|
1702
|
+
* <p>Contains the channel and queue identifier for a routing profile.</p>
|
|
1703
|
+
* @public
|
|
1704
|
+
*/
|
|
1705
|
+
QueueReference: RoutingProfileQueueReference | undefined;
|
|
1706
|
+
}
|
|
1670
1707
|
/**
|
|
1671
1708
|
* <p>Contains information about the queue and channel for which priority and delay can be
|
|
1672
1709
|
* set.</p>
|
|
@@ -1711,7 +1748,12 @@ export interface AssociateRoutingProfileQueuesRequest {
|
|
|
1711
1748
|
* <p>The queues to associate with this routing profile.</p>
|
|
1712
1749
|
* @public
|
|
1713
1750
|
*/
|
|
1714
|
-
QueueConfigs
|
|
1751
|
+
QueueConfigs?: RoutingProfileQueueConfig[] | undefined;
|
|
1752
|
+
/**
|
|
1753
|
+
* <p>The manual assignment queues to associate with this routing profile.</p>
|
|
1754
|
+
* @public
|
|
1755
|
+
*/
|
|
1756
|
+
ManualAssignmentQueueConfigs?: RoutingProfileManualAssignmentQueueConfig[] | undefined;
|
|
1715
1757
|
}
|
|
1716
1758
|
/**
|
|
1717
1759
|
* @public
|
|
@@ -4565,6 +4607,16 @@ export interface CreateRoutingProfileRequest {
|
|
|
4565
4607
|
* @public
|
|
4566
4608
|
*/
|
|
4567
4609
|
QueueConfigs?: RoutingProfileQueueConfig[] | undefined;
|
|
4610
|
+
/**
|
|
4611
|
+
* <p>The manual assignment queues associated with the routing profile. If no queue is added,
|
|
4612
|
+
* agents and supervisors can't pick or assign any contacts from this routing profile. The limit of
|
|
4613
|
+
* 10 array members applies to the maximum number of RoutingProfileManualAssignmentQueueConfig
|
|
4614
|
+
* objects that can be passed during a CreateRoutingProfile API request. It is different from the
|
|
4615
|
+
* quota of 50 queues per routing profile per instance that is listed in Amazon Connect service
|
|
4616
|
+
* quotas.</p>
|
|
4617
|
+
* @public
|
|
4618
|
+
*/
|
|
4619
|
+
ManualAssignmentQueueConfigs?: RoutingProfileManualAssignmentQueueConfig[] | undefined;
|
|
4568
4620
|
/**
|
|
4569
4621
|
* <p>The channels that agents can handle in the Contact Control Panel (CCP) for this routing
|
|
4570
4622
|
* profile.</p>
|
|
@@ -6364,59 +6416,6 @@ export interface DeleteEvaluationFormRequest {
|
|
|
6364
6416
|
*/
|
|
6365
6417
|
EvaluationFormVersion?: number | undefined;
|
|
6366
6418
|
}
|
|
6367
|
-
/**
|
|
6368
|
-
* @public
|
|
6369
|
-
*/
|
|
6370
|
-
export interface DeleteHoursOfOperationRequest {
|
|
6371
|
-
/**
|
|
6372
|
-
* <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>
|
|
6373
|
-
* @public
|
|
6374
|
-
*/
|
|
6375
|
-
InstanceId: string | undefined;
|
|
6376
|
-
/**
|
|
6377
|
-
* <p>The identifier for the hours of operation.</p>
|
|
6378
|
-
* @public
|
|
6379
|
-
*/
|
|
6380
|
-
HoursOfOperationId: string | undefined;
|
|
6381
|
-
}
|
|
6382
|
-
/**
|
|
6383
|
-
* @public
|
|
6384
|
-
*/
|
|
6385
|
-
export interface DeleteHoursOfOperationOverrideRequest {
|
|
6386
|
-
/**
|
|
6387
|
-
* <p>The identifier of the Amazon Connect instance.</p>
|
|
6388
|
-
* @public
|
|
6389
|
-
*/
|
|
6390
|
-
InstanceId: string | undefined;
|
|
6391
|
-
/**
|
|
6392
|
-
* <p>The identifier for the hours of operation.</p>
|
|
6393
|
-
* @public
|
|
6394
|
-
*/
|
|
6395
|
-
HoursOfOperationId: string | undefined;
|
|
6396
|
-
/**
|
|
6397
|
-
* <p>The identifier for the hours of operation override.</p>
|
|
6398
|
-
* @public
|
|
6399
|
-
*/
|
|
6400
|
-
HoursOfOperationOverrideId: string | undefined;
|
|
6401
|
-
}
|
|
6402
|
-
/**
|
|
6403
|
-
* @public
|
|
6404
|
-
*/
|
|
6405
|
-
export interface DeleteInstanceRequest {
|
|
6406
|
-
/**
|
|
6407
|
-
* <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>
|
|
6408
|
-
* @public
|
|
6409
|
-
*/
|
|
6410
|
-
InstanceId: string | undefined;
|
|
6411
|
-
/**
|
|
6412
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
6413
|
-
* request. If not provided, the Amazon Web Services
|
|
6414
|
-
* SDK populates this field. For more information about idempotency, see
|
|
6415
|
-
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
6416
|
-
* @public
|
|
6417
|
-
*/
|
|
6418
|
-
ClientToken?: string | undefined;
|
|
6419
|
-
}
|
|
6420
6419
|
/**
|
|
6421
6420
|
* @internal
|
|
6422
6421
|
*/
|