@aws-sdk/client-chime-sdk-media-pipelines 3.478.0 → 3.484.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/dist-cjs/commands/CreateMediaCapturePipelineCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaConcatenationPipelineCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaInsightsPipelineCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaLiveConnectorPipelineCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaStreamPipelineCommand.js +18 -41
- package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +18 -41
- package/dist-cjs/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteMediaPipelineCommand.js +18 -41
- package/dist-cjs/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +18 -41
- package/dist-cjs/commands/GetMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetMediaPipelineCommand.js +18 -41
- package/dist-cjs/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-cjs/commands/GetSpeakerSearchTaskCommand.js +18 -41
- package/dist-cjs/commands/GetVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +18 -41
- package/dist-cjs/commands/ListMediaInsightsPipelineConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +18 -41
- package/dist-cjs/commands/ListMediaPipelinesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/StartSpeakerSearchTaskCommand.js +18 -41
- package/dist-cjs/commands/StartVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-cjs/commands/StopSpeakerSearchTaskCommand.js +18 -41
- package/dist-cjs/commands/StopVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateMediaInsightsPipelineStatusCommand.js +18 -41
- package/dist-cjs/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +18 -41
- package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +18 -41
- package/dist-es/commands/CreateMediaInsightsPipelineCommand.js +18 -41
- package/dist-es/commands/CreateMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +18 -41
- package/dist-es/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-es/commands/CreateMediaStreamPipelineCommand.js +18 -41
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +18 -41
- package/dist-es/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteMediaPipelineCommand.js +18 -41
- package/dist-es/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +18 -41
- package/dist-es/commands/GetMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-es/commands/GetMediaPipelineCommand.js +18 -41
- package/dist-es/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-es/commands/GetSpeakerSearchTaskCommand.js +18 -41
- package/dist-es/commands/GetVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +18 -41
- package/dist-es/commands/ListMediaInsightsPipelineConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +18 -41
- package/dist-es/commands/ListMediaPipelinesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/StartSpeakerSearchTaskCommand.js +18 -41
- package/dist-es/commands/StartVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-es/commands/StopSpeakerSearchTaskCommand.js +18 -41
- package/dist-es/commands/StopVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateMediaInsightsPipelineStatusCommand.js +18 -41
- package/dist-es/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaConcatenationPipelineCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaInsightsPipelineCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaStreamPipelineCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMediaPipelineCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
- package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +6 -21
- package/dist-types/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetMediaPipelineCommand.d.ts +6 -21
- package/dist-types/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
- package/dist-types/commands/GetSpeakerSearchTaskCommand.d.ts +6 -21
- package/dist-types/commands/GetVoiceToneAnalysisTaskCommand.d.ts +6 -21
- package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +6 -21
- package/dist-types/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +6 -21
- package/dist-types/commands/ListMediaPipelinesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/StartSpeakerSearchTaskCommand.d.ts +6 -21
- package/dist-types/commands/StartVoiceToneAnalysisTaskCommand.d.ts +6 -21
- package/dist-types/commands/StopSpeakerSearchTaskCommand.d.ts +6 -21
- package/dist-types/commands/StopVoiceToneAnalysisTaskCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaConcatenationPipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaStreamPipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteMediaPipelineCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetMediaPipelineCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSpeakerSearchTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetVoiceToneAnalysisTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListMediaPipelinesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartSpeakerSearchTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartVoiceToneAnalysisTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopSpeakerSearchTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopVoiceToneAnalysisTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class ListMediaInsightsPipelineConfigurationsCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
30
|
-
const commandName = "ListMediaInsightsPipelineConfigurationsCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.ListMediaInsightsPipelineConfigurationsResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
39
|
-
operation: "ListMediaInsightsPipelineConfigurations",
|
|
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_ListMediaInsightsPipelineConfigurationsCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_ListMediaInsightsPipelineConfigurationsCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class ListMediaInsightsPipelineConfigurationsCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("ChimeSDKMediaPipelinesService", "ListMediaInsightsPipelineConfigurations", {})
|
|
23
|
+
.n("ChimeSDKMediaPipelinesClient", "ListMediaInsightsPipelineConfigurationsCommand")
|
|
24
|
+
.f(void 0, models_0_1.ListMediaInsightsPipelineConfigurationsResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_ListMediaInsightsPipelineConfigurationsCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_ListMediaInsightsPipelineConfigurationsCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.ListMediaInsightsPipelineConfigurationsCommand = ListMediaInsightsPipelineConfigurationsCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class ListMediaPipelineKinesisVideoStreamPoolsCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
30
|
-
const commandName = "ListMediaPipelineKinesisVideoStreamPoolsCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.ListMediaPipelineKinesisVideoStreamPoolsResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
39
|
-
operation: "ListMediaPipelineKinesisVideoStreamPools",
|
|
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_ListMediaPipelineKinesisVideoStreamPoolsCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_ListMediaPipelineKinesisVideoStreamPoolsCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class ListMediaPipelineKinesisVideoStreamPoolsCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("ChimeSDKMediaPipelinesService", "ListMediaPipelineKinesisVideoStreamPools", {})
|
|
23
|
+
.n("ChimeSDKMediaPipelinesClient", "ListMediaPipelineKinesisVideoStreamPoolsCommand")
|
|
24
|
+
.f(void 0, models_0_1.ListMediaPipelineKinesisVideoStreamPoolsResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_ListMediaPipelineKinesisVideoStreamPoolsCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_ListMediaPipelineKinesisVideoStreamPoolsCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.ListMediaPipelineKinesisVideoStreamPoolsCommand = ListMediaPipelineKinesisVideoStreamPoolsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListMediaPipelinesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
29
|
-
const commandName = "ListMediaPipelinesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
38
|
-
operation: "ListMediaPipelines",
|
|
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_ListMediaPipelinesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListMediaPipelinesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListMediaPipelinesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("ChimeSDKMediaPipelinesService", "ListMediaPipelines", {})
|
|
22
|
+
.n("ChimeSDKMediaPipelinesClient", "ListMediaPipelinesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListMediaPipelinesCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListMediaPipelinesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListMediaPipelinesCommand = ListMediaPipelinesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListTagsForResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
29
|
-
const commandName = "ListTagsForResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
38
|
-
operation: "ListTagsForResource",
|
|
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_ListTagsForResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListTagsForResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("ChimeSDKMediaPipelinesService", "ListTagsForResource", {})
|
|
22
|
+
.n("ChimeSDKMediaPipelinesClient", "ListTagsForResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListTagsForResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class StartSpeakerSearchTaskCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
30
|
-
const commandName = "StartSpeakerSearchTaskCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.StartSpeakerSearchTaskRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
39
|
-
operation: "StartSpeakerSearchTask",
|
|
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_StartSpeakerSearchTaskCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_StartSpeakerSearchTaskCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class StartSpeakerSearchTaskCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("ChimeSDKMediaPipelinesService", "StartSpeakerSearchTask", {})
|
|
23
|
+
.n("ChimeSDKMediaPipelinesClient", "StartSpeakerSearchTaskCommand")
|
|
24
|
+
.f(models_0_1.StartSpeakerSearchTaskRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_restJson1_1.se_StartSpeakerSearchTaskCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_StartSpeakerSearchTaskCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.StartSpeakerSearchTaskCommand = StartSpeakerSearchTaskCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class StartVoiceToneAnalysisTaskCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
30
|
-
const commandName = "StartVoiceToneAnalysisTaskCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.StartVoiceToneAnalysisTaskRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
39
|
-
operation: "StartVoiceToneAnalysisTask",
|
|
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_StartVoiceToneAnalysisTaskCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_StartVoiceToneAnalysisTaskCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class StartVoiceToneAnalysisTaskCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("ChimeSDKMediaPipelinesService", "StartVoiceToneAnalysisTask", {})
|
|
23
|
+
.n("ChimeSDKMediaPipelinesClient", "StartVoiceToneAnalysisTaskCommand")
|
|
24
|
+
.f(models_0_1.StartVoiceToneAnalysisTaskRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_restJson1_1.se_StartVoiceToneAnalysisTaskCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_StartVoiceToneAnalysisTaskCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.StartVoiceToneAnalysisTaskCommand = StartVoiceToneAnalysisTaskCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class StopSpeakerSearchTaskCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
29
|
-
const commandName = "StopSpeakerSearchTaskCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
38
|
-
operation: "StopSpeakerSearchTask",
|
|
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_StopSpeakerSearchTaskCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_StopSpeakerSearchTaskCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class StopSpeakerSearchTaskCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("ChimeSDKMediaPipelinesService", "StopSpeakerSearchTask", {})
|
|
22
|
+
.n("ChimeSDKMediaPipelinesClient", "StopSpeakerSearchTaskCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_StopSpeakerSearchTaskCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_StopSpeakerSearchTaskCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.StopSpeakerSearchTaskCommand = StopSpeakerSearchTaskCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class StopVoiceToneAnalysisTaskCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
29
|
-
const commandName = "StopVoiceToneAnalysisTaskCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
38
|
-
operation: "StopVoiceToneAnalysisTask",
|
|
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_StopVoiceToneAnalysisTaskCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_StopVoiceToneAnalysisTaskCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class StopVoiceToneAnalysisTaskCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("ChimeSDKMediaPipelinesService", "StopVoiceToneAnalysisTask", {})
|
|
22
|
+
.n("ChimeSDKMediaPipelinesClient", "StopVoiceToneAnalysisTaskCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_StopVoiceToneAnalysisTaskCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_StopVoiceToneAnalysisTaskCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.StopVoiceToneAnalysisTaskCommand = StopVoiceToneAnalysisTaskCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
29
|
-
const commandName = "TagResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
38
|
-
operation: "TagResource",
|
|
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_TagResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("ChimeSDKMediaPipelinesService", "TagResource", {})
|
|
22
|
+
.n("ChimeSDKMediaPipelinesClient", "TagResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_TagResourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_TagResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.TagResourceCommand = TagResourceCommand;
|