@aws-sdk/client-connect 3.100.0 → 3.109.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 +31 -0
- package/dist-cjs/Connect.js +105 -0
- package/dist-cjs/ConnectClient.js +2 -0
- package/dist-cjs/commands/CreateTaskTemplateCommand.js +36 -0
- package/dist-cjs/commands/DeleteTaskTemplateCommand.js +36 -0
- package/dist-cjs/commands/GetCurrentUserDataCommand.js +36 -0
- package/dist-cjs/commands/GetTaskTemplateCommand.js +36 -0
- package/dist-cjs/commands/ListQueuesCommand.js +3 -3
- package/dist-cjs/commands/ListQuickConnectsCommand.js +3 -3
- package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js +3 -3
- package/dist-cjs/commands/ListRoutingProfilesCommand.js +3 -3
- package/dist-cjs/commands/ListSecurityKeysCommand.js +3 -3
- package/dist-cjs/commands/ListSecurityProfilePermissionsCommand.js +3 -3
- package/dist-cjs/commands/ListSecurityProfilesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ListTaskTemplatesCommand.js +36 -0
- package/dist-cjs/commands/ListUseCasesCommand.js +3 -3
- package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListUsersCommand.js +3 -3
- package/dist-cjs/commands/PutUserStatusCommand.js +3 -3
- package/dist-cjs/commands/ReleasePhoneNumberCommand.js +2 -2
- package/dist-cjs/commands/ResumeContactRecordingCommand.js +3 -3
- package/dist-cjs/commands/TransferContactCommand.js +36 -0
- package/dist-cjs/commands/UpdateTaskTemplateCommand.js +36 -0
- package/dist-cjs/commands/index.js +7 -0
- package/dist-cjs/models/models_0.js +283 -236
- package/dist-cjs/models/models_1.js +254 -2
- package/dist-cjs/pagination/GetCurrentUserDataPaginator.js +36 -0
- package/dist-cjs/pagination/ListTaskTemplatesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1279 -34
- package/dist-es/Connect.js +105 -0
- package/dist-es/ConnectClient.js +2 -0
- package/dist-es/commands/CreateTaskTemplateCommand.js +39 -0
- package/dist-es/commands/DeleteTaskTemplateCommand.js +39 -0
- package/dist-es/commands/GetCurrentUserDataCommand.js +39 -0
- package/dist-es/commands/GetTaskTemplateCommand.js +39 -0
- package/dist-es/commands/ListQueuesCommand.js +1 -1
- package/dist-es/commands/ListQuickConnectsCommand.js +1 -1
- package/dist-es/commands/ListRoutingProfileQueuesCommand.js +1 -1
- package/dist-es/commands/ListRoutingProfilesCommand.js +1 -1
- package/dist-es/commands/ListSecurityKeysCommand.js +1 -1
- package/dist-es/commands/ListSecurityProfilePermissionsCommand.js +1 -1
- package/dist-es/commands/ListSecurityProfilesCommand.js +1 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-es/commands/ListTaskTemplatesCommand.js +39 -0
- package/dist-es/commands/ListUseCasesCommand.js +1 -1
- package/dist-es/commands/ListUserHierarchyGroupsCommand.js +1 -1
- package/dist-es/commands/ListUsersCommand.js +1 -1
- package/dist-es/commands/PutUserStatusCommand.js +1 -1
- package/dist-es/commands/ReleasePhoneNumberCommand.js +1 -1
- package/dist-es/commands/ResumeContactRecordingCommand.js +1 -1
- package/dist-es/commands/TransferContactCommand.js +39 -0
- package/dist-es/commands/UpdateTaskTemplateCommand.js +39 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/models_0.js +214 -160
- package/dist-es/models/models_1.js +169 -0
- package/dist-es/pagination/GetCurrentUserDataPaginator.js +75 -0
- package/dist-es/pagination/ListTaskTemplatesPaginator.js +75 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +1440 -63
- package/dist-types/Connect.d.ts +104 -22
- package/dist-types/ConnectClient.d.ts +9 -2
- package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +2 -1
- package/dist-types/commands/CreateTaskTemplateCommand.d.ts +35 -0
- package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +35 -0
- package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +2 -1
- package/dist-types/commands/GetCurrentUserDataCommand.d.ts +35 -0
- package/dist-types/commands/GetTaskTemplateCommand.d.ts +35 -0
- package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +1 -1
- package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +1 -1
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTaskTemplatesCommand.d.ts +35 -0
- package/dist-types/commands/ListUseCasesCommand.d.ts +1 -1
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/PutUserStatusCommand.d.ts +5 -6
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/SearchVocabulariesCommand.d.ts +2 -1
- package/dist-types/commands/StartChatContactCommand.d.ts +3 -3
- package/dist-types/commands/StartContactRecordingCommand.d.ts +9 -7
- package/dist-types/commands/StopContactCommand.d.ts +3 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/TransferContactCommand.d.ts +58 -0
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/models_0.d.ts +927 -850
- package/dist-types/models/models_1.d.ts +979 -50
- package/dist-types/pagination/GetCurrentUserDataPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTaskTemplatesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +21 -0
- package/dist-types/ts3.4/Connect.d.ts +35 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +9 -2
- package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +555 -517
- package/dist-types/ts3.4/models/models_1.d.ts +539 -26
- package/dist-types/ts3.4/pagination/GetCurrentUserDataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTaskTemplatesPaginator.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 +21 -0
- package/package.json +29 -28
|
@@ -19,6 +19,7 @@ export * from "./CreateQueueCommand";
|
|
|
19
19
|
export * from "./CreateQuickConnectCommand";
|
|
20
20
|
export * from "./CreateRoutingProfileCommand";
|
|
21
21
|
export * from "./CreateSecurityProfileCommand";
|
|
22
|
+
export * from "./CreateTaskTemplateCommand";
|
|
22
23
|
export * from "./CreateUseCaseCommand";
|
|
23
24
|
export * from "./CreateUserCommand";
|
|
24
25
|
export * from "./CreateUserHierarchyGroupCommand";
|
|
@@ -30,6 +31,7 @@ export * from "./DeleteInstanceCommand";
|
|
|
30
31
|
export * from "./DeleteIntegrationAssociationCommand";
|
|
31
32
|
export * from "./DeleteQuickConnectCommand";
|
|
32
33
|
export * from "./DeleteSecurityProfileCommand";
|
|
34
|
+
export * from "./DeleteTaskTemplateCommand";
|
|
33
35
|
export * from "./DeleteUseCaseCommand";
|
|
34
36
|
export * from "./DeleteUserCommand";
|
|
35
37
|
export * from "./DeleteUserHierarchyGroupCommand";
|
|
@@ -62,8 +64,10 @@ export * from "./DisassociateRoutingProfileQueuesCommand";
|
|
|
62
64
|
export * from "./DisassociateSecurityKeyCommand";
|
|
63
65
|
export * from "./GetContactAttributesCommand";
|
|
64
66
|
export * from "./GetCurrentMetricDataCommand";
|
|
67
|
+
export * from "./GetCurrentUserDataCommand";
|
|
65
68
|
export * from "./GetFederationTokenCommand";
|
|
66
69
|
export * from "./GetMetricDataCommand";
|
|
70
|
+
export * from "./GetTaskTemplateCommand";
|
|
67
71
|
export * from "./ListAgentStatusesCommand";
|
|
68
72
|
export * from "./ListApprovedOriginsCommand";
|
|
69
73
|
export * from "./ListBotsCommand";
|
|
@@ -90,6 +94,7 @@ export * from "./ListSecurityKeysCommand";
|
|
|
90
94
|
export * from "./ListSecurityProfilePermissionsCommand";
|
|
91
95
|
export * from "./ListSecurityProfilesCommand";
|
|
92
96
|
export * from "./ListTagsForResourceCommand";
|
|
97
|
+
export * from "./ListTaskTemplatesCommand";
|
|
93
98
|
export * from "./ListUseCasesCommand";
|
|
94
99
|
export * from "./ListUserHierarchyGroupsCommand";
|
|
95
100
|
export * from "./ListUsersCommand";
|
|
@@ -109,6 +114,7 @@ export * from "./StopContactRecordingCommand";
|
|
|
109
114
|
export * from "./StopContactStreamingCommand";
|
|
110
115
|
export * from "./SuspendContactRecordingCommand";
|
|
111
116
|
export * from "./TagResourceCommand";
|
|
117
|
+
export * from "./TransferContactCommand";
|
|
112
118
|
export * from "./UntagResourceCommand";
|
|
113
119
|
export * from "./UpdateAgentStatusCommand";
|
|
114
120
|
export * from "./UpdateContactAttributesCommand";
|
|
@@ -135,6 +141,7 @@ export * from "./UpdateRoutingProfileDefaultOutboundQueueCommand";
|
|
|
135
141
|
export * from "./UpdateRoutingProfileNameCommand";
|
|
136
142
|
export * from "./UpdateRoutingProfileQueuesCommand";
|
|
137
143
|
export * from "./UpdateSecurityProfileCommand";
|
|
144
|
+
export * from "./UpdateTaskTemplateCommand";
|
|
138
145
|
export * from "./UpdateUserHierarchyCommand";
|
|
139
146
|
export * from "./UpdateUserHierarchyGroupNameCommand";
|
|
140
147
|
export * from "./UpdateUserHierarchyStructureCommand";
|
|
@@ -14,6 +14,41 @@ var AccessDeniedException = (function (_super) {
|
|
|
14
14
|
return AccessDeniedException;
|
|
15
15
|
}(__BaseException));
|
|
16
16
|
export { AccessDeniedException };
|
|
17
|
+
export var ContactState;
|
|
18
|
+
(function (ContactState) {
|
|
19
|
+
ContactState["CONNECTED"] = "CONNECTED";
|
|
20
|
+
ContactState["CONNECTED_ONHOLD"] = "CONNECTED_ONHOLD";
|
|
21
|
+
ContactState["CONNECTING"] = "CONNECTING";
|
|
22
|
+
ContactState["ENDED"] = "ENDED";
|
|
23
|
+
ContactState["ERROR"] = "ERROR";
|
|
24
|
+
ContactState["INCOMING"] = "INCOMING";
|
|
25
|
+
ContactState["MISSED"] = "MISSED";
|
|
26
|
+
ContactState["PENDING"] = "PENDING";
|
|
27
|
+
ContactState["REJECTED"] = "REJECTED";
|
|
28
|
+
})(ContactState || (ContactState = {}));
|
|
29
|
+
export var Channel;
|
|
30
|
+
(function (Channel) {
|
|
31
|
+
Channel["CHAT"] = "CHAT";
|
|
32
|
+
Channel["TASK"] = "TASK";
|
|
33
|
+
Channel["VOICE"] = "VOICE";
|
|
34
|
+
})(Channel || (Channel = {}));
|
|
35
|
+
export var ContactInitiationMethod;
|
|
36
|
+
(function (ContactInitiationMethod) {
|
|
37
|
+
ContactInitiationMethod["API"] = "API";
|
|
38
|
+
ContactInitiationMethod["CALLBACK"] = "CALLBACK";
|
|
39
|
+
ContactInitiationMethod["INBOUND"] = "INBOUND";
|
|
40
|
+
ContactInitiationMethod["OUTBOUND"] = "OUTBOUND";
|
|
41
|
+
ContactInitiationMethod["QUEUE_TRANSFER"] = "QUEUE_TRANSFER";
|
|
42
|
+
ContactInitiationMethod["TRANSFER"] = "TRANSFER";
|
|
43
|
+
})(ContactInitiationMethod || (ContactInitiationMethod = {}));
|
|
44
|
+
export var QueueReference;
|
|
45
|
+
(function (QueueReference) {
|
|
46
|
+
QueueReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
47
|
+
})(QueueReference || (QueueReference = {}));
|
|
48
|
+
export var AgentContactReference;
|
|
49
|
+
(function (AgentContactReference) {
|
|
50
|
+
AgentContactReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
51
|
+
})(AgentContactReference || (AgentContactReference = {}));
|
|
17
52
|
export var AgentInfo;
|
|
18
53
|
(function (AgentInfo) {
|
|
19
54
|
AgentInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -33,6 +68,10 @@ export var AgentStatus;
|
|
|
33
68
|
(function (AgentStatus) {
|
|
34
69
|
AgentStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
35
70
|
})(AgentStatus || (AgentStatus = {}));
|
|
71
|
+
export var AgentStatusReference;
|
|
72
|
+
(function (AgentStatusReference) {
|
|
73
|
+
AgentStatusReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
+
})(AgentStatusReference || (AgentStatusReference = {}));
|
|
36
75
|
export var AgentStatusSummary;
|
|
37
76
|
(function (AgentStatusSummary) {
|
|
38
77
|
AgentStatusSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -258,12 +297,6 @@ export var AssociateQueueQuickConnectsRequest;
|
|
|
258
297
|
(function (AssociateQueueQuickConnectsRequest) {
|
|
259
298
|
AssociateQueueQuickConnectsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
299
|
})(AssociateQueueQuickConnectsRequest || (AssociateQueueQuickConnectsRequest = {}));
|
|
261
|
-
export var Channel;
|
|
262
|
-
(function (Channel) {
|
|
263
|
-
Channel["CHAT"] = "CHAT";
|
|
264
|
-
Channel["TASK"] = "TASK";
|
|
265
|
-
Channel["VOICE"] = "VOICE";
|
|
266
|
-
})(Channel || (Channel = {}));
|
|
267
300
|
export var RoutingProfileQueueReference;
|
|
268
301
|
(function (RoutingProfileQueueReference) {
|
|
269
302
|
RoutingProfileQueueReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -507,6 +540,93 @@ export var CreateSecurityProfileResponse;
|
|
|
507
540
|
(function (CreateSecurityProfileResponse) {
|
|
508
541
|
CreateSecurityProfileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
542
|
})(CreateSecurityProfileResponse || (CreateSecurityProfileResponse = {}));
|
|
543
|
+
export var TaskTemplateFieldIdentifier;
|
|
544
|
+
(function (TaskTemplateFieldIdentifier) {
|
|
545
|
+
TaskTemplateFieldIdentifier.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
})(TaskTemplateFieldIdentifier || (TaskTemplateFieldIdentifier = {}));
|
|
547
|
+
export var InvisibleFieldInfo;
|
|
548
|
+
(function (InvisibleFieldInfo) {
|
|
549
|
+
InvisibleFieldInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
})(InvisibleFieldInfo || (InvisibleFieldInfo = {}));
|
|
551
|
+
export var ReadOnlyFieldInfo;
|
|
552
|
+
(function (ReadOnlyFieldInfo) {
|
|
553
|
+
ReadOnlyFieldInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
})(ReadOnlyFieldInfo || (ReadOnlyFieldInfo = {}));
|
|
555
|
+
export var RequiredFieldInfo;
|
|
556
|
+
(function (RequiredFieldInfo) {
|
|
557
|
+
RequiredFieldInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
})(RequiredFieldInfo || (RequiredFieldInfo = {}));
|
|
559
|
+
export var TaskTemplateConstraints;
|
|
560
|
+
(function (TaskTemplateConstraints) {
|
|
561
|
+
TaskTemplateConstraints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
})(TaskTemplateConstraints || (TaskTemplateConstraints = {}));
|
|
563
|
+
export var TaskTemplateDefaultFieldValue;
|
|
564
|
+
(function (TaskTemplateDefaultFieldValue) {
|
|
565
|
+
TaskTemplateDefaultFieldValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
})(TaskTemplateDefaultFieldValue || (TaskTemplateDefaultFieldValue = {}));
|
|
567
|
+
export var TaskTemplateDefaults;
|
|
568
|
+
(function (TaskTemplateDefaults) {
|
|
569
|
+
TaskTemplateDefaults.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
+
})(TaskTemplateDefaults || (TaskTemplateDefaults = {}));
|
|
571
|
+
export var TaskTemplateFieldType;
|
|
572
|
+
(function (TaskTemplateFieldType) {
|
|
573
|
+
TaskTemplateFieldType["BOOLEAN"] = "BOOLEAN";
|
|
574
|
+
TaskTemplateFieldType["DATE_TIME"] = "DATE_TIME";
|
|
575
|
+
TaskTemplateFieldType["DESCRIPTION"] = "DESCRIPTION";
|
|
576
|
+
TaskTemplateFieldType["EMAIL"] = "EMAIL";
|
|
577
|
+
TaskTemplateFieldType["NAME"] = "NAME";
|
|
578
|
+
TaskTemplateFieldType["NUMBER"] = "NUMBER";
|
|
579
|
+
TaskTemplateFieldType["QUICK_CONNECT"] = "QUICK_CONNECT";
|
|
580
|
+
TaskTemplateFieldType["SCHEDULED_TIME"] = "SCHEDULED_TIME";
|
|
581
|
+
TaskTemplateFieldType["SINGLE_SELECT"] = "SINGLE_SELECT";
|
|
582
|
+
TaskTemplateFieldType["TEXT"] = "TEXT";
|
|
583
|
+
TaskTemplateFieldType["TEXT_AREA"] = "TEXT_AREA";
|
|
584
|
+
TaskTemplateFieldType["URL"] = "URL";
|
|
585
|
+
})(TaskTemplateFieldType || (TaskTemplateFieldType = {}));
|
|
586
|
+
export var TaskTemplateField;
|
|
587
|
+
(function (TaskTemplateField) {
|
|
588
|
+
TaskTemplateField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
+
})(TaskTemplateField || (TaskTemplateField = {}));
|
|
590
|
+
export var TaskTemplateStatus;
|
|
591
|
+
(function (TaskTemplateStatus) {
|
|
592
|
+
TaskTemplateStatus["ACTIVE"] = "ACTIVE";
|
|
593
|
+
TaskTemplateStatus["INACTIVE"] = "INACTIVE";
|
|
594
|
+
})(TaskTemplateStatus || (TaskTemplateStatus = {}));
|
|
595
|
+
export var CreateTaskTemplateRequest;
|
|
596
|
+
(function (CreateTaskTemplateRequest) {
|
|
597
|
+
CreateTaskTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
})(CreateTaskTemplateRequest || (CreateTaskTemplateRequest = {}));
|
|
599
|
+
export var CreateTaskTemplateResponse;
|
|
600
|
+
(function (CreateTaskTemplateResponse) {
|
|
601
|
+
CreateTaskTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
})(CreateTaskTemplateResponse || (CreateTaskTemplateResponse = {}));
|
|
603
|
+
export var PropertyValidationExceptionReason;
|
|
604
|
+
(function (PropertyValidationExceptionReason) {
|
|
605
|
+
PropertyValidationExceptionReason["INVALID_FORMAT"] = "INVALID_FORMAT";
|
|
606
|
+
PropertyValidationExceptionReason["NOT_SUPPORTED"] = "NOT_SUPPORTED";
|
|
607
|
+
PropertyValidationExceptionReason["REFERENCED_RESOURCE_NOT_FOUND"] = "REFERENCED_RESOURCE_NOT_FOUND";
|
|
608
|
+
PropertyValidationExceptionReason["REQUIRED_PROPERTY_MISSING"] = "REQUIRED_PROPERTY_MISSING";
|
|
609
|
+
PropertyValidationExceptionReason["RESOURCE_NAME_ALREADY_EXISTS"] = "RESOURCE_NAME_ALREADY_EXISTS";
|
|
610
|
+
PropertyValidationExceptionReason["UNIQUE_CONSTRAINT_VIOLATED"] = "UNIQUE_CONSTRAINT_VIOLATED";
|
|
611
|
+
})(PropertyValidationExceptionReason || (PropertyValidationExceptionReason = {}));
|
|
612
|
+
export var PropertyValidationExceptionProperty;
|
|
613
|
+
(function (PropertyValidationExceptionProperty) {
|
|
614
|
+
PropertyValidationExceptionProperty.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
})(PropertyValidationExceptionProperty || (PropertyValidationExceptionProperty = {}));
|
|
616
|
+
var PropertyValidationException = (function (_super) {
|
|
617
|
+
__extends(PropertyValidationException, _super);
|
|
618
|
+
function PropertyValidationException(opts) {
|
|
619
|
+
var _this = _super.call(this, __assign({ name: "PropertyValidationException", $fault: "client" }, opts)) || this;
|
|
620
|
+
_this.name = "PropertyValidationException";
|
|
621
|
+
_this.$fault = "client";
|
|
622
|
+
Object.setPrototypeOf(_this, PropertyValidationException.prototype);
|
|
623
|
+
_this.Message = opts.Message;
|
|
624
|
+
_this.PropertyList = opts.PropertyList;
|
|
625
|
+
return _this;
|
|
626
|
+
}
|
|
627
|
+
return PropertyValidationException;
|
|
628
|
+
}(__BaseException));
|
|
629
|
+
export { PropertyValidationException };
|
|
510
630
|
export var UseCaseType;
|
|
511
631
|
(function (UseCaseType) {
|
|
512
632
|
UseCaseType["CONNECT_CAMPAIGNS"] = "CONNECT_CAMPAIGNS";
|
|
@@ -621,6 +741,14 @@ var ResourceInUseException = (function (_super) {
|
|
|
621
741
|
return ResourceInUseException;
|
|
622
742
|
}(__BaseException));
|
|
623
743
|
export { ResourceInUseException };
|
|
744
|
+
export var DeleteTaskTemplateRequest;
|
|
745
|
+
(function (DeleteTaskTemplateRequest) {
|
|
746
|
+
DeleteTaskTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
+
})(DeleteTaskTemplateRequest || (DeleteTaskTemplateRequest = {}));
|
|
748
|
+
export var DeleteTaskTemplateResponse;
|
|
749
|
+
(function (DeleteTaskTemplateResponse) {
|
|
750
|
+
DeleteTaskTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
+
})(DeleteTaskTemplateResponse || (DeleteTaskTemplateResponse = {}));
|
|
624
752
|
export var DeleteUseCaseRequest;
|
|
625
753
|
(function (DeleteUseCaseRequest) {
|
|
626
754
|
DeleteUseCaseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -653,15 +781,6 @@ export var DescribeContactRequest;
|
|
|
653
781
|
(function (DescribeContactRequest) {
|
|
654
782
|
DescribeContactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
783
|
})(DescribeContactRequest || (DescribeContactRequest = {}));
|
|
656
|
-
export var ContactInitiationMethod;
|
|
657
|
-
(function (ContactInitiationMethod) {
|
|
658
|
-
ContactInitiationMethod["API"] = "API";
|
|
659
|
-
ContactInitiationMethod["CALLBACK"] = "CALLBACK";
|
|
660
|
-
ContactInitiationMethod["INBOUND"] = "INBOUND";
|
|
661
|
-
ContactInitiationMethod["OUTBOUND"] = "OUTBOUND";
|
|
662
|
-
ContactInitiationMethod["QUEUE_TRANSFER"] = "QUEUE_TRANSFER";
|
|
663
|
-
ContactInitiationMethod["TRANSFER"] = "TRANSFER";
|
|
664
|
-
})(ContactInitiationMethod || (ContactInitiationMethod = {}));
|
|
665
784
|
export var QueueInfo;
|
|
666
785
|
(function (QueueInfo) {
|
|
667
786
|
QueueInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1258,10 +1377,6 @@ export var CurrentMetricData;
|
|
|
1258
1377
|
(function (CurrentMetricData) {
|
|
1259
1378
|
CurrentMetricData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1260
1379
|
})(CurrentMetricData || (CurrentMetricData = {}));
|
|
1261
|
-
export var QueueReference;
|
|
1262
|
-
(function (QueueReference) {
|
|
1263
|
-
QueueReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1264
|
-
})(QueueReference || (QueueReference = {}));
|
|
1265
1380
|
export var Dimensions;
|
|
1266
1381
|
(function (Dimensions) {
|
|
1267
1382
|
Dimensions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1274,6 +1389,42 @@ export var GetCurrentMetricDataResponse;
|
|
|
1274
1389
|
(function (GetCurrentMetricDataResponse) {
|
|
1275
1390
|
GetCurrentMetricDataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1276
1391
|
})(GetCurrentMetricDataResponse || (GetCurrentMetricDataResponse = {}));
|
|
1392
|
+
export var ContactFilter;
|
|
1393
|
+
(function (ContactFilter) {
|
|
1394
|
+
ContactFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1395
|
+
})(ContactFilter || (ContactFilter = {}));
|
|
1396
|
+
export var UserDataFilters;
|
|
1397
|
+
(function (UserDataFilters) {
|
|
1398
|
+
UserDataFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1399
|
+
})(UserDataFilters || (UserDataFilters = {}));
|
|
1400
|
+
export var GetCurrentUserDataRequest;
|
|
1401
|
+
(function (GetCurrentUserDataRequest) {
|
|
1402
|
+
GetCurrentUserDataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1403
|
+
})(GetCurrentUserDataRequest || (GetCurrentUserDataRequest = {}));
|
|
1404
|
+
export var HierarchyGroupSummaryReference;
|
|
1405
|
+
(function (HierarchyGroupSummaryReference) {
|
|
1406
|
+
HierarchyGroupSummaryReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1407
|
+
})(HierarchyGroupSummaryReference || (HierarchyGroupSummaryReference = {}));
|
|
1408
|
+
export var HierarchyPathReference;
|
|
1409
|
+
(function (HierarchyPathReference) {
|
|
1410
|
+
HierarchyPathReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1411
|
+
})(HierarchyPathReference || (HierarchyPathReference = {}));
|
|
1412
|
+
export var RoutingProfileReference;
|
|
1413
|
+
(function (RoutingProfileReference) {
|
|
1414
|
+
RoutingProfileReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1415
|
+
})(RoutingProfileReference || (RoutingProfileReference = {}));
|
|
1416
|
+
export var UserReference;
|
|
1417
|
+
(function (UserReference) {
|
|
1418
|
+
UserReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1419
|
+
})(UserReference || (UserReference = {}));
|
|
1420
|
+
export var UserData;
|
|
1421
|
+
(function (UserData) {
|
|
1422
|
+
UserData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1423
|
+
})(UserData || (UserData = {}));
|
|
1424
|
+
export var GetCurrentUserDataResponse;
|
|
1425
|
+
(function (GetCurrentUserDataResponse) {
|
|
1426
|
+
GetCurrentUserDataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1427
|
+
})(GetCurrentUserDataResponse || (GetCurrentUserDataResponse = {}));
|
|
1277
1428
|
export var GetFederationTokenRequest;
|
|
1278
1429
|
(function (GetFederationTokenRequest) {
|
|
1279
1430
|
GetFederationTokenRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1361,6 +1512,14 @@ export var GetMetricDataResponse;
|
|
|
1361
1512
|
(function (GetMetricDataResponse) {
|
|
1362
1513
|
GetMetricDataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1363
1514
|
})(GetMetricDataResponse || (GetMetricDataResponse = {}));
|
|
1515
|
+
export var GetTaskTemplateRequest;
|
|
1516
|
+
(function (GetTaskTemplateRequest) {
|
|
1517
|
+
GetTaskTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1518
|
+
})(GetTaskTemplateRequest || (GetTaskTemplateRequest = {}));
|
|
1519
|
+
export var GetTaskTemplateResponse;
|
|
1520
|
+
(function (GetTaskTemplateResponse) {
|
|
1521
|
+
GetTaskTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1522
|
+
})(GetTaskTemplateResponse || (GetTaskTemplateResponse = {}));
|
|
1364
1523
|
export var ListAgentStatusRequest;
|
|
1365
1524
|
(function (ListAgentStatusRequest) {
|
|
1366
1525
|
ListAgentStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1421,6 +1580,10 @@ export var ListContactFlowsResponse;
|
|
|
1421
1580
|
export var ReferenceType;
|
|
1422
1581
|
(function (ReferenceType) {
|
|
1423
1582
|
ReferenceType["ATTACHMENT"] = "ATTACHMENT";
|
|
1583
|
+
ReferenceType["DATE"] = "DATE";
|
|
1584
|
+
ReferenceType["EMAIL"] = "EMAIL";
|
|
1585
|
+
ReferenceType["NUMBER"] = "NUMBER";
|
|
1586
|
+
ReferenceType["STRING"] = "STRING";
|
|
1424
1587
|
ReferenceType["URL"] = "URL";
|
|
1425
1588
|
})(ReferenceType || (ReferenceType = {}));
|
|
1426
1589
|
export var ListContactReferencesRequest;
|
|
@@ -1436,6 +1599,22 @@ export var AttachmentReference;
|
|
|
1436
1599
|
(function (AttachmentReference) {
|
|
1437
1600
|
AttachmentReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1438
1601
|
})(AttachmentReference || (AttachmentReference = {}));
|
|
1602
|
+
export var DateReference;
|
|
1603
|
+
(function (DateReference) {
|
|
1604
|
+
DateReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1605
|
+
})(DateReference || (DateReference = {}));
|
|
1606
|
+
export var EmailReference;
|
|
1607
|
+
(function (EmailReference) {
|
|
1608
|
+
EmailReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1609
|
+
})(EmailReference || (EmailReference = {}));
|
|
1610
|
+
export var NumberReference;
|
|
1611
|
+
(function (NumberReference) {
|
|
1612
|
+
NumberReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1613
|
+
})(NumberReference || (NumberReference = {}));
|
|
1614
|
+
export var StringReference;
|
|
1615
|
+
(function (StringReference) {
|
|
1616
|
+
StringReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1617
|
+
})(StringReference || (StringReference = {}));
|
|
1439
1618
|
export var UrlReference;
|
|
1440
1619
|
(function (UrlReference) {
|
|
1441
1620
|
UrlReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1447,6 +1626,14 @@ export var ReferenceSummary;
|
|
|
1447
1626
|
return visitor.Url(value.Url);
|
|
1448
1627
|
if (value.Attachment !== undefined)
|
|
1449
1628
|
return visitor.Attachment(value.Attachment);
|
|
1629
|
+
if (value.String !== undefined)
|
|
1630
|
+
return visitor.String(value.String);
|
|
1631
|
+
if (value.Number !== undefined)
|
|
1632
|
+
return visitor.Number(value.Number);
|
|
1633
|
+
if (value.Date !== undefined)
|
|
1634
|
+
return visitor.Date(value.Date);
|
|
1635
|
+
if (value.Email !== undefined)
|
|
1636
|
+
return visitor.Email(value.Email);
|
|
1450
1637
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1451
1638
|
};
|
|
1452
1639
|
ReferenceSummary.filterSensitiveLog = function (obj) {
|
|
@@ -1455,6 +1642,14 @@ export var ReferenceSummary;
|
|
|
1455
1642
|
return { Url: UrlReference.filterSensitiveLog(obj.Url) };
|
|
1456
1643
|
if (obj.Attachment !== undefined)
|
|
1457
1644
|
return { Attachment: AttachmentReference.filterSensitiveLog(obj.Attachment) };
|
|
1645
|
+
if (obj.String !== undefined)
|
|
1646
|
+
return { String: StringReference.filterSensitiveLog(obj.String) };
|
|
1647
|
+
if (obj.Number !== undefined)
|
|
1648
|
+
return { Number: NumberReference.filterSensitiveLog(obj.Number) };
|
|
1649
|
+
if (obj.Date !== undefined)
|
|
1650
|
+
return { Date: DateReference.filterSensitiveLog(obj.Date) };
|
|
1651
|
+
if (obj.Email !== undefined)
|
|
1652
|
+
return { Email: EmailReference.filterSensitiveLog(obj.Email) };
|
|
1458
1653
|
if (obj.$unknown !== undefined)
|
|
1459
1654
|
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
1460
1655
|
};
|
|
@@ -1595,144 +1790,3 @@ export var ListQueueQuickConnectsResponse;
|
|
|
1595
1790
|
(function (ListQueueQuickConnectsResponse) {
|
|
1596
1791
|
ListQueueQuickConnectsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1597
1792
|
})(ListQueueQuickConnectsResponse || (ListQueueQuickConnectsResponse = {}));
|
|
1598
|
-
export var QueueType;
|
|
1599
|
-
(function (QueueType) {
|
|
1600
|
-
QueueType["AGENT"] = "AGENT";
|
|
1601
|
-
QueueType["STANDARD"] = "STANDARD";
|
|
1602
|
-
})(QueueType || (QueueType = {}));
|
|
1603
|
-
export var ListQueuesRequest;
|
|
1604
|
-
(function (ListQueuesRequest) {
|
|
1605
|
-
ListQueuesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1606
|
-
})(ListQueuesRequest || (ListQueuesRequest = {}));
|
|
1607
|
-
export var QueueSummary;
|
|
1608
|
-
(function (QueueSummary) {
|
|
1609
|
-
QueueSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1610
|
-
})(QueueSummary || (QueueSummary = {}));
|
|
1611
|
-
export var ListQueuesResponse;
|
|
1612
|
-
(function (ListQueuesResponse) {
|
|
1613
|
-
ListQueuesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1614
|
-
})(ListQueuesResponse || (ListQueuesResponse = {}));
|
|
1615
|
-
export var ListQuickConnectsRequest;
|
|
1616
|
-
(function (ListQuickConnectsRequest) {
|
|
1617
|
-
ListQuickConnectsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1618
|
-
})(ListQuickConnectsRequest || (ListQuickConnectsRequest = {}));
|
|
1619
|
-
export var ListQuickConnectsResponse;
|
|
1620
|
-
(function (ListQuickConnectsResponse) {
|
|
1621
|
-
ListQuickConnectsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1622
|
-
})(ListQuickConnectsResponse || (ListQuickConnectsResponse = {}));
|
|
1623
|
-
export var ListRoutingProfileQueuesRequest;
|
|
1624
|
-
(function (ListRoutingProfileQueuesRequest) {
|
|
1625
|
-
ListRoutingProfileQueuesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1626
|
-
})(ListRoutingProfileQueuesRequest || (ListRoutingProfileQueuesRequest = {}));
|
|
1627
|
-
export var RoutingProfileQueueConfigSummary;
|
|
1628
|
-
(function (RoutingProfileQueueConfigSummary) {
|
|
1629
|
-
RoutingProfileQueueConfigSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1630
|
-
})(RoutingProfileQueueConfigSummary || (RoutingProfileQueueConfigSummary = {}));
|
|
1631
|
-
export var ListRoutingProfileQueuesResponse;
|
|
1632
|
-
(function (ListRoutingProfileQueuesResponse) {
|
|
1633
|
-
ListRoutingProfileQueuesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1634
|
-
})(ListRoutingProfileQueuesResponse || (ListRoutingProfileQueuesResponse = {}));
|
|
1635
|
-
export var ListRoutingProfilesRequest;
|
|
1636
|
-
(function (ListRoutingProfilesRequest) {
|
|
1637
|
-
ListRoutingProfilesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1638
|
-
})(ListRoutingProfilesRequest || (ListRoutingProfilesRequest = {}));
|
|
1639
|
-
export var RoutingProfileSummary;
|
|
1640
|
-
(function (RoutingProfileSummary) {
|
|
1641
|
-
RoutingProfileSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1642
|
-
})(RoutingProfileSummary || (RoutingProfileSummary = {}));
|
|
1643
|
-
export var ListRoutingProfilesResponse;
|
|
1644
|
-
(function (ListRoutingProfilesResponse) {
|
|
1645
|
-
ListRoutingProfilesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1646
|
-
})(ListRoutingProfilesResponse || (ListRoutingProfilesResponse = {}));
|
|
1647
|
-
export var ListSecurityKeysRequest;
|
|
1648
|
-
(function (ListSecurityKeysRequest) {
|
|
1649
|
-
ListSecurityKeysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1650
|
-
})(ListSecurityKeysRequest || (ListSecurityKeysRequest = {}));
|
|
1651
|
-
export var SecurityKey;
|
|
1652
|
-
(function (SecurityKey) {
|
|
1653
|
-
SecurityKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1654
|
-
})(SecurityKey || (SecurityKey = {}));
|
|
1655
|
-
export var ListSecurityKeysResponse;
|
|
1656
|
-
(function (ListSecurityKeysResponse) {
|
|
1657
|
-
ListSecurityKeysResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1658
|
-
})(ListSecurityKeysResponse || (ListSecurityKeysResponse = {}));
|
|
1659
|
-
export var ListSecurityProfilePermissionsRequest;
|
|
1660
|
-
(function (ListSecurityProfilePermissionsRequest) {
|
|
1661
|
-
ListSecurityProfilePermissionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1662
|
-
})(ListSecurityProfilePermissionsRequest || (ListSecurityProfilePermissionsRequest = {}));
|
|
1663
|
-
export var ListSecurityProfilePermissionsResponse;
|
|
1664
|
-
(function (ListSecurityProfilePermissionsResponse) {
|
|
1665
|
-
ListSecurityProfilePermissionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1666
|
-
})(ListSecurityProfilePermissionsResponse || (ListSecurityProfilePermissionsResponse = {}));
|
|
1667
|
-
export var ListSecurityProfilesRequest;
|
|
1668
|
-
(function (ListSecurityProfilesRequest) {
|
|
1669
|
-
ListSecurityProfilesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1670
|
-
})(ListSecurityProfilesRequest || (ListSecurityProfilesRequest = {}));
|
|
1671
|
-
export var SecurityProfileSummary;
|
|
1672
|
-
(function (SecurityProfileSummary) {
|
|
1673
|
-
SecurityProfileSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1674
|
-
})(SecurityProfileSummary || (SecurityProfileSummary = {}));
|
|
1675
|
-
export var ListSecurityProfilesResponse;
|
|
1676
|
-
(function (ListSecurityProfilesResponse) {
|
|
1677
|
-
ListSecurityProfilesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1678
|
-
})(ListSecurityProfilesResponse || (ListSecurityProfilesResponse = {}));
|
|
1679
|
-
export var ListTagsForResourceRequest;
|
|
1680
|
-
(function (ListTagsForResourceRequest) {
|
|
1681
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1682
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
1683
|
-
export var ListTagsForResourceResponse;
|
|
1684
|
-
(function (ListTagsForResourceResponse) {
|
|
1685
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1686
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
1687
|
-
export var ListUseCasesRequest;
|
|
1688
|
-
(function (ListUseCasesRequest) {
|
|
1689
|
-
ListUseCasesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1690
|
-
})(ListUseCasesRequest || (ListUseCasesRequest = {}));
|
|
1691
|
-
export var UseCase;
|
|
1692
|
-
(function (UseCase) {
|
|
1693
|
-
UseCase.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1694
|
-
})(UseCase || (UseCase = {}));
|
|
1695
|
-
export var ListUseCasesResponse;
|
|
1696
|
-
(function (ListUseCasesResponse) {
|
|
1697
|
-
ListUseCasesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1698
|
-
})(ListUseCasesResponse || (ListUseCasesResponse = {}));
|
|
1699
|
-
export var ListUserHierarchyGroupsRequest;
|
|
1700
|
-
(function (ListUserHierarchyGroupsRequest) {
|
|
1701
|
-
ListUserHierarchyGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1702
|
-
})(ListUserHierarchyGroupsRequest || (ListUserHierarchyGroupsRequest = {}));
|
|
1703
|
-
export var ListUserHierarchyGroupsResponse;
|
|
1704
|
-
(function (ListUserHierarchyGroupsResponse) {
|
|
1705
|
-
ListUserHierarchyGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1706
|
-
})(ListUserHierarchyGroupsResponse || (ListUserHierarchyGroupsResponse = {}));
|
|
1707
|
-
export var ListUsersRequest;
|
|
1708
|
-
(function (ListUsersRequest) {
|
|
1709
|
-
ListUsersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1710
|
-
})(ListUsersRequest || (ListUsersRequest = {}));
|
|
1711
|
-
export var UserSummary;
|
|
1712
|
-
(function (UserSummary) {
|
|
1713
|
-
UserSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1714
|
-
})(UserSummary || (UserSummary = {}));
|
|
1715
|
-
export var ListUsersResponse;
|
|
1716
|
-
(function (ListUsersResponse) {
|
|
1717
|
-
ListUsersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1718
|
-
})(ListUsersResponse || (ListUsersResponse = {}));
|
|
1719
|
-
export var PutUserStatusRequest;
|
|
1720
|
-
(function (PutUserStatusRequest) {
|
|
1721
|
-
PutUserStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1722
|
-
})(PutUserStatusRequest || (PutUserStatusRequest = {}));
|
|
1723
|
-
export var PutUserStatusResponse;
|
|
1724
|
-
(function (PutUserStatusResponse) {
|
|
1725
|
-
PutUserStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1726
|
-
})(PutUserStatusResponse || (PutUserStatusResponse = {}));
|
|
1727
|
-
export var ReleasePhoneNumberRequest;
|
|
1728
|
-
(function (ReleasePhoneNumberRequest) {
|
|
1729
|
-
ReleasePhoneNumberRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1730
|
-
})(ReleasePhoneNumberRequest || (ReleasePhoneNumberRequest = {}));
|
|
1731
|
-
export var ResumeContactRecordingRequest;
|
|
1732
|
-
(function (ResumeContactRecordingRequest) {
|
|
1733
|
-
ResumeContactRecordingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1734
|
-
})(ResumeContactRecordingRequest || (ResumeContactRecordingRequest = {}));
|
|
1735
|
-
export var ResumeContactRecordingResponse;
|
|
1736
|
-
(function (ResumeContactRecordingResponse) {
|
|
1737
|
-
ResumeContactRecordingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1738
|
-
})(ResumeContactRecordingResponse || (ResumeContactRecordingResponse = {}));
|