@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
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateContactFlowModuleMetadataCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class UpdateContactFlowModuleMetadataCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "ConnectClient";
|
|
18
|
+
const commandName = "UpdateContactFlowModuleMetadataCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.UpdateContactFlowModuleMetadataRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_1_1.UpdateContactFlowModuleMetadataResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1UpdateContactFlowModuleMetadataCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1UpdateContactFlowModuleMetadataCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.UpdateContactFlowModuleMetadataCommand = UpdateContactFlowModuleMetadataCommand;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateContactFlowNameCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class UpdateContactFlowNameCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
@@ -20,7 +20,7 @@ class UpdateContactFlowNameCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.UpdateContactFlowNameRequest.filterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateContactScheduleCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class UpdateContactScheduleCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
@@ -20,8 +20,8 @@ class UpdateContactScheduleCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.UpdateContactScheduleRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_1_1.UpdateContactScheduleResponse.filterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateHoursOfOperationCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class UpdateHoursOfOperationCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
@@ -20,7 +20,7 @@ class UpdateHoursOfOperationCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.UpdateHoursOfOperationRequest.filterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateInstanceAttributeCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class UpdateInstanceAttributeCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
@@ -20,7 +20,7 @@ class UpdateInstanceAttributeCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.UpdateInstanceAttributeRequest.filterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateInstanceStorageConfigCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class UpdateInstanceStorageConfigCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
@@ -20,7 +20,7 @@ class UpdateInstanceStorageConfigCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.UpdateInstanceStorageConfigRequest.filterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateQueueHoursOfOperationCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class UpdateQueueHoursOfOperationCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
@@ -20,7 +20,7 @@ class UpdateQueueHoursOfOperationCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.UpdateQueueHoursOfOperationRequest.filterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateQueueMaxContactsCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class UpdateQueueMaxContactsCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
@@ -20,7 +20,7 @@ class UpdateQueueMaxContactsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.UpdateQueueMaxContactsRequest.filterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -11,6 +11,7 @@ tslib_1.__exportStar(require("./AssociateRoutingProfileQueuesCommand"), exports)
|
|
|
11
11
|
tslib_1.__exportStar(require("./AssociateSecurityKeyCommand"), exports);
|
|
12
12
|
tslib_1.__exportStar(require("./CreateAgentStatusCommand"), exports);
|
|
13
13
|
tslib_1.__exportStar(require("./CreateContactFlowCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./CreateContactFlowModuleCommand"), exports);
|
|
14
15
|
tslib_1.__exportStar(require("./CreateHoursOfOperationCommand"), exports);
|
|
15
16
|
tslib_1.__exportStar(require("./CreateInstanceCommand"), exports);
|
|
16
17
|
tslib_1.__exportStar(require("./CreateIntegrationAssociationCommand"), exports);
|
|
@@ -21,6 +22,8 @@ tslib_1.__exportStar(require("./CreateSecurityProfileCommand"), exports);
|
|
|
21
22
|
tslib_1.__exportStar(require("./CreateUseCaseCommand"), exports);
|
|
22
23
|
tslib_1.__exportStar(require("./CreateUserCommand"), exports);
|
|
23
24
|
tslib_1.__exportStar(require("./CreateUserHierarchyGroupCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DeleteContactFlowCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DeleteContactFlowModuleCommand"), exports);
|
|
24
27
|
tslib_1.__exportStar(require("./DeleteHoursOfOperationCommand"), exports);
|
|
25
28
|
tslib_1.__exportStar(require("./DeleteInstanceCommand"), exports);
|
|
26
29
|
tslib_1.__exportStar(require("./DeleteIntegrationAssociationCommand"), exports);
|
|
@@ -32,6 +35,7 @@ tslib_1.__exportStar(require("./DeleteUserHierarchyGroupCommand"), exports);
|
|
|
32
35
|
tslib_1.__exportStar(require("./DescribeAgentStatusCommand"), exports);
|
|
33
36
|
tslib_1.__exportStar(require("./DescribeContactCommand"), exports);
|
|
34
37
|
tslib_1.__exportStar(require("./DescribeContactFlowCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./DescribeContactFlowModuleCommand"), exports);
|
|
35
39
|
tslib_1.__exportStar(require("./DescribeHoursOfOperationCommand"), exports);
|
|
36
40
|
tslib_1.__exportStar(require("./DescribeInstanceAttributeCommand"), exports);
|
|
37
41
|
tslib_1.__exportStar(require("./DescribeInstanceCommand"), exports);
|
|
@@ -58,6 +62,7 @@ tslib_1.__exportStar(require("./GetMetricDataCommand"), exports);
|
|
|
58
62
|
tslib_1.__exportStar(require("./ListAgentStatusesCommand"), exports);
|
|
59
63
|
tslib_1.__exportStar(require("./ListApprovedOriginsCommand"), exports);
|
|
60
64
|
tslib_1.__exportStar(require("./ListBotsCommand"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./ListContactFlowModulesCommand"), exports);
|
|
61
66
|
tslib_1.__exportStar(require("./ListContactFlowsCommand"), exports);
|
|
62
67
|
tslib_1.__exportStar(require("./ListContactReferencesCommand"), exports);
|
|
63
68
|
tslib_1.__exportStar(require("./ListHoursOfOperationsCommand"), exports);
|
|
@@ -97,6 +102,9 @@ tslib_1.__exportStar(require("./UpdateAgentStatusCommand"), exports);
|
|
|
97
102
|
tslib_1.__exportStar(require("./UpdateContactAttributesCommand"), exports);
|
|
98
103
|
tslib_1.__exportStar(require("./UpdateContactCommand"), exports);
|
|
99
104
|
tslib_1.__exportStar(require("./UpdateContactFlowContentCommand"), exports);
|
|
105
|
+
tslib_1.__exportStar(require("./UpdateContactFlowMetadataCommand"), exports);
|
|
106
|
+
tslib_1.__exportStar(require("./UpdateContactFlowModuleContentCommand"), exports);
|
|
107
|
+
tslib_1.__exportStar(require("./UpdateContactFlowModuleMetadataCommand"), exports);
|
|
100
108
|
tslib_1.__exportStar(require("./UpdateContactFlowNameCommand"), exports);
|
|
101
109
|
tslib_1.__exportStar(require("./UpdateContactScheduleCommand"), exports);
|
|
102
110
|
tslib_1.__exportStar(require("./UpdateHoursOfOperationCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -1,18 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.DisassociateRoutingProfileQueuesRequest = exports.DisassociateQueueQuickConnectsRequest = exports.DisassociateLexBotRequest = exports.DisassociateLambdaFunctionRequest = exports.DisassociateInstanceStorageConfigRequest = exports.DisassociateBotRequest = exports.DisassociateApprovedOriginRequest = exports.DescribeUserHierarchyStructureResponse = exports.HierarchyStructure = exports.HierarchyLevel = exports.DescribeUserHierarchyStructureRequest = exports.DescribeUserHierarchyGroupResponse = exports.HierarchyGroup = exports.HierarchyPath = exports.HierarchyGroupSummary = exports.DescribeUserHierarchyGroupRequest = exports.DescribeUserResponse = exports.User = exports.DescribeUserRequest = exports.DescribeSecurityProfileResponse = exports.SecurityProfile = exports.DescribeSecurityProfileRequest = exports.DescribeRoutingProfileResponse = exports.RoutingProfile = exports.DescribeRoutingProfileRequest = exports.DescribeQuickConnectResponse = exports.QuickConnect = exports.DescribeQuickConnectRequest = exports.DescribeQueueResponse = exports.Queue = exports.QueueStatus = exports.DescribeQueueRequest = exports.DescribeInstanceStorageConfigResponse = exports.DescribeInstanceStorageConfigRequest = exports.DescribeInstanceAttributeResponse = exports.Attribute = exports.DescribeInstanceAttributeRequest = exports.InstanceAttributeType = exports.DescribeInstanceResponse = exports.Instance = exports.InstanceStatusReason = exports.InstanceStatus = exports.DescribeInstanceRequest = exports.DescribeHoursOfOperationResponse = exports.HoursOfOperation = exports.DescribeHoursOfOperationRequest = exports.
|
|
6
|
-
exports.ListInstanceAttributesResponse = exports.ListInstanceAttributesRequest = exports.ListHoursOfOperationsResponse = exports.HoursOfOperationSummary = exports.ListHoursOfOperationsRequest = exports.ListContactReferencesResponse = exports.ReferenceSummary = exports.UrlReference = exports.AttachmentReference = exports.ReferenceStatus = exports.ListContactReferencesRequest = exports.ReferenceType = exports.ListContactFlowsResponse = exports.ContactFlowSummary = exports.ListContactFlowsRequest = exports.ListBotsResponse = exports.LexBotConfig = exports.ListBotsRequest = exports.LexVersion = exports.ListApprovedOriginsResponse = exports.ListApprovedOriginsRequest = exports.ListAgentStatusResponse = exports.ListAgentStatusRequest = exports.GetMetricDataResponse = exports.HistoricalMetricResult = exports.HistoricalMetricData = exports.GetMetricDataRequest = exports.HistoricalMetric = exports.Threshold = exports.Comparison = exports.Statistic = exports.HistoricalMetricName = exports.
|
|
3
|
+
exports.OutboundCallerConfig = exports.CreateIntegrationAssociationResponse = exports.CreateIntegrationAssociationRequest = exports.SourceType = exports.IntegrationType = exports.CreateInstanceResponse = exports.CreateInstanceRequest = exports.DirectoryType = exports.CreateHoursOfOperationResponse = exports.CreateHoursOfOperationRequest = exports.HoursOfOperationConfig = exports.HoursOfOperationTimeSlice = exports.HoursOfOperationDays = exports.CreateContactFlowModuleResponse = exports.CreateContactFlowModuleRequest = exports.ProblemDetail = exports.CreateContactFlowResponse = exports.CreateContactFlowRequest = exports.ContactFlowType = exports.CreateAgentStatusResponse = exports.CreateAgentStatusRequest = exports.AssociateSecurityKeyResponse = exports.AssociateSecurityKeyRequest = exports.AssociateRoutingProfileQueuesRequest = exports.RoutingProfileQueueConfig = exports.RoutingProfileQueueReference = exports.Channel = exports.AssociateQueueQuickConnectsRequest = exports.AssociateLexBotRequest = exports.AssociateLambdaFunctionRequest = exports.AssociateInstanceStorageConfigResponse = exports.AssociateInstanceStorageConfigRequest = exports.InstanceStorageConfig = exports.StorageType = exports.S3Config = exports.KinesisVideoStreamConfig = exports.EncryptionConfig = exports.EncryptionType = exports.KinesisStreamConfig = exports.KinesisFirehoseConfig = exports.InstanceStorageResourceType = exports.AssociateBotRequest = exports.LexV2Bot = exports.LexBot = exports.AssociateApprovedOriginRequest = exports.AgentStatusSummary = exports.AgentStatus = exports.AgentStatusType = exports.AgentStatusState = exports.AgentInfo = void 0;
|
|
4
|
+
exports.ContactFlowModuleStatus = exports.ContactFlowModuleState = exports.DescribeContactFlowModuleRequest = exports.DescribeContactFlowResponse = exports.ContactFlow = exports.ContactFlowState = exports.DescribeContactFlowRequest = exports.DescribeContactResponse = exports.Contact = exports.QueueInfo = exports.ContactInitiationMethod = exports.DescribeContactRequest = exports.DescribeAgentStatusResponse = exports.DescribeAgentStatusRequest = exports.DeleteUserHierarchyGroupRequest = exports.DeleteUserRequest = exports.DeleteUseCaseRequest = exports.ResourceType = exports.DeleteSecurityProfileRequest = exports.DeleteQuickConnectRequest = exports.DeleteIntegrationAssociationRequest = exports.DeleteInstanceRequest = exports.DeleteHoursOfOperationRequest = exports.DeleteContactFlowModuleResponse = exports.DeleteContactFlowModuleRequest = exports.DeleteContactFlowRequest = exports.CreateUserHierarchyGroupResponse = exports.CreateUserHierarchyGroupRequest = exports.CreateUserResponse = exports.CreateUserRequest = exports.UserPhoneConfig = exports.PhoneType = exports.UserIdentityInfo = exports.CreateUseCaseResponse = exports.CreateUseCaseRequest = exports.UseCaseType = exports.CreateSecurityProfileResponse = exports.CreateSecurityProfileRequest = exports.CreateRoutingProfileResponse = exports.CreateRoutingProfileRequest = exports.MediaConcurrency = exports.CreateQuickConnectResponse = exports.CreateQuickConnectRequest = exports.QuickConnectConfig = exports.UserQuickConnectConfig = exports.QuickConnectType = exports.QueueQuickConnectConfig = exports.PhoneNumberQuickConnectConfig = exports.CreateQueueResponse = exports.CreateQueueRequest = void 0;
|
|
5
|
+
exports.GetContactAttributesRequest = exports.DisassociateSecurityKeyRequest = exports.DisassociateRoutingProfileQueuesRequest = exports.DisassociateQueueQuickConnectsRequest = exports.DisassociateLexBotRequest = exports.DisassociateLambdaFunctionRequest = exports.DisassociateInstanceStorageConfigRequest = exports.DisassociateBotRequest = exports.DisassociateApprovedOriginRequest = exports.DescribeUserHierarchyStructureResponse = exports.HierarchyStructure = exports.HierarchyLevel = exports.DescribeUserHierarchyStructureRequest = exports.DescribeUserHierarchyGroupResponse = exports.HierarchyGroup = exports.HierarchyPath = exports.HierarchyGroupSummary = exports.DescribeUserHierarchyGroupRequest = exports.DescribeUserResponse = exports.User = exports.DescribeUserRequest = exports.DescribeSecurityProfileResponse = exports.SecurityProfile = exports.DescribeSecurityProfileRequest = exports.DescribeRoutingProfileResponse = exports.RoutingProfile = exports.DescribeRoutingProfileRequest = exports.DescribeQuickConnectResponse = exports.QuickConnect = exports.DescribeQuickConnectRequest = exports.DescribeQueueResponse = exports.Queue = exports.QueueStatus = exports.DescribeQueueRequest = exports.DescribeInstanceStorageConfigResponse = exports.DescribeInstanceStorageConfigRequest = exports.DescribeInstanceAttributeResponse = exports.Attribute = exports.DescribeInstanceAttributeRequest = exports.InstanceAttributeType = exports.DescribeInstanceResponse = exports.Instance = exports.InstanceStatusReason = exports.InstanceStatus = exports.DescribeInstanceRequest = exports.DescribeHoursOfOperationResponse = exports.HoursOfOperation = exports.DescribeHoursOfOperationRequest = exports.DescribeContactFlowModuleResponse = exports.ContactFlowModule = void 0;
|
|
6
|
+
exports.ListInstanceAttributesResponse = exports.ListInstanceAttributesRequest = exports.ListHoursOfOperationsResponse = exports.HoursOfOperationSummary = exports.ListHoursOfOperationsRequest = exports.ListContactReferencesResponse = exports.ReferenceSummary = exports.UrlReference = exports.AttachmentReference = exports.ReferenceStatus = exports.ListContactReferencesRequest = exports.ReferenceType = exports.ListContactFlowsResponse = exports.ContactFlowSummary = exports.ListContactFlowsRequest = exports.ListContactFlowModulesResponse = exports.ContactFlowModuleSummary = exports.ListContactFlowModulesRequest = exports.ListBotsResponse = exports.LexBotConfig = exports.ListBotsRequest = exports.LexVersion = exports.ListApprovedOriginsResponse = exports.ListApprovedOriginsRequest = exports.ListAgentStatusResponse = exports.ListAgentStatusRequest = exports.GetMetricDataResponse = exports.HistoricalMetricResult = exports.HistoricalMetricData = exports.GetMetricDataRequest = exports.HistoricalMetric = exports.Threshold = exports.Comparison = exports.Statistic = exports.HistoricalMetricName = exports.GetFederationTokenResponse = exports.Credentials = exports.GetFederationTokenRequest = exports.GetCurrentMetricDataResponse = exports.CurrentMetricResult = exports.Dimensions = exports.QueueReference = exports.CurrentMetricData = exports.GetCurrentMetricDataRequest = exports.Grouping = exports.Filters = exports.CurrentMetric = exports.Unit = exports.CurrentMetricName = exports.GetContactAttributesResponse = void 0;
|
|
7
7
|
exports.ListUserHierarchyGroupsResponse = exports.ListUserHierarchyGroupsRequest = exports.ListUseCasesResponse = exports.UseCase = exports.ListUseCasesRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListSecurityProfilesResponse = exports.SecurityProfileSummary = exports.ListSecurityProfilesRequest = exports.ListSecurityProfilePermissionsResponse = exports.ListSecurityProfilePermissionsRequest = exports.ListSecurityKeysResponse = exports.SecurityKey = exports.ListSecurityKeysRequest = exports.ListRoutingProfilesResponse = exports.RoutingProfileSummary = exports.ListRoutingProfilesRequest = exports.ListRoutingProfileQueuesResponse = exports.RoutingProfileQueueConfigSummary = exports.ListRoutingProfileQueuesRequest = exports.ListQuickConnectsResponse = exports.ListQuickConnectsRequest = exports.ListQueuesResponse = exports.QueueSummary = exports.ListQueuesRequest = exports.QueueType = exports.ListQueueQuickConnectsResponse = exports.QuickConnectSummary = exports.ListQueueQuickConnectsRequest = exports.ListPromptsResponse = exports.PromptSummary = exports.ListPromptsRequest = exports.ListPhoneNumbersResponse = exports.PhoneNumberSummary = exports.ListPhoneNumbersRequest = exports.PhoneNumberType = exports.PhoneNumberCountryCode = exports.ListLexBotsResponse = exports.ListLexBotsRequest = exports.ListLambdaFunctionsResponse = exports.ListLambdaFunctionsRequest = exports.ListIntegrationAssociationsResponse = exports.IntegrationAssociationSummary = exports.ListIntegrationAssociationsRequest = exports.ListInstanceStorageConfigsResponse = exports.ListInstanceStorageConfigsRequest = exports.ListInstancesResponse = exports.InstanceSummary = exports.ListInstancesRequest = void 0;
|
|
8
|
-
exports.
|
|
8
|
+
exports.SuspendContactRecordingResponse = exports.SuspendContactRecordingRequest = exports.StopContactStreamingResponse = exports.StopContactStreamingRequest = exports.StopContactRecordingResponse = exports.StopContactRecordingRequest = exports.StopContactResponse = exports.StopContactRequest = exports.StartTaskContactResponse = exports.StartTaskContactRequest = exports.Reference = exports.StartOutboundVoiceContactResponse = exports.StartOutboundVoiceContactRequest = exports.TrafficType = exports.AnswerMachineDetectionConfig = exports.StartContactStreamingResponse = exports.StartContactStreamingRequest = exports.ChatStreamingConfiguration = exports.StartContactRecordingResponse = exports.StartContactRecordingRequest = exports.VoiceRecordingConfiguration = exports.VoiceRecordingTrack = exports.StartChatContactResponse = exports.StartChatContactRequest = exports.ParticipantDetails = exports.ChatMessage = exports.ResumeContactRecordingResponse = exports.ResumeContactRecordingRequest = exports.ListUsersResponse = exports.UserSummary = exports.ListUsersRequest = void 0;
|
|
9
9
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
|
-
var AccessDeniedException;
|
|
11
|
-
(function (AccessDeniedException) {
|
|
12
|
-
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
13
|
-
...obj,
|
|
14
|
-
});
|
|
15
|
-
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
16
10
|
var AgentInfo;
|
|
17
11
|
(function (AgentInfo) {
|
|
18
12
|
AgentInfo.filterSensitiveLog = (obj) => ({
|
|
@@ -48,48 +42,6 @@ var AssociateApprovedOriginRequest;
|
|
|
48
42
|
...obj,
|
|
49
43
|
});
|
|
50
44
|
})(AssociateApprovedOriginRequest = exports.AssociateApprovedOriginRequest || (exports.AssociateApprovedOriginRequest = {}));
|
|
51
|
-
var InternalServiceException;
|
|
52
|
-
(function (InternalServiceException) {
|
|
53
|
-
InternalServiceException.filterSensitiveLog = (obj) => ({
|
|
54
|
-
...obj,
|
|
55
|
-
});
|
|
56
|
-
})(InternalServiceException = exports.InternalServiceException || (exports.InternalServiceException = {}));
|
|
57
|
-
var InvalidParameterException;
|
|
58
|
-
(function (InvalidParameterException) {
|
|
59
|
-
InvalidParameterException.filterSensitiveLog = (obj) => ({
|
|
60
|
-
...obj,
|
|
61
|
-
});
|
|
62
|
-
})(InvalidParameterException = exports.InvalidParameterException || (exports.InvalidParameterException = {}));
|
|
63
|
-
var InvalidRequestException;
|
|
64
|
-
(function (InvalidRequestException) {
|
|
65
|
-
InvalidRequestException.filterSensitiveLog = (obj) => ({
|
|
66
|
-
...obj,
|
|
67
|
-
});
|
|
68
|
-
})(InvalidRequestException = exports.InvalidRequestException || (exports.InvalidRequestException = {}));
|
|
69
|
-
var ResourceConflictException;
|
|
70
|
-
(function (ResourceConflictException) {
|
|
71
|
-
ResourceConflictException.filterSensitiveLog = (obj) => ({
|
|
72
|
-
...obj,
|
|
73
|
-
});
|
|
74
|
-
})(ResourceConflictException = exports.ResourceConflictException || (exports.ResourceConflictException = {}));
|
|
75
|
-
var ResourceNotFoundException;
|
|
76
|
-
(function (ResourceNotFoundException) {
|
|
77
|
-
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
78
|
-
...obj,
|
|
79
|
-
});
|
|
80
|
-
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
81
|
-
var ServiceQuotaExceededException;
|
|
82
|
-
(function (ServiceQuotaExceededException) {
|
|
83
|
-
ServiceQuotaExceededException.filterSensitiveLog = (obj) => ({
|
|
84
|
-
...obj,
|
|
85
|
-
});
|
|
86
|
-
})(ServiceQuotaExceededException = exports.ServiceQuotaExceededException || (exports.ServiceQuotaExceededException = {}));
|
|
87
|
-
var ThrottlingException;
|
|
88
|
-
(function (ThrottlingException) {
|
|
89
|
-
ThrottlingException.filterSensitiveLog = (obj) => ({
|
|
90
|
-
...obj,
|
|
91
|
-
});
|
|
92
|
-
})(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
|
|
93
45
|
var LexBot;
|
|
94
46
|
(function (LexBot) {
|
|
95
47
|
LexBot.filterSensitiveLog = (obj) => ({
|
|
@@ -108,12 +60,6 @@ var AssociateBotRequest;
|
|
|
108
60
|
...obj,
|
|
109
61
|
});
|
|
110
62
|
})(AssociateBotRequest = exports.AssociateBotRequest || (exports.AssociateBotRequest = {}));
|
|
111
|
-
var LimitExceededException;
|
|
112
|
-
(function (LimitExceededException) {
|
|
113
|
-
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
114
|
-
...obj,
|
|
115
|
-
});
|
|
116
|
-
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
117
63
|
var InstanceStorageResourceType;
|
|
118
64
|
(function (InstanceStorageResourceType) {
|
|
119
65
|
InstanceStorageResourceType["AGENT_EVENTS"] = "AGENT_EVENTS";
|
|
@@ -248,12 +194,6 @@ var CreateAgentStatusResponse;
|
|
|
248
194
|
...obj,
|
|
249
195
|
});
|
|
250
196
|
})(CreateAgentStatusResponse = exports.CreateAgentStatusResponse || (exports.CreateAgentStatusResponse = {}));
|
|
251
|
-
var DuplicateResourceException;
|
|
252
|
-
(function (DuplicateResourceException) {
|
|
253
|
-
DuplicateResourceException.filterSensitiveLog = (obj) => ({
|
|
254
|
-
...obj,
|
|
255
|
-
});
|
|
256
|
-
})(DuplicateResourceException = exports.DuplicateResourceException || (exports.DuplicateResourceException = {}));
|
|
257
197
|
var ContactFlowType;
|
|
258
198
|
(function (ContactFlowType) {
|
|
259
199
|
ContactFlowType["AGENT_HOLD"] = "AGENT_HOLD";
|
|
@@ -284,12 +224,18 @@ var ProblemDetail;
|
|
|
284
224
|
...obj,
|
|
285
225
|
});
|
|
286
226
|
})(ProblemDetail = exports.ProblemDetail || (exports.ProblemDetail = {}));
|
|
287
|
-
var
|
|
288
|
-
(function (
|
|
289
|
-
|
|
227
|
+
var CreateContactFlowModuleRequest;
|
|
228
|
+
(function (CreateContactFlowModuleRequest) {
|
|
229
|
+
CreateContactFlowModuleRequest.filterSensitiveLog = (obj) => ({
|
|
290
230
|
...obj,
|
|
291
231
|
});
|
|
292
|
-
})(
|
|
232
|
+
})(CreateContactFlowModuleRequest = exports.CreateContactFlowModuleRequest || (exports.CreateContactFlowModuleRequest = {}));
|
|
233
|
+
var CreateContactFlowModuleResponse;
|
|
234
|
+
(function (CreateContactFlowModuleResponse) {
|
|
235
|
+
CreateContactFlowModuleResponse.filterSensitiveLog = (obj) => ({
|
|
236
|
+
...obj,
|
|
237
|
+
});
|
|
238
|
+
})(CreateContactFlowModuleResponse = exports.CreateContactFlowModuleResponse || (exports.CreateContactFlowModuleResponse = {}));
|
|
293
239
|
var HoursOfOperationDays;
|
|
294
240
|
(function (HoursOfOperationDays) {
|
|
295
241
|
HoursOfOperationDays["FRIDAY"] = "FRIDAY";
|
|
@@ -516,6 +462,24 @@ var CreateUserHierarchyGroupResponse;
|
|
|
516
462
|
...obj,
|
|
517
463
|
});
|
|
518
464
|
})(CreateUserHierarchyGroupResponse = exports.CreateUserHierarchyGroupResponse || (exports.CreateUserHierarchyGroupResponse = {}));
|
|
465
|
+
var DeleteContactFlowRequest;
|
|
466
|
+
(function (DeleteContactFlowRequest) {
|
|
467
|
+
DeleteContactFlowRequest.filterSensitiveLog = (obj) => ({
|
|
468
|
+
...obj,
|
|
469
|
+
});
|
|
470
|
+
})(DeleteContactFlowRequest = exports.DeleteContactFlowRequest || (exports.DeleteContactFlowRequest = {}));
|
|
471
|
+
var DeleteContactFlowModuleRequest;
|
|
472
|
+
(function (DeleteContactFlowModuleRequest) {
|
|
473
|
+
DeleteContactFlowModuleRequest.filterSensitiveLog = (obj) => ({
|
|
474
|
+
...obj,
|
|
475
|
+
});
|
|
476
|
+
})(DeleteContactFlowModuleRequest = exports.DeleteContactFlowModuleRequest || (exports.DeleteContactFlowModuleRequest = {}));
|
|
477
|
+
var DeleteContactFlowModuleResponse;
|
|
478
|
+
(function (DeleteContactFlowModuleResponse) {
|
|
479
|
+
DeleteContactFlowModuleResponse.filterSensitiveLog = (obj) => ({
|
|
480
|
+
...obj,
|
|
481
|
+
});
|
|
482
|
+
})(DeleteContactFlowModuleResponse = exports.DeleteContactFlowModuleResponse || (exports.DeleteContactFlowModuleResponse = {}));
|
|
519
483
|
var DeleteHoursOfOperationRequest;
|
|
520
484
|
(function (DeleteHoursOfOperationRequest) {
|
|
521
485
|
DeleteHoursOfOperationRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -556,12 +520,6 @@ var ResourceType;
|
|
|
556
520
|
ResourceType["PARTICIPANT"] = "PARTICIPANT";
|
|
557
521
|
ResourceType["USER"] = "USER";
|
|
558
522
|
})(ResourceType = exports.ResourceType || (exports.ResourceType = {}));
|
|
559
|
-
var ResourceInUseException;
|
|
560
|
-
(function (ResourceInUseException) {
|
|
561
|
-
ResourceInUseException.filterSensitiveLog = (obj) => ({
|
|
562
|
-
...obj,
|
|
563
|
-
});
|
|
564
|
-
})(ResourceInUseException = exports.ResourceInUseException || (exports.ResourceInUseException = {}));
|
|
565
523
|
var DeleteUseCaseRequest;
|
|
566
524
|
(function (DeleteUseCaseRequest) {
|
|
567
525
|
DeleteUseCaseRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -625,18 +583,17 @@ var DescribeContactResponse;
|
|
|
625
583
|
...obj,
|
|
626
584
|
});
|
|
627
585
|
})(DescribeContactResponse = exports.DescribeContactResponse || (exports.DescribeContactResponse = {}));
|
|
628
|
-
var ContactFlowNotPublishedException;
|
|
629
|
-
(function (ContactFlowNotPublishedException) {
|
|
630
|
-
ContactFlowNotPublishedException.filterSensitiveLog = (obj) => ({
|
|
631
|
-
...obj,
|
|
632
|
-
});
|
|
633
|
-
})(ContactFlowNotPublishedException = exports.ContactFlowNotPublishedException || (exports.ContactFlowNotPublishedException = {}));
|
|
634
586
|
var DescribeContactFlowRequest;
|
|
635
587
|
(function (DescribeContactFlowRequest) {
|
|
636
588
|
DescribeContactFlowRequest.filterSensitiveLog = (obj) => ({
|
|
637
589
|
...obj,
|
|
638
590
|
});
|
|
639
591
|
})(DescribeContactFlowRequest = exports.DescribeContactFlowRequest || (exports.DescribeContactFlowRequest = {}));
|
|
592
|
+
var ContactFlowState;
|
|
593
|
+
(function (ContactFlowState) {
|
|
594
|
+
ContactFlowState["ACTIVE"] = "ACTIVE";
|
|
595
|
+
ContactFlowState["ARCHIVED"] = "ARCHIVED";
|
|
596
|
+
})(ContactFlowState = exports.ContactFlowState || (exports.ContactFlowState = {}));
|
|
640
597
|
var ContactFlow;
|
|
641
598
|
(function (ContactFlow) {
|
|
642
599
|
ContactFlow.filterSensitiveLog = (obj) => ({
|
|
@@ -649,6 +606,34 @@ var DescribeContactFlowResponse;
|
|
|
649
606
|
...obj,
|
|
650
607
|
});
|
|
651
608
|
})(DescribeContactFlowResponse = exports.DescribeContactFlowResponse || (exports.DescribeContactFlowResponse = {}));
|
|
609
|
+
var DescribeContactFlowModuleRequest;
|
|
610
|
+
(function (DescribeContactFlowModuleRequest) {
|
|
611
|
+
DescribeContactFlowModuleRequest.filterSensitiveLog = (obj) => ({
|
|
612
|
+
...obj,
|
|
613
|
+
});
|
|
614
|
+
})(DescribeContactFlowModuleRequest = exports.DescribeContactFlowModuleRequest || (exports.DescribeContactFlowModuleRequest = {}));
|
|
615
|
+
var ContactFlowModuleState;
|
|
616
|
+
(function (ContactFlowModuleState) {
|
|
617
|
+
ContactFlowModuleState["ACTIVE"] = "ACTIVE";
|
|
618
|
+
ContactFlowModuleState["ARCHIVED"] = "ARCHIVED";
|
|
619
|
+
})(ContactFlowModuleState = exports.ContactFlowModuleState || (exports.ContactFlowModuleState = {}));
|
|
620
|
+
var ContactFlowModuleStatus;
|
|
621
|
+
(function (ContactFlowModuleStatus) {
|
|
622
|
+
ContactFlowModuleStatus["PUBLISHED"] = "PUBLISHED";
|
|
623
|
+
ContactFlowModuleStatus["SAVED"] = "SAVED";
|
|
624
|
+
})(ContactFlowModuleStatus = exports.ContactFlowModuleStatus || (exports.ContactFlowModuleStatus = {}));
|
|
625
|
+
var ContactFlowModule;
|
|
626
|
+
(function (ContactFlowModule) {
|
|
627
|
+
ContactFlowModule.filterSensitiveLog = (obj) => ({
|
|
628
|
+
...obj,
|
|
629
|
+
});
|
|
630
|
+
})(ContactFlowModule = exports.ContactFlowModule || (exports.ContactFlowModule = {}));
|
|
631
|
+
var DescribeContactFlowModuleResponse;
|
|
632
|
+
(function (DescribeContactFlowModuleResponse) {
|
|
633
|
+
DescribeContactFlowModuleResponse.filterSensitiveLog = (obj) => ({
|
|
634
|
+
...obj,
|
|
635
|
+
});
|
|
636
|
+
})(DescribeContactFlowModuleResponse = exports.DescribeContactFlowModuleResponse || (exports.DescribeContactFlowModuleResponse = {}));
|
|
652
637
|
var DescribeHoursOfOperationRequest;
|
|
653
638
|
(function (DescribeHoursOfOperationRequest) {
|
|
654
639
|
DescribeHoursOfOperationRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1044,12 +1029,6 @@ var GetFederationTokenResponse;
|
|
|
1044
1029
|
...(obj.Credentials && { Credentials: Credentials.filterSensitiveLog(obj.Credentials) }),
|
|
1045
1030
|
});
|
|
1046
1031
|
})(GetFederationTokenResponse = exports.GetFederationTokenResponse || (exports.GetFederationTokenResponse = {}));
|
|
1047
|
-
var UserNotFoundException;
|
|
1048
|
-
(function (UserNotFoundException) {
|
|
1049
|
-
UserNotFoundException.filterSensitiveLog = (obj) => ({
|
|
1050
|
-
...obj,
|
|
1051
|
-
});
|
|
1052
|
-
})(UserNotFoundException = exports.UserNotFoundException || (exports.UserNotFoundException = {}));
|
|
1053
1032
|
var HistoricalMetricName;
|
|
1054
1033
|
(function (HistoricalMetricName) {
|
|
1055
1034
|
HistoricalMetricName["ABANDON_TIME"] = "ABANDON_TIME";
|
|
@@ -1171,6 +1150,24 @@ var ListBotsResponse;
|
|
|
1171
1150
|
...obj,
|
|
1172
1151
|
});
|
|
1173
1152
|
})(ListBotsResponse = exports.ListBotsResponse || (exports.ListBotsResponse = {}));
|
|
1153
|
+
var ListContactFlowModulesRequest;
|
|
1154
|
+
(function (ListContactFlowModulesRequest) {
|
|
1155
|
+
ListContactFlowModulesRequest.filterSensitiveLog = (obj) => ({
|
|
1156
|
+
...obj,
|
|
1157
|
+
});
|
|
1158
|
+
})(ListContactFlowModulesRequest = exports.ListContactFlowModulesRequest || (exports.ListContactFlowModulesRequest = {}));
|
|
1159
|
+
var ContactFlowModuleSummary;
|
|
1160
|
+
(function (ContactFlowModuleSummary) {
|
|
1161
|
+
ContactFlowModuleSummary.filterSensitiveLog = (obj) => ({
|
|
1162
|
+
...obj,
|
|
1163
|
+
});
|
|
1164
|
+
})(ContactFlowModuleSummary = exports.ContactFlowModuleSummary || (exports.ContactFlowModuleSummary = {}));
|
|
1165
|
+
var ListContactFlowModulesResponse;
|
|
1166
|
+
(function (ListContactFlowModulesResponse) {
|
|
1167
|
+
ListContactFlowModulesResponse.filterSensitiveLog = (obj) => ({
|
|
1168
|
+
...obj,
|
|
1169
|
+
});
|
|
1170
|
+
})(ListContactFlowModulesResponse = exports.ListContactFlowModulesResponse || (exports.ListContactFlowModulesResponse = {}));
|
|
1174
1171
|
var ListContactFlowsRequest;
|
|
1175
1172
|
(function (ListContactFlowsRequest) {
|
|
1176
1173
|
ListContactFlowsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1906,18 +1903,6 @@ var StartContactStreamingResponse;
|
|
|
1906
1903
|
...obj,
|
|
1907
1904
|
});
|
|
1908
1905
|
})(StartContactStreamingResponse = exports.StartContactStreamingResponse || (exports.StartContactStreamingResponse = {}));
|
|
1909
|
-
var DestinationNotAllowedException;
|
|
1910
|
-
(function (DestinationNotAllowedException) {
|
|
1911
|
-
DestinationNotAllowedException.filterSensitiveLog = (obj) => ({
|
|
1912
|
-
...obj,
|
|
1913
|
-
});
|
|
1914
|
-
})(DestinationNotAllowedException = exports.DestinationNotAllowedException || (exports.DestinationNotAllowedException = {}));
|
|
1915
|
-
var OutboundContactNotPermittedException;
|
|
1916
|
-
(function (OutboundContactNotPermittedException) {
|
|
1917
|
-
OutboundContactNotPermittedException.filterSensitiveLog = (obj) => ({
|
|
1918
|
-
...obj,
|
|
1919
|
-
});
|
|
1920
|
-
})(OutboundContactNotPermittedException = exports.OutboundContactNotPermittedException || (exports.OutboundContactNotPermittedException = {}));
|
|
1921
1906
|
var AnswerMachineDetectionConfig;
|
|
1922
1907
|
(function (AnswerMachineDetectionConfig) {
|
|
1923
1908
|
AnswerMachineDetectionConfig.filterSensitiveLog = (obj) => ({
|
|
@@ -1959,12 +1944,6 @@ var StartTaskContactResponse;
|
|
|
1959
1944
|
...obj,
|
|
1960
1945
|
});
|
|
1961
1946
|
})(StartTaskContactResponse = exports.StartTaskContactResponse || (exports.StartTaskContactResponse = {}));
|
|
1962
|
-
var ContactNotFoundException;
|
|
1963
|
-
(function (ContactNotFoundException) {
|
|
1964
|
-
ContactNotFoundException.filterSensitiveLog = (obj) => ({
|
|
1965
|
-
...obj,
|
|
1966
|
-
});
|
|
1967
|
-
})(ContactNotFoundException = exports.ContactNotFoundException || (exports.ContactNotFoundException = {}));
|
|
1968
1947
|
var StopContactRequest;
|
|
1969
1948
|
(function (StopContactRequest) {
|
|
1970
1949
|
StopContactRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -2013,99 +1992,3 @@ var SuspendContactRecordingResponse;
|
|
|
2013
1992
|
...obj,
|
|
2014
1993
|
});
|
|
2015
1994
|
})(SuspendContactRecordingResponse = exports.SuspendContactRecordingResponse || (exports.SuspendContactRecordingResponse = {}));
|
|
2016
|
-
var TagResourceRequest;
|
|
2017
|
-
(function (TagResourceRequest) {
|
|
2018
|
-
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
2019
|
-
...obj,
|
|
2020
|
-
});
|
|
2021
|
-
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
2022
|
-
var UntagResourceRequest;
|
|
2023
|
-
(function (UntagResourceRequest) {
|
|
2024
|
-
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
2025
|
-
...obj,
|
|
2026
|
-
});
|
|
2027
|
-
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
2028
|
-
var UpdateAgentStatusRequest;
|
|
2029
|
-
(function (UpdateAgentStatusRequest) {
|
|
2030
|
-
UpdateAgentStatusRequest.filterSensitiveLog = (obj) => ({
|
|
2031
|
-
...obj,
|
|
2032
|
-
});
|
|
2033
|
-
})(UpdateAgentStatusRequest = exports.UpdateAgentStatusRequest || (exports.UpdateAgentStatusRequest = {}));
|
|
2034
|
-
var UpdateContactRequest;
|
|
2035
|
-
(function (UpdateContactRequest) {
|
|
2036
|
-
UpdateContactRequest.filterSensitiveLog = (obj) => ({
|
|
2037
|
-
...obj,
|
|
2038
|
-
});
|
|
2039
|
-
})(UpdateContactRequest = exports.UpdateContactRequest || (exports.UpdateContactRequest = {}));
|
|
2040
|
-
var UpdateContactResponse;
|
|
2041
|
-
(function (UpdateContactResponse) {
|
|
2042
|
-
UpdateContactResponse.filterSensitiveLog = (obj) => ({
|
|
2043
|
-
...obj,
|
|
2044
|
-
});
|
|
2045
|
-
})(UpdateContactResponse = exports.UpdateContactResponse || (exports.UpdateContactResponse = {}));
|
|
2046
|
-
var UpdateContactAttributesRequest;
|
|
2047
|
-
(function (UpdateContactAttributesRequest) {
|
|
2048
|
-
UpdateContactAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
2049
|
-
...obj,
|
|
2050
|
-
});
|
|
2051
|
-
})(UpdateContactAttributesRequest = exports.UpdateContactAttributesRequest || (exports.UpdateContactAttributesRequest = {}));
|
|
2052
|
-
var UpdateContactAttributesResponse;
|
|
2053
|
-
(function (UpdateContactAttributesResponse) {
|
|
2054
|
-
UpdateContactAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
2055
|
-
...obj,
|
|
2056
|
-
});
|
|
2057
|
-
})(UpdateContactAttributesResponse = exports.UpdateContactAttributesResponse || (exports.UpdateContactAttributesResponse = {}));
|
|
2058
|
-
var UpdateContactFlowContentRequest;
|
|
2059
|
-
(function (UpdateContactFlowContentRequest) {
|
|
2060
|
-
UpdateContactFlowContentRequest.filterSensitiveLog = (obj) => ({
|
|
2061
|
-
...obj,
|
|
2062
|
-
});
|
|
2063
|
-
})(UpdateContactFlowContentRequest = exports.UpdateContactFlowContentRequest || (exports.UpdateContactFlowContentRequest = {}));
|
|
2064
|
-
var UpdateContactFlowNameRequest;
|
|
2065
|
-
(function (UpdateContactFlowNameRequest) {
|
|
2066
|
-
UpdateContactFlowNameRequest.filterSensitiveLog = (obj) => ({
|
|
2067
|
-
...obj,
|
|
2068
|
-
});
|
|
2069
|
-
})(UpdateContactFlowNameRequest = exports.UpdateContactFlowNameRequest || (exports.UpdateContactFlowNameRequest = {}));
|
|
2070
|
-
var UpdateContactScheduleRequest;
|
|
2071
|
-
(function (UpdateContactScheduleRequest) {
|
|
2072
|
-
UpdateContactScheduleRequest.filterSensitiveLog = (obj) => ({
|
|
2073
|
-
...obj,
|
|
2074
|
-
});
|
|
2075
|
-
})(UpdateContactScheduleRequest = exports.UpdateContactScheduleRequest || (exports.UpdateContactScheduleRequest = {}));
|
|
2076
|
-
var UpdateContactScheduleResponse;
|
|
2077
|
-
(function (UpdateContactScheduleResponse) {
|
|
2078
|
-
UpdateContactScheduleResponse.filterSensitiveLog = (obj) => ({
|
|
2079
|
-
...obj,
|
|
2080
|
-
});
|
|
2081
|
-
})(UpdateContactScheduleResponse = exports.UpdateContactScheduleResponse || (exports.UpdateContactScheduleResponse = {}));
|
|
2082
|
-
var UpdateHoursOfOperationRequest;
|
|
2083
|
-
(function (UpdateHoursOfOperationRequest) {
|
|
2084
|
-
UpdateHoursOfOperationRequest.filterSensitiveLog = (obj) => ({
|
|
2085
|
-
...obj,
|
|
2086
|
-
});
|
|
2087
|
-
})(UpdateHoursOfOperationRequest = exports.UpdateHoursOfOperationRequest || (exports.UpdateHoursOfOperationRequest = {}));
|
|
2088
|
-
var UpdateInstanceAttributeRequest;
|
|
2089
|
-
(function (UpdateInstanceAttributeRequest) {
|
|
2090
|
-
UpdateInstanceAttributeRequest.filterSensitiveLog = (obj) => ({
|
|
2091
|
-
...obj,
|
|
2092
|
-
});
|
|
2093
|
-
})(UpdateInstanceAttributeRequest = exports.UpdateInstanceAttributeRequest || (exports.UpdateInstanceAttributeRequest = {}));
|
|
2094
|
-
var UpdateInstanceStorageConfigRequest;
|
|
2095
|
-
(function (UpdateInstanceStorageConfigRequest) {
|
|
2096
|
-
UpdateInstanceStorageConfigRequest.filterSensitiveLog = (obj) => ({
|
|
2097
|
-
...obj,
|
|
2098
|
-
});
|
|
2099
|
-
})(UpdateInstanceStorageConfigRequest = exports.UpdateInstanceStorageConfigRequest || (exports.UpdateInstanceStorageConfigRequest = {}));
|
|
2100
|
-
var UpdateQueueHoursOfOperationRequest;
|
|
2101
|
-
(function (UpdateQueueHoursOfOperationRequest) {
|
|
2102
|
-
UpdateQueueHoursOfOperationRequest.filterSensitiveLog = (obj) => ({
|
|
2103
|
-
...obj,
|
|
2104
|
-
});
|
|
2105
|
-
})(UpdateQueueHoursOfOperationRequest = exports.UpdateQueueHoursOfOperationRequest || (exports.UpdateQueueHoursOfOperationRequest = {}));
|
|
2106
|
-
var UpdateQueueMaxContactsRequest;
|
|
2107
|
-
(function (UpdateQueueMaxContactsRequest) {
|
|
2108
|
-
UpdateQueueMaxContactsRequest.filterSensitiveLog = (obj) => ({
|
|
2109
|
-
...obj,
|
|
2110
|
-
});
|
|
2111
|
-
})(UpdateQueueMaxContactsRequest = exports.UpdateQueueMaxContactsRequest || (exports.UpdateQueueMaxContactsRequest = {}));
|