@aws-sdk/client-connect 3.460.0 → 3.462.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/README.md +104 -0
- package/dist-cjs/Connect.js +26 -0
- package/dist-cjs/commands/AssociateAnalyticsDataSetCommand.js +51 -0
- package/dist-cjs/commands/AssociateFlowCommand.js +51 -0
- package/dist-cjs/commands/BatchAssociateAnalyticsDataSetCommand.js +51 -0
- package/dist-cjs/commands/BatchDisassociateAnalyticsDataSetCommand.js +51 -0
- package/dist-cjs/commands/DisassociateAnalyticsDataSetCommand.js +51 -0
- package/dist-cjs/commands/DisassociateFlowCommand.js +51 -0
- package/dist-cjs/commands/GetFlowAssociationCommand.js +51 -0
- package/dist-cjs/commands/ImportPhoneNumberCommand.js +51 -0
- package/dist-cjs/commands/ListAnalyticsDataAssociationsCommand.js +51 -0
- package/dist-cjs/commands/ListFlowAssociationsCommand.js +51 -0
- package/dist-cjs/commands/ListRealtimeContactAnalysisSegmentsV2Command.js +51 -0
- package/dist-cjs/commands/SendChatIntegrationEventCommand.js +51 -0
- package/dist-cjs/commands/StartWebRTCContactCommand.js +52 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/models/models_0.js +11 -10
- package/dist-cjs/models/models_1.js +81 -51
- package/dist-cjs/models/models_2.js +72 -1
- package/dist-cjs/pagination/ListFlowAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1056 -31
- package/dist-es/Connect.js +26 -0
- package/dist-es/commands/AssociateAnalyticsDataSetCommand.js +47 -0
- package/dist-es/commands/AssociateFlowCommand.js +47 -0
- package/dist-es/commands/BatchAssociateAnalyticsDataSetCommand.js +47 -0
- package/dist-es/commands/BatchDisassociateAnalyticsDataSetCommand.js +47 -0
- package/dist-es/commands/DisassociateAnalyticsDataSetCommand.js +47 -0
- package/dist-es/commands/DisassociateFlowCommand.js +47 -0
- package/dist-es/commands/GetFlowAssociationCommand.js +47 -0
- package/dist-es/commands/ImportPhoneNumberCommand.js +47 -0
- package/dist-es/commands/ListAnalyticsDataAssociationsCommand.js +47 -0
- package/dist-es/commands/ListFlowAssociationsCommand.js +47 -0
- package/dist-es/commands/ListRealtimeContactAnalysisSegmentsV2Command.js +47 -0
- package/dist-es/commands/SendChatIntegrationEventCommand.js +47 -0
- package/dist-es/commands/StartWebRTCContactCommand.js +48 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +9 -8
- package/dist-es/models/models_1.js +79 -47
- package/dist-es/models/models_2.js +65 -0
- package/dist-es/pagination/ListFlowAssociationsPaginator.js +25 -0
- package/dist-es/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +1019 -21
- package/dist-types/Connect.d.ts +91 -0
- package/dist-types/ConnectClient.d.ts +15 -2
- package/dist-types/commands/AssociateAnalyticsDataSetCommand.d.ts +95 -0
- package/dist-types/commands/AssociateFlowCommand.d.ts +92 -0
- package/dist-types/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +107 -0
- package/dist-types/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +102 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +1 -3
- package/dist-types/commands/DescribePhoneNumberCommand.d.ts +2 -1
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRuleCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +1 -2
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAnalyticsDataSetCommand.d.ts +89 -0
- package/dist-types/commands/DisassociateFlowCommand.d.ts +91 -0
- package/dist-types/commands/GetFlowAssociationCommand.d.ts +95 -0
- package/dist-types/commands/ImportPhoneNumberCommand.d.ts +100 -0
- package/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +101 -0
- package/dist-types/commands/ListFlowAssociationsCommand.d.ts +101 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +2 -2
- package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +4 -2
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +185 -0
- package/dist-types/commands/ListRulesCommand.d.ts +2 -2
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +2 -2
- package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +125 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
- package/dist-types/commands/StartContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/commands/StartTaskContactCommand.d.ts +1 -1
- package/dist-types/commands/StartWebRTCContactCommand.d.ts +137 -0
- package/dist-types/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TransferContactCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +271 -381
- package/dist-types/models/models_1.d.ts +3355 -3077
- package/dist-types/models/models_2.d.ts +1427 -2
- package/dist-types/pagination/ListFlowAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
- package/dist-types/ts3.4/Connect.d.ts +233 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/AssociateAnalyticsDataSetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/AssociateFlowCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficDistributionGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateAnalyticsDataSetCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DisassociateFlowCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetFlowAssociationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ImportPhoneNumberCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAnalyticsDataAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +42 -0
- package/dist-types/ts3.4/commands/SendChatIntegrationEventCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TransferContactCommand.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/UpdateContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +69 -94
- package/dist-types/ts3.4/models/models_1.d.ts +388 -256
- package/dist-types/ts3.4/models/models_2.d.ts +334 -0
- package/dist-types/ts3.4/pagination/ListFlowAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
- package/package.json +3 -3
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DisassociateFlowCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class DisassociateFlowCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DisassociateFlowCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ConnectClient";
|
|
29
|
+
const commandName = "DisassociateFlowCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonConnectService",
|
|
38
|
+
operation: "DisassociateFlow",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_DisassociateFlowCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_DisassociateFlowCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DisassociateFlowCommand = DisassociateFlowCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetFlowAssociationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class GetFlowAssociationCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetFlowAssociationCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ConnectClient";
|
|
29
|
+
const commandName = "GetFlowAssociationCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonConnectService",
|
|
38
|
+
operation: "GetFlowAssociation",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_GetFlowAssociationCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_GetFlowAssociationCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.GetFlowAssociationCommand = GetFlowAssociationCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ImportPhoneNumberCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class ImportPhoneNumberCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ImportPhoneNumberCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ConnectClient";
|
|
29
|
+
const commandName = "ImportPhoneNumberCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonConnectService",
|
|
38
|
+
operation: "ImportPhoneNumber",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_ImportPhoneNumberCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_ImportPhoneNumberCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ImportPhoneNumberCommand = ImportPhoneNumberCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListAnalyticsDataAssociationsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class ListAnalyticsDataAssociationsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListAnalyticsDataAssociationsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ConnectClient";
|
|
29
|
+
const commandName = "ListAnalyticsDataAssociationsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonConnectService",
|
|
38
|
+
operation: "ListAnalyticsDataAssociations",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_ListAnalyticsDataAssociationsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_ListAnalyticsDataAssociationsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ListAnalyticsDataAssociationsCommand = ListAnalyticsDataAssociationsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListFlowAssociationsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class ListFlowAssociationsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListFlowAssociationsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ConnectClient";
|
|
29
|
+
const commandName = "ListFlowAssociationsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonConnectService",
|
|
38
|
+
operation: "ListFlowAssociations",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_ListFlowAssociationsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_ListFlowAssociationsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ListFlowAssociationsCommand = ListFlowAssociationsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListRealtimeContactAnalysisSegmentsV2Command = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class ListRealtimeContactAnalysisSegmentsV2Command extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListRealtimeContactAnalysisSegmentsV2Command.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ConnectClient";
|
|
29
|
+
const commandName = "ListRealtimeContactAnalysisSegmentsV2Command";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonConnectService",
|
|
38
|
+
operation: "ListRealtimeContactAnalysisSegmentsV2",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_ListRealtimeContactAnalysisSegmentsV2Command)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_ListRealtimeContactAnalysisSegmentsV2Command)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ListRealtimeContactAnalysisSegmentsV2Command = ListRealtimeContactAnalysisSegmentsV2Command;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SendChatIntegrationEventCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class SendChatIntegrationEventCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, SendChatIntegrationEventCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ConnectClient";
|
|
29
|
+
const commandName = "SendChatIntegrationEventCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonConnectService",
|
|
38
|
+
operation: "SendChatIntegrationEvent",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_SendChatIntegrationEventCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_SendChatIntegrationEventCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.SendChatIntegrationEventCommand = SendChatIntegrationEventCommand;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartWebRTCContactCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const models_2_1 = require("../models/models_2");
|
|
10
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
+
class StartWebRTCContactCommand extends smithy_client_1.Command {
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
constructor(input) {
|
|
21
|
+
super();
|
|
22
|
+
this.input = input;
|
|
23
|
+
}
|
|
24
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
25
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
26
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartWebRTCContactCommand.getEndpointParameterInstructions()));
|
|
27
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
28
|
+
const { logger } = configuration;
|
|
29
|
+
const clientName = "ConnectClient";
|
|
30
|
+
const commandName = "StartWebRTCContactCommand";
|
|
31
|
+
const handlerExecutionContext = {
|
|
32
|
+
logger,
|
|
33
|
+
clientName,
|
|
34
|
+
commandName,
|
|
35
|
+
inputFilterSensitiveLog: (_) => _,
|
|
36
|
+
outputFilterSensitiveLog: models_2_1.StartWebRTCContactResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AmazonConnectService",
|
|
39
|
+
operation: "StartWebRTCContact",
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
const { requestHandler } = configuration;
|
|
43
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
+
}
|
|
45
|
+
serialize(input, context) {
|
|
46
|
+
return (0, Aws_restJson1_1.se_StartWebRTCContactCommand)(input, context);
|
|
47
|
+
}
|
|
48
|
+
deserialize(output, context) {
|
|
49
|
+
return (0, Aws_restJson1_1.de_StartWebRTCContactCommand)(output, context);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
exports.StartWebRTCContactCommand = StartWebRTCContactCommand;
|
|
@@ -2,9 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./ActivateEvaluationFormCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./AssociateAnalyticsDataSetCommand"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./AssociateApprovedOriginCommand"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./AssociateBotCommand"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./AssociateDefaultVocabularyCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./AssociateFlowCommand"), exports);
|
|
8
10
|
tslib_1.__exportStar(require("./AssociateInstanceStorageConfigCommand"), exports);
|
|
9
11
|
tslib_1.__exportStar(require("./AssociateLambdaFunctionCommand"), exports);
|
|
10
12
|
tslib_1.__exportStar(require("./AssociateLexBotCommand"), exports);
|
|
@@ -13,6 +15,8 @@ tslib_1.__exportStar(require("./AssociateQueueQuickConnectsCommand"), exports);
|
|
|
13
15
|
tslib_1.__exportStar(require("./AssociateRoutingProfileQueuesCommand"), exports);
|
|
14
16
|
tslib_1.__exportStar(require("./AssociateSecurityKeyCommand"), exports);
|
|
15
17
|
tslib_1.__exportStar(require("./AssociateTrafficDistributionGroupUserCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./BatchAssociateAnalyticsDataSetCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./BatchDisassociateAnalyticsDataSetCommand"), exports);
|
|
16
20
|
tslib_1.__exportStar(require("./BatchGetFlowAssociationCommand"), exports);
|
|
17
21
|
tslib_1.__exportStar(require("./BatchPutContactCommand"), exports);
|
|
18
22
|
tslib_1.__exportStar(require("./ClaimPhoneNumberCommand"), exports);
|
|
@@ -84,8 +88,10 @@ tslib_1.__exportStar(require("./DescribeUserHierarchyGroupCommand"), exports);
|
|
|
84
88
|
tslib_1.__exportStar(require("./DescribeUserHierarchyStructureCommand"), exports);
|
|
85
89
|
tslib_1.__exportStar(require("./DescribeViewCommand"), exports);
|
|
86
90
|
tslib_1.__exportStar(require("./DescribeVocabularyCommand"), exports);
|
|
91
|
+
tslib_1.__exportStar(require("./DisassociateAnalyticsDataSetCommand"), exports);
|
|
87
92
|
tslib_1.__exportStar(require("./DisassociateApprovedOriginCommand"), exports);
|
|
88
93
|
tslib_1.__exportStar(require("./DisassociateBotCommand"), exports);
|
|
94
|
+
tslib_1.__exportStar(require("./DisassociateFlowCommand"), exports);
|
|
89
95
|
tslib_1.__exportStar(require("./DisassociateInstanceStorageConfigCommand"), exports);
|
|
90
96
|
tslib_1.__exportStar(require("./DisassociateLambdaFunctionCommand"), exports);
|
|
91
97
|
tslib_1.__exportStar(require("./DisassociateLexBotCommand"), exports);
|
|
@@ -99,12 +105,15 @@ tslib_1.__exportStar(require("./GetContactAttributesCommand"), exports);
|
|
|
99
105
|
tslib_1.__exportStar(require("./GetCurrentMetricDataCommand"), exports);
|
|
100
106
|
tslib_1.__exportStar(require("./GetCurrentUserDataCommand"), exports);
|
|
101
107
|
tslib_1.__exportStar(require("./GetFederationTokenCommand"), exports);
|
|
108
|
+
tslib_1.__exportStar(require("./GetFlowAssociationCommand"), exports);
|
|
102
109
|
tslib_1.__exportStar(require("./GetMetricDataCommand"), exports);
|
|
103
110
|
tslib_1.__exportStar(require("./GetMetricDataV2Command"), exports);
|
|
104
111
|
tslib_1.__exportStar(require("./GetPromptFileCommand"), exports);
|
|
105
112
|
tslib_1.__exportStar(require("./GetTaskTemplateCommand"), exports);
|
|
106
113
|
tslib_1.__exportStar(require("./GetTrafficDistributionCommand"), exports);
|
|
114
|
+
tslib_1.__exportStar(require("./ImportPhoneNumberCommand"), exports);
|
|
107
115
|
tslib_1.__exportStar(require("./ListAgentStatusesCommand"), exports);
|
|
116
|
+
tslib_1.__exportStar(require("./ListAnalyticsDataAssociationsCommand"), exports);
|
|
108
117
|
tslib_1.__exportStar(require("./ListApprovedOriginsCommand"), exports);
|
|
109
118
|
tslib_1.__exportStar(require("./ListBotsCommand"), exports);
|
|
110
119
|
tslib_1.__exportStar(require("./ListContactEvaluationsCommand"), exports);
|
|
@@ -114,6 +123,7 @@ tslib_1.__exportStar(require("./ListContactReferencesCommand"), exports);
|
|
|
114
123
|
tslib_1.__exportStar(require("./ListDefaultVocabulariesCommand"), exports);
|
|
115
124
|
tslib_1.__exportStar(require("./ListEvaluationFormVersionsCommand"), exports);
|
|
116
125
|
tslib_1.__exportStar(require("./ListEvaluationFormsCommand"), exports);
|
|
126
|
+
tslib_1.__exportStar(require("./ListFlowAssociationsCommand"), exports);
|
|
117
127
|
tslib_1.__exportStar(require("./ListHoursOfOperationsCommand"), exports);
|
|
118
128
|
tslib_1.__exportStar(require("./ListInstanceAttributesCommand"), exports);
|
|
119
129
|
tslib_1.__exportStar(require("./ListInstanceStorageConfigsCommand"), exports);
|
|
@@ -127,6 +137,7 @@ tslib_1.__exportStar(require("./ListPromptsCommand"), exports);
|
|
|
127
137
|
tslib_1.__exportStar(require("./ListQueueQuickConnectsCommand"), exports);
|
|
128
138
|
tslib_1.__exportStar(require("./ListQueuesCommand"), exports);
|
|
129
139
|
tslib_1.__exportStar(require("./ListQuickConnectsCommand"), exports);
|
|
140
|
+
tslib_1.__exportStar(require("./ListRealtimeContactAnalysisSegmentsV2Command"), exports);
|
|
130
141
|
tslib_1.__exportStar(require("./ListRoutingProfileQueuesCommand"), exports);
|
|
131
142
|
tslib_1.__exportStar(require("./ListRoutingProfilesCommand"), exports);
|
|
132
143
|
tslib_1.__exportStar(require("./ListRulesCommand"), exports);
|
|
@@ -158,12 +169,14 @@ tslib_1.__exportStar(require("./SearchRoutingProfilesCommand"), exports);
|
|
|
158
169
|
tslib_1.__exportStar(require("./SearchSecurityProfilesCommand"), exports);
|
|
159
170
|
tslib_1.__exportStar(require("./SearchUsersCommand"), exports);
|
|
160
171
|
tslib_1.__exportStar(require("./SearchVocabulariesCommand"), exports);
|
|
172
|
+
tslib_1.__exportStar(require("./SendChatIntegrationEventCommand"), exports);
|
|
161
173
|
tslib_1.__exportStar(require("./StartChatContactCommand"), exports);
|
|
162
174
|
tslib_1.__exportStar(require("./StartContactEvaluationCommand"), exports);
|
|
163
175
|
tslib_1.__exportStar(require("./StartContactRecordingCommand"), exports);
|
|
164
176
|
tslib_1.__exportStar(require("./StartContactStreamingCommand"), exports);
|
|
165
177
|
tslib_1.__exportStar(require("./StartOutboundVoiceContactCommand"), exports);
|
|
166
178
|
tslib_1.__exportStar(require("./StartTaskContactCommand"), exports);
|
|
179
|
+
tslib_1.__exportStar(require("./StartWebRTCContactCommand"), exports);
|
|
167
180
|
tslib_1.__exportStar(require("./StopContactCommand"), exports);
|
|
168
181
|
tslib_1.__exportStar(require("./StopContactRecordingCommand"), exports);
|
|
169
182
|
tslib_1.__exportStar(require("./StopContactStreamingCommand"), exports);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.DescribeInstanceResponseFilterSensitiveLog = exports.InstanceFilterSensitiveLog = exports.CreateViewVersionResponseFilterSensitiveLog = exports.CreateViewResponseFilterSensitiveLog = exports.ViewFilterSensitiveLog = exports.ViewContentFilterSensitiveLog = exports.CreateViewRequestFilterSensitiveLog = exports.ViewInputContentFilterSensitiveLog = exports.CreateInstanceRequestFilterSensitiveLog = exports.
|
|
3
|
+
exports.NotificationDeliveryType = exports.NotificationContentType = exports.BehaviorType = exports.QuickConnectType = exports.RehydrationType = exports.ParticipantRole = exports.SourceType = exports.IntegrationType = exports.DirectoryType = exports.HoursOfOperationDays = exports.EvaluationFormScoringStatus = exports.EvaluationFormScoringMode = exports.EvaluationFormQuestionTypeProperties = exports.EvaluationFormSingleSelectQuestionDisplayMode = exports.EvaluationFormSingleSelectQuestionAutomationOption = exports.SingleSelectQuestionRuleCategoryAutomationCondition = exports.EvaluationFormNumericQuestionAutomation = exports.NumericQuestionPropertyAutomationLabel = exports.EvaluationFormQuestionType = exports.InvalidContactFlowModuleException = exports.InvalidContactFlowException = exports.ContactFlowType = exports.DuplicateResourceException = exports.IdempotencyException = exports.FailureReasonCode = exports.EndpointType = exports.ListFlowAssociationResourceType = exports.StorageType = exports.EncryptionType = exports.InstanceStorageResourceType = exports.FlowAssociationResourceType = exports.VocabularyLanguageCode = exports.LimitExceededException = exports.ServiceQuotaExceededException = exports.InvalidRequestException = exports.MonitorCapability = exports.VideoCapability = exports.AgentStatusType = exports.AgentStatusState = exports.ContactInitiationMethod = exports.Channel = exports.ContactState = exports.AgentAvailabilityTimer = exports.ThrottlingException = exports.ResourceNotFoundException = exports.ResourceConflictException = exports.InvalidParameterException = exports.InternalServiceException = exports.ActionType = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.DescribeInstanceResponseFilterSensitiveLog = exports.InstanceFilterSensitiveLog = exports.CreateViewVersionResponseFilterSensitiveLog = exports.CreateViewResponseFilterSensitiveLog = exports.ViewFilterSensitiveLog = exports.ViewContentFilterSensitiveLog = exports.CreateViewRequestFilterSensitiveLog = exports.ViewInputContentFilterSensitiveLog = exports.CreateInstanceRequestFilterSensitiveLog = exports.QueueStatus = exports.PhoneNumberType = exports.PhoneNumberWorkflowStatus = exports.PhoneNumberCountryCode = exports.InstanceAttributeType = exports.InstanceStatus = exports.EvaluationFormVersionStatus = exports.ContactFlowModuleStatus = exports.ContactFlowModuleState = exports.ContactFlowState = exports.ContactFlowNotPublishedException = exports.EvaluationStatus = exports.EvaluationAnswerData = exports.VocabularyState = exports.TooManyRequestsException = exports.ResourceInUseException = exports.ResourceType = exports.ViewType = exports.ViewStatus = exports.PhoneType = exports.UseCaseType = exports.ResourceNotReadyException = exports.PropertyValidationException = exports.PropertyValidationExceptionReason = exports.TaskTemplateStatus = exports.TaskTemplateFieldType = exports.EventSourceName = exports.RulePublishStatus = exports.ReferenceType = void 0;
|
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
6
|
const ConnectServiceException_1 = require("./ConnectServiceException");
|
|
7
7
|
class AccessDeniedException extends ConnectServiceException_1.ConnectServiceException {
|
|
@@ -134,6 +134,9 @@ exports.AgentStatusType = {
|
|
|
134
134
|
OFFLINE: "OFFLINE",
|
|
135
135
|
ROUTABLE: "ROUTABLE",
|
|
136
136
|
};
|
|
137
|
+
exports.VideoCapability = {
|
|
138
|
+
SEND: "SEND",
|
|
139
|
+
};
|
|
137
140
|
exports.MonitorCapability = {
|
|
138
141
|
BARGE: "BARGE",
|
|
139
142
|
SILENT_MONITOR: "SILENT_MONITOR",
|
|
@@ -205,6 +208,9 @@ exports.VocabularyLanguageCode = {
|
|
|
205
208
|
PT_PT: "pt-PT",
|
|
206
209
|
ZH_CN: "zh-CN",
|
|
207
210
|
};
|
|
211
|
+
exports.FlowAssociationResourceType = {
|
|
212
|
+
SMS_PHONE_NUMBER: "SMS_PHONE_NUMBER",
|
|
213
|
+
};
|
|
208
214
|
exports.InstanceStorageResourceType = {
|
|
209
215
|
AGENT_EVENTS: "AGENT_EVENTS",
|
|
210
216
|
ATTACHMENTS: "ATTACHMENTS",
|
|
@@ -442,6 +448,7 @@ exports.EventSourceName = {
|
|
|
442
448
|
OnPostCallAnalysisAvailable: "OnPostCallAnalysisAvailable",
|
|
443
449
|
OnPostChatAnalysisAvailable: "OnPostChatAnalysisAvailable",
|
|
444
450
|
OnRealTimeCallAnalysisAvailable: "OnRealTimeCallAnalysisAvailable",
|
|
451
|
+
OnRealTimeChatAnalysisAvailable: "OnRealTimeChatAnalysisAvailable",
|
|
445
452
|
OnSalesforceCaseCreate: "OnSalesforceCaseCreate",
|
|
446
453
|
OnZendeskTicketCreate: "OnZendeskTicketCreate",
|
|
447
454
|
OnZendeskTicketStatusUpdate: "OnZendeskTicketStatusUpdate",
|
|
@@ -524,6 +531,7 @@ exports.ResourceType = {
|
|
|
524
531
|
HIERARCHY_LEVEL: "HIERARCHY_LEVEL",
|
|
525
532
|
INSTANCE: "INSTANCE",
|
|
526
533
|
PARTICIPANT: "PARTICIPANT",
|
|
534
|
+
PHONE_NUMBER: "PHONE_NUMBER",
|
|
527
535
|
USER: "USER",
|
|
528
536
|
};
|
|
529
537
|
class ResourceInUseException extends ConnectServiceException_1.ConnectServiceException {
|
|
@@ -872,6 +880,7 @@ exports.PhoneNumberWorkflowStatus = {
|
|
|
872
880
|
exports.PhoneNumberType = {
|
|
873
881
|
DID: "DID",
|
|
874
882
|
SHARED: "SHARED",
|
|
883
|
+
SHORT_CODE: "SHORT_CODE",
|
|
875
884
|
THIRD_PARTY_DID: "THIRD_PARTY_DID",
|
|
876
885
|
THIRD_PARTY_TF: "THIRD_PARTY_TF",
|
|
877
886
|
TOLL_FREE: "TOLL_FREE",
|
|
@@ -881,14 +890,6 @@ exports.QueueStatus = {
|
|
|
881
890
|
DISABLED: "DISABLED",
|
|
882
891
|
ENABLED: "ENABLED",
|
|
883
892
|
};
|
|
884
|
-
exports.TrafficDistributionGroupStatus = {
|
|
885
|
-
ACTIVE: "ACTIVE",
|
|
886
|
-
CREATION_FAILED: "CREATION_FAILED",
|
|
887
|
-
CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS",
|
|
888
|
-
DELETION_FAILED: "DELETION_FAILED",
|
|
889
|
-
PENDING_DELETION: "PENDING_DELETION",
|
|
890
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
891
|
-
};
|
|
892
893
|
const CreateInstanceRequestFilterSensitiveLog = (obj) => ({
|
|
893
894
|
...obj,
|
|
894
895
|
...(obj.InstanceAlias && { InstanceAlias: smithy_client_1.SENSITIVE_STRING }),
|