@aws-sdk/client-chime-sdk-media-pipelines 3.948.0 → 3.953.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 +603 -394
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +2 -2
- package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +2 -2
- package/dist-es/commands/CreateMediaInsightsPipelineCommand.js +2 -2
- package/dist-es/commands/CreateMediaInsightsPipelineConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +2 -2
- package/dist-es/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +2 -2
- package/dist-es/commands/CreateMediaStreamPipelineCommand.js +2 -2
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +2 -2
- package/dist-es/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteMediaPipelineCommand.js +2 -2
- package/dist-es/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +2 -2
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +2 -2
- package/dist-es/commands/GetMediaInsightsPipelineConfigurationCommand.js +2 -2
- package/dist-es/commands/GetMediaPipelineCommand.js +2 -2
- package/dist-es/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +2 -2
- package/dist-es/commands/GetSpeakerSearchTaskCommand.js +2 -2
- package/dist-es/commands/GetVoiceToneAnalysisTaskCommand.js +2 -2
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +2 -2
- package/dist-es/commands/ListMediaInsightsPipelineConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +2 -2
- package/dist-es/commands/ListMediaPipelinesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/StartSpeakerSearchTaskCommand.js +2 -2
- package/dist-es/commands/StartVoiceToneAnalysisTaskCommand.js +2 -2
- package/dist-es/commands/StopSpeakerSearchTaskCommand.js +2 -2
- package/dist-es/commands/StopVoiceToneAnalysisTaskCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateMediaInsightsPipelineStatusCommand.js +2 -2
- package/dist-es/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +386 -351
- package/dist-types/ChimeSDKMediaPipelinesClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +175 -203
- package/dist-types/ts3.4/ChimeSDKMediaPipelinesClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +174 -205
- package/package.json +34 -34
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.chimesdkmediapipelines",
|
|
32
|
+
version: "2021-07-15",
|
|
33
|
+
serviceTarget: "ChimeSDKMediaPipelinesService",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "Chime SDK Media Pipelines",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateMediaCapturePipeline } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateMediaCapturePipeline$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateMediaCapturePipelineCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateMediaCapturePipelineCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "CreateMediaCapturePipeline", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "CreateMediaCapturePipelineCommand")
|
|
14
|
-
.sc(CreateMediaCapturePipeline)
|
|
14
|
+
.sc(CreateMediaCapturePipeline$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateMediaConcatenationPipeline } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateMediaConcatenationPipeline$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateMediaConcatenationPipelineCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateMediaConcatenationPipelineCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "CreateMediaConcatenationPipeline", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "CreateMediaConcatenationPipelineCommand")
|
|
14
|
-
.sc(CreateMediaConcatenationPipeline)
|
|
14
|
+
.sc(CreateMediaConcatenationPipeline$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateMediaInsightsPipeline } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateMediaInsightsPipeline$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateMediaInsightsPipelineCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateMediaInsightsPipelineCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "CreateMediaInsightsPipeline", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "CreateMediaInsightsPipelineCommand")
|
|
14
|
-
.sc(CreateMediaInsightsPipeline)
|
|
14
|
+
.sc(CreateMediaInsightsPipeline$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateMediaInsightsPipelineConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateMediaInsightsPipelineConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateMediaInsightsPipelineConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateMediaInsightsPipelineConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "CreateMediaInsightsPipelineConfiguration", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "CreateMediaInsightsPipelineConfigurationCommand")
|
|
14
|
-
.sc(CreateMediaInsightsPipelineConfiguration)
|
|
14
|
+
.sc(CreateMediaInsightsPipelineConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateMediaLiveConnectorPipeline } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateMediaLiveConnectorPipeline$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateMediaLiveConnectorPipelineCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateMediaLiveConnectorPipelineCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "CreateMediaLiveConnectorPipeline", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "CreateMediaLiveConnectorPipelineCommand")
|
|
14
|
-
.sc(CreateMediaLiveConnectorPipeline)
|
|
14
|
+
.sc(CreateMediaLiveConnectorPipeline$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateMediaPipelineKinesisVideoStreamPool } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateMediaPipelineKinesisVideoStreamPool$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "CreateMediaPipelineKinesisVideoStreamPool", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "CreateMediaPipelineKinesisVideoStreamPoolCommand")
|
|
14
|
-
.sc(CreateMediaPipelineKinesisVideoStreamPool)
|
|
14
|
+
.sc(CreateMediaPipelineKinesisVideoStreamPool$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateMediaStreamPipeline } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateMediaStreamPipeline$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateMediaStreamPipelineCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateMediaStreamPipelineCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "CreateMediaStreamPipeline", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "CreateMediaStreamPipelineCommand")
|
|
14
|
-
.sc(CreateMediaStreamPipeline)
|
|
14
|
+
.sc(CreateMediaStreamPipeline$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteMediaCapturePipeline } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteMediaCapturePipeline$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteMediaCapturePipelineCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteMediaCapturePipelineCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "DeleteMediaCapturePipeline", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaCapturePipelineCommand")
|
|
14
|
-
.sc(DeleteMediaCapturePipeline)
|
|
14
|
+
.sc(DeleteMediaCapturePipeline$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteMediaInsightsPipelineConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteMediaInsightsPipelineConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteMediaInsightsPipelineConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteMediaInsightsPipelineConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "DeleteMediaInsightsPipelineConfiguration", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaInsightsPipelineConfigurationCommand")
|
|
14
|
-
.sc(DeleteMediaInsightsPipelineConfiguration)
|
|
14
|
+
.sc(DeleteMediaInsightsPipelineConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteMediaPipeline } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteMediaPipeline$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteMediaPipelineCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteMediaPipelineCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "DeleteMediaPipeline", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaPipelineCommand")
|
|
14
|
-
.sc(DeleteMediaPipeline)
|
|
14
|
+
.sc(DeleteMediaPipeline$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteMediaPipelineKinesisVideoStreamPool } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteMediaPipelineKinesisVideoStreamPool$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "DeleteMediaPipelineKinesisVideoStreamPool", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaPipelineKinesisVideoStreamPoolCommand")
|
|
14
|
-
.sc(DeleteMediaPipelineKinesisVideoStreamPool)
|
|
14
|
+
.sc(DeleteMediaPipelineKinesisVideoStreamPool$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetMediaCapturePipeline } from "../schemas/schemas_0";
|
|
4
|
+
import { GetMediaCapturePipeline$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMediaCapturePipelineCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetMediaCapturePipelineCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "GetMediaCapturePipeline", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "GetMediaCapturePipelineCommand")
|
|
14
|
-
.sc(GetMediaCapturePipeline)
|
|
14
|
+
.sc(GetMediaCapturePipeline$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetMediaInsightsPipelineConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { GetMediaInsightsPipelineConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMediaInsightsPipelineConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetMediaInsightsPipelineConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "GetMediaInsightsPipelineConfiguration", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "GetMediaInsightsPipelineConfigurationCommand")
|
|
14
|
-
.sc(GetMediaInsightsPipelineConfiguration)
|
|
14
|
+
.sc(GetMediaInsightsPipelineConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetMediaPipeline } from "../schemas/schemas_0";
|
|
4
|
+
import { GetMediaPipeline$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMediaPipelineCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetMediaPipelineCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "GetMediaPipeline", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "GetMediaPipelineCommand")
|
|
14
|
-
.sc(GetMediaPipeline)
|
|
14
|
+
.sc(GetMediaPipeline$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetMediaPipelineKinesisVideoStreamPool } from "../schemas/schemas_0";
|
|
4
|
+
import { GetMediaPipelineKinesisVideoStreamPool$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "GetMediaPipelineKinesisVideoStreamPool", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "GetMediaPipelineKinesisVideoStreamPoolCommand")
|
|
14
|
-
.sc(GetMediaPipelineKinesisVideoStreamPool)
|
|
14
|
+
.sc(GetMediaPipelineKinesisVideoStreamPool$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetSpeakerSearchTask } from "../schemas/schemas_0";
|
|
4
|
+
import { GetSpeakerSearchTask$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetSpeakerSearchTaskCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetSpeakerSearchTaskCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "GetSpeakerSearchTask", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "GetSpeakerSearchTaskCommand")
|
|
14
|
-
.sc(GetSpeakerSearchTask)
|
|
14
|
+
.sc(GetSpeakerSearchTask$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetVoiceToneAnalysisTask } from "../schemas/schemas_0";
|
|
4
|
+
import { GetVoiceToneAnalysisTask$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetVoiceToneAnalysisTaskCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetVoiceToneAnalysisTaskCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "GetVoiceToneAnalysisTask", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "GetVoiceToneAnalysisTaskCommand")
|
|
14
|
-
.sc(GetVoiceToneAnalysisTask)
|
|
14
|
+
.sc(GetVoiceToneAnalysisTask$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListMediaCapturePipelines } from "../schemas/schemas_0";
|
|
4
|
+
import { ListMediaCapturePipelines$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListMediaCapturePipelinesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListMediaCapturePipelinesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "ListMediaCapturePipelines", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "ListMediaCapturePipelinesCommand")
|
|
14
|
-
.sc(ListMediaCapturePipelines)
|
|
14
|
+
.sc(ListMediaCapturePipelines$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListMediaInsightsPipelineConfigurations } from "../schemas/schemas_0";
|
|
4
|
+
import { ListMediaInsightsPipelineConfigurations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListMediaInsightsPipelineConfigurationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListMediaInsightsPipelineConfigurationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "ListMediaInsightsPipelineConfigurations", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "ListMediaInsightsPipelineConfigurationsCommand")
|
|
14
|
-
.sc(ListMediaInsightsPipelineConfigurations)
|
|
14
|
+
.sc(ListMediaInsightsPipelineConfigurations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListMediaPipelineKinesisVideoStreamPools } from "../schemas/schemas_0";
|
|
4
|
+
import { ListMediaPipelineKinesisVideoStreamPools$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListMediaPipelineKinesisVideoStreamPoolsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListMediaPipelineKinesisVideoStreamPoolsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "ListMediaPipelineKinesisVideoStreamPools", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "ListMediaPipelineKinesisVideoStreamPoolsCommand")
|
|
14
|
-
.sc(ListMediaPipelineKinesisVideoStreamPools)
|
|
14
|
+
.sc(ListMediaPipelineKinesisVideoStreamPools$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListMediaPipelines } from "../schemas/schemas_0";
|
|
4
|
+
import { ListMediaPipelines$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListMediaPipelinesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListMediaPipelinesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "ListMediaPipelines", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "ListMediaPipelinesCommand")
|
|
14
|
-
.sc(ListMediaPipelines)
|
|
14
|
+
.sc(ListMediaPipelines$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "ListTagsForResource", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartSpeakerSearchTask } from "../schemas/schemas_0";
|
|
4
|
+
import { StartSpeakerSearchTask$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartSpeakerSearchTaskCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartSpeakerSearchTaskCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "StartSpeakerSearchTask", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "StartSpeakerSearchTaskCommand")
|
|
14
|
-
.sc(StartSpeakerSearchTask)
|
|
14
|
+
.sc(StartSpeakerSearchTask$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartVoiceToneAnalysisTask } from "../schemas/schemas_0";
|
|
4
|
+
import { StartVoiceToneAnalysisTask$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartVoiceToneAnalysisTaskCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartVoiceToneAnalysisTaskCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "StartVoiceToneAnalysisTask", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "StartVoiceToneAnalysisTaskCommand")
|
|
14
|
-
.sc(StartVoiceToneAnalysisTask)
|
|
14
|
+
.sc(StartVoiceToneAnalysisTask$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StopSpeakerSearchTask } from "../schemas/schemas_0";
|
|
4
|
+
import { StopSpeakerSearchTask$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopSpeakerSearchTaskCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StopSpeakerSearchTaskCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "StopSpeakerSearchTask", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "StopSpeakerSearchTaskCommand")
|
|
14
|
-
.sc(StopSpeakerSearchTask)
|
|
14
|
+
.sc(StopSpeakerSearchTask$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StopVoiceToneAnalysisTask } from "../schemas/schemas_0";
|
|
4
|
+
import { StopVoiceToneAnalysisTask$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopVoiceToneAnalysisTaskCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StopVoiceToneAnalysisTaskCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "StopVoiceToneAnalysisTask", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "StopVoiceToneAnalysisTaskCommand")
|
|
14
|
-
.sc(StopVoiceToneAnalysisTask)
|
|
14
|
+
.sc(StopVoiceToneAnalysisTask$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "TagResource", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "UntagResource", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateMediaInsightsPipelineConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateMediaInsightsPipelineConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateMediaInsightsPipelineConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateMediaInsightsPipelineConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineConfiguration", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineConfigurationCommand")
|
|
14
|
-
.sc(UpdateMediaInsightsPipelineConfiguration)
|
|
14
|
+
.sc(UpdateMediaInsightsPipelineConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateMediaInsightsPipelineStatus } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateMediaInsightsPipelineStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateMediaInsightsPipelineStatusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateMediaInsightsPipelineStatusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineStatus", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineStatusCommand")
|
|
14
|
-
.sc(UpdateMediaInsightsPipelineStatus)
|
|
14
|
+
.sc(UpdateMediaInsightsPipelineStatus$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateMediaPipelineKinesisVideoStreamPool } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateMediaPipelineKinesisVideoStreamPool$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ChimeSDKMediaPipelinesService", "UpdateMediaPipelineKinesisVideoStreamPool", {})
|
|
13
13
|
.n("ChimeSDKMediaPipelinesClient", "UpdateMediaPipelineKinesisVideoStreamPoolCommand")
|
|
14
|
-
.sc(UpdateMediaPipelineKinesisVideoStreamPool)
|
|
14
|
+
.sc(UpdateMediaPipelineKinesisVideoStreamPool$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
26
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.chimesdkmediapipelines",
|
|
29
|
+
version: "2021-07-15",
|
|
30
|
+
serviceTarget: "ChimeSDKMediaPipelinesService",
|
|
31
|
+
},
|
|
27
32
|
serviceId: config?.serviceId ?? "Chime SDK Media Pipelines",
|
|
28
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
29
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|