@aws-sdk/client-ivs-realtime 3.1077.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 +47 -393
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateEncoderConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateIngestConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateParticipantTokenCommand.js +2 -14
- package/dist-es/commands/CreateStageCommand.js +2 -14
- package/dist-es/commands/CreateStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteEncoderConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteIngestConfigurationCommand.js +2 -14
- package/dist-es/commands/DeletePublicKeyCommand.js +2 -14
- package/dist-es/commands/DeleteStageCommand.js +2 -14
- package/dist-es/commands/DeleteStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/DisconnectParticipantCommand.js +2 -14
- package/dist-es/commands/GetCompositionCommand.js +2 -14
- package/dist-es/commands/GetEncoderConfigurationCommand.js +2 -14
- package/dist-es/commands/GetIngestConfigurationCommand.js +2 -14
- package/dist-es/commands/GetParticipantCommand.js +2 -14
- package/dist-es/commands/GetPublicKeyCommand.js +2 -14
- package/dist-es/commands/GetStageCommand.js +2 -14
- package/dist-es/commands/GetStageSessionCommand.js +2 -14
- package/dist-es/commands/GetStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/ImportPublicKeyCommand.js +2 -14
- package/dist-es/commands/ListCompositionsCommand.js +2 -14
- package/dist-es/commands/ListEncoderConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListIngestConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListParticipantEventsCommand.js +2 -14
- package/dist-es/commands/ListParticipantReplicasCommand.js +2 -14
- package/dist-es/commands/ListParticipantsCommand.js +2 -14
- package/dist-es/commands/ListPublicKeysCommand.js +2 -14
- package/dist-es/commands/ListStageSessionsCommand.js +2 -14
- package/dist-es/commands/ListStagesCommand.js +2 -14
- package/dist-es/commands/ListStorageConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartCompositionCommand.js +2 -14
- package/dist-es/commands/StartParticipantReplicationCommand.js +2 -14
- package/dist-es/commands/StopCompositionCommand.js +2 -14
- package/dist-es/commands/StopParticipantReplicationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateIngestConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateStageCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateEncoderConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateIngestConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateParticipantTokenCommand.d.ts +3 -8
- package/dist-types/commands/CreateStageCommand.d.ts +3 -8
- package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIngestConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStageCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DisconnectParticipantCommand.d.ts +3 -8
- package/dist-types/commands/GetCompositionCommand.d.ts +3 -8
- package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetIngestConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetParticipantCommand.d.ts +3 -8
- package/dist-types/commands/GetPublicKeyCommand.d.ts +3 -8
- package/dist-types/commands/GetStageCommand.d.ts +3 -8
- package/dist-types/commands/GetStageSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ImportPublicKeyCommand.d.ts +3 -8
- package/dist-types/commands/ListCompositionsCommand.d.ts +3 -8
- package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListIngestConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListParticipantEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListParticipantReplicasCommand.d.ts +3 -8
- package/dist-types/commands/ListParticipantsCommand.d.ts +3 -8
- package/dist-types/commands/ListPublicKeysCommand.d.ts +3 -8
- package/dist-types/commands/ListStageSessionsCommand.d.ts +3 -8
- package/dist-types/commands/ListStagesCommand.d.ts +3 -8
- package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartCompositionCommand.d.ts +3 -8
- package/dist-types/commands/StartParticipantReplicationCommand.d.ts +3 -8
- package/dist-types/commands/StopCompositionCommand.d.ts +3 -8
- package/dist-types/commands/StopParticipantReplicationCommand.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/UpdateIngestConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStageCommand.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/CreateEncoderConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIngestConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIngestConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIngestConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportPublicKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIngestConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListParticipantReplicasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartParticipantReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopParticipantReplicationCommand.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/UpdateIngestConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStageCommand.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.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1654,472 +1655,125 @@ class IVSRealTimeClient extends Client {
|
|
|
1654
1655
|
}
|
|
1655
1656
|
}
|
|
1656
1657
|
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
})
|
|
1663
|
-
.s("AmazonInteractiveVideoServiceRealTime", "CreateEncoderConfiguration", {})
|
|
1664
|
-
.n("IVSRealTimeClient", "CreateEncoderConfigurationCommand")
|
|
1665
|
-
.sc(CreateEncoderConfiguration$)
|
|
1666
|
-
.build() {
|
|
1658
|
+
const command = makeBuilder(commonParams, "AmazonInteractiveVideoServiceRealTime", "IVSRealTimeClient", getEndpointPlugin);
|
|
1659
|
+
const _ep0 = {};
|
|
1660
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1661
|
+
|
|
1662
|
+
class CreateEncoderConfigurationCommand extends command(_ep0, _mw0, "CreateEncoderConfiguration", CreateEncoderConfiguration$) {
|
|
1667
1663
|
}
|
|
1668
1664
|
|
|
1669
|
-
class CreateIngestConfigurationCommand extends
|
|
1670
|
-
.classBuilder()
|
|
1671
|
-
.ep(commonParams)
|
|
1672
|
-
.m(function (Command, cs, config, o) {
|
|
1673
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1674
|
-
})
|
|
1675
|
-
.s("AmazonInteractiveVideoServiceRealTime", "CreateIngestConfiguration", {})
|
|
1676
|
-
.n("IVSRealTimeClient", "CreateIngestConfigurationCommand")
|
|
1677
|
-
.sc(CreateIngestConfiguration$)
|
|
1678
|
-
.build() {
|
|
1665
|
+
class CreateIngestConfigurationCommand extends command(_ep0, _mw0, "CreateIngestConfiguration", CreateIngestConfiguration$) {
|
|
1679
1666
|
}
|
|
1680
1667
|
|
|
1681
|
-
class CreateParticipantTokenCommand extends
|
|
1682
|
-
.classBuilder()
|
|
1683
|
-
.ep(commonParams)
|
|
1684
|
-
.m(function (Command, cs, config, o) {
|
|
1685
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1686
|
-
})
|
|
1687
|
-
.s("AmazonInteractiveVideoServiceRealTime", "CreateParticipantToken", {})
|
|
1688
|
-
.n("IVSRealTimeClient", "CreateParticipantTokenCommand")
|
|
1689
|
-
.sc(CreateParticipantToken$)
|
|
1690
|
-
.build() {
|
|
1668
|
+
class CreateParticipantTokenCommand extends command(_ep0, _mw0, "CreateParticipantToken", CreateParticipantToken$) {
|
|
1691
1669
|
}
|
|
1692
1670
|
|
|
1693
|
-
class CreateStageCommand extends
|
|
1694
|
-
.classBuilder()
|
|
1695
|
-
.ep(commonParams)
|
|
1696
|
-
.m(function (Command, cs, config, o) {
|
|
1697
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1698
|
-
})
|
|
1699
|
-
.s("AmazonInteractiveVideoServiceRealTime", "CreateStage", {})
|
|
1700
|
-
.n("IVSRealTimeClient", "CreateStageCommand")
|
|
1701
|
-
.sc(CreateStage$)
|
|
1702
|
-
.build() {
|
|
1671
|
+
class CreateStageCommand extends command(_ep0, _mw0, "CreateStage", CreateStage$) {
|
|
1703
1672
|
}
|
|
1704
1673
|
|
|
1705
|
-
class CreateStorageConfigurationCommand extends
|
|
1706
|
-
.classBuilder()
|
|
1707
|
-
.ep(commonParams)
|
|
1708
|
-
.m(function (Command, cs, config, o) {
|
|
1709
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1710
|
-
})
|
|
1711
|
-
.s("AmazonInteractiveVideoServiceRealTime", "CreateStorageConfiguration", {})
|
|
1712
|
-
.n("IVSRealTimeClient", "CreateStorageConfigurationCommand")
|
|
1713
|
-
.sc(CreateStorageConfiguration$)
|
|
1714
|
-
.build() {
|
|
1674
|
+
class CreateStorageConfigurationCommand extends command(_ep0, _mw0, "CreateStorageConfiguration", CreateStorageConfiguration$) {
|
|
1715
1675
|
}
|
|
1716
1676
|
|
|
1717
|
-
class DeleteEncoderConfigurationCommand extends
|
|
1718
|
-
.classBuilder()
|
|
1719
|
-
.ep(commonParams)
|
|
1720
|
-
.m(function (Command, cs, config, o) {
|
|
1721
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1722
|
-
})
|
|
1723
|
-
.s("AmazonInteractiveVideoServiceRealTime", "DeleteEncoderConfiguration", {})
|
|
1724
|
-
.n("IVSRealTimeClient", "DeleteEncoderConfigurationCommand")
|
|
1725
|
-
.sc(DeleteEncoderConfiguration$)
|
|
1726
|
-
.build() {
|
|
1677
|
+
class DeleteEncoderConfigurationCommand extends command(_ep0, _mw0, "DeleteEncoderConfiguration", DeleteEncoderConfiguration$) {
|
|
1727
1678
|
}
|
|
1728
1679
|
|
|
1729
|
-
class DeleteIngestConfigurationCommand extends
|
|
1730
|
-
.classBuilder()
|
|
1731
|
-
.ep(commonParams)
|
|
1732
|
-
.m(function (Command, cs, config, o) {
|
|
1733
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1734
|
-
})
|
|
1735
|
-
.s("AmazonInteractiveVideoServiceRealTime", "DeleteIngestConfiguration", {})
|
|
1736
|
-
.n("IVSRealTimeClient", "DeleteIngestConfigurationCommand")
|
|
1737
|
-
.sc(DeleteIngestConfiguration$)
|
|
1738
|
-
.build() {
|
|
1680
|
+
class DeleteIngestConfigurationCommand extends command(_ep0, _mw0, "DeleteIngestConfiguration", DeleteIngestConfiguration$) {
|
|
1739
1681
|
}
|
|
1740
1682
|
|
|
1741
|
-
class DeletePublicKeyCommand extends
|
|
1742
|
-
.classBuilder()
|
|
1743
|
-
.ep(commonParams)
|
|
1744
|
-
.m(function (Command, cs, config, o) {
|
|
1745
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1746
|
-
})
|
|
1747
|
-
.s("AmazonInteractiveVideoServiceRealTime", "DeletePublicKey", {})
|
|
1748
|
-
.n("IVSRealTimeClient", "DeletePublicKeyCommand")
|
|
1749
|
-
.sc(DeletePublicKey$)
|
|
1750
|
-
.build() {
|
|
1683
|
+
class DeletePublicKeyCommand extends command(_ep0, _mw0, "DeletePublicKey", DeletePublicKey$) {
|
|
1751
1684
|
}
|
|
1752
1685
|
|
|
1753
|
-
class DeleteStageCommand extends
|
|
1754
|
-
.classBuilder()
|
|
1755
|
-
.ep(commonParams)
|
|
1756
|
-
.m(function (Command, cs, config, o) {
|
|
1757
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1758
|
-
})
|
|
1759
|
-
.s("AmazonInteractiveVideoServiceRealTime", "DeleteStage", {})
|
|
1760
|
-
.n("IVSRealTimeClient", "DeleteStageCommand")
|
|
1761
|
-
.sc(DeleteStage$)
|
|
1762
|
-
.build() {
|
|
1686
|
+
class DeleteStageCommand extends command(_ep0, _mw0, "DeleteStage", DeleteStage$) {
|
|
1763
1687
|
}
|
|
1764
1688
|
|
|
1765
|
-
class DeleteStorageConfigurationCommand extends
|
|
1766
|
-
.classBuilder()
|
|
1767
|
-
.ep(commonParams)
|
|
1768
|
-
.m(function (Command, cs, config, o) {
|
|
1769
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1770
|
-
})
|
|
1771
|
-
.s("AmazonInteractiveVideoServiceRealTime", "DeleteStorageConfiguration", {})
|
|
1772
|
-
.n("IVSRealTimeClient", "DeleteStorageConfigurationCommand")
|
|
1773
|
-
.sc(DeleteStorageConfiguration$)
|
|
1774
|
-
.build() {
|
|
1689
|
+
class DeleteStorageConfigurationCommand extends command(_ep0, _mw0, "DeleteStorageConfiguration", DeleteStorageConfiguration$) {
|
|
1775
1690
|
}
|
|
1776
1691
|
|
|
1777
|
-
class DisconnectParticipantCommand extends
|
|
1778
|
-
.classBuilder()
|
|
1779
|
-
.ep(commonParams)
|
|
1780
|
-
.m(function (Command, cs, config, o) {
|
|
1781
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1782
|
-
})
|
|
1783
|
-
.s("AmazonInteractiveVideoServiceRealTime", "DisconnectParticipant", {})
|
|
1784
|
-
.n("IVSRealTimeClient", "DisconnectParticipantCommand")
|
|
1785
|
-
.sc(DisconnectParticipant$)
|
|
1786
|
-
.build() {
|
|
1692
|
+
class DisconnectParticipantCommand extends command(_ep0, _mw0, "DisconnectParticipant", DisconnectParticipant$) {
|
|
1787
1693
|
}
|
|
1788
1694
|
|
|
1789
|
-
class GetCompositionCommand extends
|
|
1790
|
-
.classBuilder()
|
|
1791
|
-
.ep(commonParams)
|
|
1792
|
-
.m(function (Command, cs, config, o) {
|
|
1793
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1794
|
-
})
|
|
1795
|
-
.s("AmazonInteractiveVideoServiceRealTime", "GetComposition", {})
|
|
1796
|
-
.n("IVSRealTimeClient", "GetCompositionCommand")
|
|
1797
|
-
.sc(GetComposition$)
|
|
1798
|
-
.build() {
|
|
1695
|
+
class GetCompositionCommand extends command(_ep0, _mw0, "GetComposition", GetComposition$) {
|
|
1799
1696
|
}
|
|
1800
1697
|
|
|
1801
|
-
class GetEncoderConfigurationCommand extends
|
|
1802
|
-
.classBuilder()
|
|
1803
|
-
.ep(commonParams)
|
|
1804
|
-
.m(function (Command, cs, config, o) {
|
|
1805
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1806
|
-
})
|
|
1807
|
-
.s("AmazonInteractiveVideoServiceRealTime", "GetEncoderConfiguration", {})
|
|
1808
|
-
.n("IVSRealTimeClient", "GetEncoderConfigurationCommand")
|
|
1809
|
-
.sc(GetEncoderConfiguration$)
|
|
1810
|
-
.build() {
|
|
1698
|
+
class GetEncoderConfigurationCommand extends command(_ep0, _mw0, "GetEncoderConfiguration", GetEncoderConfiguration$) {
|
|
1811
1699
|
}
|
|
1812
1700
|
|
|
1813
|
-
class GetIngestConfigurationCommand extends
|
|
1814
|
-
.classBuilder()
|
|
1815
|
-
.ep(commonParams)
|
|
1816
|
-
.m(function (Command, cs, config, o) {
|
|
1817
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1818
|
-
})
|
|
1819
|
-
.s("AmazonInteractiveVideoServiceRealTime", "GetIngestConfiguration", {})
|
|
1820
|
-
.n("IVSRealTimeClient", "GetIngestConfigurationCommand")
|
|
1821
|
-
.sc(GetIngestConfiguration$)
|
|
1822
|
-
.build() {
|
|
1701
|
+
class GetIngestConfigurationCommand extends command(_ep0, _mw0, "GetIngestConfiguration", GetIngestConfiguration$) {
|
|
1823
1702
|
}
|
|
1824
1703
|
|
|
1825
|
-
class GetParticipantCommand extends
|
|
1826
|
-
.classBuilder()
|
|
1827
|
-
.ep(commonParams)
|
|
1828
|
-
.m(function (Command, cs, config, o) {
|
|
1829
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1830
|
-
})
|
|
1831
|
-
.s("AmazonInteractiveVideoServiceRealTime", "GetParticipant", {})
|
|
1832
|
-
.n("IVSRealTimeClient", "GetParticipantCommand")
|
|
1833
|
-
.sc(GetParticipant$)
|
|
1834
|
-
.build() {
|
|
1704
|
+
class GetParticipantCommand extends command(_ep0, _mw0, "GetParticipant", GetParticipant$) {
|
|
1835
1705
|
}
|
|
1836
1706
|
|
|
1837
|
-
class GetPublicKeyCommand extends
|
|
1838
|
-
.classBuilder()
|
|
1839
|
-
.ep(commonParams)
|
|
1840
|
-
.m(function (Command, cs, config, o) {
|
|
1841
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1842
|
-
})
|
|
1843
|
-
.s("AmazonInteractiveVideoServiceRealTime", "GetPublicKey", {})
|
|
1844
|
-
.n("IVSRealTimeClient", "GetPublicKeyCommand")
|
|
1845
|
-
.sc(GetPublicKey$)
|
|
1846
|
-
.build() {
|
|
1707
|
+
class GetPublicKeyCommand extends command(_ep0, _mw0, "GetPublicKey", GetPublicKey$) {
|
|
1847
1708
|
}
|
|
1848
1709
|
|
|
1849
|
-
class GetStageCommand extends
|
|
1850
|
-
.classBuilder()
|
|
1851
|
-
.ep(commonParams)
|
|
1852
|
-
.m(function (Command, cs, config, o) {
|
|
1853
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1854
|
-
})
|
|
1855
|
-
.s("AmazonInteractiveVideoServiceRealTime", "GetStage", {})
|
|
1856
|
-
.n("IVSRealTimeClient", "GetStageCommand")
|
|
1857
|
-
.sc(GetStage$)
|
|
1858
|
-
.build() {
|
|
1710
|
+
class GetStageCommand extends command(_ep0, _mw0, "GetStage", GetStage$) {
|
|
1859
1711
|
}
|
|
1860
1712
|
|
|
1861
|
-
class GetStageSessionCommand extends
|
|
1862
|
-
.classBuilder()
|
|
1863
|
-
.ep(commonParams)
|
|
1864
|
-
.m(function (Command, cs, config, o) {
|
|
1865
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1866
|
-
})
|
|
1867
|
-
.s("AmazonInteractiveVideoServiceRealTime", "GetStageSession", {})
|
|
1868
|
-
.n("IVSRealTimeClient", "GetStageSessionCommand")
|
|
1869
|
-
.sc(GetStageSession$)
|
|
1870
|
-
.build() {
|
|
1713
|
+
class GetStageSessionCommand extends command(_ep0, _mw0, "GetStageSession", GetStageSession$) {
|
|
1871
1714
|
}
|
|
1872
1715
|
|
|
1873
|
-
class GetStorageConfigurationCommand extends
|
|
1874
|
-
.classBuilder()
|
|
1875
|
-
.ep(commonParams)
|
|
1876
|
-
.m(function (Command, cs, config, o) {
|
|
1877
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1878
|
-
})
|
|
1879
|
-
.s("AmazonInteractiveVideoServiceRealTime", "GetStorageConfiguration", {})
|
|
1880
|
-
.n("IVSRealTimeClient", "GetStorageConfigurationCommand")
|
|
1881
|
-
.sc(GetStorageConfiguration$)
|
|
1882
|
-
.build() {
|
|
1716
|
+
class GetStorageConfigurationCommand extends command(_ep0, _mw0, "GetStorageConfiguration", GetStorageConfiguration$) {
|
|
1883
1717
|
}
|
|
1884
1718
|
|
|
1885
|
-
class ImportPublicKeyCommand extends
|
|
1886
|
-
.classBuilder()
|
|
1887
|
-
.ep(commonParams)
|
|
1888
|
-
.m(function (Command, cs, config, o) {
|
|
1889
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1890
|
-
})
|
|
1891
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ImportPublicKey", {})
|
|
1892
|
-
.n("IVSRealTimeClient", "ImportPublicKeyCommand")
|
|
1893
|
-
.sc(ImportPublicKey$)
|
|
1894
|
-
.build() {
|
|
1719
|
+
class ImportPublicKeyCommand extends command(_ep0, _mw0, "ImportPublicKey", ImportPublicKey$) {
|
|
1895
1720
|
}
|
|
1896
1721
|
|
|
1897
|
-
class ListCompositionsCommand extends
|
|
1898
|
-
.classBuilder()
|
|
1899
|
-
.ep(commonParams)
|
|
1900
|
-
.m(function (Command, cs, config, o) {
|
|
1901
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1902
|
-
})
|
|
1903
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListCompositions", {})
|
|
1904
|
-
.n("IVSRealTimeClient", "ListCompositionsCommand")
|
|
1905
|
-
.sc(ListCompositions$)
|
|
1906
|
-
.build() {
|
|
1722
|
+
class ListCompositionsCommand extends command(_ep0, _mw0, "ListCompositions", ListCompositions$) {
|
|
1907
1723
|
}
|
|
1908
1724
|
|
|
1909
|
-
class ListEncoderConfigurationsCommand extends
|
|
1910
|
-
.classBuilder()
|
|
1911
|
-
.ep(commonParams)
|
|
1912
|
-
.m(function (Command, cs, config, o) {
|
|
1913
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1914
|
-
})
|
|
1915
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListEncoderConfigurations", {})
|
|
1916
|
-
.n("IVSRealTimeClient", "ListEncoderConfigurationsCommand")
|
|
1917
|
-
.sc(ListEncoderConfigurations$)
|
|
1918
|
-
.build() {
|
|
1725
|
+
class ListEncoderConfigurationsCommand extends command(_ep0, _mw0, "ListEncoderConfigurations", ListEncoderConfigurations$) {
|
|
1919
1726
|
}
|
|
1920
1727
|
|
|
1921
|
-
class ListIngestConfigurationsCommand extends
|
|
1922
|
-
.classBuilder()
|
|
1923
|
-
.ep(commonParams)
|
|
1924
|
-
.m(function (Command, cs, config, o) {
|
|
1925
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1926
|
-
})
|
|
1927
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListIngestConfigurations", {})
|
|
1928
|
-
.n("IVSRealTimeClient", "ListIngestConfigurationsCommand")
|
|
1929
|
-
.sc(ListIngestConfigurations$)
|
|
1930
|
-
.build() {
|
|
1728
|
+
class ListIngestConfigurationsCommand extends command(_ep0, _mw0, "ListIngestConfigurations", ListIngestConfigurations$) {
|
|
1931
1729
|
}
|
|
1932
1730
|
|
|
1933
|
-
class ListParticipantEventsCommand extends
|
|
1934
|
-
.classBuilder()
|
|
1935
|
-
.ep(commonParams)
|
|
1936
|
-
.m(function (Command, cs, config, o) {
|
|
1937
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1938
|
-
})
|
|
1939
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListParticipantEvents", {})
|
|
1940
|
-
.n("IVSRealTimeClient", "ListParticipantEventsCommand")
|
|
1941
|
-
.sc(ListParticipantEvents$)
|
|
1942
|
-
.build() {
|
|
1731
|
+
class ListParticipantEventsCommand extends command(_ep0, _mw0, "ListParticipantEvents", ListParticipantEvents$) {
|
|
1943
1732
|
}
|
|
1944
1733
|
|
|
1945
|
-
class ListParticipantReplicasCommand extends
|
|
1946
|
-
.classBuilder()
|
|
1947
|
-
.ep(commonParams)
|
|
1948
|
-
.m(function (Command, cs, config, o) {
|
|
1949
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1950
|
-
})
|
|
1951
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListParticipantReplicas", {})
|
|
1952
|
-
.n("IVSRealTimeClient", "ListParticipantReplicasCommand")
|
|
1953
|
-
.sc(ListParticipantReplicas$)
|
|
1954
|
-
.build() {
|
|
1734
|
+
class ListParticipantReplicasCommand extends command(_ep0, _mw0, "ListParticipantReplicas", ListParticipantReplicas$) {
|
|
1955
1735
|
}
|
|
1956
1736
|
|
|
1957
|
-
class ListParticipantsCommand extends
|
|
1958
|
-
.classBuilder()
|
|
1959
|
-
.ep(commonParams)
|
|
1960
|
-
.m(function (Command, cs, config, o) {
|
|
1961
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1962
|
-
})
|
|
1963
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListParticipants", {})
|
|
1964
|
-
.n("IVSRealTimeClient", "ListParticipantsCommand")
|
|
1965
|
-
.sc(ListParticipants$)
|
|
1966
|
-
.build() {
|
|
1737
|
+
class ListParticipantsCommand extends command(_ep0, _mw0, "ListParticipants", ListParticipants$) {
|
|
1967
1738
|
}
|
|
1968
1739
|
|
|
1969
|
-
class ListPublicKeysCommand extends
|
|
1970
|
-
.classBuilder()
|
|
1971
|
-
.ep(commonParams)
|
|
1972
|
-
.m(function (Command, cs, config, o) {
|
|
1973
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1974
|
-
})
|
|
1975
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListPublicKeys", {})
|
|
1976
|
-
.n("IVSRealTimeClient", "ListPublicKeysCommand")
|
|
1977
|
-
.sc(ListPublicKeys$)
|
|
1978
|
-
.build() {
|
|
1740
|
+
class ListPublicKeysCommand extends command(_ep0, _mw0, "ListPublicKeys", ListPublicKeys$) {
|
|
1979
1741
|
}
|
|
1980
1742
|
|
|
1981
|
-
class ListStagesCommand extends
|
|
1982
|
-
.classBuilder()
|
|
1983
|
-
.ep(commonParams)
|
|
1984
|
-
.m(function (Command, cs, config, o) {
|
|
1985
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1986
|
-
})
|
|
1987
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListStages", {})
|
|
1988
|
-
.n("IVSRealTimeClient", "ListStagesCommand")
|
|
1989
|
-
.sc(ListStages$)
|
|
1990
|
-
.build() {
|
|
1743
|
+
class ListStagesCommand extends command(_ep0, _mw0, "ListStages", ListStages$) {
|
|
1991
1744
|
}
|
|
1992
1745
|
|
|
1993
|
-
class ListStageSessionsCommand extends
|
|
1994
|
-
.classBuilder()
|
|
1995
|
-
.ep(commonParams)
|
|
1996
|
-
.m(function (Command, cs, config, o) {
|
|
1997
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1998
|
-
})
|
|
1999
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListStageSessions", {})
|
|
2000
|
-
.n("IVSRealTimeClient", "ListStageSessionsCommand")
|
|
2001
|
-
.sc(ListStageSessions$)
|
|
2002
|
-
.build() {
|
|
1746
|
+
class ListStageSessionsCommand extends command(_ep0, _mw0, "ListStageSessions", ListStageSessions$) {
|
|
2003
1747
|
}
|
|
2004
1748
|
|
|
2005
|
-
class ListStorageConfigurationsCommand extends
|
|
2006
|
-
.classBuilder()
|
|
2007
|
-
.ep(commonParams)
|
|
2008
|
-
.m(function (Command, cs, config, o) {
|
|
2009
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2010
|
-
})
|
|
2011
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListStorageConfigurations", {})
|
|
2012
|
-
.n("IVSRealTimeClient", "ListStorageConfigurationsCommand")
|
|
2013
|
-
.sc(ListStorageConfigurations$)
|
|
2014
|
-
.build() {
|
|
1749
|
+
class ListStorageConfigurationsCommand extends command(_ep0, _mw0, "ListStorageConfigurations", ListStorageConfigurations$) {
|
|
2015
1750
|
}
|
|
2016
1751
|
|
|
2017
|
-
class ListTagsForResourceCommand extends
|
|
2018
|
-
.classBuilder()
|
|
2019
|
-
.ep(commonParams)
|
|
2020
|
-
.m(function (Command, cs, config, o) {
|
|
2021
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2022
|
-
})
|
|
2023
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListTagsForResource", {})
|
|
2024
|
-
.n("IVSRealTimeClient", "ListTagsForResourceCommand")
|
|
2025
|
-
.sc(ListTagsForResource$)
|
|
2026
|
-
.build() {
|
|
1752
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2027
1753
|
}
|
|
2028
1754
|
|
|
2029
|
-
class StartCompositionCommand extends
|
|
2030
|
-
.classBuilder()
|
|
2031
|
-
.ep(commonParams)
|
|
2032
|
-
.m(function (Command, cs, config, o) {
|
|
2033
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2034
|
-
})
|
|
2035
|
-
.s("AmazonInteractiveVideoServiceRealTime", "StartComposition", {})
|
|
2036
|
-
.n("IVSRealTimeClient", "StartCompositionCommand")
|
|
2037
|
-
.sc(StartComposition$)
|
|
2038
|
-
.build() {
|
|
1755
|
+
class StartCompositionCommand extends command(_ep0, _mw0, "StartComposition", StartComposition$) {
|
|
2039
1756
|
}
|
|
2040
1757
|
|
|
2041
|
-
class StartParticipantReplicationCommand extends
|
|
2042
|
-
.classBuilder()
|
|
2043
|
-
.ep(commonParams)
|
|
2044
|
-
.m(function (Command, cs, config, o) {
|
|
2045
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2046
|
-
})
|
|
2047
|
-
.s("AmazonInteractiveVideoServiceRealTime", "StartParticipantReplication", {})
|
|
2048
|
-
.n("IVSRealTimeClient", "StartParticipantReplicationCommand")
|
|
2049
|
-
.sc(StartParticipantReplication$)
|
|
2050
|
-
.build() {
|
|
1758
|
+
class StartParticipantReplicationCommand extends command(_ep0, _mw0, "StartParticipantReplication", StartParticipantReplication$) {
|
|
2051
1759
|
}
|
|
2052
1760
|
|
|
2053
|
-
class StopCompositionCommand extends
|
|
2054
|
-
.classBuilder()
|
|
2055
|
-
.ep(commonParams)
|
|
2056
|
-
.m(function (Command, cs, config, o) {
|
|
2057
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2058
|
-
})
|
|
2059
|
-
.s("AmazonInteractiveVideoServiceRealTime", "StopComposition", {})
|
|
2060
|
-
.n("IVSRealTimeClient", "StopCompositionCommand")
|
|
2061
|
-
.sc(StopComposition$)
|
|
2062
|
-
.build() {
|
|
1761
|
+
class StopCompositionCommand extends command(_ep0, _mw0, "StopComposition", StopComposition$) {
|
|
2063
1762
|
}
|
|
2064
1763
|
|
|
2065
|
-
class StopParticipantReplicationCommand extends
|
|
2066
|
-
.classBuilder()
|
|
2067
|
-
.ep(commonParams)
|
|
2068
|
-
.m(function (Command, cs, config, o) {
|
|
2069
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2070
|
-
})
|
|
2071
|
-
.s("AmazonInteractiveVideoServiceRealTime", "StopParticipantReplication", {})
|
|
2072
|
-
.n("IVSRealTimeClient", "StopParticipantReplicationCommand")
|
|
2073
|
-
.sc(StopParticipantReplication$)
|
|
2074
|
-
.build() {
|
|
1764
|
+
class StopParticipantReplicationCommand extends command(_ep0, _mw0, "StopParticipantReplication", StopParticipantReplication$) {
|
|
2075
1765
|
}
|
|
2076
1766
|
|
|
2077
|
-
class TagResourceCommand extends
|
|
2078
|
-
.classBuilder()
|
|
2079
|
-
.ep(commonParams)
|
|
2080
|
-
.m(function (Command, cs, config, o) {
|
|
2081
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2082
|
-
})
|
|
2083
|
-
.s("AmazonInteractiveVideoServiceRealTime", "TagResource", {})
|
|
2084
|
-
.n("IVSRealTimeClient", "TagResourceCommand")
|
|
2085
|
-
.sc(TagResource$)
|
|
2086
|
-
.build() {
|
|
1767
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2087
1768
|
}
|
|
2088
1769
|
|
|
2089
|
-
class UntagResourceCommand extends
|
|
2090
|
-
.classBuilder()
|
|
2091
|
-
.ep(commonParams)
|
|
2092
|
-
.m(function (Command, cs, config, o) {
|
|
2093
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2094
|
-
})
|
|
2095
|
-
.s("AmazonInteractiveVideoServiceRealTime", "UntagResource", {})
|
|
2096
|
-
.n("IVSRealTimeClient", "UntagResourceCommand")
|
|
2097
|
-
.sc(UntagResource$)
|
|
2098
|
-
.build() {
|
|
1770
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2099
1771
|
}
|
|
2100
1772
|
|
|
2101
|
-
class UpdateIngestConfigurationCommand extends
|
|
2102
|
-
.classBuilder()
|
|
2103
|
-
.ep(commonParams)
|
|
2104
|
-
.m(function (Command, cs, config, o) {
|
|
2105
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2106
|
-
})
|
|
2107
|
-
.s("AmazonInteractiveVideoServiceRealTime", "UpdateIngestConfiguration", {})
|
|
2108
|
-
.n("IVSRealTimeClient", "UpdateIngestConfigurationCommand")
|
|
2109
|
-
.sc(UpdateIngestConfiguration$)
|
|
2110
|
-
.build() {
|
|
1773
|
+
class UpdateIngestConfigurationCommand extends command(_ep0, _mw0, "UpdateIngestConfiguration", UpdateIngestConfiguration$) {
|
|
2111
1774
|
}
|
|
2112
1775
|
|
|
2113
|
-
class UpdateStageCommand extends
|
|
2114
|
-
.classBuilder()
|
|
2115
|
-
.ep(commonParams)
|
|
2116
|
-
.m(function (Command, cs, config, o) {
|
|
2117
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2118
|
-
})
|
|
2119
|
-
.s("AmazonInteractiveVideoServiceRealTime", "UpdateStage", {})
|
|
2120
|
-
.n("IVSRealTimeClient", "UpdateStageCommand")
|
|
2121
|
-
.sc(UpdateStage$)
|
|
2122
|
-
.build() {
|
|
1776
|
+
class UpdateStageCommand extends command(_ep0, _mw0, "UpdateStage", UpdateStage$) {
|
|
2123
1777
|
}
|
|
2124
1778
|
|
|
2125
1779
|
const paginateListCompositions = createPaginator(IVSRealTimeClient, ListCompositionsCommand, "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, "AmazonInteractiveVideoServiceRealTime", "IVSRealTimeClient", 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 { CreateEncoderConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateEncoderConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "CreateEncoderConfiguration", {})
|
|
13
|
-
.n("IVSRealTimeClient", "CreateEncoderConfigurationCommand")
|
|
14
|
-
.sc(CreateEncoderConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateEncoderConfigurationCommand extends command(_ep0, _mw0, "CreateEncoderConfiguration", CreateEncoderConfiguration$) {
|
|
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 { CreateIngestConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateIngestConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "CreateIngestConfiguration", {})
|
|
13
|
-
.n("IVSRealTimeClient", "CreateIngestConfigurationCommand")
|
|
14
|
-
.sc(CreateIngestConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateIngestConfigurationCommand extends command(_ep0, _mw0, "CreateIngestConfiguration", CreateIngestConfiguration$) {
|
|
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 { CreateParticipantToken$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateParticipantTokenCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "CreateParticipantToken", {})
|
|
13
|
-
.n("IVSRealTimeClient", "CreateParticipantTokenCommand")
|
|
14
|
-
.sc(CreateParticipantToken$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateParticipantTokenCommand extends command(_ep0, _mw0, "CreateParticipantToken", CreateParticipantToken$) {
|
|
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 { CreateStage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateStageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "CreateStage", {})
|
|
13
|
-
.n("IVSRealTimeClient", "CreateStageCommand")
|
|
14
|
-
.sc(CreateStage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateStageCommand extends command(_ep0, _mw0, "CreateStage", CreateStage$) {
|
|
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 { CreateStorageConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateStorageConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "CreateStorageConfiguration", {})
|
|
13
|
-
.n("IVSRealTimeClient", "CreateStorageConfigurationCommand")
|
|
14
|
-
.sc(CreateStorageConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateStorageConfigurationCommand extends command(_ep0, _mw0, "CreateStorageConfiguration", CreateStorageConfiguration$) {
|
|
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 { DeleteEncoderConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteEncoderConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "DeleteEncoderConfiguration", {})
|
|
13
|
-
.n("IVSRealTimeClient", "DeleteEncoderConfigurationCommand")
|
|
14
|
-
.sc(DeleteEncoderConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteEncoderConfigurationCommand extends command(_ep0, _mw0, "DeleteEncoderConfiguration", DeleteEncoderConfiguration$) {
|
|
16
4
|
}
|