@aws-sdk/client-chime-sdk-media-pipelines 3.1077.0 → 3.1079.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/index.js +39 -313
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +2 -14
- package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +2 -14
- package/dist-es/commands/CreateMediaInsightsPipelineCommand.js +2 -14
- package/dist-es/commands/CreateMediaInsightsPipelineConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +2 -14
- package/dist-es/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +2 -14
- package/dist-es/commands/CreateMediaStreamPipelineCommand.js +2 -14
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +2 -14
- package/dist-es/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteMediaPipelineCommand.js +2 -14
- package/dist-es/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +2 -14
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +2 -14
- package/dist-es/commands/GetMediaInsightsPipelineConfigurationCommand.js +2 -14
- package/dist-es/commands/GetMediaPipelineCommand.js +2 -14
- package/dist-es/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +2 -14
- package/dist-es/commands/GetSpeakerSearchTaskCommand.js +2 -14
- package/dist-es/commands/GetVoiceToneAnalysisTaskCommand.js +2 -14
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +2 -14
- package/dist-es/commands/ListMediaInsightsPipelineConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +2 -14
- package/dist-es/commands/ListMediaPipelinesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartSpeakerSearchTaskCommand.js +2 -14
- package/dist-es/commands/StartVoiceToneAnalysisTaskCommand.js +2 -14
- package/dist-es/commands/StopSpeakerSearchTaskCommand.js +2 -14
- package/dist-es/commands/StopVoiceToneAnalysisTaskCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateMediaInsightsPipelineStatusCommand.js +2 -14
- package/dist-es/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +3 -8
- package/dist-types/commands/CreateMediaConcatenationPipelineCommand.d.ts +3 -8
- package/dist-types/commands/CreateMediaInsightsPipelineCommand.d.ts +3 -8
- package/dist-types/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +3 -8
- package/dist-types/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +3 -8
- package/dist-types/commands/CreateMediaStreamPipelineCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMediaPipelineCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +3 -8
- package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +3 -8
- package/dist-types/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetMediaPipelineCommand.d.ts +3 -8
- package/dist-types/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +3 -8
- package/dist-types/commands/GetSpeakerSearchTaskCommand.d.ts +3 -8
- package/dist-types/commands/GetVoiceToneAnalysisTaskCommand.d.ts +3 -8
- package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +3 -8
- package/dist-types/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +3 -8
- package/dist-types/commands/ListMediaPipelinesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartSpeakerSearchTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartVoiceToneAnalysisTaskCommand.d.ts +3 -8
- package/dist-types/commands/StopSpeakerSearchTaskCommand.d.ts +3 -8
- package/dist-types/commands/StopVoiceToneAnalysisTaskCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMediaConcatenationPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMediaStreamPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMediaPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMediaPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSpeakerSearchTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVoiceToneAnalysisTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMediaPipelinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSpeakerSearchTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartVoiceToneAnalysisTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopSpeakerSearchTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopVoiceToneAnalysisTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteMediaPipelineKinesisVideoStreamPool$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "DeleteMediaPipelineKinesisVideoStreamPool", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaPipelineKinesisVideoStreamPoolCommand")
|
|
14
|
-
.sc(DeleteMediaPipelineKinesisVideoStreamPool$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends command(_ep0, _mw0, "DeleteMediaPipelineKinesisVideoStreamPool", DeleteMediaPipelineKinesisVideoStreamPool$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMediaCapturePipeline$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMediaCapturePipelineCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "GetMediaCapturePipeline", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "GetMediaCapturePipelineCommand")
|
|
14
|
-
.sc(GetMediaCapturePipeline$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMediaCapturePipelineCommand extends command(_ep0, _mw0, "GetMediaCapturePipeline", GetMediaCapturePipeline$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMediaInsightsPipelineConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMediaInsightsPipelineConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "GetMediaInsightsPipelineConfiguration", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "GetMediaInsightsPipelineConfigurationCommand")
|
|
14
|
-
.sc(GetMediaInsightsPipelineConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMediaInsightsPipelineConfigurationCommand extends command(_ep0, _mw0, "GetMediaInsightsPipelineConfiguration", GetMediaInsightsPipelineConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMediaPipeline$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMediaPipelineCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "GetMediaPipeline", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "GetMediaPipelineCommand")
|
|
14
|
-
.sc(GetMediaPipeline$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMediaPipelineCommand extends command(_ep0, _mw0, "GetMediaPipeline", GetMediaPipeline$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMediaPipelineKinesisVideoStreamPool$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "GetMediaPipelineKinesisVideoStreamPool", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "GetMediaPipelineKinesisVideoStreamPoolCommand")
|
|
14
|
-
.sc(GetMediaPipelineKinesisVideoStreamPool$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMediaPipelineKinesisVideoStreamPoolCommand extends command(_ep0, _mw0, "GetMediaPipelineKinesisVideoStreamPool", GetMediaPipelineKinesisVideoStreamPool$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetSpeakerSearchTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSpeakerSearchTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "GetSpeakerSearchTask", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "GetSpeakerSearchTaskCommand")
|
|
14
|
-
.sc(GetSpeakerSearchTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSpeakerSearchTaskCommand extends command(_ep0, _mw0, "GetSpeakerSearchTask", GetSpeakerSearchTask$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetVoiceToneAnalysisTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetVoiceToneAnalysisTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "GetVoiceToneAnalysisTask", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "GetVoiceToneAnalysisTaskCommand")
|
|
14
|
-
.sc(GetVoiceToneAnalysisTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetVoiceToneAnalysisTaskCommand extends command(_ep0, _mw0, "GetVoiceToneAnalysisTask", GetVoiceToneAnalysisTask$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListMediaCapturePipelines$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMediaCapturePipelinesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "ListMediaCapturePipelines", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "ListMediaCapturePipelinesCommand")
|
|
14
|
-
.sc(ListMediaCapturePipelines$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMediaCapturePipelinesCommand extends command(_ep0, _mw0, "ListMediaCapturePipelines", ListMediaCapturePipelines$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListMediaInsightsPipelineConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMediaInsightsPipelineConfigurationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "ListMediaInsightsPipelineConfigurations", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "ListMediaInsightsPipelineConfigurationsCommand")
|
|
14
|
-
.sc(ListMediaInsightsPipelineConfigurations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMediaInsightsPipelineConfigurationsCommand extends command(_ep0, _mw0, "ListMediaInsightsPipelineConfigurations", ListMediaInsightsPipelineConfigurations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListMediaPipelineKinesisVideoStreamPools$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMediaPipelineKinesisVideoStreamPoolsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "ListMediaPipelineKinesisVideoStreamPools", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "ListMediaPipelineKinesisVideoStreamPoolsCommand")
|
|
14
|
-
.sc(ListMediaPipelineKinesisVideoStreamPools$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMediaPipelineKinesisVideoStreamPoolsCommand extends command(_ep0, _mw0, "ListMediaPipelineKinesisVideoStreamPools", ListMediaPipelineKinesisVideoStreamPools$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListMediaPipelines$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMediaPipelinesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "ListMediaPipelines", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "ListMediaPipelinesCommand")
|
|
14
|
-
.sc(ListMediaPipelines$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMediaPipelinesCommand extends command(_ep0, _mw0, "ListMediaPipelines", ListMediaPipelines$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "ListTagsForResource", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartSpeakerSearchTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartSpeakerSearchTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "StartSpeakerSearchTask", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "StartSpeakerSearchTaskCommand")
|
|
14
|
-
.sc(StartSpeakerSearchTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartSpeakerSearchTaskCommand extends command(_ep0, _mw0, "StartSpeakerSearchTask", StartSpeakerSearchTask$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartVoiceToneAnalysisTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartVoiceToneAnalysisTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "StartVoiceToneAnalysisTask", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "StartVoiceToneAnalysisTaskCommand")
|
|
14
|
-
.sc(StartVoiceToneAnalysisTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartVoiceToneAnalysisTaskCommand extends command(_ep0, _mw0, "StartVoiceToneAnalysisTask", StartVoiceToneAnalysisTask$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopSpeakerSearchTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopSpeakerSearchTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "StopSpeakerSearchTask", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "StopSpeakerSearchTaskCommand")
|
|
14
|
-
.sc(StopSpeakerSearchTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopSpeakerSearchTaskCommand extends command(_ep0, _mw0, "StopSpeakerSearchTask", StopSpeakerSearchTask$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopVoiceToneAnalysisTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopVoiceToneAnalysisTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "StopVoiceToneAnalysisTask", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "StopVoiceToneAnalysisTaskCommand")
|
|
14
|
-
.sc(StopVoiceToneAnalysisTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopVoiceToneAnalysisTaskCommand extends command(_ep0, _mw0, "StopVoiceToneAnalysisTask", StopVoiceToneAnalysisTask$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "TagResource", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "UntagResource", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateMediaInsightsPipelineConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateMediaInsightsPipelineConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineConfiguration", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineConfigurationCommand")
|
|
14
|
-
.sc(UpdateMediaInsightsPipelineConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateMediaInsightsPipelineConfigurationCommand extends command(_ep0, _mw0, "UpdateMediaInsightsPipelineConfiguration", UpdateMediaInsightsPipelineConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateMediaInsightsPipelineStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateMediaInsightsPipelineStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineStatus", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineStatusCommand")
|
|
14
|
-
.sc(UpdateMediaInsightsPipelineStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateMediaInsightsPipelineStatusCommand extends command(_ep0, _mw0, "UpdateMediaInsightsPipelineStatus", UpdateMediaInsightsPipelineStatus$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateMediaPipelineKinesisVideoStreamPool$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "UpdateMediaPipelineKinesisVideoStreamPool", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "UpdateMediaPipelineKinesisVideoStreamPoolCommand")
|
|
14
|
-
.sc(UpdateMediaPipelineKinesisVideoStreamPool$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends command(_ep0, _mw0, "UpdateMediaPipelineKinesisVideoStreamPool", UpdateMediaPipelineKinesisVideoStreamPool$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./ChimeSDKMediaPipelinesClient";
|
|
2
2
|
export * from "./ChimeSDKMediaPipelines";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ChimeSDKMediaPipelinesClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { CreateMediaCapturePipelineRequest, CreateMediaCapturePipelineResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateMediaCapturePipelineCommandInput extends CreateMediaCaptu
|
|
|
22
19
|
export interface CreateMediaCapturePipelineCommandOutput extends CreateMediaCapturePipelineResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateMediaCapturePipelineCommand_base: {
|
|
25
|
-
new (input: CreateMediaCapturePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateMediaCapturePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateMediaCapturePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateMediaCapturePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a media pipeline.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { CreateMediaConcatenationPipelineRequest, CreateMediaConcatenationPipelineResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateMediaConcatenationPipelineCommandInput extends CreateMedi
|
|
|
22
19
|
export interface CreateMediaConcatenationPipelineCommandOutput extends CreateMediaConcatenationPipelineResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateMediaConcatenationPipelineCommand_base: {
|
|
25
|
-
new (input: CreateMediaConcatenationPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateMediaConcatenationPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateMediaConcatenationPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateMediaConcatenationPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a media concatenation pipeline.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { CreateMediaInsightsPipelineRequest, CreateMediaInsightsPipelineResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateMediaInsightsPipelineCommandInput extends CreateMediaInsi
|
|
|
22
19
|
export interface CreateMediaInsightsPipelineCommandOutput extends CreateMediaInsightsPipelineResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateMediaInsightsPipelineCommand_base: {
|
|
25
|
-
new (input: CreateMediaInsightsPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaInsightsPipelineCommandInput, CreateMediaInsightsPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateMediaInsightsPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaInsightsPipelineCommandInput, CreateMediaInsightsPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateMediaInsightsPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaInsightsPipelineCommandInput, CreateMediaInsightsPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateMediaInsightsPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaInsightsPipelineCommandInput, CreateMediaInsightsPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a media insights pipeline.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { CreateMediaInsightsPipelineConfigurationRequest, CreateMediaInsightsPipelineConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateMediaInsightsPipelineConfigurationCommandInput extends Cr
|
|
|
22
19
|
export interface CreateMediaInsightsPipelineConfigurationCommandOutput extends CreateMediaInsightsPipelineConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateMediaInsightsPipelineConfigurationCommand_base: {
|
|
25
|
-
new (input: CreateMediaInsightsPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaInsightsPipelineConfigurationCommandInput, CreateMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateMediaInsightsPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaInsightsPipelineConfigurationCommandInput, CreateMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateMediaInsightsPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaInsightsPipelineConfigurationCommandInput, CreateMediaInsightsPipelineConfigurationCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateMediaInsightsPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaInsightsPipelineConfigurationCommandInput, CreateMediaInsightsPipelineConfigurationCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>A structure that contains the static configurations for a media insights
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { CreateMediaLiveConnectorPipelineRequest, CreateMediaLiveConnectorPipelineResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateMediaLiveConnectorPipelineCommandInput extends CreateMedi
|
|
|
22
19
|
export interface CreateMediaLiveConnectorPipelineCommandOutput extends CreateMediaLiveConnectorPipelineResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateMediaLiveConnectorPipelineCommand_base: {
|
|
25
|
-
new (input: CreateMediaLiveConnectorPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateMediaLiveConnectorPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateMediaLiveConnectorPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateMediaLiveConnectorPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a media live connector pipeline in an Amazon Chime SDK meeting.</p>
|