@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
package/dist-es/Connect.js
CHANGED
|
@@ -3,6 +3,7 @@ import { ActivateEvaluationFormCommand, } from "./commands/ActivateEvaluationFor
|
|
|
3
3
|
import { AssociateAnalyticsDataSetCommand, } from "./commands/AssociateAnalyticsDataSetCommand";
|
|
4
4
|
import { AssociateApprovedOriginCommand, } from "./commands/AssociateApprovedOriginCommand";
|
|
5
5
|
import { AssociateBotCommand, } from "./commands/AssociateBotCommand";
|
|
6
|
+
import { AssociateContactWithUserCommand, } from "./commands/AssociateContactWithUserCommand";
|
|
6
7
|
import { AssociateDefaultVocabularyCommand, } from "./commands/AssociateDefaultVocabularyCommand";
|
|
7
8
|
import { AssociateFlowCommand, } from "./commands/AssociateFlowCommand";
|
|
8
9
|
import { AssociateInstanceStorageConfigCommand, } from "./commands/AssociateInstanceStorageConfigCommand";
|
|
@@ -165,6 +166,7 @@ import { ListQueueQuickConnectsCommand, } from "./commands/ListQueueQuickConnect
|
|
|
165
166
|
import { ListQueuesCommand } from "./commands/ListQueuesCommand";
|
|
166
167
|
import { ListQuickConnectsCommand, } from "./commands/ListQuickConnectsCommand";
|
|
167
168
|
import { ListRealtimeContactAnalysisSegmentsV2Command, } from "./commands/ListRealtimeContactAnalysisSegmentsV2Command";
|
|
169
|
+
import { ListRoutingProfileManualAssignmentQueuesCommand, } from "./commands/ListRoutingProfileManualAssignmentQueuesCommand";
|
|
168
170
|
import { ListRoutingProfileQueuesCommand, } from "./commands/ListRoutingProfileQueuesCommand";
|
|
169
171
|
import { ListRoutingProfilesCommand, } from "./commands/ListRoutingProfilesCommand";
|
|
170
172
|
import { ListRulesCommand } from "./commands/ListRulesCommand";
|
|
@@ -288,6 +290,7 @@ const commands = {
|
|
|
288
290
|
AssociateAnalyticsDataSetCommand,
|
|
289
291
|
AssociateApprovedOriginCommand,
|
|
290
292
|
AssociateBotCommand,
|
|
293
|
+
AssociateContactWithUserCommand,
|
|
291
294
|
AssociateDefaultVocabularyCommand,
|
|
292
295
|
AssociateFlowCommand,
|
|
293
296
|
AssociateInstanceStorageConfigCommand,
|
|
@@ -450,6 +453,7 @@ const commands = {
|
|
|
450
453
|
ListQueuesCommand,
|
|
451
454
|
ListQuickConnectsCommand,
|
|
452
455
|
ListRealtimeContactAnalysisSegmentsV2Command,
|
|
456
|
+
ListRoutingProfileManualAssignmentQueuesCommand,
|
|
453
457
|
ListRoutingProfileQueuesCommand,
|
|
454
458
|
ListRoutingProfilesCommand,
|
|
455
459
|
ListRulesCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_AssociateContactWithUserCommand, se_AssociateContactWithUserCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AssociateContactWithUserCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonConnectService", "AssociateContactWithUser", {})
|
|
17
|
+
.n("ConnectClient", "AssociateContactWithUserCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_AssociateContactWithUserCommand)
|
|
20
|
+
.de(de_AssociateContactWithUserCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { ListInstancesResponseFilterSensitiveLog
|
|
5
|
+
import { ListInstancesResponseFilterSensitiveLog } from "../models/models_2";
|
|
6
6
|
import { de_ListInstancesCommand, se_ListInstancesCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListInstancesCommand extends $Command
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListRoutingProfileManualAssignmentQueuesCommand, se_ListRoutingProfileManualAssignmentQueuesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListRoutingProfileManualAssignmentQueuesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonConnectService", "ListRoutingProfileManualAssignmentQueues", {})
|
|
17
|
+
.n("ConnectClient", "ListRoutingProfileManualAssignmentQueuesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListRoutingProfileManualAssignmentQueuesCommand)
|
|
20
|
+
.de(de_ListRoutingProfileManualAssignmentQueuesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,8 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { SearchContactsRequestFilterSensitiveLog
|
|
5
|
+
import { SearchContactsRequestFilterSensitiveLog } from "../models/models_2";
|
|
6
|
+
import { SearchContactsResponseFilterSensitiveLog } from "../models/models_3";
|
|
6
7
|
import { de_SearchContactsCommand, se_SearchContactsCommand } from "../protocols/Aws_restJson1";
|
|
7
8
|
export { $Command };
|
|
8
9
|
export class SearchContactsCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UpdateEmailAddressMetadataRequestFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { UpdateEmailAddressMetadataRequestFilterSensitiveLog, } from "../models/models_3";
|
|
6
6
|
import { de_UpdateEmailAddressMetadataCommand, se_UpdateEmailAddressMetadataCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateEmailAddressMetadataCommand extends $Command
|
|
@@ -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";
|
|
@@ -539,13 +539,3 @@ export const GetFederationTokenResponseFilterSensitiveLog = (obj) => ({
|
|
|
539
539
|
...obj,
|
|
540
540
|
...(obj.Credentials && { Credentials: SENSITIVE_STRING }),
|
|
541
541
|
});
|
|
542
|
-
export const InstanceSummaryFilterSensitiveLog = (obj) => ({
|
|
543
|
-
...obj,
|
|
544
|
-
...(obj.InstanceAlias && { InstanceAlias: SENSITIVE_STRING }),
|
|
545
|
-
});
|
|
546
|
-
export const ListInstancesResponseFilterSensitiveLog = (obj) => ({
|
|
547
|
-
...obj,
|
|
548
|
-
...(obj.InstanceSummaryList && {
|
|
549
|
-
InstanceSummaryList: obj.InstanceSummaryList.map((item) => InstanceSummaryFilterSensitiveLog(item)),
|
|
550
|
-
}),
|
|
551
|
-
});
|
|
@@ -91,24 +91,31 @@ export const ContactRecordingType = {
|
|
|
91
91
|
IVR: "IVR",
|
|
92
92
|
SCREEN: "SCREEN",
|
|
93
93
|
};
|
|
94
|
+
export const SearchContactsTimeRangeType = {
|
|
95
|
+
CONNECTED_TO_AGENT_TIMESTAMP: "CONNECTED_TO_AGENT_TIMESTAMP",
|
|
96
|
+
DISCONNECT_TIMESTAMP: "DISCONNECT_TIMESTAMP",
|
|
97
|
+
ENQUEUE_TIMESTAMP: "ENQUEUE_TIMESTAMP",
|
|
98
|
+
INITIATION_TIMESTAMP: "INITIATION_TIMESTAMP",
|
|
99
|
+
SCHEDULED_TIMESTAMP: "SCHEDULED_TIMESTAMP",
|
|
100
|
+
};
|
|
101
|
+
export const SearchContactsTimeRangeConditionType = {
|
|
102
|
+
NOT_EXISTS: "NOT_EXISTS",
|
|
103
|
+
};
|
|
94
104
|
export const SearchContactsMatchType = {
|
|
95
105
|
MATCH_ALL: "MATCH_ALL",
|
|
96
106
|
MATCH_ANY: "MATCH_ANY",
|
|
107
|
+
MATCH_EXACT: "MATCH_EXACT",
|
|
108
|
+
MATCH_NONE: "MATCH_NONE",
|
|
97
109
|
};
|
|
98
110
|
export const SortableFieldName = {
|
|
99
111
|
CHANNEL: "CHANNEL",
|
|
100
112
|
CONNECTED_TO_AGENT_TIMESTAMP: "CONNECTED_TO_AGENT_TIMESTAMP",
|
|
101
113
|
DISCONNECT_TIMESTAMP: "DISCONNECT_TIMESTAMP",
|
|
114
|
+
EXPIRY_TIMESTAMP: "EXPIRY_TIMESTAMP",
|
|
102
115
|
INITIATION_METHOD: "INITIATION_METHOD",
|
|
103
116
|
INITIATION_TIMESTAMP: "INITIATION_TIMESTAMP",
|
|
104
117
|
SCHEDULED_TIMESTAMP: "SCHEDULED_TIMESTAMP",
|
|
105
118
|
};
|
|
106
|
-
export const SearchContactsTimeRangeType = {
|
|
107
|
-
CONNECTED_TO_AGENT_TIMESTAMP: "CONNECTED_TO_AGENT_TIMESTAMP",
|
|
108
|
-
DISCONNECT_TIMESTAMP: "DISCONNECT_TIMESTAMP",
|
|
109
|
-
INITIATION_TIMESTAMP: "INITIATION_TIMESTAMP",
|
|
110
|
-
SCHEDULED_TIMESTAMP: "SCHEDULED_TIMESTAMP",
|
|
111
|
-
};
|
|
112
119
|
export const DateComparisonType = {
|
|
113
120
|
EQUAL_TO: "EQUAL_TO",
|
|
114
121
|
GREATER_THAN: "GREATER_THAN",
|
|
@@ -226,20 +233,16 @@ export class ContactNotFoundException extends __BaseException {
|
|
|
226
233
|
this.Message = opts.Message;
|
|
227
234
|
}
|
|
228
235
|
}
|
|
229
|
-
export
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
Object.setPrototypeOf(this, ConditionalOperationFailedException.prototype);
|
|
240
|
-
this.Message = opts.Message;
|
|
241
|
-
}
|
|
242
|
-
}
|
|
236
|
+
export const InstanceSummaryFilterSensitiveLog = (obj) => ({
|
|
237
|
+
...obj,
|
|
238
|
+
...(obj.InstanceAlias && { InstanceAlias: SENSITIVE_STRING }),
|
|
239
|
+
});
|
|
240
|
+
export const ListInstancesResponseFilterSensitiveLog = (obj) => ({
|
|
241
|
+
...obj,
|
|
242
|
+
...(obj.InstanceSummaryList && {
|
|
243
|
+
InstanceSummaryList: obj.InstanceSummaryList.map((item) => InstanceSummaryFilterSensitiveLog(item)),
|
|
244
|
+
}),
|
|
245
|
+
});
|
|
243
246
|
export const ViewSummaryFilterSensitiveLog = (obj) => ({
|
|
244
247
|
...obj,
|
|
245
248
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
@@ -276,6 +279,10 @@ export const ContactAnalysisFilterSensitiveLog = (obj) => ({
|
|
|
276
279
|
...obj,
|
|
277
280
|
...(obj.Transcript && { Transcript: TranscriptFilterSensitiveLog(obj.Transcript) }),
|
|
278
281
|
});
|
|
282
|
+
export const NameCriteriaFilterSensitiveLog = (obj) => ({
|
|
283
|
+
...obj,
|
|
284
|
+
...(obj.SearchText && { SearchText: SENSITIVE_STRING }),
|
|
285
|
+
});
|
|
279
286
|
export const SearchableContactAttributesCriteriaFilterSensitiveLog = (obj) => ({
|
|
280
287
|
...obj,
|
|
281
288
|
...(obj.Key && { Key: SENSITIVE_STRING }),
|
|
@@ -300,6 +307,7 @@ export const SearchableSegmentAttributesFilterSensitiveLog = (obj) => ({
|
|
|
300
307
|
});
|
|
301
308
|
export const SearchCriteriaFilterSensitiveLog = (obj) => ({
|
|
302
309
|
...obj,
|
|
310
|
+
...(obj.Name && { Name: NameCriteriaFilterSensitiveLog(obj.Name) }),
|
|
303
311
|
...(obj.ContactAnalysis && { ContactAnalysis: ContactAnalysisFilterSensitiveLog(obj.ContactAnalysis) }),
|
|
304
312
|
...(obj.SearchableContactAttributes && {
|
|
305
313
|
SearchableContactAttributes: SearchableContactAttributesFilterSensitiveLog(obj.SearchableContactAttributes),
|
|
@@ -312,14 +320,6 @@ export const SearchContactsRequestFilterSensitiveLog = (obj) => ({
|
|
|
312
320
|
...obj,
|
|
313
321
|
...(obj.SearchCriteria && { SearchCriteria: SearchCriteriaFilterSensitiveLog(obj.SearchCriteria) }),
|
|
314
322
|
});
|
|
315
|
-
export const ContactSearchSummaryFilterSensitiveLog = (obj) => ({
|
|
316
|
-
...obj,
|
|
317
|
-
...(obj.SegmentAttributes && { SegmentAttributes: SENSITIVE_STRING }),
|
|
318
|
-
});
|
|
319
|
-
export const SearchContactsResponseFilterSensitiveLog = (obj) => ({
|
|
320
|
-
...obj,
|
|
321
|
-
...(obj.Contacts && { Contacts: obj.Contacts.map((item) => ContactSearchSummaryFilterSensitiveLog(item)) }),
|
|
322
|
-
});
|
|
323
323
|
export const EmailAddressMetadataFilterSensitiveLog = (obj) => ({
|
|
324
324
|
...obj,
|
|
325
325
|
...(obj.EmailAddress && { EmailAddress: SENSITIVE_STRING }),
|
|
@@ -422,8 +422,3 @@ export const StartWebRTCContactResponseFilterSensitiveLog = (obj) => ({
|
|
|
422
422
|
...obj,
|
|
423
423
|
...(obj.ConnectionData && { ConnectionData: ConnectionDataFilterSensitiveLog(obj.ConnectionData) }),
|
|
424
424
|
});
|
|
425
|
-
export const UpdateEmailAddressMetadataRequestFilterSensitiveLog = (obj) => ({
|
|
426
|
-
...obj,
|
|
427
|
-
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
428
|
-
...(obj.DisplayName && { DisplayName: SENSITIVE_STRING }),
|
|
429
|
-
});
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
|
|
2
3
|
import { UserIdentityInfoFilterSensitiveLog, ViewFilterSensitiveLog, ViewInputContentFilterSensitiveLog, } from "./models_0";
|
|
3
4
|
import { EmailAddressInfoFilterSensitiveLog, InboundAdditionalRecipientsFilterSensitiveLog, InboundEmailContentFilterSensitiveLog, } from "./models_2";
|
|
5
|
+
export class ConditionalOperationFailedException extends __BaseException {
|
|
6
|
+
name = "ConditionalOperationFailedException";
|
|
7
|
+
$fault = "client";
|
|
8
|
+
Message;
|
|
9
|
+
constructor(opts) {
|
|
10
|
+
super({
|
|
11
|
+
name: "ConditionalOperationFailedException",
|
|
12
|
+
$fault: "client",
|
|
13
|
+
...opts,
|
|
14
|
+
});
|
|
15
|
+
Object.setPrototypeOf(this, ConditionalOperationFailedException.prototype);
|
|
16
|
+
this.Message = opts.Message;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
4
19
|
export const TimerEligibleParticipantRoles = {
|
|
5
20
|
AGENT: "AGENT",
|
|
6
21
|
CUSTOMER: "CUSTOMER",
|
|
@@ -40,6 +55,11 @@ export var EvaluationFormItem;
|
|
|
40
55
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
41
56
|
};
|
|
42
57
|
})(EvaluationFormItem || (EvaluationFormItem = {}));
|
|
58
|
+
export const UpdateEmailAddressMetadataRequestFilterSensitiveLog = (obj) => ({
|
|
59
|
+
...obj,
|
|
60
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
61
|
+
...(obj.DisplayName && { DisplayName: SENSITIVE_STRING }),
|
|
62
|
+
});
|
|
43
63
|
export const UpdateParticipantAuthenticationRequestFilterSensitiveLog = (obj) => ({
|
|
44
64
|
...obj,
|
|
45
65
|
...(obj.Code && { Code: SENSITIVE_STRING }),
|
|
@@ -98,7 +118,16 @@ export const ContactFilterSensitiveLog = (obj) => ({
|
|
|
98
118
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
99
119
|
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
100
120
|
});
|
|
121
|
+
export const ContactSearchSummaryFilterSensitiveLog = (obj) => ({
|
|
122
|
+
...obj,
|
|
123
|
+
...(obj.SegmentAttributes && { SegmentAttributes: SENSITIVE_STRING }),
|
|
124
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
125
|
+
});
|
|
101
126
|
export const DescribeContactResponseFilterSensitiveLog = (obj) => ({
|
|
102
127
|
...obj,
|
|
103
128
|
...(obj.Contact && { Contact: ContactFilterSensitiveLog(obj.Contact) }),
|
|
104
129
|
});
|
|
130
|
+
export const SearchContactsResponseFilterSensitiveLog = (obj) => ({
|
|
131
|
+
...obj,
|
|
132
|
+
...(obj.Contacts && { Contacts: obj.Contacts.map((item) => ContactSearchSummaryFilterSensitiveLog(item)) }),
|
|
133
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListRoutingProfileManualAssignmentQueuesCommand, } from "../commands/ListRoutingProfileManualAssignmentQueuesCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateListRoutingProfileManualAssignmentQueues = createPaginator(ConnectClient, ListRoutingProfileManualAssignmentQueuesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -32,6 +32,7 @@ export * from "./ListQueueQuickConnectsPaginator";
|
|
|
32
32
|
export * from "./ListQueuesPaginator";
|
|
33
33
|
export * from "./ListQuickConnectsPaginator";
|
|
34
34
|
export * from "./ListRealtimeContactAnalysisSegmentsV2Paginator";
|
|
35
|
+
export * from "./ListRoutingProfileManualAssignmentQueuesPaginator";
|
|
35
36
|
export * from "./ListRoutingProfileQueuesPaginator";
|
|
36
37
|
export * from "./ListRoutingProfilesPaginator";
|
|
37
38
|
export * from "./ListRulesPaginator";
|
|
@@ -5,8 +5,8 @@ import { v4 as generateIdempotencyToken } from "@smithy/uuid";
|
|
|
5
5
|
import { ConnectServiceException as __BaseException } from "../models/ConnectServiceException";
|
|
6
6
|
import { AccessDeniedException, ConflictException, DuplicateResourceException, IdempotencyException, InternalServiceException, InvalidContactFlowException, InvalidContactFlowModuleException, InvalidParameterException, InvalidRequestException, LimitExceededException, PropertyValidationException, ResourceConflictException, ResourceInUseException, ResourceNotFoundException, ResourceNotReadyException, ServiceQuotaExceededException, ThrottlingException, TooManyRequestsException, } from "../models/models_0";
|
|
7
7
|
import { ContactFlowNotPublishedException, EvaluationAnswerData, UserNotFoundException, } from "../models/models_1";
|
|
8
|
-
import {
|
|
9
|
-
import { EvaluationFormItem, } from "../models/models_3";
|
|
8
|
+
import { ContactNotFoundException, DestinationNotAllowedException, MaximumResultReturnedException, OutboundContactNotPermittedException, OutputTypeNotFoundException, } from "../models/models_2";
|
|
9
|
+
import { ConditionalOperationFailedException, EvaluationFormItem, } from "../models/models_3";
|
|
10
10
|
export const se_ActivateEvaluationFormCommand = async (input, context) => {
|
|
11
11
|
const b = rb(input, context);
|
|
12
12
|
const headers = {
|
|
@@ -68,6 +68,21 @@ export const se_AssociateBotCommand = async (input, context) => {
|
|
|
68
68
|
b.m("PUT").h(headers).b(body);
|
|
69
69
|
return b.build();
|
|
70
70
|
};
|
|
71
|
+
export const se_AssociateContactWithUserCommand = async (input, context) => {
|
|
72
|
+
const b = rb(input, context);
|
|
73
|
+
const headers = {
|
|
74
|
+
"content-type": "application/json",
|
|
75
|
+
};
|
|
76
|
+
b.bp("/contacts/{InstanceId}/{ContactId}/associate-user");
|
|
77
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
78
|
+
b.p("ContactId", () => input.ContactId, "{ContactId}", false);
|
|
79
|
+
let body;
|
|
80
|
+
body = JSON.stringify(take(input, {
|
|
81
|
+
UserId: [],
|
|
82
|
+
}));
|
|
83
|
+
b.m("POST").h(headers).b(body);
|
|
84
|
+
return b.build();
|
|
85
|
+
};
|
|
71
86
|
export const se_AssociateDefaultVocabularyCommand = async (input, context) => {
|
|
72
87
|
const b = rb(input, context);
|
|
73
88
|
const headers = {
|
|
@@ -185,6 +200,7 @@ export const se_AssociateRoutingProfileQueuesCommand = async (input, context) =>
|
|
|
185
200
|
b.p("RoutingProfileId", () => input.RoutingProfileId, "{RoutingProfileId}", false);
|
|
186
201
|
let body;
|
|
187
202
|
body = JSON.stringify(take(input, {
|
|
203
|
+
ManualAssignmentQueueConfigs: (_) => _json(_),
|
|
188
204
|
QueueConfigs: (_) => _json(_),
|
|
189
205
|
}));
|
|
190
206
|
b.m("POST").h(headers).b(body);
|
|
@@ -689,6 +705,7 @@ export const se_CreateRoutingProfileCommand = async (input, context) => {
|
|
|
689
705
|
AgentAvailabilityTimer: [],
|
|
690
706
|
DefaultOutboundQueueId: [],
|
|
691
707
|
Description: [],
|
|
708
|
+
ManualAssignmentQueueConfigs: (_) => _json(_),
|
|
692
709
|
MediaConcurrencies: (_) => _json(_),
|
|
693
710
|
Name: [],
|
|
694
711
|
QueueConfigs: (_) => _json(_),
|
|
@@ -1589,6 +1606,7 @@ export const se_DisassociateRoutingProfileQueuesCommand = async (input, context)
|
|
|
1589
1606
|
b.p("RoutingProfileId", () => input.RoutingProfileId, "{RoutingProfileId}", false);
|
|
1590
1607
|
let body;
|
|
1591
1608
|
body = JSON.stringify(take(input, {
|
|
1609
|
+
ManualAssignmentQueueReferences: (_) => _json(_),
|
|
1592
1610
|
QueueReferences: (_) => _json(_),
|
|
1593
1611
|
}));
|
|
1594
1612
|
b.m("POST").h(headers).b(body);
|
|
@@ -2296,6 +2314,20 @@ export const se_ListRealtimeContactAnalysisSegmentsV2Command = async (input, con
|
|
|
2296
2314
|
b.m("POST").h(headers).b(body);
|
|
2297
2315
|
return b.build();
|
|
2298
2316
|
};
|
|
2317
|
+
export const se_ListRoutingProfileManualAssignmentQueuesCommand = async (input, context) => {
|
|
2318
|
+
const b = rb(input, context);
|
|
2319
|
+
const headers = {};
|
|
2320
|
+
b.bp("/routing-profiles/{InstanceId}/{RoutingProfileId}/manual-assignment-queues");
|
|
2321
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
2322
|
+
b.p("RoutingProfileId", () => input.RoutingProfileId, "{RoutingProfileId}", false);
|
|
2323
|
+
const query = map({
|
|
2324
|
+
[_nT]: [, input[_NT]],
|
|
2325
|
+
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
2326
|
+
});
|
|
2327
|
+
let body;
|
|
2328
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
2329
|
+
return b.build();
|
|
2330
|
+
};
|
|
2299
2331
|
export const se_ListRoutingProfileQueuesCommand = async (input, context) => {
|
|
2300
2332
|
const b = rb(input, context);
|
|
2301
2333
|
const headers = {};
|
|
@@ -2711,7 +2743,7 @@ export const se_SearchContactsCommand = async (input, context) => {
|
|
|
2711
2743
|
InstanceId: [],
|
|
2712
2744
|
MaxResults: [],
|
|
2713
2745
|
NextToken: [],
|
|
2714
|
-
SearchCriteria: (_) =>
|
|
2746
|
+
SearchCriteria: (_) => se_SearchCriteria(_, context),
|
|
2715
2747
|
Sort: (_) => _json(_),
|
|
2716
2748
|
TimeRange: (_) => se_SearchContactsTimeRange(_, context),
|
|
2717
2749
|
}));
|
|
@@ -4267,6 +4299,16 @@ export const de_AssociateBotCommand = async (output, context) => {
|
|
|
4267
4299
|
await collectBody(output.body, context);
|
|
4268
4300
|
return contents;
|
|
4269
4301
|
};
|
|
4302
|
+
export const de_AssociateContactWithUserCommand = async (output, context) => {
|
|
4303
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4304
|
+
return de_CommandError(output, context);
|
|
4305
|
+
}
|
|
4306
|
+
const contents = map({
|
|
4307
|
+
$metadata: deserializeMetadata(output),
|
|
4308
|
+
});
|
|
4309
|
+
await collectBody(output.body, context);
|
|
4310
|
+
return contents;
|
|
4311
|
+
};
|
|
4270
4312
|
export const de_AssociateDefaultVocabularyCommand = async (output, context) => {
|
|
4271
4313
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4272
4314
|
return de_CommandError(output, context);
|
|
@@ -6457,6 +6499,23 @@ export const de_ListRealtimeContactAnalysisSegmentsV2Command = async (output, co
|
|
|
6457
6499
|
Object.assign(contents, doc);
|
|
6458
6500
|
return contents;
|
|
6459
6501
|
};
|
|
6502
|
+
export const de_ListRoutingProfileManualAssignmentQueuesCommand = async (output, context) => {
|
|
6503
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6504
|
+
return de_CommandError(output, context);
|
|
6505
|
+
}
|
|
6506
|
+
const contents = map({
|
|
6507
|
+
$metadata: deserializeMetadata(output),
|
|
6508
|
+
});
|
|
6509
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
6510
|
+
const doc = take(data, {
|
|
6511
|
+
LastModifiedRegion: __expectString,
|
|
6512
|
+
LastModifiedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
6513
|
+
NextToken: __expectString,
|
|
6514
|
+
RoutingProfileManualAssignmentQueueConfigSummaryList: _json,
|
|
6515
|
+
});
|
|
6516
|
+
Object.assign(contents, doc);
|
|
6517
|
+
return contents;
|
|
6518
|
+
};
|
|
6460
6519
|
export const de_ListRoutingProfileQueuesCommand = async (output, context) => {
|
|
6461
6520
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6462
6521
|
return de_CommandError(output, context);
|
|
@@ -8743,6 +8802,25 @@ const se_RuleActions = (input, context) => {
|
|
|
8743
8802
|
return se_RuleAction(entry, context);
|
|
8744
8803
|
});
|
|
8745
8804
|
};
|
|
8805
|
+
const se_SearchContactsAdditionalTimeRange = (input, context) => {
|
|
8806
|
+
return take(input, {
|
|
8807
|
+
Criteria: (_) => se_SearchContactsAdditionalTimeRangeCriteriaList(_, context),
|
|
8808
|
+
MatchType: [],
|
|
8809
|
+
});
|
|
8810
|
+
};
|
|
8811
|
+
const se_SearchContactsAdditionalTimeRangeCriteria = (input, context) => {
|
|
8812
|
+
return take(input, {
|
|
8813
|
+
TimeRange: (_) => se_SearchContactsTimeRange(_, context),
|
|
8814
|
+
TimestampCondition: _json,
|
|
8815
|
+
});
|
|
8816
|
+
};
|
|
8817
|
+
const se_SearchContactsAdditionalTimeRangeCriteriaList = (input, context) => {
|
|
8818
|
+
return input
|
|
8819
|
+
.filter((e) => e != null)
|
|
8820
|
+
.map((entry) => {
|
|
8821
|
+
return se_SearchContactsAdditionalTimeRangeCriteria(entry, context);
|
|
8822
|
+
});
|
|
8823
|
+
};
|
|
8746
8824
|
const se_SearchContactsTimeRange = (input, context) => {
|
|
8747
8825
|
return take(input, {
|
|
8748
8826
|
EndTime: (_) => _.getTime() / 1_000,
|
|
@@ -8750,6 +8828,21 @@ const se_SearchContactsTimeRange = (input, context) => {
|
|
|
8750
8828
|
Type: [],
|
|
8751
8829
|
});
|
|
8752
8830
|
};
|
|
8831
|
+
const se_SearchCriteria = (input, context) => {
|
|
8832
|
+
return take(input, {
|
|
8833
|
+
AdditionalTimeRange: (_) => se_SearchContactsAdditionalTimeRange(_, context),
|
|
8834
|
+
AgentHierarchyGroups: _json,
|
|
8835
|
+
AgentIds: _json,
|
|
8836
|
+
Channels: _json,
|
|
8837
|
+
ContactAnalysis: _json,
|
|
8838
|
+
InitiationMethods: _json,
|
|
8839
|
+
Name: _json,
|
|
8840
|
+
QueueIds: _json,
|
|
8841
|
+
RoutingCriteria: _json,
|
|
8842
|
+
SearchableContactAttributes: _json,
|
|
8843
|
+
SearchableSegmentAttributes: _json,
|
|
8844
|
+
});
|
|
8845
|
+
};
|
|
8753
8846
|
const se_SecurityProfileSearchConditionList = (input, context) => {
|
|
8754
8847
|
return input
|
|
8755
8848
|
.filter((e) => e != null)
|
|
@@ -9195,10 +9288,12 @@ const de_ContactSearchSummary = (output, context) => {
|
|
|
9195
9288
|
InitialContactId: __expectString,
|
|
9196
9289
|
InitiationMethod: __expectString,
|
|
9197
9290
|
InitiationTimestamp: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9291
|
+
Name: __expectString,
|
|
9198
9292
|
PreviousContactId: __expectString,
|
|
9199
9293
|
QueueInfo: (_) => de_ContactSearchSummaryQueueInfo(_, context),
|
|
9294
|
+
RoutingCriteria: (_) => de_RoutingCriteria(_, context),
|
|
9200
9295
|
ScheduledTimestamp: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9201
|
-
SegmentAttributes:
|
|
9296
|
+
SegmentAttributes: (_) => de_ContactSearchSummarySegmentAttributes(_, context),
|
|
9202
9297
|
});
|
|
9203
9298
|
};
|
|
9204
9299
|
const de_ContactSearchSummaryAgentInfo = (output, context) => {
|
|
@@ -9213,6 +9308,21 @@ const de_ContactSearchSummaryQueueInfo = (output, context) => {
|
|
|
9213
9308
|
Id: __expectString,
|
|
9214
9309
|
});
|
|
9215
9310
|
};
|
|
9311
|
+
const de_ContactSearchSummarySegmentAttributes = (output, context) => {
|
|
9312
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
9313
|
+
if (value === null) {
|
|
9314
|
+
return acc;
|
|
9315
|
+
}
|
|
9316
|
+
acc[key] = de_ContactSearchSummarySegmentAttributeValue(value, context);
|
|
9317
|
+
return acc;
|
|
9318
|
+
}, {});
|
|
9319
|
+
};
|
|
9320
|
+
const de_ContactSearchSummarySegmentAttributeValue = (output, context) => {
|
|
9321
|
+
return take(output, {
|
|
9322
|
+
ValueMap: (_) => de_SegmentAttributeValueMap(_, context),
|
|
9323
|
+
ValueString: __expectString,
|
|
9324
|
+
});
|
|
9325
|
+
};
|
|
9216
9326
|
const de_CreateCaseActionDefinition = (output, context) => {
|
|
9217
9327
|
return take(output, {
|
|
9218
9328
|
Fields: (_) => de_FieldValues(_, context),
|
|
@@ -10015,6 +10125,7 @@ const de_RoutingCriteria = (output, context) => {
|
|
|
10015
10125
|
const de_RoutingProfile = (output, context) => {
|
|
10016
10126
|
return take(output, {
|
|
10017
10127
|
AgentAvailabilityTimer: __expectString,
|
|
10128
|
+
AssociatedManualAssignmentQueueIds: _json,
|
|
10018
10129
|
AssociatedQueueIds: _json,
|
|
10019
10130
|
DefaultOutboundQueueId: __expectString,
|
|
10020
10131
|
Description: __expectString,
|
|
@@ -10024,6 +10135,7 @@ const de_RoutingProfile = (output, context) => {
|
|
|
10024
10135
|
LastModifiedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
10025
10136
|
MediaConcurrencies: _json,
|
|
10026
10137
|
Name: __expectString,
|
|
10138
|
+
NumberOfAssociatedManualAssignmentQueues: __expectLong,
|
|
10027
10139
|
NumberOfAssociatedQueues: __expectLong,
|
|
10028
10140
|
NumberOfAssociatedUsers: __expectLong,
|
|
10029
10141
|
RoutingProfileArn: __expectString,
|
package/dist-types/Connect.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { ActivateEvaluationFormCommandInput, ActivateEvaluationFormCommandOutput
|
|
|
3
3
|
import { AssociateAnalyticsDataSetCommandInput, AssociateAnalyticsDataSetCommandOutput } from "./commands/AssociateAnalyticsDataSetCommand";
|
|
4
4
|
import { AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput } from "./commands/AssociateApprovedOriginCommand";
|
|
5
5
|
import { AssociateBotCommandInput, AssociateBotCommandOutput } from "./commands/AssociateBotCommand";
|
|
6
|
+
import { AssociateContactWithUserCommandInput, AssociateContactWithUserCommandOutput } from "./commands/AssociateContactWithUserCommand";
|
|
6
7
|
import { AssociateDefaultVocabularyCommandInput, AssociateDefaultVocabularyCommandOutput } from "./commands/AssociateDefaultVocabularyCommand";
|
|
7
8
|
import { AssociateFlowCommandInput, AssociateFlowCommandOutput } from "./commands/AssociateFlowCommand";
|
|
8
9
|
import { AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput } from "./commands/AssociateInstanceStorageConfigCommand";
|
|
@@ -165,6 +166,7 @@ import { ListQueueQuickConnectsCommandInput, ListQueueQuickConnectsCommandOutput
|
|
|
165
166
|
import { ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
|
|
166
167
|
import { ListQuickConnectsCommandInput, ListQuickConnectsCommandOutput } from "./commands/ListQuickConnectsCommand";
|
|
167
168
|
import { ListRealtimeContactAnalysisSegmentsV2CommandInput, ListRealtimeContactAnalysisSegmentsV2CommandOutput } from "./commands/ListRealtimeContactAnalysisSegmentsV2Command";
|
|
169
|
+
import { ListRoutingProfileManualAssignmentQueuesCommandInput, ListRoutingProfileManualAssignmentQueuesCommandOutput } from "./commands/ListRoutingProfileManualAssignmentQueuesCommand";
|
|
168
170
|
import { ListRoutingProfileQueuesCommandInput, ListRoutingProfileQueuesCommandOutput } from "./commands/ListRoutingProfileQueuesCommand";
|
|
169
171
|
import { ListRoutingProfilesCommandInput, ListRoutingProfilesCommandOutput } from "./commands/ListRoutingProfilesCommand";
|
|
170
172
|
import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
|
|
@@ -308,6 +310,12 @@ export interface Connect {
|
|
|
308
310
|
associateBot(args: AssociateBotCommandInput, options?: __HttpHandlerOptions): Promise<AssociateBotCommandOutput>;
|
|
309
311
|
associateBot(args: AssociateBotCommandInput, cb: (err: any, data?: AssociateBotCommandOutput) => void): void;
|
|
310
312
|
associateBot(args: AssociateBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateBotCommandOutput) => void): void;
|
|
313
|
+
/**
|
|
314
|
+
* @see {@link AssociateContactWithUserCommand}
|
|
315
|
+
*/
|
|
316
|
+
associateContactWithUser(args: AssociateContactWithUserCommandInput, options?: __HttpHandlerOptions): Promise<AssociateContactWithUserCommandOutput>;
|
|
317
|
+
associateContactWithUser(args: AssociateContactWithUserCommandInput, cb: (err: any, data?: AssociateContactWithUserCommandOutput) => void): void;
|
|
318
|
+
associateContactWithUser(args: AssociateContactWithUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateContactWithUserCommandOutput) => void): void;
|
|
311
319
|
/**
|
|
312
320
|
* @see {@link AssociateDefaultVocabularyCommand}
|
|
313
321
|
*/
|
|
@@ -1282,6 +1290,12 @@ export interface Connect {
|
|
|
1282
1290
|
listRealtimeContactAnalysisSegmentsV2(args: ListRealtimeContactAnalysisSegmentsV2CommandInput, options?: __HttpHandlerOptions): Promise<ListRealtimeContactAnalysisSegmentsV2CommandOutput>;
|
|
1283
1291
|
listRealtimeContactAnalysisSegmentsV2(args: ListRealtimeContactAnalysisSegmentsV2CommandInput, cb: (err: any, data?: ListRealtimeContactAnalysisSegmentsV2CommandOutput) => void): void;
|
|
1284
1292
|
listRealtimeContactAnalysisSegmentsV2(args: ListRealtimeContactAnalysisSegmentsV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRealtimeContactAnalysisSegmentsV2CommandOutput) => void): void;
|
|
1293
|
+
/**
|
|
1294
|
+
* @see {@link ListRoutingProfileManualAssignmentQueuesCommand}
|
|
1295
|
+
*/
|
|
1296
|
+
listRoutingProfileManualAssignmentQueues(args: ListRoutingProfileManualAssignmentQueuesCommandInput, options?: __HttpHandlerOptions): Promise<ListRoutingProfileManualAssignmentQueuesCommandOutput>;
|
|
1297
|
+
listRoutingProfileManualAssignmentQueues(args: ListRoutingProfileManualAssignmentQueuesCommandInput, cb: (err: any, data?: ListRoutingProfileManualAssignmentQueuesCommandOutput) => void): void;
|
|
1298
|
+
listRoutingProfileManualAssignmentQueues(args: ListRoutingProfileManualAssignmentQueuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoutingProfileManualAssignmentQueuesCommandOutput) => void): void;
|
|
1285
1299
|
/**
|
|
1286
1300
|
* @see {@link ListRoutingProfileQueuesCommand}
|
|
1287
1301
|
*/
|