@aws-sdk/client-connect 3.42.0 → 3.43.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/CHANGELOG.md +11 -0
- package/README.md +2 -4
- package/dist-cjs/Connect.js +120 -0
- package/dist-cjs/commands/CreateContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/DeleteContactFlowCommand.js +36 -0
- package/dist-cjs/commands/DeleteContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/DescribeContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/ListContactFlowModulesCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactAttributesCommand.js +3 -3
- package/dist-cjs/commands/UpdateContactCommand.js +3 -3
- package/dist-cjs/commands/UpdateContactFlowContentCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactFlowMetadataCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowModuleContentCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowModuleMetadataCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactScheduleCommand.js +3 -3
- package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +2 -2
- package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +2 -2
- package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +2 -2
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/models/models_0.js +99 -102
- package/dist-cjs/models/models_1.js +127 -1
- package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1271 -167
- package/dist-es/Connect.js +120 -0
- package/dist-es/commands/CreateContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/DeleteContactFlowCommand.js +39 -0
- package/dist-es/commands/DeleteContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/DescribeContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/ListContactFlowModulesCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateAgentStatusCommand.js +1 -1
- package/dist-es/commands/UpdateContactAttributesCommand.js +1 -1
- package/dist-es/commands/UpdateContactCommand.js +1 -1
- package/dist-es/commands/UpdateContactFlowContentCommand.js +1 -1
- package/dist-es/commands/UpdateContactFlowMetadataCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowNameCommand.js +1 -1
- package/dist-es/commands/UpdateContactScheduleCommand.js +1 -1
- package/dist-es/commands/UpdateHoursOfOperationCommand.js +1 -1
- package/dist-es/commands/UpdateInstanceAttributeCommand.js +1 -1
- package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +1 -1
- package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +1 -1
- package/dist-es/commands/UpdateQueueMaxContactsCommand.js +1 -1
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +67 -64
- package/dist-es/models/models_1.js +84 -0
- package/dist-es/pagination/ListContactFlowModulesPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1423 -192
- package/dist-types/Connect.d.ts +78 -21
- package/dist-types/ConnectClient.d.ts +13 -7
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteContactFlowCommand.d.ts +35 -0
- package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -1
- package/dist-types/commands/ListBotsCommand.d.ts +2 -2
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +35 -0
- package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +2 -3
- package/dist-types/commands/StartTaskContactCommand.d.ts +1 -2
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +3 -2
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +307 -363
- package/dist-types/models/models_1.d.ts +429 -1
- package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
- package/dist-types/ts3.4/Connect.d.ts +40 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +10 -2
- package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +17 -0
- 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/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/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +174 -198
- package/dist-types/ts3.4/models/models_1.d.ts +255 -1
- package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +4 -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 +2 -2
|
@@ -8,6 +8,7 @@ export * from "./AssociateRoutingProfileQueuesCommand";
|
|
|
8
8
|
export * from "./AssociateSecurityKeyCommand";
|
|
9
9
|
export * from "./CreateAgentStatusCommand";
|
|
10
10
|
export * from "./CreateContactFlowCommand";
|
|
11
|
+
export * from "./CreateContactFlowModuleCommand";
|
|
11
12
|
export * from "./CreateHoursOfOperationCommand";
|
|
12
13
|
export * from "./CreateInstanceCommand";
|
|
13
14
|
export * from "./CreateIntegrationAssociationCommand";
|
|
@@ -18,6 +19,8 @@ export * from "./CreateSecurityProfileCommand";
|
|
|
18
19
|
export * from "./CreateUseCaseCommand";
|
|
19
20
|
export * from "./CreateUserCommand";
|
|
20
21
|
export * from "./CreateUserHierarchyGroupCommand";
|
|
22
|
+
export * from "./DeleteContactFlowCommand";
|
|
23
|
+
export * from "./DeleteContactFlowModuleCommand";
|
|
21
24
|
export * from "./DeleteHoursOfOperationCommand";
|
|
22
25
|
export * from "./DeleteInstanceCommand";
|
|
23
26
|
export * from "./DeleteIntegrationAssociationCommand";
|
|
@@ -29,6 +32,7 @@ export * from "./DeleteUserHierarchyGroupCommand";
|
|
|
29
32
|
export * from "./DescribeAgentStatusCommand";
|
|
30
33
|
export * from "./DescribeContactCommand";
|
|
31
34
|
export * from "./DescribeContactFlowCommand";
|
|
35
|
+
export * from "./DescribeContactFlowModuleCommand";
|
|
32
36
|
export * from "./DescribeHoursOfOperationCommand";
|
|
33
37
|
export * from "./DescribeInstanceAttributeCommand";
|
|
34
38
|
export * from "./DescribeInstanceCommand";
|
|
@@ -55,6 +59,7 @@ export * from "./GetMetricDataCommand";
|
|
|
55
59
|
export * from "./ListAgentStatusesCommand";
|
|
56
60
|
export * from "./ListApprovedOriginsCommand";
|
|
57
61
|
export * from "./ListBotsCommand";
|
|
62
|
+
export * from "./ListContactFlowModulesCommand";
|
|
58
63
|
export * from "./ListContactFlowsCommand";
|
|
59
64
|
export * from "./ListContactReferencesCommand";
|
|
60
65
|
export * from "./ListHoursOfOperationsCommand";
|
|
@@ -94,6 +99,9 @@ export * from "./UpdateAgentStatusCommand";
|
|
|
94
99
|
export * from "./UpdateContactAttributesCommand";
|
|
95
100
|
export * from "./UpdateContactCommand";
|
|
96
101
|
export * from "./UpdateContactFlowContentCommand";
|
|
102
|
+
export * from "./UpdateContactFlowMetadataCommand";
|
|
103
|
+
export * from "./UpdateContactFlowModuleContentCommand";
|
|
104
|
+
export * from "./UpdateContactFlowModuleMetadataCommand";
|
|
97
105
|
export * from "./UpdateContactFlowNameCommand";
|
|
98
106
|
export * from "./UpdateContactScheduleCommand";
|
|
99
107
|
export * from "./UpdateHoursOfOperationCommand";
|
|
@@ -205,6 +205,22 @@ export var InvalidContactFlowException;
|
|
|
205
205
|
(function (InvalidContactFlowException) {
|
|
206
206
|
InvalidContactFlowException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
207
|
})(InvalidContactFlowException || (InvalidContactFlowException = {}));
|
|
208
|
+
export var CreateContactFlowModuleRequest;
|
|
209
|
+
(function (CreateContactFlowModuleRequest) {
|
|
210
|
+
CreateContactFlowModuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
+
})(CreateContactFlowModuleRequest || (CreateContactFlowModuleRequest = {}));
|
|
212
|
+
export var CreateContactFlowModuleResponse;
|
|
213
|
+
(function (CreateContactFlowModuleResponse) {
|
|
214
|
+
CreateContactFlowModuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
+
})(CreateContactFlowModuleResponse || (CreateContactFlowModuleResponse = {}));
|
|
216
|
+
export var IdempotencyException;
|
|
217
|
+
(function (IdempotencyException) {
|
|
218
|
+
IdempotencyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
+
})(IdempotencyException || (IdempotencyException = {}));
|
|
220
|
+
export var InvalidContactFlowModuleException;
|
|
221
|
+
(function (InvalidContactFlowModuleException) {
|
|
222
|
+
InvalidContactFlowModuleException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
+
})(InvalidContactFlowModuleException || (InvalidContactFlowModuleException = {}));
|
|
208
224
|
export var HoursOfOperationDays;
|
|
209
225
|
(function (HoursOfOperationDays) {
|
|
210
226
|
HoursOfOperationDays["FRIDAY"] = "FRIDAY";
|
|
@@ -370,6 +386,18 @@ export var CreateUserHierarchyGroupResponse;
|
|
|
370
386
|
(function (CreateUserHierarchyGroupResponse) {
|
|
371
387
|
CreateUserHierarchyGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
388
|
})(CreateUserHierarchyGroupResponse || (CreateUserHierarchyGroupResponse = {}));
|
|
389
|
+
export var DeleteContactFlowRequest;
|
|
390
|
+
(function (DeleteContactFlowRequest) {
|
|
391
|
+
DeleteContactFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
+
})(DeleteContactFlowRequest || (DeleteContactFlowRequest = {}));
|
|
393
|
+
export var DeleteContactFlowModuleRequest;
|
|
394
|
+
(function (DeleteContactFlowModuleRequest) {
|
|
395
|
+
DeleteContactFlowModuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
+
})(DeleteContactFlowModuleRequest || (DeleteContactFlowModuleRequest = {}));
|
|
397
|
+
export var DeleteContactFlowModuleResponse;
|
|
398
|
+
(function (DeleteContactFlowModuleResponse) {
|
|
399
|
+
DeleteContactFlowModuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
+
})(DeleteContactFlowModuleResponse || (DeleteContactFlowModuleResponse = {}));
|
|
373
401
|
export var DeleteHoursOfOperationRequest;
|
|
374
402
|
(function (DeleteHoursOfOperationRequest) {
|
|
375
403
|
DeleteHoursOfOperationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -457,6 +485,11 @@ export var DescribeContactFlowRequest;
|
|
|
457
485
|
(function (DescribeContactFlowRequest) {
|
|
458
486
|
DescribeContactFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
487
|
})(DescribeContactFlowRequest || (DescribeContactFlowRequest = {}));
|
|
488
|
+
export var ContactFlowState;
|
|
489
|
+
(function (ContactFlowState) {
|
|
490
|
+
ContactFlowState["ACTIVE"] = "ACTIVE";
|
|
491
|
+
ContactFlowState["ARCHIVED"] = "ARCHIVED";
|
|
492
|
+
})(ContactFlowState || (ContactFlowState = {}));
|
|
460
493
|
export var ContactFlow;
|
|
461
494
|
(function (ContactFlow) {
|
|
462
495
|
ContactFlow.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -465,6 +498,28 @@ export var DescribeContactFlowResponse;
|
|
|
465
498
|
(function (DescribeContactFlowResponse) {
|
|
466
499
|
DescribeContactFlowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
500
|
})(DescribeContactFlowResponse || (DescribeContactFlowResponse = {}));
|
|
501
|
+
export var DescribeContactFlowModuleRequest;
|
|
502
|
+
(function (DescribeContactFlowModuleRequest) {
|
|
503
|
+
DescribeContactFlowModuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
+
})(DescribeContactFlowModuleRequest || (DescribeContactFlowModuleRequest = {}));
|
|
505
|
+
export var ContactFlowModuleState;
|
|
506
|
+
(function (ContactFlowModuleState) {
|
|
507
|
+
ContactFlowModuleState["ACTIVE"] = "ACTIVE";
|
|
508
|
+
ContactFlowModuleState["ARCHIVED"] = "ARCHIVED";
|
|
509
|
+
})(ContactFlowModuleState || (ContactFlowModuleState = {}));
|
|
510
|
+
export var ContactFlowModuleStatus;
|
|
511
|
+
(function (ContactFlowModuleStatus) {
|
|
512
|
+
ContactFlowModuleStatus["PUBLISHED"] = "PUBLISHED";
|
|
513
|
+
ContactFlowModuleStatus["SAVED"] = "SAVED";
|
|
514
|
+
})(ContactFlowModuleStatus || (ContactFlowModuleStatus = {}));
|
|
515
|
+
export var ContactFlowModule;
|
|
516
|
+
(function (ContactFlowModule) {
|
|
517
|
+
ContactFlowModule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
})(ContactFlowModule || (ContactFlowModule = {}));
|
|
519
|
+
export var DescribeContactFlowModuleResponse;
|
|
520
|
+
(function (DescribeContactFlowModuleResponse) {
|
|
521
|
+
DescribeContactFlowModuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
})(DescribeContactFlowModuleResponse || (DescribeContactFlowModuleResponse = {}));
|
|
468
523
|
export var DescribeHoursOfOperationRequest;
|
|
469
524
|
(function (DescribeHoursOfOperationRequest) {
|
|
470
525
|
DescribeHoursOfOperationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -840,6 +895,18 @@ export var ListBotsResponse;
|
|
|
840
895
|
(function (ListBotsResponse) {
|
|
841
896
|
ListBotsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
897
|
})(ListBotsResponse || (ListBotsResponse = {}));
|
|
898
|
+
export var ListContactFlowModulesRequest;
|
|
899
|
+
(function (ListContactFlowModulesRequest) {
|
|
900
|
+
ListContactFlowModulesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
901
|
+
})(ListContactFlowModulesRequest || (ListContactFlowModulesRequest = {}));
|
|
902
|
+
export var ContactFlowModuleSummary;
|
|
903
|
+
(function (ContactFlowModuleSummary) {
|
|
904
|
+
ContactFlowModuleSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
905
|
+
})(ContactFlowModuleSummary || (ContactFlowModuleSummary = {}));
|
|
906
|
+
export var ListContactFlowModulesResponse;
|
|
907
|
+
(function (ListContactFlowModulesResponse) {
|
|
908
|
+
ListContactFlowModulesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
909
|
+
})(ListContactFlowModulesResponse || (ListContactFlowModulesResponse = {}));
|
|
843
910
|
export var ListContactFlowsRequest;
|
|
844
911
|
(function (ListContactFlowsRequest) {
|
|
845
912
|
ListContactFlowsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1498,67 +1565,3 @@ export var SuspendContactRecordingResponse;
|
|
|
1498
1565
|
(function (SuspendContactRecordingResponse) {
|
|
1499
1566
|
SuspendContactRecordingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1500
1567
|
})(SuspendContactRecordingResponse || (SuspendContactRecordingResponse = {}));
|
|
1501
|
-
export var TagResourceRequest;
|
|
1502
|
-
(function (TagResourceRequest) {
|
|
1503
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1504
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
1505
|
-
export var UntagResourceRequest;
|
|
1506
|
-
(function (UntagResourceRequest) {
|
|
1507
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1508
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
1509
|
-
export var UpdateAgentStatusRequest;
|
|
1510
|
-
(function (UpdateAgentStatusRequest) {
|
|
1511
|
-
UpdateAgentStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1512
|
-
})(UpdateAgentStatusRequest || (UpdateAgentStatusRequest = {}));
|
|
1513
|
-
export var UpdateContactRequest;
|
|
1514
|
-
(function (UpdateContactRequest) {
|
|
1515
|
-
UpdateContactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1516
|
-
})(UpdateContactRequest || (UpdateContactRequest = {}));
|
|
1517
|
-
export var UpdateContactResponse;
|
|
1518
|
-
(function (UpdateContactResponse) {
|
|
1519
|
-
UpdateContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1520
|
-
})(UpdateContactResponse || (UpdateContactResponse = {}));
|
|
1521
|
-
export var UpdateContactAttributesRequest;
|
|
1522
|
-
(function (UpdateContactAttributesRequest) {
|
|
1523
|
-
UpdateContactAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1524
|
-
})(UpdateContactAttributesRequest || (UpdateContactAttributesRequest = {}));
|
|
1525
|
-
export var UpdateContactAttributesResponse;
|
|
1526
|
-
(function (UpdateContactAttributesResponse) {
|
|
1527
|
-
UpdateContactAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1528
|
-
})(UpdateContactAttributesResponse || (UpdateContactAttributesResponse = {}));
|
|
1529
|
-
export var UpdateContactFlowContentRequest;
|
|
1530
|
-
(function (UpdateContactFlowContentRequest) {
|
|
1531
|
-
UpdateContactFlowContentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1532
|
-
})(UpdateContactFlowContentRequest || (UpdateContactFlowContentRequest = {}));
|
|
1533
|
-
export var UpdateContactFlowNameRequest;
|
|
1534
|
-
(function (UpdateContactFlowNameRequest) {
|
|
1535
|
-
UpdateContactFlowNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1536
|
-
})(UpdateContactFlowNameRequest || (UpdateContactFlowNameRequest = {}));
|
|
1537
|
-
export var UpdateContactScheduleRequest;
|
|
1538
|
-
(function (UpdateContactScheduleRequest) {
|
|
1539
|
-
UpdateContactScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1540
|
-
})(UpdateContactScheduleRequest || (UpdateContactScheduleRequest = {}));
|
|
1541
|
-
export var UpdateContactScheduleResponse;
|
|
1542
|
-
(function (UpdateContactScheduleResponse) {
|
|
1543
|
-
UpdateContactScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1544
|
-
})(UpdateContactScheduleResponse || (UpdateContactScheduleResponse = {}));
|
|
1545
|
-
export var UpdateHoursOfOperationRequest;
|
|
1546
|
-
(function (UpdateHoursOfOperationRequest) {
|
|
1547
|
-
UpdateHoursOfOperationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1548
|
-
})(UpdateHoursOfOperationRequest || (UpdateHoursOfOperationRequest = {}));
|
|
1549
|
-
export var UpdateInstanceAttributeRequest;
|
|
1550
|
-
(function (UpdateInstanceAttributeRequest) {
|
|
1551
|
-
UpdateInstanceAttributeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1552
|
-
})(UpdateInstanceAttributeRequest || (UpdateInstanceAttributeRequest = {}));
|
|
1553
|
-
export var UpdateInstanceStorageConfigRequest;
|
|
1554
|
-
(function (UpdateInstanceStorageConfigRequest) {
|
|
1555
|
-
UpdateInstanceStorageConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1556
|
-
})(UpdateInstanceStorageConfigRequest || (UpdateInstanceStorageConfigRequest = {}));
|
|
1557
|
-
export var UpdateQueueHoursOfOperationRequest;
|
|
1558
|
-
(function (UpdateQueueHoursOfOperationRequest) {
|
|
1559
|
-
UpdateQueueHoursOfOperationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1560
|
-
})(UpdateQueueHoursOfOperationRequest || (UpdateQueueHoursOfOperationRequest = {}));
|
|
1561
|
-
export var UpdateQueueMaxContactsRequest;
|
|
1562
|
-
(function (UpdateQueueMaxContactsRequest) {
|
|
1563
|
-
UpdateQueueMaxContactsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1564
|
-
})(UpdateQueueMaxContactsRequest || (UpdateQueueMaxContactsRequest = {}));
|
|
@@ -1,4 +1,88 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
export var TagResourceRequest;
|
|
3
|
+
(function (TagResourceRequest) {
|
|
4
|
+
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
6
|
+
export var UntagResourceRequest;
|
|
7
|
+
(function (UntagResourceRequest) {
|
|
8
|
+
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
+
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
10
|
+
export var UpdateAgentStatusRequest;
|
|
11
|
+
(function (UpdateAgentStatusRequest) {
|
|
12
|
+
UpdateAgentStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
13
|
+
})(UpdateAgentStatusRequest || (UpdateAgentStatusRequest = {}));
|
|
14
|
+
export var UpdateContactRequest;
|
|
15
|
+
(function (UpdateContactRequest) {
|
|
16
|
+
UpdateContactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
17
|
+
})(UpdateContactRequest || (UpdateContactRequest = {}));
|
|
18
|
+
export var UpdateContactResponse;
|
|
19
|
+
(function (UpdateContactResponse) {
|
|
20
|
+
UpdateContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
|
+
})(UpdateContactResponse || (UpdateContactResponse = {}));
|
|
22
|
+
export var UpdateContactAttributesRequest;
|
|
23
|
+
(function (UpdateContactAttributesRequest) {
|
|
24
|
+
UpdateContactAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
+
})(UpdateContactAttributesRequest || (UpdateContactAttributesRequest = {}));
|
|
26
|
+
export var UpdateContactAttributesResponse;
|
|
27
|
+
(function (UpdateContactAttributesResponse) {
|
|
28
|
+
UpdateContactAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
|
+
})(UpdateContactAttributesResponse || (UpdateContactAttributesResponse = {}));
|
|
30
|
+
export var UpdateContactFlowContentRequest;
|
|
31
|
+
(function (UpdateContactFlowContentRequest) {
|
|
32
|
+
UpdateContactFlowContentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
+
})(UpdateContactFlowContentRequest || (UpdateContactFlowContentRequest = {}));
|
|
34
|
+
export var UpdateContactFlowMetadataRequest;
|
|
35
|
+
(function (UpdateContactFlowMetadataRequest) {
|
|
36
|
+
UpdateContactFlowMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
+
})(UpdateContactFlowMetadataRequest || (UpdateContactFlowMetadataRequest = {}));
|
|
38
|
+
export var UpdateContactFlowModuleContentRequest;
|
|
39
|
+
(function (UpdateContactFlowModuleContentRequest) {
|
|
40
|
+
UpdateContactFlowModuleContentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
|
+
})(UpdateContactFlowModuleContentRequest || (UpdateContactFlowModuleContentRequest = {}));
|
|
42
|
+
export var UpdateContactFlowModuleContentResponse;
|
|
43
|
+
(function (UpdateContactFlowModuleContentResponse) {
|
|
44
|
+
UpdateContactFlowModuleContentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
|
+
})(UpdateContactFlowModuleContentResponse || (UpdateContactFlowModuleContentResponse = {}));
|
|
46
|
+
export var UpdateContactFlowModuleMetadataRequest;
|
|
47
|
+
(function (UpdateContactFlowModuleMetadataRequest) {
|
|
48
|
+
UpdateContactFlowModuleMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
|
+
})(UpdateContactFlowModuleMetadataRequest || (UpdateContactFlowModuleMetadataRequest = {}));
|
|
50
|
+
export var UpdateContactFlowModuleMetadataResponse;
|
|
51
|
+
(function (UpdateContactFlowModuleMetadataResponse) {
|
|
52
|
+
UpdateContactFlowModuleMetadataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
53
|
+
})(UpdateContactFlowModuleMetadataResponse || (UpdateContactFlowModuleMetadataResponse = {}));
|
|
54
|
+
export var UpdateContactFlowNameRequest;
|
|
55
|
+
(function (UpdateContactFlowNameRequest) {
|
|
56
|
+
UpdateContactFlowNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
|
+
})(UpdateContactFlowNameRequest || (UpdateContactFlowNameRequest = {}));
|
|
58
|
+
export var UpdateContactScheduleRequest;
|
|
59
|
+
(function (UpdateContactScheduleRequest) {
|
|
60
|
+
UpdateContactScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
|
+
})(UpdateContactScheduleRequest || (UpdateContactScheduleRequest = {}));
|
|
62
|
+
export var UpdateContactScheduleResponse;
|
|
63
|
+
(function (UpdateContactScheduleResponse) {
|
|
64
|
+
UpdateContactScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
65
|
+
})(UpdateContactScheduleResponse || (UpdateContactScheduleResponse = {}));
|
|
66
|
+
export var UpdateHoursOfOperationRequest;
|
|
67
|
+
(function (UpdateHoursOfOperationRequest) {
|
|
68
|
+
UpdateHoursOfOperationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
69
|
+
})(UpdateHoursOfOperationRequest || (UpdateHoursOfOperationRequest = {}));
|
|
70
|
+
export var UpdateInstanceAttributeRequest;
|
|
71
|
+
(function (UpdateInstanceAttributeRequest) {
|
|
72
|
+
UpdateInstanceAttributeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
|
+
})(UpdateInstanceAttributeRequest || (UpdateInstanceAttributeRequest = {}));
|
|
74
|
+
export var UpdateInstanceStorageConfigRequest;
|
|
75
|
+
(function (UpdateInstanceStorageConfigRequest) {
|
|
76
|
+
UpdateInstanceStorageConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
77
|
+
})(UpdateInstanceStorageConfigRequest || (UpdateInstanceStorageConfigRequest = {}));
|
|
78
|
+
export var UpdateQueueHoursOfOperationRequest;
|
|
79
|
+
(function (UpdateQueueHoursOfOperationRequest) {
|
|
80
|
+
UpdateQueueHoursOfOperationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
81
|
+
})(UpdateQueueHoursOfOperationRequest || (UpdateQueueHoursOfOperationRequest = {}));
|
|
82
|
+
export var UpdateQueueMaxContactsRequest;
|
|
83
|
+
(function (UpdateQueueMaxContactsRequest) {
|
|
84
|
+
UpdateQueueMaxContactsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
|
+
})(UpdateQueueMaxContactsRequest || (UpdateQueueMaxContactsRequest = {}));
|
|
2
86
|
export var UpdateQueueNameRequest;
|
|
3
87
|
(function (UpdateQueueNameRequest) {
|
|
4
88
|
UpdateQueueNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListContactFlowModulesCommand, } from "../commands/ListContactFlowModulesCommand";
|
|
3
|
+
import { Connect } from "../Connect";
|
|
4
|
+
import { ConnectClient } from "../ConnectClient";
|
|
5
|
+
var makePagedClientRequest = function (client, input) {
|
|
6
|
+
var args = [];
|
|
7
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
+
args[_i - 2] = arguments[_i];
|
|
9
|
+
}
|
|
10
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListContactFlowModulesCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
var makePagedRequest = function (client, input) {
|
|
20
|
+
var args = [];
|
|
21
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
+
args[_i - 2] = arguments[_i];
|
|
23
|
+
}
|
|
24
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
+
return __generator(this, function (_a) {
|
|
26
|
+
switch (_a.label) {
|
|
27
|
+
case 0: return [4, client.listContactFlowModules.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
export function paginateListContactFlowModules(config, input) {
|
|
34
|
+
var additionalArguments = [];
|
|
35
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
36
|
+
additionalArguments[_i - 2] = arguments[_i];
|
|
37
|
+
}
|
|
38
|
+
return __asyncGenerator(this, arguments, function paginateListContactFlowModules_1() {
|
|
39
|
+
var token, hasNext, page;
|
|
40
|
+
return __generator(this, function (_a) {
|
|
41
|
+
switch (_a.label) {
|
|
42
|
+
case 0:
|
|
43
|
+
token = config.startingToken || undefined;
|
|
44
|
+
hasNext = true;
|
|
45
|
+
_a.label = 1;
|
|
46
|
+
case 1:
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
48
|
+
input.NextToken = token;
|
|
49
|
+
input["MaxResults"] = config.pageSize;
|
|
50
|
+
if (!(config.client instanceof Connect)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
52
|
+
case 2:
|
|
53
|
+
page = _a.sent();
|
|
54
|
+
return [3, 6];
|
|
55
|
+
case 3:
|
|
56
|
+
if (!(config.client instanceof ConnectClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
58
|
+
case 4:
|
|
59
|
+
page = _a.sent();
|
|
60
|
+
return [3, 6];
|
|
61
|
+
case 5: throw new Error("Invalid client, expected Connect | ConnectClient");
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
64
|
+
case 8:
|
|
65
|
+
_a.sent();
|
|
66
|
+
token = page.NextToken;
|
|
67
|
+
hasNext = !!token;
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
});
|
|
74
|
+
}
|
|
@@ -4,6 +4,7 @@ export * from "./Interfaces";
|
|
|
4
4
|
export * from "./ListAgentStatusesPaginator";
|
|
5
5
|
export * from "./ListApprovedOriginsPaginator";
|
|
6
6
|
export * from "./ListBotsPaginator";
|
|
7
|
+
export * from "./ListContactFlowModulesPaginator";
|
|
7
8
|
export * from "./ListContactFlowsPaginator";
|
|
8
9
|
export * from "./ListContactReferencesPaginator";
|
|
9
10
|
export * from "./ListHoursOfOperationsPaginator";
|