@aws-sdk/client-chime-sdk-media-pipelines 3.1076.0 → 3.1078.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 +42 -315
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultChimeSDKMediaPipelinesHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1549,6 +1551,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1549
1551
|
serviceTarget: "ChimeSDKMediaPipelinesService",
|
|
1550
1552
|
},
|
|
1551
1553
|
serviceId: config?.serviceId ?? "Chime SDK Media Pipelines",
|
|
1554
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1552
1555
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1553
1556
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1554
1557
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1582,7 +1585,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1582
1585
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1583
1586
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1584
1587
|
}, config),
|
|
1585
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1586
1588
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1587
1589
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1588
1590
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1670,376 +1672,101 @@ class ChimeSDKMediaPipelinesClient extends Client {
|
|
|
1670
1672
|
}
|
|
1671
1673
|
}
|
|
1672
1674
|
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
})
|
|
1679
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaCapturePipeline", {})
|
|
1680
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaCapturePipelineCommand")
|
|
1681
|
-
.sc(CreateMediaCapturePipeline$)
|
|
1682
|
-
.build() {
|
|
1675
|
+
const command = makeBuilder(commonParams, "ChimeSDKMediaPipelinesService", "ChimeSDKMediaPipelinesClient", getEndpointPlugin);
|
|
1676
|
+
const _ep0 = {};
|
|
1677
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1678
|
+
|
|
1679
|
+
class CreateMediaCapturePipelineCommand extends command(_ep0, _mw0, "CreateMediaCapturePipeline", CreateMediaCapturePipeline$) {
|
|
1683
1680
|
}
|
|
1684
1681
|
|
|
1685
|
-
class CreateMediaConcatenationPipelineCommand extends
|
|
1686
|
-
.classBuilder()
|
|
1687
|
-
.ep(commonParams)
|
|
1688
|
-
.m(function (Command, cs, config, o) {
|
|
1689
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1690
|
-
})
|
|
1691
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaConcatenationPipeline", {})
|
|
1692
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaConcatenationPipelineCommand")
|
|
1693
|
-
.sc(CreateMediaConcatenationPipeline$)
|
|
1694
|
-
.build() {
|
|
1682
|
+
class CreateMediaConcatenationPipelineCommand extends command(_ep0, _mw0, "CreateMediaConcatenationPipeline", CreateMediaConcatenationPipeline$) {
|
|
1695
1683
|
}
|
|
1696
1684
|
|
|
1697
|
-
class CreateMediaInsightsPipelineCommand extends
|
|
1698
|
-
.classBuilder()
|
|
1699
|
-
.ep(commonParams)
|
|
1700
|
-
.m(function (Command, cs, config, o) {
|
|
1701
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1702
|
-
})
|
|
1703
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaInsightsPipeline", {})
|
|
1704
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaInsightsPipelineCommand")
|
|
1705
|
-
.sc(CreateMediaInsightsPipeline$)
|
|
1706
|
-
.build() {
|
|
1685
|
+
class CreateMediaInsightsPipelineCommand extends command(_ep0, _mw0, "CreateMediaInsightsPipeline", CreateMediaInsightsPipeline$) {
|
|
1707
1686
|
}
|
|
1708
1687
|
|
|
1709
|
-
class CreateMediaInsightsPipelineConfigurationCommand extends
|
|
1710
|
-
.classBuilder()
|
|
1711
|
-
.ep(commonParams)
|
|
1712
|
-
.m(function (Command, cs, config, o) {
|
|
1713
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1714
|
-
})
|
|
1715
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaInsightsPipelineConfiguration", {})
|
|
1716
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaInsightsPipelineConfigurationCommand")
|
|
1717
|
-
.sc(CreateMediaInsightsPipelineConfiguration$)
|
|
1718
|
-
.build() {
|
|
1688
|
+
class CreateMediaInsightsPipelineConfigurationCommand extends command(_ep0, _mw0, "CreateMediaInsightsPipelineConfiguration", CreateMediaInsightsPipelineConfiguration$) {
|
|
1719
1689
|
}
|
|
1720
1690
|
|
|
1721
|
-
class CreateMediaLiveConnectorPipelineCommand extends
|
|
1722
|
-
.classBuilder()
|
|
1723
|
-
.ep(commonParams)
|
|
1724
|
-
.m(function (Command, cs, config, o) {
|
|
1725
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1726
|
-
})
|
|
1727
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaLiveConnectorPipeline", {})
|
|
1728
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaLiveConnectorPipelineCommand")
|
|
1729
|
-
.sc(CreateMediaLiveConnectorPipeline$)
|
|
1730
|
-
.build() {
|
|
1691
|
+
class CreateMediaLiveConnectorPipelineCommand extends command(_ep0, _mw0, "CreateMediaLiveConnectorPipeline", CreateMediaLiveConnectorPipeline$) {
|
|
1731
1692
|
}
|
|
1732
1693
|
|
|
1733
|
-
class CreateMediaPipelineKinesisVideoStreamPoolCommand extends
|
|
1734
|
-
.classBuilder()
|
|
1735
|
-
.ep(commonParams)
|
|
1736
|
-
.m(function (Command, cs, config, o) {
|
|
1737
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1738
|
-
})
|
|
1739
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaPipelineKinesisVideoStreamPool", {})
|
|
1740
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaPipelineKinesisVideoStreamPoolCommand")
|
|
1741
|
-
.sc(CreateMediaPipelineKinesisVideoStreamPool$)
|
|
1742
|
-
.build() {
|
|
1694
|
+
class CreateMediaPipelineKinesisVideoStreamPoolCommand extends command(_ep0, _mw0, "CreateMediaPipelineKinesisVideoStreamPool", CreateMediaPipelineKinesisVideoStreamPool$) {
|
|
1743
1695
|
}
|
|
1744
1696
|
|
|
1745
|
-
class CreateMediaStreamPipelineCommand extends
|
|
1746
|
-
.classBuilder()
|
|
1747
|
-
.ep(commonParams)
|
|
1748
|
-
.m(function (Command, cs, config, o) {
|
|
1749
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1750
|
-
})
|
|
1751
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaStreamPipeline", {})
|
|
1752
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaStreamPipelineCommand")
|
|
1753
|
-
.sc(CreateMediaStreamPipeline$)
|
|
1754
|
-
.build() {
|
|
1697
|
+
class CreateMediaStreamPipelineCommand extends command(_ep0, _mw0, "CreateMediaStreamPipeline", CreateMediaStreamPipeline$) {
|
|
1755
1698
|
}
|
|
1756
1699
|
|
|
1757
|
-
class DeleteMediaCapturePipelineCommand extends
|
|
1758
|
-
.classBuilder()
|
|
1759
|
-
.ep(commonParams)
|
|
1760
|
-
.m(function (Command, cs, config, o) {
|
|
1761
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1762
|
-
})
|
|
1763
|
-
.s("ChimeSDKMediaPipelinesService", "DeleteMediaCapturePipeline", {})
|
|
1764
|
-
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaCapturePipelineCommand")
|
|
1765
|
-
.sc(DeleteMediaCapturePipeline$)
|
|
1766
|
-
.build() {
|
|
1700
|
+
class DeleteMediaCapturePipelineCommand extends command(_ep0, _mw0, "DeleteMediaCapturePipeline", DeleteMediaCapturePipeline$) {
|
|
1767
1701
|
}
|
|
1768
1702
|
|
|
1769
|
-
class DeleteMediaInsightsPipelineConfigurationCommand extends
|
|
1770
|
-
.classBuilder()
|
|
1771
|
-
.ep(commonParams)
|
|
1772
|
-
.m(function (Command, cs, config, o) {
|
|
1773
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1774
|
-
})
|
|
1775
|
-
.s("ChimeSDKMediaPipelinesService", "DeleteMediaInsightsPipelineConfiguration", {})
|
|
1776
|
-
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaInsightsPipelineConfigurationCommand")
|
|
1777
|
-
.sc(DeleteMediaInsightsPipelineConfiguration$)
|
|
1778
|
-
.build() {
|
|
1703
|
+
class DeleteMediaInsightsPipelineConfigurationCommand extends command(_ep0, _mw0, "DeleteMediaInsightsPipelineConfiguration", DeleteMediaInsightsPipelineConfiguration$) {
|
|
1779
1704
|
}
|
|
1780
1705
|
|
|
1781
|
-
class DeleteMediaPipelineCommand extends
|
|
1782
|
-
.classBuilder()
|
|
1783
|
-
.ep(commonParams)
|
|
1784
|
-
.m(function (Command, cs, config, o) {
|
|
1785
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1786
|
-
})
|
|
1787
|
-
.s("ChimeSDKMediaPipelinesService", "DeleteMediaPipeline", {})
|
|
1788
|
-
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaPipelineCommand")
|
|
1789
|
-
.sc(DeleteMediaPipeline$)
|
|
1790
|
-
.build() {
|
|
1706
|
+
class DeleteMediaPipelineCommand extends command(_ep0, _mw0, "DeleteMediaPipeline", DeleteMediaPipeline$) {
|
|
1791
1707
|
}
|
|
1792
1708
|
|
|
1793
|
-
class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends
|
|
1794
|
-
.classBuilder()
|
|
1795
|
-
.ep(commonParams)
|
|
1796
|
-
.m(function (Command, cs, config, o) {
|
|
1797
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1798
|
-
})
|
|
1799
|
-
.s("ChimeSDKMediaPipelinesService", "DeleteMediaPipelineKinesisVideoStreamPool", {})
|
|
1800
|
-
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaPipelineKinesisVideoStreamPoolCommand")
|
|
1801
|
-
.sc(DeleteMediaPipelineKinesisVideoStreamPool$)
|
|
1802
|
-
.build() {
|
|
1709
|
+
class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends command(_ep0, _mw0, "DeleteMediaPipelineKinesisVideoStreamPool", DeleteMediaPipelineKinesisVideoStreamPool$) {
|
|
1803
1710
|
}
|
|
1804
1711
|
|
|
1805
|
-
class GetMediaCapturePipelineCommand extends
|
|
1806
|
-
.classBuilder()
|
|
1807
|
-
.ep(commonParams)
|
|
1808
|
-
.m(function (Command, cs, config, o) {
|
|
1809
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1810
|
-
})
|
|
1811
|
-
.s("ChimeSDKMediaPipelinesService", "GetMediaCapturePipeline", {})
|
|
1812
|
-
.n("ChimeSDKMediaPipelinesClient", "GetMediaCapturePipelineCommand")
|
|
1813
|
-
.sc(GetMediaCapturePipeline$)
|
|
1814
|
-
.build() {
|
|
1712
|
+
class GetMediaCapturePipelineCommand extends command(_ep0, _mw0, "GetMediaCapturePipeline", GetMediaCapturePipeline$) {
|
|
1815
1713
|
}
|
|
1816
1714
|
|
|
1817
|
-
class GetMediaInsightsPipelineConfigurationCommand extends
|
|
1818
|
-
.classBuilder()
|
|
1819
|
-
.ep(commonParams)
|
|
1820
|
-
.m(function (Command, cs, config, o) {
|
|
1821
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1822
|
-
})
|
|
1823
|
-
.s("ChimeSDKMediaPipelinesService", "GetMediaInsightsPipelineConfiguration", {})
|
|
1824
|
-
.n("ChimeSDKMediaPipelinesClient", "GetMediaInsightsPipelineConfigurationCommand")
|
|
1825
|
-
.sc(GetMediaInsightsPipelineConfiguration$)
|
|
1826
|
-
.build() {
|
|
1715
|
+
class GetMediaInsightsPipelineConfigurationCommand extends command(_ep0, _mw0, "GetMediaInsightsPipelineConfiguration", GetMediaInsightsPipelineConfiguration$) {
|
|
1827
1716
|
}
|
|
1828
1717
|
|
|
1829
|
-
class GetMediaPipelineCommand extends
|
|
1830
|
-
.classBuilder()
|
|
1831
|
-
.ep(commonParams)
|
|
1832
|
-
.m(function (Command, cs, config, o) {
|
|
1833
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1834
|
-
})
|
|
1835
|
-
.s("ChimeSDKMediaPipelinesService", "GetMediaPipeline", {})
|
|
1836
|
-
.n("ChimeSDKMediaPipelinesClient", "GetMediaPipelineCommand")
|
|
1837
|
-
.sc(GetMediaPipeline$)
|
|
1838
|
-
.build() {
|
|
1718
|
+
class GetMediaPipelineCommand extends command(_ep0, _mw0, "GetMediaPipeline", GetMediaPipeline$) {
|
|
1839
1719
|
}
|
|
1840
1720
|
|
|
1841
|
-
class GetMediaPipelineKinesisVideoStreamPoolCommand extends
|
|
1842
|
-
.classBuilder()
|
|
1843
|
-
.ep(commonParams)
|
|
1844
|
-
.m(function (Command, cs, config, o) {
|
|
1845
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1846
|
-
})
|
|
1847
|
-
.s("ChimeSDKMediaPipelinesService", "GetMediaPipelineKinesisVideoStreamPool", {})
|
|
1848
|
-
.n("ChimeSDKMediaPipelinesClient", "GetMediaPipelineKinesisVideoStreamPoolCommand")
|
|
1849
|
-
.sc(GetMediaPipelineKinesisVideoStreamPool$)
|
|
1850
|
-
.build() {
|
|
1721
|
+
class GetMediaPipelineKinesisVideoStreamPoolCommand extends command(_ep0, _mw0, "GetMediaPipelineKinesisVideoStreamPool", GetMediaPipelineKinesisVideoStreamPool$) {
|
|
1851
1722
|
}
|
|
1852
1723
|
|
|
1853
|
-
class GetSpeakerSearchTaskCommand extends
|
|
1854
|
-
.classBuilder()
|
|
1855
|
-
.ep(commonParams)
|
|
1856
|
-
.m(function (Command, cs, config, o) {
|
|
1857
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1858
|
-
})
|
|
1859
|
-
.s("ChimeSDKMediaPipelinesService", "GetSpeakerSearchTask", {})
|
|
1860
|
-
.n("ChimeSDKMediaPipelinesClient", "GetSpeakerSearchTaskCommand")
|
|
1861
|
-
.sc(GetSpeakerSearchTask$)
|
|
1862
|
-
.build() {
|
|
1724
|
+
class GetSpeakerSearchTaskCommand extends command(_ep0, _mw0, "GetSpeakerSearchTask", GetSpeakerSearchTask$) {
|
|
1863
1725
|
}
|
|
1864
1726
|
|
|
1865
|
-
class GetVoiceToneAnalysisTaskCommand extends
|
|
1866
|
-
.classBuilder()
|
|
1867
|
-
.ep(commonParams)
|
|
1868
|
-
.m(function (Command, cs, config, o) {
|
|
1869
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1870
|
-
})
|
|
1871
|
-
.s("ChimeSDKMediaPipelinesService", "GetVoiceToneAnalysisTask", {})
|
|
1872
|
-
.n("ChimeSDKMediaPipelinesClient", "GetVoiceToneAnalysisTaskCommand")
|
|
1873
|
-
.sc(GetVoiceToneAnalysisTask$)
|
|
1874
|
-
.build() {
|
|
1727
|
+
class GetVoiceToneAnalysisTaskCommand extends command(_ep0, _mw0, "GetVoiceToneAnalysisTask", GetVoiceToneAnalysisTask$) {
|
|
1875
1728
|
}
|
|
1876
1729
|
|
|
1877
|
-
class ListMediaCapturePipelinesCommand extends
|
|
1878
|
-
.classBuilder()
|
|
1879
|
-
.ep(commonParams)
|
|
1880
|
-
.m(function (Command, cs, config, o) {
|
|
1881
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1882
|
-
})
|
|
1883
|
-
.s("ChimeSDKMediaPipelinesService", "ListMediaCapturePipelines", {})
|
|
1884
|
-
.n("ChimeSDKMediaPipelinesClient", "ListMediaCapturePipelinesCommand")
|
|
1885
|
-
.sc(ListMediaCapturePipelines$)
|
|
1886
|
-
.build() {
|
|
1730
|
+
class ListMediaCapturePipelinesCommand extends command(_ep0, _mw0, "ListMediaCapturePipelines", ListMediaCapturePipelines$) {
|
|
1887
1731
|
}
|
|
1888
1732
|
|
|
1889
|
-
class ListMediaInsightsPipelineConfigurationsCommand extends
|
|
1890
|
-
.classBuilder()
|
|
1891
|
-
.ep(commonParams)
|
|
1892
|
-
.m(function (Command, cs, config, o) {
|
|
1893
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1894
|
-
})
|
|
1895
|
-
.s("ChimeSDKMediaPipelinesService", "ListMediaInsightsPipelineConfigurations", {})
|
|
1896
|
-
.n("ChimeSDKMediaPipelinesClient", "ListMediaInsightsPipelineConfigurationsCommand")
|
|
1897
|
-
.sc(ListMediaInsightsPipelineConfigurations$)
|
|
1898
|
-
.build() {
|
|
1733
|
+
class ListMediaInsightsPipelineConfigurationsCommand extends command(_ep0, _mw0, "ListMediaInsightsPipelineConfigurations", ListMediaInsightsPipelineConfigurations$) {
|
|
1899
1734
|
}
|
|
1900
1735
|
|
|
1901
|
-
class ListMediaPipelineKinesisVideoStreamPoolsCommand extends
|
|
1902
|
-
.classBuilder()
|
|
1903
|
-
.ep(commonParams)
|
|
1904
|
-
.m(function (Command, cs, config, o) {
|
|
1905
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1906
|
-
})
|
|
1907
|
-
.s("ChimeSDKMediaPipelinesService", "ListMediaPipelineKinesisVideoStreamPools", {})
|
|
1908
|
-
.n("ChimeSDKMediaPipelinesClient", "ListMediaPipelineKinesisVideoStreamPoolsCommand")
|
|
1909
|
-
.sc(ListMediaPipelineKinesisVideoStreamPools$)
|
|
1910
|
-
.build() {
|
|
1736
|
+
class ListMediaPipelineKinesisVideoStreamPoolsCommand extends command(_ep0, _mw0, "ListMediaPipelineKinesisVideoStreamPools", ListMediaPipelineKinesisVideoStreamPools$) {
|
|
1911
1737
|
}
|
|
1912
1738
|
|
|
1913
|
-
class ListMediaPipelinesCommand extends
|
|
1914
|
-
.classBuilder()
|
|
1915
|
-
.ep(commonParams)
|
|
1916
|
-
.m(function (Command, cs, config, o) {
|
|
1917
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1918
|
-
})
|
|
1919
|
-
.s("ChimeSDKMediaPipelinesService", "ListMediaPipelines", {})
|
|
1920
|
-
.n("ChimeSDKMediaPipelinesClient", "ListMediaPipelinesCommand")
|
|
1921
|
-
.sc(ListMediaPipelines$)
|
|
1922
|
-
.build() {
|
|
1739
|
+
class ListMediaPipelinesCommand extends command(_ep0, _mw0, "ListMediaPipelines", ListMediaPipelines$) {
|
|
1923
1740
|
}
|
|
1924
1741
|
|
|
1925
|
-
class ListTagsForResourceCommand extends
|
|
1926
|
-
.classBuilder()
|
|
1927
|
-
.ep(commonParams)
|
|
1928
|
-
.m(function (Command, cs, config, o) {
|
|
1929
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1930
|
-
})
|
|
1931
|
-
.s("ChimeSDKMediaPipelinesService", "ListTagsForResource", {})
|
|
1932
|
-
.n("ChimeSDKMediaPipelinesClient", "ListTagsForResourceCommand")
|
|
1933
|
-
.sc(ListTagsForResource$)
|
|
1934
|
-
.build() {
|
|
1742
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1935
1743
|
}
|
|
1936
1744
|
|
|
1937
|
-
class StartSpeakerSearchTaskCommand extends
|
|
1938
|
-
.classBuilder()
|
|
1939
|
-
.ep(commonParams)
|
|
1940
|
-
.m(function (Command, cs, config, o) {
|
|
1941
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1942
|
-
})
|
|
1943
|
-
.s("ChimeSDKMediaPipelinesService", "StartSpeakerSearchTask", {})
|
|
1944
|
-
.n("ChimeSDKMediaPipelinesClient", "StartSpeakerSearchTaskCommand")
|
|
1945
|
-
.sc(StartSpeakerSearchTask$)
|
|
1946
|
-
.build() {
|
|
1745
|
+
class StartSpeakerSearchTaskCommand extends command(_ep0, _mw0, "StartSpeakerSearchTask", StartSpeakerSearchTask$) {
|
|
1947
1746
|
}
|
|
1948
1747
|
|
|
1949
|
-
class StartVoiceToneAnalysisTaskCommand extends
|
|
1950
|
-
.classBuilder()
|
|
1951
|
-
.ep(commonParams)
|
|
1952
|
-
.m(function (Command, cs, config, o) {
|
|
1953
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1954
|
-
})
|
|
1955
|
-
.s("ChimeSDKMediaPipelinesService", "StartVoiceToneAnalysisTask", {})
|
|
1956
|
-
.n("ChimeSDKMediaPipelinesClient", "StartVoiceToneAnalysisTaskCommand")
|
|
1957
|
-
.sc(StartVoiceToneAnalysisTask$)
|
|
1958
|
-
.build() {
|
|
1748
|
+
class StartVoiceToneAnalysisTaskCommand extends command(_ep0, _mw0, "StartVoiceToneAnalysisTask", StartVoiceToneAnalysisTask$) {
|
|
1959
1749
|
}
|
|
1960
1750
|
|
|
1961
|
-
class StopSpeakerSearchTaskCommand extends
|
|
1962
|
-
.classBuilder()
|
|
1963
|
-
.ep(commonParams)
|
|
1964
|
-
.m(function (Command, cs, config, o) {
|
|
1965
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1966
|
-
})
|
|
1967
|
-
.s("ChimeSDKMediaPipelinesService", "StopSpeakerSearchTask", {})
|
|
1968
|
-
.n("ChimeSDKMediaPipelinesClient", "StopSpeakerSearchTaskCommand")
|
|
1969
|
-
.sc(StopSpeakerSearchTask$)
|
|
1970
|
-
.build() {
|
|
1751
|
+
class StopSpeakerSearchTaskCommand extends command(_ep0, _mw0, "StopSpeakerSearchTask", StopSpeakerSearchTask$) {
|
|
1971
1752
|
}
|
|
1972
1753
|
|
|
1973
|
-
class StopVoiceToneAnalysisTaskCommand extends
|
|
1974
|
-
.classBuilder()
|
|
1975
|
-
.ep(commonParams)
|
|
1976
|
-
.m(function (Command, cs, config, o) {
|
|
1977
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1978
|
-
})
|
|
1979
|
-
.s("ChimeSDKMediaPipelinesService", "StopVoiceToneAnalysisTask", {})
|
|
1980
|
-
.n("ChimeSDKMediaPipelinesClient", "StopVoiceToneAnalysisTaskCommand")
|
|
1981
|
-
.sc(StopVoiceToneAnalysisTask$)
|
|
1982
|
-
.build() {
|
|
1754
|
+
class StopVoiceToneAnalysisTaskCommand extends command(_ep0, _mw0, "StopVoiceToneAnalysisTask", StopVoiceToneAnalysisTask$) {
|
|
1983
1755
|
}
|
|
1984
1756
|
|
|
1985
|
-
class TagResourceCommand extends
|
|
1986
|
-
.classBuilder()
|
|
1987
|
-
.ep(commonParams)
|
|
1988
|
-
.m(function (Command, cs, config, o) {
|
|
1989
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1990
|
-
})
|
|
1991
|
-
.s("ChimeSDKMediaPipelinesService", "TagResource", {})
|
|
1992
|
-
.n("ChimeSDKMediaPipelinesClient", "TagResourceCommand")
|
|
1993
|
-
.sc(TagResource$)
|
|
1994
|
-
.build() {
|
|
1757
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1995
1758
|
}
|
|
1996
1759
|
|
|
1997
|
-
class UntagResourceCommand extends
|
|
1998
|
-
.classBuilder()
|
|
1999
|
-
.ep(commonParams)
|
|
2000
|
-
.m(function (Command, cs, config, o) {
|
|
2001
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2002
|
-
})
|
|
2003
|
-
.s("ChimeSDKMediaPipelinesService", "UntagResource", {})
|
|
2004
|
-
.n("ChimeSDKMediaPipelinesClient", "UntagResourceCommand")
|
|
2005
|
-
.sc(UntagResource$)
|
|
2006
|
-
.build() {
|
|
1760
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2007
1761
|
}
|
|
2008
1762
|
|
|
2009
|
-
class UpdateMediaInsightsPipelineConfigurationCommand extends
|
|
2010
|
-
.classBuilder()
|
|
2011
|
-
.ep(commonParams)
|
|
2012
|
-
.m(function (Command, cs, config, o) {
|
|
2013
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2014
|
-
})
|
|
2015
|
-
.s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineConfiguration", {})
|
|
2016
|
-
.n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineConfigurationCommand")
|
|
2017
|
-
.sc(UpdateMediaInsightsPipelineConfiguration$)
|
|
2018
|
-
.build() {
|
|
1763
|
+
class UpdateMediaInsightsPipelineConfigurationCommand extends command(_ep0, _mw0, "UpdateMediaInsightsPipelineConfiguration", UpdateMediaInsightsPipelineConfiguration$) {
|
|
2019
1764
|
}
|
|
2020
1765
|
|
|
2021
|
-
class UpdateMediaInsightsPipelineStatusCommand extends
|
|
2022
|
-
.classBuilder()
|
|
2023
|
-
.ep(commonParams)
|
|
2024
|
-
.m(function (Command, cs, config, o) {
|
|
2025
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2026
|
-
})
|
|
2027
|
-
.s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineStatus", {})
|
|
2028
|
-
.n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineStatusCommand")
|
|
2029
|
-
.sc(UpdateMediaInsightsPipelineStatus$)
|
|
2030
|
-
.build() {
|
|
1766
|
+
class UpdateMediaInsightsPipelineStatusCommand extends command(_ep0, _mw0, "UpdateMediaInsightsPipelineStatus", UpdateMediaInsightsPipelineStatus$) {
|
|
2031
1767
|
}
|
|
2032
1768
|
|
|
2033
|
-
class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends
|
|
2034
|
-
.classBuilder()
|
|
2035
|
-
.ep(commonParams)
|
|
2036
|
-
.m(function (Command, cs, config, o) {
|
|
2037
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2038
|
-
})
|
|
2039
|
-
.s("ChimeSDKMediaPipelinesService", "UpdateMediaPipelineKinesisVideoStreamPool", {})
|
|
2040
|
-
.n("ChimeSDKMediaPipelinesClient", "UpdateMediaPipelineKinesisVideoStreamPoolCommand")
|
|
2041
|
-
.sc(UpdateMediaPipelineKinesisVideoStreamPool$)
|
|
2042
|
-
.build() {
|
|
1769
|
+
class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends command(_ep0, _mw0, "UpdateMediaPipelineKinesisVideoStreamPool", UpdateMediaPipelineKinesisVideoStreamPool$) {
|
|
2043
1770
|
}
|
|
2044
1771
|
|
|
2045
1772
|
const paginateListMediaCapturePipelines = createPaginator(ChimeSDKMediaPipelinesClient, ListMediaCapturePipelinesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "ChimeSDKMediaPipelinesService", "ChimeSDKMediaPipelinesClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -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 { CreateMediaCapturePipeline$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateMediaCapturePipelineCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaCapturePipeline", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaCapturePipelineCommand")
|
|
14
|
-
.sc(CreateMediaCapturePipeline$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateMediaCapturePipelineCommand extends command(_ep0, _mw0, "CreateMediaCapturePipeline", CreateMediaCapturePipeline$) {
|
|
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 { CreateMediaConcatenationPipeline$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateMediaConcatenationPipelineCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaConcatenationPipeline", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaConcatenationPipelineCommand")
|
|
14
|
-
.sc(CreateMediaConcatenationPipeline$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateMediaConcatenationPipelineCommand extends command(_ep0, _mw0, "CreateMediaConcatenationPipeline", CreateMediaConcatenationPipeline$) {
|
|
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 { CreateMediaInsightsPipeline$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateMediaInsightsPipelineCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaInsightsPipeline", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaInsightsPipelineCommand")
|
|
14
|
-
.sc(CreateMediaInsightsPipeline$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateMediaInsightsPipelineCommand extends command(_ep0, _mw0, "CreateMediaInsightsPipeline", CreateMediaInsightsPipeline$) {
|
|
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 { CreateMediaInsightsPipelineConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateMediaInsightsPipelineConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaInsightsPipelineConfiguration", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaInsightsPipelineConfigurationCommand")
|
|
14
|
-
.sc(CreateMediaInsightsPipelineConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateMediaInsightsPipelineConfigurationCommand extends command(_ep0, _mw0, "CreateMediaInsightsPipelineConfiguration", CreateMediaInsightsPipelineConfiguration$) {
|
|
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 { CreateMediaLiveConnectorPipeline$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateMediaLiveConnectorPipelineCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaLiveConnectorPipeline", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaLiveConnectorPipelineCommand")
|
|
14
|
-
.sc(CreateMediaLiveConnectorPipeline$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateMediaLiveConnectorPipelineCommand extends command(_ep0, _mw0, "CreateMediaLiveConnectorPipeline", CreateMediaLiveConnectorPipeline$) {
|
|
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 { CreateMediaPipelineKinesisVideoStreamPool$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaPipelineKinesisVideoStreamPool", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaPipelineKinesisVideoStreamPoolCommand")
|
|
14
|
-
.sc(CreateMediaPipelineKinesisVideoStreamPool$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateMediaPipelineKinesisVideoStreamPoolCommand extends command(_ep0, _mw0, "CreateMediaPipelineKinesisVideoStreamPool", CreateMediaPipelineKinesisVideoStreamPool$) {
|
|
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 { CreateMediaStreamPipeline$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateMediaStreamPipelineCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaStreamPipeline", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaStreamPipelineCommand")
|
|
14
|
-
.sc(CreateMediaStreamPipeline$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateMediaStreamPipelineCommand extends command(_ep0, _mw0, "CreateMediaStreamPipeline", CreateMediaStreamPipeline$) {
|
|
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 { DeleteMediaCapturePipeline$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteMediaCapturePipelineCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "DeleteMediaCapturePipeline", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaCapturePipelineCommand")
|
|
14
|
-
.sc(DeleteMediaCapturePipeline$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteMediaCapturePipelineCommand extends command(_ep0, _mw0, "DeleteMediaCapturePipeline", DeleteMediaCapturePipeline$) {
|
|
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 { DeleteMediaInsightsPipelineConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteMediaInsightsPipelineConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "DeleteMediaInsightsPipelineConfiguration", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaInsightsPipelineConfigurationCommand")
|
|
14
|
-
.sc(DeleteMediaInsightsPipelineConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteMediaInsightsPipelineConfigurationCommand extends command(_ep0, _mw0, "DeleteMediaInsightsPipelineConfiguration", DeleteMediaInsightsPipelineConfiguration$) {
|
|
16
4
|
}
|