@aws-sdk/client-connect 3.41.0 → 3.46.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 +50 -0
- package/README.md +2 -4
- package/dist-cjs/Connect.js +180 -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/DescribeContactCommand.js +36 -0
- package/dist-cjs/commands/DescribeContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/ListContactFlowModulesCommand.js +36 -0
- package/dist-cjs/commands/ListContactReferencesCommand.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 +36 -0
- 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 +36 -0
- 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/UpdateQueueNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +2 -2
- package/dist-cjs/commands/UpdateSecurityProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserHierarchyCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +2 -2
- package/dist-cjs/commands/index.js +12 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +193 -178
- package/dist-cjs/models/models_1.js +223 -1
- package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +35 -0
- package/dist-cjs/pagination/ListContactReferencesPaginator.js +34 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1829 -169
- package/dist-cjs/runtimeConfig.js +0 -2
- package/dist-es/Connect.js +180 -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/DescribeContactCommand.js +39 -0
- package/dist-es/commands/DescribeContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/ListContactFlowModulesCommand.js +39 -0
- package/dist-es/commands/ListContactReferencesCommand.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 +39 -0
- 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 +39 -0
- 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/UpdateQueueNameCommand.js +1 -1
- package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +1 -1
- package/dist-es/commands/UpdateQueueStatusCommand.js +1 -1
- package/dist-es/commands/UpdateQuickConnectConfigCommand.js +1 -1
- package/dist-es/commands/UpdateQuickConnectNameCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileNameCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +1 -1
- package/dist-es/commands/UpdateSecurityProfileCommand.js +1 -1
- package/dist-es/commands/UpdateUserHierarchyCommand.js +1 -1
- package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +1 -1
- package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +1 -1
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
- package/dist-es/commands/index.js +12 -0
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +143 -116
- package/dist-es/models/models_1.js +148 -0
- package/dist-es/pagination/ListContactFlowModulesPaginator.js +74 -0
- package/dist-es/pagination/ListContactReferencesPaginator.js +73 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +2179 -332
- package/dist-es/runtimeConfig.js +0 -2
- package/dist-types/Connect.d.ts +112 -14
- package/dist-types/ConnectClient.d.ts +17 -7
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +2 -1
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -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/DeleteIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +40 -0
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -1
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +35 -0
- package/dist-types/commands/ListContactReferencesCommand.d.ts +37 -0
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -2
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactCommand.d.ts +41 -0
- 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 +35 -0
- 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/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +592 -643
- package/dist-types/models/models_1.d.ts +771 -1
- package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListContactReferencesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
- package/dist-types/ts3.4/Connect.d.ts +60 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +14 -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/DescribeContactCommand.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/ListContactReferencesCommand.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 +17 -0
- 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 +17 -0
- 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/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +347 -359
- package/dist-types/ts3.4/models/models_1.d.ts +455 -1
- package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +36 -43
|
@@ -4,6 +4,10 @@ export var AccessDeniedException;
|
|
|
4
4
|
(function (AccessDeniedException) {
|
|
5
5
|
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
6
|
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
7
|
+
export var AgentInfo;
|
|
8
|
+
(function (AgentInfo) {
|
|
9
|
+
AgentInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
+
})(AgentInfo || (AgentInfo = {}));
|
|
7
11
|
export var AgentStatusState;
|
|
8
12
|
(function (AgentStatusState) {
|
|
9
13
|
AgentStatusState["DISABLED"] = "DISABLED";
|
|
@@ -201,6 +205,22 @@ export var InvalidContactFlowException;
|
|
|
201
205
|
(function (InvalidContactFlowException) {
|
|
202
206
|
InvalidContactFlowException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
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 = {}));
|
|
204
224
|
export var HoursOfOperationDays;
|
|
205
225
|
(function (HoursOfOperationDays) {
|
|
206
226
|
HoursOfOperationDays["FRIDAY"] = "FRIDAY";
|
|
@@ -366,6 +386,18 @@ export var CreateUserHierarchyGroupResponse;
|
|
|
366
386
|
(function (CreateUserHierarchyGroupResponse) {
|
|
367
387
|
CreateUserHierarchyGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
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 = {}));
|
|
369
401
|
export var DeleteHoursOfOperationRequest;
|
|
370
402
|
(function (DeleteHoursOfOperationRequest) {
|
|
371
403
|
DeleteHoursOfOperationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -420,6 +452,31 @@ export var DescribeAgentStatusResponse;
|
|
|
420
452
|
(function (DescribeAgentStatusResponse) {
|
|
421
453
|
DescribeAgentStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
454
|
})(DescribeAgentStatusResponse || (DescribeAgentStatusResponse = {}));
|
|
455
|
+
export var DescribeContactRequest;
|
|
456
|
+
(function (DescribeContactRequest) {
|
|
457
|
+
DescribeContactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
+
})(DescribeContactRequest || (DescribeContactRequest = {}));
|
|
459
|
+
export var ContactInitiationMethod;
|
|
460
|
+
(function (ContactInitiationMethod) {
|
|
461
|
+
ContactInitiationMethod["API"] = "API";
|
|
462
|
+
ContactInitiationMethod["CALLBACK"] = "CALLBACK";
|
|
463
|
+
ContactInitiationMethod["INBOUND"] = "INBOUND";
|
|
464
|
+
ContactInitiationMethod["OUTBOUND"] = "OUTBOUND";
|
|
465
|
+
ContactInitiationMethod["QUEUE_TRANSFER"] = "QUEUE_TRANSFER";
|
|
466
|
+
ContactInitiationMethod["TRANSFER"] = "TRANSFER";
|
|
467
|
+
})(ContactInitiationMethod || (ContactInitiationMethod = {}));
|
|
468
|
+
export var QueueInfo;
|
|
469
|
+
(function (QueueInfo) {
|
|
470
|
+
QueueInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
+
})(QueueInfo || (QueueInfo = {}));
|
|
472
|
+
export var Contact;
|
|
473
|
+
(function (Contact) {
|
|
474
|
+
Contact.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
+
})(Contact || (Contact = {}));
|
|
476
|
+
export var DescribeContactResponse;
|
|
477
|
+
(function (DescribeContactResponse) {
|
|
478
|
+
DescribeContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
})(DescribeContactResponse || (DescribeContactResponse = {}));
|
|
423
480
|
export var ContactFlowNotPublishedException;
|
|
424
481
|
(function (ContactFlowNotPublishedException) {
|
|
425
482
|
ContactFlowNotPublishedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -428,6 +485,11 @@ export var DescribeContactFlowRequest;
|
|
|
428
485
|
(function (DescribeContactFlowRequest) {
|
|
429
486
|
DescribeContactFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
487
|
})(DescribeContactFlowRequest || (DescribeContactFlowRequest = {}));
|
|
488
|
+
export var ContactFlowState;
|
|
489
|
+
(function (ContactFlowState) {
|
|
490
|
+
ContactFlowState["ACTIVE"] = "ACTIVE";
|
|
491
|
+
ContactFlowState["ARCHIVED"] = "ARCHIVED";
|
|
492
|
+
})(ContactFlowState || (ContactFlowState = {}));
|
|
431
493
|
export var ContactFlow;
|
|
432
494
|
(function (ContactFlow) {
|
|
433
495
|
ContactFlow.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -436,6 +498,28 @@ export var DescribeContactFlowResponse;
|
|
|
436
498
|
(function (DescribeContactFlowResponse) {
|
|
437
499
|
DescribeContactFlowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
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 = {}));
|
|
439
523
|
export var DescribeHoursOfOperationRequest;
|
|
440
524
|
(function (DescribeHoursOfOperationRequest) {
|
|
441
525
|
DescribeHoursOfOperationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -811,6 +895,18 @@ export var ListBotsResponse;
|
|
|
811
895
|
(function (ListBotsResponse) {
|
|
812
896
|
ListBotsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
813
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 = {}));
|
|
814
910
|
export var ListContactFlowsRequest;
|
|
815
911
|
(function (ListContactFlowsRequest) {
|
|
816
912
|
ListContactFlowsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -823,6 +919,53 @@ export var ListContactFlowsResponse;
|
|
|
823
919
|
(function (ListContactFlowsResponse) {
|
|
824
920
|
ListContactFlowsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
921
|
})(ListContactFlowsResponse || (ListContactFlowsResponse = {}));
|
|
922
|
+
export var ReferenceType;
|
|
923
|
+
(function (ReferenceType) {
|
|
924
|
+
ReferenceType["ATTACHMENT"] = "ATTACHMENT";
|
|
925
|
+
ReferenceType["URL"] = "URL";
|
|
926
|
+
})(ReferenceType || (ReferenceType = {}));
|
|
927
|
+
export var ListContactReferencesRequest;
|
|
928
|
+
(function (ListContactReferencesRequest) {
|
|
929
|
+
ListContactReferencesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
930
|
+
})(ListContactReferencesRequest || (ListContactReferencesRequest = {}));
|
|
931
|
+
export var ReferenceStatus;
|
|
932
|
+
(function (ReferenceStatus) {
|
|
933
|
+
ReferenceStatus["APPROVED"] = "APPROVED";
|
|
934
|
+
ReferenceStatus["REJECTED"] = "REJECTED";
|
|
935
|
+
})(ReferenceStatus || (ReferenceStatus = {}));
|
|
936
|
+
export var AttachmentReference;
|
|
937
|
+
(function (AttachmentReference) {
|
|
938
|
+
AttachmentReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
939
|
+
})(AttachmentReference || (AttachmentReference = {}));
|
|
940
|
+
export var UrlReference;
|
|
941
|
+
(function (UrlReference) {
|
|
942
|
+
UrlReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
943
|
+
})(UrlReference || (UrlReference = {}));
|
|
944
|
+
export var ReferenceSummary;
|
|
945
|
+
(function (ReferenceSummary) {
|
|
946
|
+
ReferenceSummary.visit = function (value, visitor) {
|
|
947
|
+
if (value.Url !== undefined)
|
|
948
|
+
return visitor.Url(value.Url);
|
|
949
|
+
if (value.Attachment !== undefined)
|
|
950
|
+
return visitor.Attachment(value.Attachment);
|
|
951
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
952
|
+
};
|
|
953
|
+
ReferenceSummary.filterSensitiveLog = function (obj) {
|
|
954
|
+
var _a;
|
|
955
|
+
if (obj.Url !== undefined)
|
|
956
|
+
return { Url: UrlReference.filterSensitiveLog(obj.Url) };
|
|
957
|
+
if (obj.Attachment !== undefined)
|
|
958
|
+
return { Attachment: AttachmentReference.filterSensitiveLog(obj.Attachment) };
|
|
959
|
+
if (obj.$unknown !== undefined)
|
|
960
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
961
|
+
};
|
|
962
|
+
})(ReferenceSummary || (ReferenceSummary = {}));
|
|
963
|
+
export var ListContactReferencesResponse;
|
|
964
|
+
(function (ListContactReferencesResponse) {
|
|
965
|
+
ListContactReferencesResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ReferenceSummaryList && {
|
|
966
|
+
ReferenceSummaryList: obj.ReferenceSummaryList.map(function (item) { return ReferenceSummary.filterSensitiveLog(item); }),
|
|
967
|
+
}))); };
|
|
968
|
+
})(ListContactReferencesResponse || (ListContactReferencesResponse = {}));
|
|
826
969
|
export var ListHoursOfOperationsRequest;
|
|
827
970
|
(function (ListHoursOfOperationsRequest) {
|
|
828
971
|
ListHoursOfOperationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1374,10 +1517,6 @@ export var StartOutboundVoiceContactResponse;
|
|
|
1374
1517
|
(function (StartOutboundVoiceContactResponse) {
|
|
1375
1518
|
StartOutboundVoiceContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1376
1519
|
})(StartOutboundVoiceContactResponse || (StartOutboundVoiceContactResponse = {}));
|
|
1377
|
-
export var ReferenceType;
|
|
1378
|
-
(function (ReferenceType) {
|
|
1379
|
-
ReferenceType["URL"] = "URL";
|
|
1380
|
-
})(ReferenceType || (ReferenceType = {}));
|
|
1381
1520
|
export var Reference;
|
|
1382
1521
|
(function (Reference) {
|
|
1383
1522
|
Reference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1426,115 +1565,3 @@ export var SuspendContactRecordingResponse;
|
|
|
1426
1565
|
(function (SuspendContactRecordingResponse) {
|
|
1427
1566
|
SuspendContactRecordingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1428
1567
|
})(SuspendContactRecordingResponse || (SuspendContactRecordingResponse = {}));
|
|
1429
|
-
export var TagResourceRequest;
|
|
1430
|
-
(function (TagResourceRequest) {
|
|
1431
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1432
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
1433
|
-
export var UntagResourceRequest;
|
|
1434
|
-
(function (UntagResourceRequest) {
|
|
1435
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1436
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
1437
|
-
export var UpdateAgentStatusRequest;
|
|
1438
|
-
(function (UpdateAgentStatusRequest) {
|
|
1439
|
-
UpdateAgentStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1440
|
-
})(UpdateAgentStatusRequest || (UpdateAgentStatusRequest = {}));
|
|
1441
|
-
export var UpdateContactAttributesRequest;
|
|
1442
|
-
(function (UpdateContactAttributesRequest) {
|
|
1443
|
-
UpdateContactAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1444
|
-
})(UpdateContactAttributesRequest || (UpdateContactAttributesRequest = {}));
|
|
1445
|
-
export var UpdateContactAttributesResponse;
|
|
1446
|
-
(function (UpdateContactAttributesResponse) {
|
|
1447
|
-
UpdateContactAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1448
|
-
})(UpdateContactAttributesResponse || (UpdateContactAttributesResponse = {}));
|
|
1449
|
-
export var UpdateContactFlowContentRequest;
|
|
1450
|
-
(function (UpdateContactFlowContentRequest) {
|
|
1451
|
-
UpdateContactFlowContentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1452
|
-
})(UpdateContactFlowContentRequest || (UpdateContactFlowContentRequest = {}));
|
|
1453
|
-
export var UpdateContactFlowNameRequest;
|
|
1454
|
-
(function (UpdateContactFlowNameRequest) {
|
|
1455
|
-
UpdateContactFlowNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1456
|
-
})(UpdateContactFlowNameRequest || (UpdateContactFlowNameRequest = {}));
|
|
1457
|
-
export var UpdateHoursOfOperationRequest;
|
|
1458
|
-
(function (UpdateHoursOfOperationRequest) {
|
|
1459
|
-
UpdateHoursOfOperationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1460
|
-
})(UpdateHoursOfOperationRequest || (UpdateHoursOfOperationRequest = {}));
|
|
1461
|
-
export var UpdateInstanceAttributeRequest;
|
|
1462
|
-
(function (UpdateInstanceAttributeRequest) {
|
|
1463
|
-
UpdateInstanceAttributeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1464
|
-
})(UpdateInstanceAttributeRequest || (UpdateInstanceAttributeRequest = {}));
|
|
1465
|
-
export var UpdateInstanceStorageConfigRequest;
|
|
1466
|
-
(function (UpdateInstanceStorageConfigRequest) {
|
|
1467
|
-
UpdateInstanceStorageConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1468
|
-
})(UpdateInstanceStorageConfigRequest || (UpdateInstanceStorageConfigRequest = {}));
|
|
1469
|
-
export var UpdateQueueHoursOfOperationRequest;
|
|
1470
|
-
(function (UpdateQueueHoursOfOperationRequest) {
|
|
1471
|
-
UpdateQueueHoursOfOperationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1472
|
-
})(UpdateQueueHoursOfOperationRequest || (UpdateQueueHoursOfOperationRequest = {}));
|
|
1473
|
-
export var UpdateQueueMaxContactsRequest;
|
|
1474
|
-
(function (UpdateQueueMaxContactsRequest) {
|
|
1475
|
-
UpdateQueueMaxContactsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1476
|
-
})(UpdateQueueMaxContactsRequest || (UpdateQueueMaxContactsRequest = {}));
|
|
1477
|
-
export var UpdateQueueNameRequest;
|
|
1478
|
-
(function (UpdateQueueNameRequest) {
|
|
1479
|
-
UpdateQueueNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1480
|
-
})(UpdateQueueNameRequest || (UpdateQueueNameRequest = {}));
|
|
1481
|
-
export var UpdateQueueOutboundCallerConfigRequest;
|
|
1482
|
-
(function (UpdateQueueOutboundCallerConfigRequest) {
|
|
1483
|
-
UpdateQueueOutboundCallerConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1484
|
-
})(UpdateQueueOutboundCallerConfigRequest || (UpdateQueueOutboundCallerConfigRequest = {}));
|
|
1485
|
-
export var UpdateQueueStatusRequest;
|
|
1486
|
-
(function (UpdateQueueStatusRequest) {
|
|
1487
|
-
UpdateQueueStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1488
|
-
})(UpdateQueueStatusRequest || (UpdateQueueStatusRequest = {}));
|
|
1489
|
-
export var UpdateQuickConnectConfigRequest;
|
|
1490
|
-
(function (UpdateQuickConnectConfigRequest) {
|
|
1491
|
-
UpdateQuickConnectConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1492
|
-
})(UpdateQuickConnectConfigRequest || (UpdateQuickConnectConfigRequest = {}));
|
|
1493
|
-
export var UpdateQuickConnectNameRequest;
|
|
1494
|
-
(function (UpdateQuickConnectNameRequest) {
|
|
1495
|
-
UpdateQuickConnectNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1496
|
-
})(UpdateQuickConnectNameRequest || (UpdateQuickConnectNameRequest = {}));
|
|
1497
|
-
export var UpdateRoutingProfileConcurrencyRequest;
|
|
1498
|
-
(function (UpdateRoutingProfileConcurrencyRequest) {
|
|
1499
|
-
UpdateRoutingProfileConcurrencyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1500
|
-
})(UpdateRoutingProfileConcurrencyRequest || (UpdateRoutingProfileConcurrencyRequest = {}));
|
|
1501
|
-
export var UpdateRoutingProfileDefaultOutboundQueueRequest;
|
|
1502
|
-
(function (UpdateRoutingProfileDefaultOutboundQueueRequest) {
|
|
1503
|
-
UpdateRoutingProfileDefaultOutboundQueueRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1504
|
-
})(UpdateRoutingProfileDefaultOutboundQueueRequest || (UpdateRoutingProfileDefaultOutboundQueueRequest = {}));
|
|
1505
|
-
export var UpdateRoutingProfileNameRequest;
|
|
1506
|
-
(function (UpdateRoutingProfileNameRequest) {
|
|
1507
|
-
UpdateRoutingProfileNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1508
|
-
})(UpdateRoutingProfileNameRequest || (UpdateRoutingProfileNameRequest = {}));
|
|
1509
|
-
export var UpdateRoutingProfileQueuesRequest;
|
|
1510
|
-
(function (UpdateRoutingProfileQueuesRequest) {
|
|
1511
|
-
UpdateRoutingProfileQueuesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1512
|
-
})(UpdateRoutingProfileQueuesRequest || (UpdateRoutingProfileQueuesRequest = {}));
|
|
1513
|
-
export var UpdateSecurityProfileRequest;
|
|
1514
|
-
(function (UpdateSecurityProfileRequest) {
|
|
1515
|
-
UpdateSecurityProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1516
|
-
})(UpdateSecurityProfileRequest || (UpdateSecurityProfileRequest = {}));
|
|
1517
|
-
export var UpdateUserHierarchyRequest;
|
|
1518
|
-
(function (UpdateUserHierarchyRequest) {
|
|
1519
|
-
UpdateUserHierarchyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1520
|
-
})(UpdateUserHierarchyRequest || (UpdateUserHierarchyRequest = {}));
|
|
1521
|
-
export var UpdateUserHierarchyGroupNameRequest;
|
|
1522
|
-
(function (UpdateUserHierarchyGroupNameRequest) {
|
|
1523
|
-
UpdateUserHierarchyGroupNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1524
|
-
})(UpdateUserHierarchyGroupNameRequest || (UpdateUserHierarchyGroupNameRequest = {}));
|
|
1525
|
-
export var HierarchyLevelUpdate;
|
|
1526
|
-
(function (HierarchyLevelUpdate) {
|
|
1527
|
-
HierarchyLevelUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1528
|
-
})(HierarchyLevelUpdate || (HierarchyLevelUpdate = {}));
|
|
1529
|
-
export var HierarchyStructureUpdate;
|
|
1530
|
-
(function (HierarchyStructureUpdate) {
|
|
1531
|
-
HierarchyStructureUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1532
|
-
})(HierarchyStructureUpdate || (HierarchyStructureUpdate = {}));
|
|
1533
|
-
export var UpdateUserHierarchyStructureRequest;
|
|
1534
|
-
(function (UpdateUserHierarchyStructureRequest) {
|
|
1535
|
-
UpdateUserHierarchyStructureRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1536
|
-
})(UpdateUserHierarchyStructureRequest || (UpdateUserHierarchyStructureRequest = {}));
|
|
1537
|
-
export var UpdateUserIdentityInfoRequest;
|
|
1538
|
-
(function (UpdateUserIdentityInfoRequest) {
|
|
1539
|
-
UpdateUserIdentityInfoRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1540
|
-
})(UpdateUserIdentityInfoRequest || (UpdateUserIdentityInfoRequest = {}));
|
|
@@ -1,4 +1,152 @@
|
|
|
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 = {}));
|
|
86
|
+
export var UpdateQueueNameRequest;
|
|
87
|
+
(function (UpdateQueueNameRequest) {
|
|
88
|
+
UpdateQueueNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
|
+
})(UpdateQueueNameRequest || (UpdateQueueNameRequest = {}));
|
|
90
|
+
export var UpdateQueueOutboundCallerConfigRequest;
|
|
91
|
+
(function (UpdateQueueOutboundCallerConfigRequest) {
|
|
92
|
+
UpdateQueueOutboundCallerConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
|
+
})(UpdateQueueOutboundCallerConfigRequest || (UpdateQueueOutboundCallerConfigRequest = {}));
|
|
94
|
+
export var UpdateQueueStatusRequest;
|
|
95
|
+
(function (UpdateQueueStatusRequest) {
|
|
96
|
+
UpdateQueueStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
97
|
+
})(UpdateQueueStatusRequest || (UpdateQueueStatusRequest = {}));
|
|
98
|
+
export var UpdateQuickConnectConfigRequest;
|
|
99
|
+
(function (UpdateQuickConnectConfigRequest) {
|
|
100
|
+
UpdateQuickConnectConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
|
+
})(UpdateQuickConnectConfigRequest || (UpdateQuickConnectConfigRequest = {}));
|
|
102
|
+
export var UpdateQuickConnectNameRequest;
|
|
103
|
+
(function (UpdateQuickConnectNameRequest) {
|
|
104
|
+
UpdateQuickConnectNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
105
|
+
})(UpdateQuickConnectNameRequest || (UpdateQuickConnectNameRequest = {}));
|
|
106
|
+
export var UpdateRoutingProfileConcurrencyRequest;
|
|
107
|
+
(function (UpdateRoutingProfileConcurrencyRequest) {
|
|
108
|
+
UpdateRoutingProfileConcurrencyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
109
|
+
})(UpdateRoutingProfileConcurrencyRequest || (UpdateRoutingProfileConcurrencyRequest = {}));
|
|
110
|
+
export var UpdateRoutingProfileDefaultOutboundQueueRequest;
|
|
111
|
+
(function (UpdateRoutingProfileDefaultOutboundQueueRequest) {
|
|
112
|
+
UpdateRoutingProfileDefaultOutboundQueueRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
|
+
})(UpdateRoutingProfileDefaultOutboundQueueRequest || (UpdateRoutingProfileDefaultOutboundQueueRequest = {}));
|
|
114
|
+
export var UpdateRoutingProfileNameRequest;
|
|
115
|
+
(function (UpdateRoutingProfileNameRequest) {
|
|
116
|
+
UpdateRoutingProfileNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
|
+
})(UpdateRoutingProfileNameRequest || (UpdateRoutingProfileNameRequest = {}));
|
|
118
|
+
export var UpdateRoutingProfileQueuesRequest;
|
|
119
|
+
(function (UpdateRoutingProfileQueuesRequest) {
|
|
120
|
+
UpdateRoutingProfileQueuesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
+
})(UpdateRoutingProfileQueuesRequest || (UpdateRoutingProfileQueuesRequest = {}));
|
|
122
|
+
export var UpdateSecurityProfileRequest;
|
|
123
|
+
(function (UpdateSecurityProfileRequest) {
|
|
124
|
+
UpdateSecurityProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
|
+
})(UpdateSecurityProfileRequest || (UpdateSecurityProfileRequest = {}));
|
|
126
|
+
export var UpdateUserHierarchyRequest;
|
|
127
|
+
(function (UpdateUserHierarchyRequest) {
|
|
128
|
+
UpdateUserHierarchyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
+
})(UpdateUserHierarchyRequest || (UpdateUserHierarchyRequest = {}));
|
|
130
|
+
export var UpdateUserHierarchyGroupNameRequest;
|
|
131
|
+
(function (UpdateUserHierarchyGroupNameRequest) {
|
|
132
|
+
UpdateUserHierarchyGroupNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
+
})(UpdateUserHierarchyGroupNameRequest || (UpdateUserHierarchyGroupNameRequest = {}));
|
|
134
|
+
export var HierarchyLevelUpdate;
|
|
135
|
+
(function (HierarchyLevelUpdate) {
|
|
136
|
+
HierarchyLevelUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
+
})(HierarchyLevelUpdate || (HierarchyLevelUpdate = {}));
|
|
138
|
+
export var HierarchyStructureUpdate;
|
|
139
|
+
(function (HierarchyStructureUpdate) {
|
|
140
|
+
HierarchyStructureUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
|
+
})(HierarchyStructureUpdate || (HierarchyStructureUpdate = {}));
|
|
142
|
+
export var UpdateUserHierarchyStructureRequest;
|
|
143
|
+
(function (UpdateUserHierarchyStructureRequest) {
|
|
144
|
+
UpdateUserHierarchyStructureRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
|
+
})(UpdateUserHierarchyStructureRequest || (UpdateUserHierarchyStructureRequest = {}));
|
|
146
|
+
export var UpdateUserIdentityInfoRequest;
|
|
147
|
+
(function (UpdateUserIdentityInfoRequest) {
|
|
148
|
+
UpdateUserIdentityInfoRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
+
})(UpdateUserIdentityInfoRequest || (UpdateUserIdentityInfoRequest = {}));
|
|
2
150
|
export var UpdateUserPhoneConfigRequest;
|
|
3
151
|
(function (UpdateUserPhoneConfigRequest) {
|
|
4
152
|
UpdateUserPhoneConfigRequest.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
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListContactReferencesCommand, } from "../commands/ListContactReferencesCommand";
|
|
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 ListContactReferencesCommand(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.listContactReferences.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
export function paginateListContactReferences(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 paginateListContactReferences_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
|
+
if (!(config.client instanceof Connect)) return [3, 3];
|
|
50
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
51
|
+
case 2:
|
|
52
|
+
page = _a.sent();
|
|
53
|
+
return [3, 6];
|
|
54
|
+
case 3:
|
|
55
|
+
if (!(config.client instanceof ConnectClient)) return [3, 5];
|
|
56
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
57
|
+
case 4:
|
|
58
|
+
page = _a.sent();
|
|
59
|
+
return [3, 6];
|
|
60
|
+
case 5: throw new Error("Invalid client, expected Connect | ConnectClient");
|
|
61
|
+
case 6: return [4, __await(page)];
|
|
62
|
+
case 7: return [4, _a.sent()];
|
|
63
|
+
case 8:
|
|
64
|
+
_a.sent();
|
|
65
|
+
token = page.NextToken;
|
|
66
|
+
hasNext = !!token;
|
|
67
|
+
return [3, 1];
|
|
68
|
+
case 9: return [4, __await(undefined)];
|
|
69
|
+
case 10: return [2, _a.sent()];
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
});
|
|
73
|
+
}
|
|
@@ -4,7 +4,9 @@ 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";
|
|
9
|
+
export * from "./ListContactReferencesPaginator";
|
|
8
10
|
export * from "./ListHoursOfOperationsPaginator";
|
|
9
11
|
export * from "./ListInstanceAttributesPaginator";
|
|
10
12
|
export * from "./ListInstanceStorageConfigsPaginator";
|