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