@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
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");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1671,376 +1672,101 @@ class ChimeSDKMediaPipelinesClient extends Client {
|
|
|
1671
1672
|
}
|
|
1672
1673
|
}
|
|
1673
1674
|
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
})
|
|
1680
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaCapturePipeline", {})
|
|
1681
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaCapturePipelineCommand")
|
|
1682
|
-
.sc(CreateMediaCapturePipeline$)
|
|
1683
|
-
.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$) {
|
|
1684
1680
|
}
|
|
1685
1681
|
|
|
1686
|
-
class CreateMediaConcatenationPipelineCommand extends
|
|
1687
|
-
.classBuilder()
|
|
1688
|
-
.ep(commonParams)
|
|
1689
|
-
.m(function (Command, cs, config, o) {
|
|
1690
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1691
|
-
})
|
|
1692
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaConcatenationPipeline", {})
|
|
1693
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaConcatenationPipelineCommand")
|
|
1694
|
-
.sc(CreateMediaConcatenationPipeline$)
|
|
1695
|
-
.build() {
|
|
1682
|
+
class CreateMediaConcatenationPipelineCommand extends command(_ep0, _mw0, "CreateMediaConcatenationPipeline", CreateMediaConcatenationPipeline$) {
|
|
1696
1683
|
}
|
|
1697
1684
|
|
|
1698
|
-
class CreateMediaInsightsPipelineCommand extends
|
|
1699
|
-
.classBuilder()
|
|
1700
|
-
.ep(commonParams)
|
|
1701
|
-
.m(function (Command, cs, config, o) {
|
|
1702
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1703
|
-
})
|
|
1704
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaInsightsPipeline", {})
|
|
1705
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaInsightsPipelineCommand")
|
|
1706
|
-
.sc(CreateMediaInsightsPipeline$)
|
|
1707
|
-
.build() {
|
|
1685
|
+
class CreateMediaInsightsPipelineCommand extends command(_ep0, _mw0, "CreateMediaInsightsPipeline", CreateMediaInsightsPipeline$) {
|
|
1708
1686
|
}
|
|
1709
1687
|
|
|
1710
|
-
class CreateMediaInsightsPipelineConfigurationCommand extends
|
|
1711
|
-
.classBuilder()
|
|
1712
|
-
.ep(commonParams)
|
|
1713
|
-
.m(function (Command, cs, config, o) {
|
|
1714
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1715
|
-
})
|
|
1716
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaInsightsPipelineConfiguration", {})
|
|
1717
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaInsightsPipelineConfigurationCommand")
|
|
1718
|
-
.sc(CreateMediaInsightsPipelineConfiguration$)
|
|
1719
|
-
.build() {
|
|
1688
|
+
class CreateMediaInsightsPipelineConfigurationCommand extends command(_ep0, _mw0, "CreateMediaInsightsPipelineConfiguration", CreateMediaInsightsPipelineConfiguration$) {
|
|
1720
1689
|
}
|
|
1721
1690
|
|
|
1722
|
-
class CreateMediaLiveConnectorPipelineCommand extends
|
|
1723
|
-
.classBuilder()
|
|
1724
|
-
.ep(commonParams)
|
|
1725
|
-
.m(function (Command, cs, config, o) {
|
|
1726
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1727
|
-
})
|
|
1728
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaLiveConnectorPipeline", {})
|
|
1729
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaLiveConnectorPipelineCommand")
|
|
1730
|
-
.sc(CreateMediaLiveConnectorPipeline$)
|
|
1731
|
-
.build() {
|
|
1691
|
+
class CreateMediaLiveConnectorPipelineCommand extends command(_ep0, _mw0, "CreateMediaLiveConnectorPipeline", CreateMediaLiveConnectorPipeline$) {
|
|
1732
1692
|
}
|
|
1733
1693
|
|
|
1734
|
-
class CreateMediaPipelineKinesisVideoStreamPoolCommand extends
|
|
1735
|
-
.classBuilder()
|
|
1736
|
-
.ep(commonParams)
|
|
1737
|
-
.m(function (Command, cs, config, o) {
|
|
1738
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1739
|
-
})
|
|
1740
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaPipelineKinesisVideoStreamPool", {})
|
|
1741
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaPipelineKinesisVideoStreamPoolCommand")
|
|
1742
|
-
.sc(CreateMediaPipelineKinesisVideoStreamPool$)
|
|
1743
|
-
.build() {
|
|
1694
|
+
class CreateMediaPipelineKinesisVideoStreamPoolCommand extends command(_ep0, _mw0, "CreateMediaPipelineKinesisVideoStreamPool", CreateMediaPipelineKinesisVideoStreamPool$) {
|
|
1744
1695
|
}
|
|
1745
1696
|
|
|
1746
|
-
class CreateMediaStreamPipelineCommand extends
|
|
1747
|
-
.classBuilder()
|
|
1748
|
-
.ep(commonParams)
|
|
1749
|
-
.m(function (Command, cs, config, o) {
|
|
1750
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1751
|
-
})
|
|
1752
|
-
.s("ChimeSDKMediaPipelinesService", "CreateMediaStreamPipeline", {})
|
|
1753
|
-
.n("ChimeSDKMediaPipelinesClient", "CreateMediaStreamPipelineCommand")
|
|
1754
|
-
.sc(CreateMediaStreamPipeline$)
|
|
1755
|
-
.build() {
|
|
1697
|
+
class CreateMediaStreamPipelineCommand extends command(_ep0, _mw0, "CreateMediaStreamPipeline", CreateMediaStreamPipeline$) {
|
|
1756
1698
|
}
|
|
1757
1699
|
|
|
1758
|
-
class DeleteMediaCapturePipelineCommand extends
|
|
1759
|
-
.classBuilder()
|
|
1760
|
-
.ep(commonParams)
|
|
1761
|
-
.m(function (Command, cs, config, o) {
|
|
1762
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1763
|
-
})
|
|
1764
|
-
.s("ChimeSDKMediaPipelinesService", "DeleteMediaCapturePipeline", {})
|
|
1765
|
-
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaCapturePipelineCommand")
|
|
1766
|
-
.sc(DeleteMediaCapturePipeline$)
|
|
1767
|
-
.build() {
|
|
1700
|
+
class DeleteMediaCapturePipelineCommand extends command(_ep0, _mw0, "DeleteMediaCapturePipeline", DeleteMediaCapturePipeline$) {
|
|
1768
1701
|
}
|
|
1769
1702
|
|
|
1770
|
-
class DeleteMediaInsightsPipelineConfigurationCommand extends
|
|
1771
|
-
.classBuilder()
|
|
1772
|
-
.ep(commonParams)
|
|
1773
|
-
.m(function (Command, cs, config, o) {
|
|
1774
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1775
|
-
})
|
|
1776
|
-
.s("ChimeSDKMediaPipelinesService", "DeleteMediaInsightsPipelineConfiguration", {})
|
|
1777
|
-
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaInsightsPipelineConfigurationCommand")
|
|
1778
|
-
.sc(DeleteMediaInsightsPipelineConfiguration$)
|
|
1779
|
-
.build() {
|
|
1703
|
+
class DeleteMediaInsightsPipelineConfigurationCommand extends command(_ep0, _mw0, "DeleteMediaInsightsPipelineConfiguration", DeleteMediaInsightsPipelineConfiguration$) {
|
|
1780
1704
|
}
|
|
1781
1705
|
|
|
1782
|
-
class DeleteMediaPipelineCommand extends
|
|
1783
|
-
.classBuilder()
|
|
1784
|
-
.ep(commonParams)
|
|
1785
|
-
.m(function (Command, cs, config, o) {
|
|
1786
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1787
|
-
})
|
|
1788
|
-
.s("ChimeSDKMediaPipelinesService", "DeleteMediaPipeline", {})
|
|
1789
|
-
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaPipelineCommand")
|
|
1790
|
-
.sc(DeleteMediaPipeline$)
|
|
1791
|
-
.build() {
|
|
1706
|
+
class DeleteMediaPipelineCommand extends command(_ep0, _mw0, "DeleteMediaPipeline", DeleteMediaPipeline$) {
|
|
1792
1707
|
}
|
|
1793
1708
|
|
|
1794
|
-
class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends
|
|
1795
|
-
.classBuilder()
|
|
1796
|
-
.ep(commonParams)
|
|
1797
|
-
.m(function (Command, cs, config, o) {
|
|
1798
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1799
|
-
})
|
|
1800
|
-
.s("ChimeSDKMediaPipelinesService", "DeleteMediaPipelineKinesisVideoStreamPool", {})
|
|
1801
|
-
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaPipelineKinesisVideoStreamPoolCommand")
|
|
1802
|
-
.sc(DeleteMediaPipelineKinesisVideoStreamPool$)
|
|
1803
|
-
.build() {
|
|
1709
|
+
class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends command(_ep0, _mw0, "DeleteMediaPipelineKinesisVideoStreamPool", DeleteMediaPipelineKinesisVideoStreamPool$) {
|
|
1804
1710
|
}
|
|
1805
1711
|
|
|
1806
|
-
class GetMediaCapturePipelineCommand extends
|
|
1807
|
-
.classBuilder()
|
|
1808
|
-
.ep(commonParams)
|
|
1809
|
-
.m(function (Command, cs, config, o) {
|
|
1810
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1811
|
-
})
|
|
1812
|
-
.s("ChimeSDKMediaPipelinesService", "GetMediaCapturePipeline", {})
|
|
1813
|
-
.n("ChimeSDKMediaPipelinesClient", "GetMediaCapturePipelineCommand")
|
|
1814
|
-
.sc(GetMediaCapturePipeline$)
|
|
1815
|
-
.build() {
|
|
1712
|
+
class GetMediaCapturePipelineCommand extends command(_ep0, _mw0, "GetMediaCapturePipeline", GetMediaCapturePipeline$) {
|
|
1816
1713
|
}
|
|
1817
1714
|
|
|
1818
|
-
class GetMediaInsightsPipelineConfigurationCommand extends
|
|
1819
|
-
.classBuilder()
|
|
1820
|
-
.ep(commonParams)
|
|
1821
|
-
.m(function (Command, cs, config, o) {
|
|
1822
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1823
|
-
})
|
|
1824
|
-
.s("ChimeSDKMediaPipelinesService", "GetMediaInsightsPipelineConfiguration", {})
|
|
1825
|
-
.n("ChimeSDKMediaPipelinesClient", "GetMediaInsightsPipelineConfigurationCommand")
|
|
1826
|
-
.sc(GetMediaInsightsPipelineConfiguration$)
|
|
1827
|
-
.build() {
|
|
1715
|
+
class GetMediaInsightsPipelineConfigurationCommand extends command(_ep0, _mw0, "GetMediaInsightsPipelineConfiguration", GetMediaInsightsPipelineConfiguration$) {
|
|
1828
1716
|
}
|
|
1829
1717
|
|
|
1830
|
-
class GetMediaPipelineCommand extends
|
|
1831
|
-
.classBuilder()
|
|
1832
|
-
.ep(commonParams)
|
|
1833
|
-
.m(function (Command, cs, config, o) {
|
|
1834
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1835
|
-
})
|
|
1836
|
-
.s("ChimeSDKMediaPipelinesService", "GetMediaPipeline", {})
|
|
1837
|
-
.n("ChimeSDKMediaPipelinesClient", "GetMediaPipelineCommand")
|
|
1838
|
-
.sc(GetMediaPipeline$)
|
|
1839
|
-
.build() {
|
|
1718
|
+
class GetMediaPipelineCommand extends command(_ep0, _mw0, "GetMediaPipeline", GetMediaPipeline$) {
|
|
1840
1719
|
}
|
|
1841
1720
|
|
|
1842
|
-
class GetMediaPipelineKinesisVideoStreamPoolCommand extends
|
|
1843
|
-
.classBuilder()
|
|
1844
|
-
.ep(commonParams)
|
|
1845
|
-
.m(function (Command, cs, config, o) {
|
|
1846
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1847
|
-
})
|
|
1848
|
-
.s("ChimeSDKMediaPipelinesService", "GetMediaPipelineKinesisVideoStreamPool", {})
|
|
1849
|
-
.n("ChimeSDKMediaPipelinesClient", "GetMediaPipelineKinesisVideoStreamPoolCommand")
|
|
1850
|
-
.sc(GetMediaPipelineKinesisVideoStreamPool$)
|
|
1851
|
-
.build() {
|
|
1721
|
+
class GetMediaPipelineKinesisVideoStreamPoolCommand extends command(_ep0, _mw0, "GetMediaPipelineKinesisVideoStreamPool", GetMediaPipelineKinesisVideoStreamPool$) {
|
|
1852
1722
|
}
|
|
1853
1723
|
|
|
1854
|
-
class GetSpeakerSearchTaskCommand extends
|
|
1855
|
-
.classBuilder()
|
|
1856
|
-
.ep(commonParams)
|
|
1857
|
-
.m(function (Command, cs, config, o) {
|
|
1858
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1859
|
-
})
|
|
1860
|
-
.s("ChimeSDKMediaPipelinesService", "GetSpeakerSearchTask", {})
|
|
1861
|
-
.n("ChimeSDKMediaPipelinesClient", "GetSpeakerSearchTaskCommand")
|
|
1862
|
-
.sc(GetSpeakerSearchTask$)
|
|
1863
|
-
.build() {
|
|
1724
|
+
class GetSpeakerSearchTaskCommand extends command(_ep0, _mw0, "GetSpeakerSearchTask", GetSpeakerSearchTask$) {
|
|
1864
1725
|
}
|
|
1865
1726
|
|
|
1866
|
-
class GetVoiceToneAnalysisTaskCommand extends
|
|
1867
|
-
.classBuilder()
|
|
1868
|
-
.ep(commonParams)
|
|
1869
|
-
.m(function (Command, cs, config, o) {
|
|
1870
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1871
|
-
})
|
|
1872
|
-
.s("ChimeSDKMediaPipelinesService", "GetVoiceToneAnalysisTask", {})
|
|
1873
|
-
.n("ChimeSDKMediaPipelinesClient", "GetVoiceToneAnalysisTaskCommand")
|
|
1874
|
-
.sc(GetVoiceToneAnalysisTask$)
|
|
1875
|
-
.build() {
|
|
1727
|
+
class GetVoiceToneAnalysisTaskCommand extends command(_ep0, _mw0, "GetVoiceToneAnalysisTask", GetVoiceToneAnalysisTask$) {
|
|
1876
1728
|
}
|
|
1877
1729
|
|
|
1878
|
-
class ListMediaCapturePipelinesCommand extends
|
|
1879
|
-
.classBuilder()
|
|
1880
|
-
.ep(commonParams)
|
|
1881
|
-
.m(function (Command, cs, config, o) {
|
|
1882
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1883
|
-
})
|
|
1884
|
-
.s("ChimeSDKMediaPipelinesService", "ListMediaCapturePipelines", {})
|
|
1885
|
-
.n("ChimeSDKMediaPipelinesClient", "ListMediaCapturePipelinesCommand")
|
|
1886
|
-
.sc(ListMediaCapturePipelines$)
|
|
1887
|
-
.build() {
|
|
1730
|
+
class ListMediaCapturePipelinesCommand extends command(_ep0, _mw0, "ListMediaCapturePipelines", ListMediaCapturePipelines$) {
|
|
1888
1731
|
}
|
|
1889
1732
|
|
|
1890
|
-
class ListMediaInsightsPipelineConfigurationsCommand extends
|
|
1891
|
-
.classBuilder()
|
|
1892
|
-
.ep(commonParams)
|
|
1893
|
-
.m(function (Command, cs, config, o) {
|
|
1894
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1895
|
-
})
|
|
1896
|
-
.s("ChimeSDKMediaPipelinesService", "ListMediaInsightsPipelineConfigurations", {})
|
|
1897
|
-
.n("ChimeSDKMediaPipelinesClient", "ListMediaInsightsPipelineConfigurationsCommand")
|
|
1898
|
-
.sc(ListMediaInsightsPipelineConfigurations$)
|
|
1899
|
-
.build() {
|
|
1733
|
+
class ListMediaInsightsPipelineConfigurationsCommand extends command(_ep0, _mw0, "ListMediaInsightsPipelineConfigurations", ListMediaInsightsPipelineConfigurations$) {
|
|
1900
1734
|
}
|
|
1901
1735
|
|
|
1902
|
-
class ListMediaPipelineKinesisVideoStreamPoolsCommand extends
|
|
1903
|
-
.classBuilder()
|
|
1904
|
-
.ep(commonParams)
|
|
1905
|
-
.m(function (Command, cs, config, o) {
|
|
1906
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1907
|
-
})
|
|
1908
|
-
.s("ChimeSDKMediaPipelinesService", "ListMediaPipelineKinesisVideoStreamPools", {})
|
|
1909
|
-
.n("ChimeSDKMediaPipelinesClient", "ListMediaPipelineKinesisVideoStreamPoolsCommand")
|
|
1910
|
-
.sc(ListMediaPipelineKinesisVideoStreamPools$)
|
|
1911
|
-
.build() {
|
|
1736
|
+
class ListMediaPipelineKinesisVideoStreamPoolsCommand extends command(_ep0, _mw0, "ListMediaPipelineKinesisVideoStreamPools", ListMediaPipelineKinesisVideoStreamPools$) {
|
|
1912
1737
|
}
|
|
1913
1738
|
|
|
1914
|
-
class ListMediaPipelinesCommand extends
|
|
1915
|
-
.classBuilder()
|
|
1916
|
-
.ep(commonParams)
|
|
1917
|
-
.m(function (Command, cs, config, o) {
|
|
1918
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1919
|
-
})
|
|
1920
|
-
.s("ChimeSDKMediaPipelinesService", "ListMediaPipelines", {})
|
|
1921
|
-
.n("ChimeSDKMediaPipelinesClient", "ListMediaPipelinesCommand")
|
|
1922
|
-
.sc(ListMediaPipelines$)
|
|
1923
|
-
.build() {
|
|
1739
|
+
class ListMediaPipelinesCommand extends command(_ep0, _mw0, "ListMediaPipelines", ListMediaPipelines$) {
|
|
1924
1740
|
}
|
|
1925
1741
|
|
|
1926
|
-
class ListTagsForResourceCommand extends
|
|
1927
|
-
.classBuilder()
|
|
1928
|
-
.ep(commonParams)
|
|
1929
|
-
.m(function (Command, cs, config, o) {
|
|
1930
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1931
|
-
})
|
|
1932
|
-
.s("ChimeSDKMediaPipelinesService", "ListTagsForResource", {})
|
|
1933
|
-
.n("ChimeSDKMediaPipelinesClient", "ListTagsForResourceCommand")
|
|
1934
|
-
.sc(ListTagsForResource$)
|
|
1935
|
-
.build() {
|
|
1742
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1936
1743
|
}
|
|
1937
1744
|
|
|
1938
|
-
class StartSpeakerSearchTaskCommand extends
|
|
1939
|
-
.classBuilder()
|
|
1940
|
-
.ep(commonParams)
|
|
1941
|
-
.m(function (Command, cs, config, o) {
|
|
1942
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1943
|
-
})
|
|
1944
|
-
.s("ChimeSDKMediaPipelinesService", "StartSpeakerSearchTask", {})
|
|
1945
|
-
.n("ChimeSDKMediaPipelinesClient", "StartSpeakerSearchTaskCommand")
|
|
1946
|
-
.sc(StartSpeakerSearchTask$)
|
|
1947
|
-
.build() {
|
|
1745
|
+
class StartSpeakerSearchTaskCommand extends command(_ep0, _mw0, "StartSpeakerSearchTask", StartSpeakerSearchTask$) {
|
|
1948
1746
|
}
|
|
1949
1747
|
|
|
1950
|
-
class StartVoiceToneAnalysisTaskCommand extends
|
|
1951
|
-
.classBuilder()
|
|
1952
|
-
.ep(commonParams)
|
|
1953
|
-
.m(function (Command, cs, config, o) {
|
|
1954
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1955
|
-
})
|
|
1956
|
-
.s("ChimeSDKMediaPipelinesService", "StartVoiceToneAnalysisTask", {})
|
|
1957
|
-
.n("ChimeSDKMediaPipelinesClient", "StartVoiceToneAnalysisTaskCommand")
|
|
1958
|
-
.sc(StartVoiceToneAnalysisTask$)
|
|
1959
|
-
.build() {
|
|
1748
|
+
class StartVoiceToneAnalysisTaskCommand extends command(_ep0, _mw0, "StartVoiceToneAnalysisTask", StartVoiceToneAnalysisTask$) {
|
|
1960
1749
|
}
|
|
1961
1750
|
|
|
1962
|
-
class StopSpeakerSearchTaskCommand extends
|
|
1963
|
-
.classBuilder()
|
|
1964
|
-
.ep(commonParams)
|
|
1965
|
-
.m(function (Command, cs, config, o) {
|
|
1966
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1967
|
-
})
|
|
1968
|
-
.s("ChimeSDKMediaPipelinesService", "StopSpeakerSearchTask", {})
|
|
1969
|
-
.n("ChimeSDKMediaPipelinesClient", "StopSpeakerSearchTaskCommand")
|
|
1970
|
-
.sc(StopSpeakerSearchTask$)
|
|
1971
|
-
.build() {
|
|
1751
|
+
class StopSpeakerSearchTaskCommand extends command(_ep0, _mw0, "StopSpeakerSearchTask", StopSpeakerSearchTask$) {
|
|
1972
1752
|
}
|
|
1973
1753
|
|
|
1974
|
-
class StopVoiceToneAnalysisTaskCommand extends
|
|
1975
|
-
.classBuilder()
|
|
1976
|
-
.ep(commonParams)
|
|
1977
|
-
.m(function (Command, cs, config, o) {
|
|
1978
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1979
|
-
})
|
|
1980
|
-
.s("ChimeSDKMediaPipelinesService", "StopVoiceToneAnalysisTask", {})
|
|
1981
|
-
.n("ChimeSDKMediaPipelinesClient", "StopVoiceToneAnalysisTaskCommand")
|
|
1982
|
-
.sc(StopVoiceToneAnalysisTask$)
|
|
1983
|
-
.build() {
|
|
1754
|
+
class StopVoiceToneAnalysisTaskCommand extends command(_ep0, _mw0, "StopVoiceToneAnalysisTask", StopVoiceToneAnalysisTask$) {
|
|
1984
1755
|
}
|
|
1985
1756
|
|
|
1986
|
-
class TagResourceCommand extends
|
|
1987
|
-
.classBuilder()
|
|
1988
|
-
.ep(commonParams)
|
|
1989
|
-
.m(function (Command, cs, config, o) {
|
|
1990
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1991
|
-
})
|
|
1992
|
-
.s("ChimeSDKMediaPipelinesService", "TagResource", {})
|
|
1993
|
-
.n("ChimeSDKMediaPipelinesClient", "TagResourceCommand")
|
|
1994
|
-
.sc(TagResource$)
|
|
1995
|
-
.build() {
|
|
1757
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1996
1758
|
}
|
|
1997
1759
|
|
|
1998
|
-
class UntagResourceCommand extends
|
|
1999
|
-
.classBuilder()
|
|
2000
|
-
.ep(commonParams)
|
|
2001
|
-
.m(function (Command, cs, config, o) {
|
|
2002
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2003
|
-
})
|
|
2004
|
-
.s("ChimeSDKMediaPipelinesService", "UntagResource", {})
|
|
2005
|
-
.n("ChimeSDKMediaPipelinesClient", "UntagResourceCommand")
|
|
2006
|
-
.sc(UntagResource$)
|
|
2007
|
-
.build() {
|
|
1760
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2008
1761
|
}
|
|
2009
1762
|
|
|
2010
|
-
class UpdateMediaInsightsPipelineConfigurationCommand extends
|
|
2011
|
-
.classBuilder()
|
|
2012
|
-
.ep(commonParams)
|
|
2013
|
-
.m(function (Command, cs, config, o) {
|
|
2014
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2015
|
-
})
|
|
2016
|
-
.s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineConfiguration", {})
|
|
2017
|
-
.n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineConfigurationCommand")
|
|
2018
|
-
.sc(UpdateMediaInsightsPipelineConfiguration$)
|
|
2019
|
-
.build() {
|
|
1763
|
+
class UpdateMediaInsightsPipelineConfigurationCommand extends command(_ep0, _mw0, "UpdateMediaInsightsPipelineConfiguration", UpdateMediaInsightsPipelineConfiguration$) {
|
|
2020
1764
|
}
|
|
2021
1765
|
|
|
2022
|
-
class UpdateMediaInsightsPipelineStatusCommand extends
|
|
2023
|
-
.classBuilder()
|
|
2024
|
-
.ep(commonParams)
|
|
2025
|
-
.m(function (Command, cs, config, o) {
|
|
2026
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2027
|
-
})
|
|
2028
|
-
.s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineStatus", {})
|
|
2029
|
-
.n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineStatusCommand")
|
|
2030
|
-
.sc(UpdateMediaInsightsPipelineStatus$)
|
|
2031
|
-
.build() {
|
|
1766
|
+
class UpdateMediaInsightsPipelineStatusCommand extends command(_ep0, _mw0, "UpdateMediaInsightsPipelineStatus", UpdateMediaInsightsPipelineStatus$) {
|
|
2032
1767
|
}
|
|
2033
1768
|
|
|
2034
|
-
class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends
|
|
2035
|
-
.classBuilder()
|
|
2036
|
-
.ep(commonParams)
|
|
2037
|
-
.m(function (Command, cs, config, o) {
|
|
2038
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2039
|
-
})
|
|
2040
|
-
.s("ChimeSDKMediaPipelinesService", "UpdateMediaPipelineKinesisVideoStreamPool", {})
|
|
2041
|
-
.n("ChimeSDKMediaPipelinesClient", "UpdateMediaPipelineKinesisVideoStreamPoolCommand")
|
|
2042
|
-
.sc(UpdateMediaPipelineKinesisVideoStreamPool$)
|
|
2043
|
-
.build() {
|
|
1769
|
+
class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends command(_ep0, _mw0, "UpdateMediaPipelineKinesisVideoStreamPool", UpdateMediaPipelineKinesisVideoStreamPool$) {
|
|
2044
1770
|
}
|
|
2045
1771
|
|
|
2046
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
|
}
|
|
@@ -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 { DeleteMediaPipeline$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteMediaPipelineCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeSDKMediaPipelinesService", "DeleteMediaPipeline", {})
|
|
13
|
-
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaPipelineCommand")
|
|
14
|
-
.sc(DeleteMediaPipeline$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteMediaPipelineCommand extends command(_ep0, _mw0, "DeleteMediaPipeline", DeleteMediaPipeline$) {
|
|
16
4
|
}
|