@aws-sdk/client-chime-sdk-media-pipelines 3.478.0 → 3.481.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 +9 -9
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { CreateMediaPipelineKinesisVideoStreamPoolRequestFilterSensitiveLog, CreateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_CreateMediaPipelineKinesisVideoStreamPoolCommand, se_CreateMediaPipelineKinesisVideoStreamPoolCommand, } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class CreateMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
27
|
-
const commandName = "CreateMediaPipelineKinesisVideoStreamPoolCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: CreateMediaPipelineKinesisVideoStreamPoolRequestFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: CreateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
36
|
-
operation: "CreateMediaPipelineKinesisVideoStreamPool",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_CreateMediaPipelineKinesisVideoStreamPoolCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_CreateMediaPipelineKinesisVideoStreamPoolCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class CreateMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("ChimeSDKMediaPipelinesService", "CreateMediaPipelineKinesisVideoStreamPool", {})
|
|
20
|
+
.n("ChimeSDKMediaPipelinesClient", "CreateMediaPipelineKinesisVideoStreamPoolCommand")
|
|
21
|
+
.f(CreateMediaPipelineKinesisVideoStreamPoolRequestFilterSensitiveLog, CreateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_CreateMediaPipelineKinesisVideoStreamPoolCommand)
|
|
23
|
+
.de(de_CreateMediaPipelineKinesisVideoStreamPoolCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { CreateMediaStreamPipelineRequestFilterSensitiveLog, CreateMediaStreamPipelineResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_CreateMediaStreamPipelineCommand, se_CreateMediaStreamPipelineCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class CreateMediaStreamPipelineCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
27
|
-
const commandName = "CreateMediaStreamPipelineCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: CreateMediaStreamPipelineRequestFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: CreateMediaStreamPipelineResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
36
|
-
operation: "CreateMediaStreamPipeline",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_CreateMediaStreamPipelineCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_CreateMediaStreamPipelineCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class CreateMediaStreamPipelineCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("ChimeSDKMediaPipelinesService", "CreateMediaStreamPipeline", {})
|
|
20
|
+
.n("ChimeSDKMediaPipelinesClient", "CreateMediaStreamPipelineCommand")
|
|
21
|
+
.f(CreateMediaStreamPipelineRequestFilterSensitiveLog, CreateMediaStreamPipelineResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_CreateMediaStreamPipelineCommand)
|
|
23
|
+
.de(de_CreateMediaStreamPipelineCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteMediaCapturePipelineCommand, se_DeleteMediaCapturePipelineCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteMediaCapturePipelineCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
26
|
-
const commandName = "DeleteMediaCapturePipelineCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
35
|
-
operation: "DeleteMediaCapturePipeline",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteMediaCapturePipelineCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteMediaCapturePipelineCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteMediaCapturePipelineCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("ChimeSDKMediaPipelinesService", "DeleteMediaCapturePipeline", {})
|
|
19
|
+
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaCapturePipelineCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteMediaCapturePipelineCommand)
|
|
22
|
+
.de(de_DeleteMediaCapturePipelineCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteMediaInsightsPipelineConfigurationCommand, se_DeleteMediaInsightsPipelineConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteMediaInsightsPipelineConfigurationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
26
|
-
const commandName = "DeleteMediaInsightsPipelineConfigurationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
35
|
-
operation: "DeleteMediaInsightsPipelineConfiguration",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteMediaInsightsPipelineConfigurationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteMediaInsightsPipelineConfigurationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteMediaInsightsPipelineConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("ChimeSDKMediaPipelinesService", "DeleteMediaInsightsPipelineConfiguration", {})
|
|
19
|
+
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaInsightsPipelineConfigurationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteMediaInsightsPipelineConfigurationCommand)
|
|
22
|
+
.de(de_DeleteMediaInsightsPipelineConfigurationCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteMediaPipelineCommand, se_DeleteMediaPipelineCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteMediaPipelineCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
26
|
-
const commandName = "DeleteMediaPipelineCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
35
|
-
operation: "DeleteMediaPipeline",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteMediaPipelineCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteMediaPipelineCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteMediaPipelineCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("ChimeSDKMediaPipelinesService", "DeleteMediaPipeline", {})
|
|
19
|
+
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaPipelineCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteMediaPipelineCommand)
|
|
22
|
+
.de(de_DeleteMediaPipelineCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteMediaPipelineKinesisVideoStreamPoolCommand, se_DeleteMediaPipelineKinesisVideoStreamPoolCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
26
|
-
const commandName = "DeleteMediaPipelineKinesisVideoStreamPoolCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
35
|
-
operation: "DeleteMediaPipelineKinesisVideoStreamPool",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteMediaPipelineKinesisVideoStreamPoolCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteMediaPipelineKinesisVideoStreamPoolCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("ChimeSDKMediaPipelinesService", "DeleteMediaPipelineKinesisVideoStreamPool", {})
|
|
19
|
+
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaPipelineKinesisVideoStreamPoolCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteMediaPipelineKinesisVideoStreamPoolCommand)
|
|
22
|
+
.de(de_DeleteMediaPipelineKinesisVideoStreamPoolCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { GetMediaCapturePipelineResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_GetMediaCapturePipelineCommand, se_GetMediaCapturePipelineCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetMediaCapturePipelineCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
27
|
-
const commandName = "GetMediaCapturePipelineCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: GetMediaCapturePipelineResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
36
|
-
operation: "GetMediaCapturePipeline",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_GetMediaCapturePipelineCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_GetMediaCapturePipelineCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class GetMediaCapturePipelineCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("ChimeSDKMediaPipelinesService", "GetMediaCapturePipeline", {})
|
|
20
|
+
.n("ChimeSDKMediaPipelinesClient", "GetMediaCapturePipelineCommand")
|
|
21
|
+
.f(void 0, GetMediaCapturePipelineResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetMediaCapturePipelineCommand)
|
|
23
|
+
.de(de_GetMediaCapturePipelineCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_GetMediaInsightsPipelineConfigurationCommand, se_GetMediaInsightsPipelineConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetMediaInsightsPipelineConfigurationCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
27
|
-
const commandName = "GetMediaInsightsPipelineConfigurationCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
36
|
-
operation: "GetMediaInsightsPipelineConfiguration",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_GetMediaInsightsPipelineConfigurationCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_GetMediaInsightsPipelineConfigurationCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class GetMediaInsightsPipelineConfigurationCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("ChimeSDKMediaPipelinesService", "GetMediaInsightsPipelineConfiguration", {})
|
|
20
|
+
.n("ChimeSDKMediaPipelinesClient", "GetMediaInsightsPipelineConfigurationCommand")
|
|
21
|
+
.f(void 0, GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetMediaInsightsPipelineConfigurationCommand)
|
|
23
|
+
.de(de_GetMediaInsightsPipelineConfigurationCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { GetMediaPipelineResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_GetMediaPipelineCommand, se_GetMediaPipelineCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetMediaPipelineCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
27
|
-
const commandName = "GetMediaPipelineCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: GetMediaPipelineResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
36
|
-
operation: "GetMediaPipeline",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_GetMediaPipelineCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_GetMediaPipelineCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class GetMediaPipelineCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("ChimeSDKMediaPipelinesService", "GetMediaPipeline", {})
|
|
20
|
+
.n("ChimeSDKMediaPipelinesClient", "GetMediaPipelineCommand")
|
|
21
|
+
.f(void 0, GetMediaPipelineResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetMediaPipelineCommand)
|
|
23
|
+
.de(de_GetMediaPipelineCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|