@aws-sdk/client-connect 3.42.0 → 3.47.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 +120 -0
- package/dist-cjs/commands/CreateContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/DeleteContactFlowCommand.js +36 -0
- package/dist-cjs/commands/DeleteContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/DescribeContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/ListContactFlowModulesCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactAttributesCommand.js +3 -3
- package/dist-cjs/commands/UpdateContactCommand.js +3 -3
- package/dist-cjs/commands/UpdateContactFlowContentCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactFlowMetadataCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowModuleContentCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowModuleMetadataCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactScheduleCommand.js +3 -3
- package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +2 -2
- package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +2 -2
- package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +2 -2
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +84 -201
- package/dist-cjs/models/models_1.js +127 -1
- package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1271 -167
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/Connect.js +120 -0
- package/dist-es/commands/CreateContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/DeleteContactFlowCommand.js +39 -0
- package/dist-es/commands/DeleteContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/DescribeContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/ListContactFlowModulesCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateAgentStatusCommand.js +1 -1
- package/dist-es/commands/UpdateContactAttributesCommand.js +1 -1
- package/dist-es/commands/UpdateContactCommand.js +1 -1
- package/dist-es/commands/UpdateContactFlowContentCommand.js +1 -1
- package/dist-es/commands/UpdateContactFlowMetadataCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowNameCommand.js +1 -1
- package/dist-es/commands/UpdateContactScheduleCommand.js +1 -1
- package/dist-es/commands/UpdateHoursOfOperationCommand.js +1 -1
- package/dist-es/commands/UpdateInstanceAttributeCommand.js +1 -1
- package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +1 -1
- package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +1 -1
- package/dist-es/commands/UpdateQueueMaxContactsCommand.js +1 -1
- package/dist-es/commands/index.js +8 -0
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +59 -132
- package/dist-es/models/models_1.js +84 -0
- package/dist-es/pagination/ListContactFlowModulesPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1423 -192
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/Connect.d.ts +78 -21
- package/dist-types/ConnectClient.d.ts +18 -8
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteContactFlowCommand.d.ts +35 -0
- package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -1
- package/dist-types/commands/ListBotsCommand.d.ts +2 -2
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +35 -0
- package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +2 -3
- package/dist-types/commands/StartTaskContactCommand.d.ts +1 -2
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +3 -2
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +291 -461
- package/dist-types/models/models_1.d.ts +429 -1
- package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/Connect.d.ts +40 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +13 -3
- package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +164 -264
- package/dist-types/ts3.4/models/models_1.d.ts +255 -1
- package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +38 -45
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateContactFlowNameRequest } from "../models/
|
|
4
|
+
import { UpdateContactFlowNameRequest } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1UpdateContactFlowNameCommand, serializeAws_restJson1UpdateContactFlowNameCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateContactFlowNameCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateContactFlowNameCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateContactScheduleRequest, UpdateContactScheduleResponse } from "../models/
|
|
4
|
+
import { UpdateContactScheduleRequest, UpdateContactScheduleResponse } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1UpdateContactScheduleCommand, serializeAws_restJson1UpdateContactScheduleCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateContactScheduleCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateContactScheduleCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateHoursOfOperationRequest } from "../models/
|
|
4
|
+
import { UpdateHoursOfOperationRequest } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1UpdateHoursOfOperationCommand, serializeAws_restJson1UpdateHoursOfOperationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateHoursOfOperationCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateHoursOfOperationCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateInstanceAttributeRequest } from "../models/
|
|
4
|
+
import { UpdateInstanceAttributeRequest } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1UpdateInstanceAttributeCommand, serializeAws_restJson1UpdateInstanceAttributeCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateInstanceAttributeCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateInstanceAttributeCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateInstanceStorageConfigRequest } from "../models/
|
|
4
|
+
import { UpdateInstanceStorageConfigRequest } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1UpdateInstanceStorageConfigCommand, serializeAws_restJson1UpdateInstanceStorageConfigCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateInstanceStorageConfigCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateInstanceStorageConfigCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateQueueHoursOfOperationRequest } from "../models/
|
|
4
|
+
import { UpdateQueueHoursOfOperationRequest } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1UpdateQueueHoursOfOperationCommand, serializeAws_restJson1UpdateQueueHoursOfOperationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateQueueHoursOfOperationCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateQueueHoursOfOperationCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateQueueMaxContactsRequest } from "../models/
|
|
4
|
+
import { UpdateQueueMaxContactsRequest } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1UpdateQueueMaxContactsCommand, serializeAws_restJson1UpdateQueueMaxContactsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateQueueMaxContactsCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateQueueMaxContactsCommand, _super);
|
|
@@ -8,6 +8,7 @@ export * from "./AssociateRoutingProfileQueuesCommand";
|
|
|
8
8
|
export * from "./AssociateSecurityKeyCommand";
|
|
9
9
|
export * from "./CreateAgentStatusCommand";
|
|
10
10
|
export * from "./CreateContactFlowCommand";
|
|
11
|
+
export * from "./CreateContactFlowModuleCommand";
|
|
11
12
|
export * from "./CreateHoursOfOperationCommand";
|
|
12
13
|
export * from "./CreateInstanceCommand";
|
|
13
14
|
export * from "./CreateIntegrationAssociationCommand";
|
|
@@ -18,6 +19,8 @@ export * from "./CreateSecurityProfileCommand";
|
|
|
18
19
|
export * from "./CreateUseCaseCommand";
|
|
19
20
|
export * from "./CreateUserCommand";
|
|
20
21
|
export * from "./CreateUserHierarchyGroupCommand";
|
|
22
|
+
export * from "./DeleteContactFlowCommand";
|
|
23
|
+
export * from "./DeleteContactFlowModuleCommand";
|
|
21
24
|
export * from "./DeleteHoursOfOperationCommand";
|
|
22
25
|
export * from "./DeleteInstanceCommand";
|
|
23
26
|
export * from "./DeleteIntegrationAssociationCommand";
|
|
@@ -29,6 +32,7 @@ export * from "./DeleteUserHierarchyGroupCommand";
|
|
|
29
32
|
export * from "./DescribeAgentStatusCommand";
|
|
30
33
|
export * from "./DescribeContactCommand";
|
|
31
34
|
export * from "./DescribeContactFlowCommand";
|
|
35
|
+
export * from "./DescribeContactFlowModuleCommand";
|
|
32
36
|
export * from "./DescribeHoursOfOperationCommand";
|
|
33
37
|
export * from "./DescribeInstanceAttributeCommand";
|
|
34
38
|
export * from "./DescribeInstanceCommand";
|
|
@@ -55,6 +59,7 @@ export * from "./GetMetricDataCommand";
|
|
|
55
59
|
export * from "./ListAgentStatusesCommand";
|
|
56
60
|
export * from "./ListApprovedOriginsCommand";
|
|
57
61
|
export * from "./ListBotsCommand";
|
|
62
|
+
export * from "./ListContactFlowModulesCommand";
|
|
58
63
|
export * from "./ListContactFlowsCommand";
|
|
59
64
|
export * from "./ListContactReferencesCommand";
|
|
60
65
|
export * from "./ListHoursOfOperationsCommand";
|
|
@@ -94,6 +99,9 @@ export * from "./UpdateAgentStatusCommand";
|
|
|
94
99
|
export * from "./UpdateContactAttributesCommand";
|
|
95
100
|
export * from "./UpdateContactCommand";
|
|
96
101
|
export * from "./UpdateContactFlowContentCommand";
|
|
102
|
+
export * from "./UpdateContactFlowMetadataCommand";
|
|
103
|
+
export * from "./UpdateContactFlowModuleContentCommand";
|
|
104
|
+
export * from "./UpdateContactFlowModuleMetadataCommand";
|
|
97
105
|
export * from "./UpdateContactFlowNameCommand";
|
|
98
106
|
export * from "./UpdateContactScheduleCommand";
|
|
99
107
|
export * from "./UpdateHoursOfOperationCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
-
export var AccessDeniedException;
|
|
4
|
-
(function (AccessDeniedException) {
|
|
5
|
-
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
-
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
7
3
|
export var AgentInfo;
|
|
8
4
|
(function (AgentInfo) {
|
|
9
5
|
AgentInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -31,34 +27,6 @@ export var AssociateApprovedOriginRequest;
|
|
|
31
27
|
(function (AssociateApprovedOriginRequest) {
|
|
32
28
|
AssociateApprovedOriginRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
29
|
})(AssociateApprovedOriginRequest || (AssociateApprovedOriginRequest = {}));
|
|
34
|
-
export var InternalServiceException;
|
|
35
|
-
(function (InternalServiceException) {
|
|
36
|
-
InternalServiceException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
-
})(InternalServiceException || (InternalServiceException = {}));
|
|
38
|
-
export var InvalidParameterException;
|
|
39
|
-
(function (InvalidParameterException) {
|
|
40
|
-
InvalidParameterException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
|
-
})(InvalidParameterException || (InvalidParameterException = {}));
|
|
42
|
-
export var InvalidRequestException;
|
|
43
|
-
(function (InvalidRequestException) {
|
|
44
|
-
InvalidRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
|
-
})(InvalidRequestException || (InvalidRequestException = {}));
|
|
46
|
-
export var ResourceConflictException;
|
|
47
|
-
(function (ResourceConflictException) {
|
|
48
|
-
ResourceConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
|
-
})(ResourceConflictException || (ResourceConflictException = {}));
|
|
50
|
-
export var ResourceNotFoundException;
|
|
51
|
-
(function (ResourceNotFoundException) {
|
|
52
|
-
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
53
|
-
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
54
|
-
export var ServiceQuotaExceededException;
|
|
55
|
-
(function (ServiceQuotaExceededException) {
|
|
56
|
-
ServiceQuotaExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
|
-
})(ServiceQuotaExceededException || (ServiceQuotaExceededException = {}));
|
|
58
|
-
export var ThrottlingException;
|
|
59
|
-
(function (ThrottlingException) {
|
|
60
|
-
ThrottlingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
|
-
})(ThrottlingException || (ThrottlingException = {}));
|
|
62
30
|
export var LexBot;
|
|
63
31
|
(function (LexBot) {
|
|
64
32
|
LexBot.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -71,10 +39,6 @@ export var AssociateBotRequest;
|
|
|
71
39
|
(function (AssociateBotRequest) {
|
|
72
40
|
AssociateBotRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
41
|
})(AssociateBotRequest || (AssociateBotRequest = {}));
|
|
74
|
-
export var LimitExceededException;
|
|
75
|
-
(function (LimitExceededException) {
|
|
76
|
-
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
77
|
-
})(LimitExceededException || (LimitExceededException = {}));
|
|
78
42
|
export var InstanceStorageResourceType;
|
|
79
43
|
(function (InstanceStorageResourceType) {
|
|
80
44
|
InstanceStorageResourceType["AGENT_EVENTS"] = "AGENT_EVENTS";
|
|
@@ -173,10 +137,6 @@ export var CreateAgentStatusResponse;
|
|
|
173
137
|
(function (CreateAgentStatusResponse) {
|
|
174
138
|
CreateAgentStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
139
|
})(CreateAgentStatusResponse || (CreateAgentStatusResponse = {}));
|
|
176
|
-
export var DuplicateResourceException;
|
|
177
|
-
(function (DuplicateResourceException) {
|
|
178
|
-
DuplicateResourceException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
-
})(DuplicateResourceException || (DuplicateResourceException = {}));
|
|
180
140
|
export var ContactFlowType;
|
|
181
141
|
(function (ContactFlowType) {
|
|
182
142
|
ContactFlowType["AGENT_HOLD"] = "AGENT_HOLD";
|
|
@@ -201,10 +161,14 @@ export var ProblemDetail;
|
|
|
201
161
|
(function (ProblemDetail) {
|
|
202
162
|
ProblemDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
163
|
})(ProblemDetail || (ProblemDetail = {}));
|
|
204
|
-
export var
|
|
205
|
-
(function (
|
|
206
|
-
|
|
207
|
-
})(
|
|
164
|
+
export var CreateContactFlowModuleRequest;
|
|
165
|
+
(function (CreateContactFlowModuleRequest) {
|
|
166
|
+
CreateContactFlowModuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
+
})(CreateContactFlowModuleRequest || (CreateContactFlowModuleRequest = {}));
|
|
168
|
+
export var CreateContactFlowModuleResponse;
|
|
169
|
+
(function (CreateContactFlowModuleResponse) {
|
|
170
|
+
CreateContactFlowModuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
+
})(CreateContactFlowModuleResponse || (CreateContactFlowModuleResponse = {}));
|
|
208
172
|
export var HoursOfOperationDays;
|
|
209
173
|
(function (HoursOfOperationDays) {
|
|
210
174
|
HoursOfOperationDays["FRIDAY"] = "FRIDAY";
|
|
@@ -370,6 +334,18 @@ export var CreateUserHierarchyGroupResponse;
|
|
|
370
334
|
(function (CreateUserHierarchyGroupResponse) {
|
|
371
335
|
CreateUserHierarchyGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
336
|
})(CreateUserHierarchyGroupResponse || (CreateUserHierarchyGroupResponse = {}));
|
|
337
|
+
export var DeleteContactFlowRequest;
|
|
338
|
+
(function (DeleteContactFlowRequest) {
|
|
339
|
+
DeleteContactFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
+
})(DeleteContactFlowRequest || (DeleteContactFlowRequest = {}));
|
|
341
|
+
export var DeleteContactFlowModuleRequest;
|
|
342
|
+
(function (DeleteContactFlowModuleRequest) {
|
|
343
|
+
DeleteContactFlowModuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
+
})(DeleteContactFlowModuleRequest || (DeleteContactFlowModuleRequest = {}));
|
|
345
|
+
export var DeleteContactFlowModuleResponse;
|
|
346
|
+
(function (DeleteContactFlowModuleResponse) {
|
|
347
|
+
DeleteContactFlowModuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
+
})(DeleteContactFlowModuleResponse || (DeleteContactFlowModuleResponse = {}));
|
|
373
349
|
export var DeleteHoursOfOperationRequest;
|
|
374
350
|
(function (DeleteHoursOfOperationRequest) {
|
|
375
351
|
DeleteHoursOfOperationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -400,10 +376,6 @@ export var ResourceType;
|
|
|
400
376
|
ResourceType["PARTICIPANT"] = "PARTICIPANT";
|
|
401
377
|
ResourceType["USER"] = "USER";
|
|
402
378
|
})(ResourceType || (ResourceType = {}));
|
|
403
|
-
export var ResourceInUseException;
|
|
404
|
-
(function (ResourceInUseException) {
|
|
405
|
-
ResourceInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
|
-
})(ResourceInUseException || (ResourceInUseException = {}));
|
|
407
379
|
export var DeleteUseCaseRequest;
|
|
408
380
|
(function (DeleteUseCaseRequest) {
|
|
409
381
|
DeleteUseCaseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -449,14 +421,15 @@ export var DescribeContactResponse;
|
|
|
449
421
|
(function (DescribeContactResponse) {
|
|
450
422
|
DescribeContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
423
|
})(DescribeContactResponse || (DescribeContactResponse = {}));
|
|
452
|
-
export var ContactFlowNotPublishedException;
|
|
453
|
-
(function (ContactFlowNotPublishedException) {
|
|
454
|
-
ContactFlowNotPublishedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
|
-
})(ContactFlowNotPublishedException || (ContactFlowNotPublishedException = {}));
|
|
456
424
|
export var DescribeContactFlowRequest;
|
|
457
425
|
(function (DescribeContactFlowRequest) {
|
|
458
426
|
DescribeContactFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
427
|
})(DescribeContactFlowRequest || (DescribeContactFlowRequest = {}));
|
|
428
|
+
export var ContactFlowState;
|
|
429
|
+
(function (ContactFlowState) {
|
|
430
|
+
ContactFlowState["ACTIVE"] = "ACTIVE";
|
|
431
|
+
ContactFlowState["ARCHIVED"] = "ARCHIVED";
|
|
432
|
+
})(ContactFlowState || (ContactFlowState = {}));
|
|
460
433
|
export var ContactFlow;
|
|
461
434
|
(function (ContactFlow) {
|
|
462
435
|
ContactFlow.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -465,6 +438,28 @@ export var DescribeContactFlowResponse;
|
|
|
465
438
|
(function (DescribeContactFlowResponse) {
|
|
466
439
|
DescribeContactFlowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
440
|
})(DescribeContactFlowResponse || (DescribeContactFlowResponse = {}));
|
|
441
|
+
export var DescribeContactFlowModuleRequest;
|
|
442
|
+
(function (DescribeContactFlowModuleRequest) {
|
|
443
|
+
DescribeContactFlowModuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
+
})(DescribeContactFlowModuleRequest || (DescribeContactFlowModuleRequest = {}));
|
|
445
|
+
export var ContactFlowModuleState;
|
|
446
|
+
(function (ContactFlowModuleState) {
|
|
447
|
+
ContactFlowModuleState["ACTIVE"] = "ACTIVE";
|
|
448
|
+
ContactFlowModuleState["ARCHIVED"] = "ARCHIVED";
|
|
449
|
+
})(ContactFlowModuleState || (ContactFlowModuleState = {}));
|
|
450
|
+
export var ContactFlowModuleStatus;
|
|
451
|
+
(function (ContactFlowModuleStatus) {
|
|
452
|
+
ContactFlowModuleStatus["PUBLISHED"] = "PUBLISHED";
|
|
453
|
+
ContactFlowModuleStatus["SAVED"] = "SAVED";
|
|
454
|
+
})(ContactFlowModuleStatus || (ContactFlowModuleStatus = {}));
|
|
455
|
+
export var ContactFlowModule;
|
|
456
|
+
(function (ContactFlowModule) {
|
|
457
|
+
ContactFlowModule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
+
})(ContactFlowModule || (ContactFlowModule = {}));
|
|
459
|
+
export var DescribeContactFlowModuleResponse;
|
|
460
|
+
(function (DescribeContactFlowModuleResponse) {
|
|
461
|
+
DescribeContactFlowModuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
+
})(DescribeContactFlowModuleResponse || (DescribeContactFlowModuleResponse = {}));
|
|
468
463
|
export var DescribeHoursOfOperationRequest;
|
|
469
464
|
(function (DescribeHoursOfOperationRequest) {
|
|
470
465
|
DescribeHoursOfOperationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -741,10 +736,6 @@ export var GetFederationTokenResponse;
|
|
|
741
736
|
(function (GetFederationTokenResponse) {
|
|
742
737
|
GetFederationTokenResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Credentials && { Credentials: Credentials.filterSensitiveLog(obj.Credentials) }))); };
|
|
743
738
|
})(GetFederationTokenResponse || (GetFederationTokenResponse = {}));
|
|
744
|
-
export var UserNotFoundException;
|
|
745
|
-
(function (UserNotFoundException) {
|
|
746
|
-
UserNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
-
})(UserNotFoundException || (UserNotFoundException = {}));
|
|
748
739
|
export var HistoricalMetricName;
|
|
749
740
|
(function (HistoricalMetricName) {
|
|
750
741
|
HistoricalMetricName["ABANDON_TIME"] = "ABANDON_TIME";
|
|
@@ -840,6 +831,18 @@ export var ListBotsResponse;
|
|
|
840
831
|
(function (ListBotsResponse) {
|
|
841
832
|
ListBotsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
833
|
})(ListBotsResponse || (ListBotsResponse = {}));
|
|
834
|
+
export var ListContactFlowModulesRequest;
|
|
835
|
+
(function (ListContactFlowModulesRequest) {
|
|
836
|
+
ListContactFlowModulesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
+
})(ListContactFlowModulesRequest || (ListContactFlowModulesRequest = {}));
|
|
838
|
+
export var ContactFlowModuleSummary;
|
|
839
|
+
(function (ContactFlowModuleSummary) {
|
|
840
|
+
ContactFlowModuleSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
|
+
})(ContactFlowModuleSummary || (ContactFlowModuleSummary = {}));
|
|
842
|
+
export var ListContactFlowModulesResponse;
|
|
843
|
+
(function (ListContactFlowModulesResponse) {
|
|
844
|
+
ListContactFlowModulesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
|
+
})(ListContactFlowModulesResponse || (ListContactFlowModulesResponse = {}));
|
|
843
846
|
export var ListContactFlowsRequest;
|
|
844
847
|
(function (ListContactFlowsRequest) {
|
|
845
848
|
ListContactFlowsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1425,14 +1428,6 @@ export var StartContactStreamingResponse;
|
|
|
1425
1428
|
(function (StartContactStreamingResponse) {
|
|
1426
1429
|
StartContactStreamingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1427
1430
|
})(StartContactStreamingResponse || (StartContactStreamingResponse = {}));
|
|
1428
|
-
export var DestinationNotAllowedException;
|
|
1429
|
-
(function (DestinationNotAllowedException) {
|
|
1430
|
-
DestinationNotAllowedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1431
|
-
})(DestinationNotAllowedException || (DestinationNotAllowedException = {}));
|
|
1432
|
-
export var OutboundContactNotPermittedException;
|
|
1433
|
-
(function (OutboundContactNotPermittedException) {
|
|
1434
|
-
OutboundContactNotPermittedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1435
|
-
})(OutboundContactNotPermittedException || (OutboundContactNotPermittedException = {}));
|
|
1436
1431
|
export var AnswerMachineDetectionConfig;
|
|
1437
1432
|
(function (AnswerMachineDetectionConfig) {
|
|
1438
1433
|
AnswerMachineDetectionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1462,10 +1457,6 @@ export var StartTaskContactResponse;
|
|
|
1462
1457
|
(function (StartTaskContactResponse) {
|
|
1463
1458
|
StartTaskContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1464
1459
|
})(StartTaskContactResponse || (StartTaskContactResponse = {}));
|
|
1465
|
-
export var ContactNotFoundException;
|
|
1466
|
-
(function (ContactNotFoundException) {
|
|
1467
|
-
ContactNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1468
|
-
})(ContactNotFoundException || (ContactNotFoundException = {}));
|
|
1469
1460
|
export var StopContactRequest;
|
|
1470
1461
|
(function (StopContactRequest) {
|
|
1471
1462
|
StopContactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1498,67 +1489,3 @@ export var SuspendContactRecordingResponse;
|
|
|
1498
1489
|
(function (SuspendContactRecordingResponse) {
|
|
1499
1490
|
SuspendContactRecordingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1500
1491
|
})(SuspendContactRecordingResponse || (SuspendContactRecordingResponse = {}));
|
|
1501
|
-
export var TagResourceRequest;
|
|
1502
|
-
(function (TagResourceRequest) {
|
|
1503
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1504
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
1505
|
-
export var UntagResourceRequest;
|
|
1506
|
-
(function (UntagResourceRequest) {
|
|
1507
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1508
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
1509
|
-
export var UpdateAgentStatusRequest;
|
|
1510
|
-
(function (UpdateAgentStatusRequest) {
|
|
1511
|
-
UpdateAgentStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1512
|
-
})(UpdateAgentStatusRequest || (UpdateAgentStatusRequest = {}));
|
|
1513
|
-
export var UpdateContactRequest;
|
|
1514
|
-
(function (UpdateContactRequest) {
|
|
1515
|
-
UpdateContactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1516
|
-
})(UpdateContactRequest || (UpdateContactRequest = {}));
|
|
1517
|
-
export var UpdateContactResponse;
|
|
1518
|
-
(function (UpdateContactResponse) {
|
|
1519
|
-
UpdateContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1520
|
-
})(UpdateContactResponse || (UpdateContactResponse = {}));
|
|
1521
|
-
export var UpdateContactAttributesRequest;
|
|
1522
|
-
(function (UpdateContactAttributesRequest) {
|
|
1523
|
-
UpdateContactAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1524
|
-
})(UpdateContactAttributesRequest || (UpdateContactAttributesRequest = {}));
|
|
1525
|
-
export var UpdateContactAttributesResponse;
|
|
1526
|
-
(function (UpdateContactAttributesResponse) {
|
|
1527
|
-
UpdateContactAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1528
|
-
})(UpdateContactAttributesResponse || (UpdateContactAttributesResponse = {}));
|
|
1529
|
-
export var UpdateContactFlowContentRequest;
|
|
1530
|
-
(function (UpdateContactFlowContentRequest) {
|
|
1531
|
-
UpdateContactFlowContentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1532
|
-
})(UpdateContactFlowContentRequest || (UpdateContactFlowContentRequest = {}));
|
|
1533
|
-
export var UpdateContactFlowNameRequest;
|
|
1534
|
-
(function (UpdateContactFlowNameRequest) {
|
|
1535
|
-
UpdateContactFlowNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1536
|
-
})(UpdateContactFlowNameRequest || (UpdateContactFlowNameRequest = {}));
|
|
1537
|
-
export var UpdateContactScheduleRequest;
|
|
1538
|
-
(function (UpdateContactScheduleRequest) {
|
|
1539
|
-
UpdateContactScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1540
|
-
})(UpdateContactScheduleRequest || (UpdateContactScheduleRequest = {}));
|
|
1541
|
-
export var UpdateContactScheduleResponse;
|
|
1542
|
-
(function (UpdateContactScheduleResponse) {
|
|
1543
|
-
UpdateContactScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1544
|
-
})(UpdateContactScheduleResponse || (UpdateContactScheduleResponse = {}));
|
|
1545
|
-
export var UpdateHoursOfOperationRequest;
|
|
1546
|
-
(function (UpdateHoursOfOperationRequest) {
|
|
1547
|
-
UpdateHoursOfOperationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1548
|
-
})(UpdateHoursOfOperationRequest || (UpdateHoursOfOperationRequest = {}));
|
|
1549
|
-
export var UpdateInstanceAttributeRequest;
|
|
1550
|
-
(function (UpdateInstanceAttributeRequest) {
|
|
1551
|
-
UpdateInstanceAttributeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1552
|
-
})(UpdateInstanceAttributeRequest || (UpdateInstanceAttributeRequest = {}));
|
|
1553
|
-
export var UpdateInstanceStorageConfigRequest;
|
|
1554
|
-
(function (UpdateInstanceStorageConfigRequest) {
|
|
1555
|
-
UpdateInstanceStorageConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1556
|
-
})(UpdateInstanceStorageConfigRequest || (UpdateInstanceStorageConfigRequest = {}));
|
|
1557
|
-
export var UpdateQueueHoursOfOperationRequest;
|
|
1558
|
-
(function (UpdateQueueHoursOfOperationRequest) {
|
|
1559
|
-
UpdateQueueHoursOfOperationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1560
|
-
})(UpdateQueueHoursOfOperationRequest || (UpdateQueueHoursOfOperationRequest = {}));
|
|
1561
|
-
export var UpdateQueueMaxContactsRequest;
|
|
1562
|
-
(function (UpdateQueueMaxContactsRequest) {
|
|
1563
|
-
UpdateQueueMaxContactsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1564
|
-
})(UpdateQueueMaxContactsRequest || (UpdateQueueMaxContactsRequest = {}));
|
|
@@ -1,4 +1,88 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
export var TagResourceRequest;
|
|
3
|
+
(function (TagResourceRequest) {
|
|
4
|
+
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
6
|
+
export var UntagResourceRequest;
|
|
7
|
+
(function (UntagResourceRequest) {
|
|
8
|
+
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
+
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
10
|
+
export var UpdateAgentStatusRequest;
|
|
11
|
+
(function (UpdateAgentStatusRequest) {
|
|
12
|
+
UpdateAgentStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
13
|
+
})(UpdateAgentStatusRequest || (UpdateAgentStatusRequest = {}));
|
|
14
|
+
export var UpdateContactRequest;
|
|
15
|
+
(function (UpdateContactRequest) {
|
|
16
|
+
UpdateContactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
17
|
+
})(UpdateContactRequest || (UpdateContactRequest = {}));
|
|
18
|
+
export var UpdateContactResponse;
|
|
19
|
+
(function (UpdateContactResponse) {
|
|
20
|
+
UpdateContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
|
+
})(UpdateContactResponse || (UpdateContactResponse = {}));
|
|
22
|
+
export var UpdateContactAttributesRequest;
|
|
23
|
+
(function (UpdateContactAttributesRequest) {
|
|
24
|
+
UpdateContactAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
+
})(UpdateContactAttributesRequest || (UpdateContactAttributesRequest = {}));
|
|
26
|
+
export var UpdateContactAttributesResponse;
|
|
27
|
+
(function (UpdateContactAttributesResponse) {
|
|
28
|
+
UpdateContactAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
|
+
})(UpdateContactAttributesResponse || (UpdateContactAttributesResponse = {}));
|
|
30
|
+
export var UpdateContactFlowContentRequest;
|
|
31
|
+
(function (UpdateContactFlowContentRequest) {
|
|
32
|
+
UpdateContactFlowContentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
+
})(UpdateContactFlowContentRequest || (UpdateContactFlowContentRequest = {}));
|
|
34
|
+
export var UpdateContactFlowMetadataRequest;
|
|
35
|
+
(function (UpdateContactFlowMetadataRequest) {
|
|
36
|
+
UpdateContactFlowMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
+
})(UpdateContactFlowMetadataRequest || (UpdateContactFlowMetadataRequest = {}));
|
|
38
|
+
export var UpdateContactFlowModuleContentRequest;
|
|
39
|
+
(function (UpdateContactFlowModuleContentRequest) {
|
|
40
|
+
UpdateContactFlowModuleContentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
|
+
})(UpdateContactFlowModuleContentRequest || (UpdateContactFlowModuleContentRequest = {}));
|
|
42
|
+
export var UpdateContactFlowModuleContentResponse;
|
|
43
|
+
(function (UpdateContactFlowModuleContentResponse) {
|
|
44
|
+
UpdateContactFlowModuleContentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
|
+
})(UpdateContactFlowModuleContentResponse || (UpdateContactFlowModuleContentResponse = {}));
|
|
46
|
+
export var UpdateContactFlowModuleMetadataRequest;
|
|
47
|
+
(function (UpdateContactFlowModuleMetadataRequest) {
|
|
48
|
+
UpdateContactFlowModuleMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
|
+
})(UpdateContactFlowModuleMetadataRequest || (UpdateContactFlowModuleMetadataRequest = {}));
|
|
50
|
+
export var UpdateContactFlowModuleMetadataResponse;
|
|
51
|
+
(function (UpdateContactFlowModuleMetadataResponse) {
|
|
52
|
+
UpdateContactFlowModuleMetadataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
53
|
+
})(UpdateContactFlowModuleMetadataResponse || (UpdateContactFlowModuleMetadataResponse = {}));
|
|
54
|
+
export var UpdateContactFlowNameRequest;
|
|
55
|
+
(function (UpdateContactFlowNameRequest) {
|
|
56
|
+
UpdateContactFlowNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
|
+
})(UpdateContactFlowNameRequest || (UpdateContactFlowNameRequest = {}));
|
|
58
|
+
export var UpdateContactScheduleRequest;
|
|
59
|
+
(function (UpdateContactScheduleRequest) {
|
|
60
|
+
UpdateContactScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
|
+
})(UpdateContactScheduleRequest || (UpdateContactScheduleRequest = {}));
|
|
62
|
+
export var UpdateContactScheduleResponse;
|
|
63
|
+
(function (UpdateContactScheduleResponse) {
|
|
64
|
+
UpdateContactScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
65
|
+
})(UpdateContactScheduleResponse || (UpdateContactScheduleResponse = {}));
|
|
66
|
+
export var UpdateHoursOfOperationRequest;
|
|
67
|
+
(function (UpdateHoursOfOperationRequest) {
|
|
68
|
+
UpdateHoursOfOperationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
69
|
+
})(UpdateHoursOfOperationRequest || (UpdateHoursOfOperationRequest = {}));
|
|
70
|
+
export var UpdateInstanceAttributeRequest;
|
|
71
|
+
(function (UpdateInstanceAttributeRequest) {
|
|
72
|
+
UpdateInstanceAttributeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
|
+
})(UpdateInstanceAttributeRequest || (UpdateInstanceAttributeRequest = {}));
|
|
74
|
+
export var UpdateInstanceStorageConfigRequest;
|
|
75
|
+
(function (UpdateInstanceStorageConfigRequest) {
|
|
76
|
+
UpdateInstanceStorageConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
77
|
+
})(UpdateInstanceStorageConfigRequest || (UpdateInstanceStorageConfigRequest = {}));
|
|
78
|
+
export var UpdateQueueHoursOfOperationRequest;
|
|
79
|
+
(function (UpdateQueueHoursOfOperationRequest) {
|
|
80
|
+
UpdateQueueHoursOfOperationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
81
|
+
})(UpdateQueueHoursOfOperationRequest || (UpdateQueueHoursOfOperationRequest = {}));
|
|
82
|
+
export var UpdateQueueMaxContactsRequest;
|
|
83
|
+
(function (UpdateQueueMaxContactsRequest) {
|
|
84
|
+
UpdateQueueMaxContactsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
|
+
})(UpdateQueueMaxContactsRequest || (UpdateQueueMaxContactsRequest = {}));
|
|
2
86
|
export var UpdateQueueNameRequest;
|
|
3
87
|
(function (UpdateQueueNameRequest) {
|
|
4
88
|
UpdateQueueNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListContactFlowModulesCommand, } from "../commands/ListContactFlowModulesCommand";
|
|
3
|
+
import { Connect } from "../Connect";
|
|
4
|
+
import { ConnectClient } from "../ConnectClient";
|
|
5
|
+
var makePagedClientRequest = function (client, input) {
|
|
6
|
+
var args = [];
|
|
7
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
+
args[_i - 2] = arguments[_i];
|
|
9
|
+
}
|
|
10
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListContactFlowModulesCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
var makePagedRequest = function (client, input) {
|
|
20
|
+
var args = [];
|
|
21
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
+
args[_i - 2] = arguments[_i];
|
|
23
|
+
}
|
|
24
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
+
return __generator(this, function (_a) {
|
|
26
|
+
switch (_a.label) {
|
|
27
|
+
case 0: return [4, client.listContactFlowModules.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
export function paginateListContactFlowModules(config, input) {
|
|
34
|
+
var additionalArguments = [];
|
|
35
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
36
|
+
additionalArguments[_i - 2] = arguments[_i];
|
|
37
|
+
}
|
|
38
|
+
return __asyncGenerator(this, arguments, function paginateListContactFlowModules_1() {
|
|
39
|
+
var token, hasNext, page;
|
|
40
|
+
return __generator(this, function (_a) {
|
|
41
|
+
switch (_a.label) {
|
|
42
|
+
case 0:
|
|
43
|
+
token = config.startingToken || undefined;
|
|
44
|
+
hasNext = true;
|
|
45
|
+
_a.label = 1;
|
|
46
|
+
case 1:
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
48
|
+
input.NextToken = token;
|
|
49
|
+
input["MaxResults"] = config.pageSize;
|
|
50
|
+
if (!(config.client instanceof Connect)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
52
|
+
case 2:
|
|
53
|
+
page = _a.sent();
|
|
54
|
+
return [3, 6];
|
|
55
|
+
case 3:
|
|
56
|
+
if (!(config.client instanceof ConnectClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
58
|
+
case 4:
|
|
59
|
+
page = _a.sent();
|
|
60
|
+
return [3, 6];
|
|
61
|
+
case 5: throw new Error("Invalid client, expected Connect | ConnectClient");
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
64
|
+
case 8:
|
|
65
|
+
_a.sent();
|
|
66
|
+
token = page.NextToken;
|
|
67
|
+
hasNext = !!token;
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
});
|
|
74
|
+
}
|
|
@@ -4,6 +4,7 @@ export * from "./Interfaces";
|
|
|
4
4
|
export * from "./ListAgentStatusesPaginator";
|
|
5
5
|
export * from "./ListApprovedOriginsPaginator";
|
|
6
6
|
export * from "./ListBotsPaginator";
|
|
7
|
+
export * from "./ListContactFlowModulesPaginator";
|
|
7
8
|
export * from "./ListContactFlowsPaginator";
|
|
8
9
|
export * from "./ListContactReferencesPaginator";
|
|
9
10
|
export * from "./ListHoursOfOperationsPaginator";
|