@aws-sdk/client-drs 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 +61 -505
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateSourceNetworkStackCommand.js +2 -14
- package/dist-es/commands/CreateExtendedSourceServerCommand.js +2 -14
- package/dist-es/commands/CreateLaunchConfigurationTemplateCommand.js +2 -14
- package/dist-es/commands/CreateReplicationConfigurationTemplateCommand.js +2 -14
- package/dist-es/commands/CreateSourceNetworkCommand.js +2 -14
- package/dist-es/commands/DeleteJobCommand.js +2 -14
- package/dist-es/commands/DeleteLaunchActionCommand.js +2 -14
- package/dist-es/commands/DeleteLaunchConfigurationTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteRecoveryInstanceCommand.js +2 -14
- package/dist-es/commands/DeleteReplicationConfigurationTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteSourceNetworkCommand.js +2 -14
- package/dist-es/commands/DeleteSourceServerCommand.js +2 -14
- package/dist-es/commands/DescribeJobLogItemsCommand.js +2 -14
- package/dist-es/commands/DescribeJobsCommand.js +2 -14
- package/dist-es/commands/DescribeLaunchConfigurationTemplatesCommand.js +2 -14
- package/dist-es/commands/DescribeRecoveryInstancesCommand.js +2 -14
- package/dist-es/commands/DescribeRecoverySnapshotsCommand.js +2 -14
- package/dist-es/commands/DescribeReplicationConfigurationTemplatesCommand.js +2 -14
- package/dist-es/commands/DescribeSourceNetworksCommand.js +2 -14
- package/dist-es/commands/DescribeSourceServersCommand.js +2 -14
- package/dist-es/commands/DisconnectRecoveryInstanceCommand.js +2 -14
- package/dist-es/commands/DisconnectSourceServerCommand.js +2 -14
- package/dist-es/commands/ExportSourceNetworkCfnTemplateCommand.js +2 -14
- package/dist-es/commands/GetFailbackReplicationConfigurationCommand.js +2 -14
- package/dist-es/commands/GetLaunchConfigurationCommand.js +2 -14
- package/dist-es/commands/GetReplicationConfigurationCommand.js +2 -14
- package/dist-es/commands/InitializeServiceCommand.js +2 -14
- package/dist-es/commands/ListExtensibleSourceServersCommand.js +2 -14
- package/dist-es/commands/ListLaunchActionsCommand.js +2 -14
- package/dist-es/commands/ListStagingAccountsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutLaunchActionCommand.js +2 -14
- package/dist-es/commands/RetryDataReplicationCommand.js +2 -14
- package/dist-es/commands/ReverseReplicationCommand.js +2 -14
- package/dist-es/commands/StartFailbackLaunchCommand.js +2 -14
- package/dist-es/commands/StartRecoveryCommand.js +2 -14
- package/dist-es/commands/StartReplicationCommand.js +2 -14
- package/dist-es/commands/StartSourceNetworkRecoveryCommand.js +2 -14
- package/dist-es/commands/StartSourceNetworkReplicationCommand.js +2 -14
- package/dist-es/commands/StopFailbackCommand.js +2 -14
- package/dist-es/commands/StopReplicationCommand.js +2 -14
- package/dist-es/commands/StopSourceNetworkReplicationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TerminateRecoveryInstancesCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateFailbackReplicationConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateLaunchConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateLaunchConfigurationTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateReplicationConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateReplicationConfigurationTemplateCommand.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/AssociateSourceNetworkStackCommand.d.ts +3 -8
- package/dist-types/commands/CreateExtendedSourceServerCommand.d.ts +3 -8
- package/dist-types/commands/CreateLaunchConfigurationTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateReplicationConfigurationTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateSourceNetworkCommand.d.ts +3 -8
- package/dist-types/commands/DeleteJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLaunchActionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLaunchConfigurationTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRecoveryInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSourceNetworkCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSourceServerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeJobLogItemsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeJobsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLaunchConfigurationTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRecoveryInstancesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRecoverySnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSourceNetworksCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSourceServersCommand.d.ts +3 -8
- package/dist-types/commands/DisconnectRecoveryInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DisconnectSourceServerCommand.d.ts +3 -8
- package/dist-types/commands/ExportSourceNetworkCfnTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetFailbackReplicationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetLaunchConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetReplicationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/InitializeServiceCommand.d.ts +3 -8
- package/dist-types/commands/ListExtensibleSourceServersCommand.d.ts +3 -8
- package/dist-types/commands/ListLaunchActionsCommand.d.ts +3 -8
- package/dist-types/commands/ListStagingAccountsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutLaunchActionCommand.d.ts +3 -8
- package/dist-types/commands/RetryDataReplicationCommand.d.ts +3 -8
- package/dist-types/commands/ReverseReplicationCommand.d.ts +3 -8
- package/dist-types/commands/StartFailbackLaunchCommand.d.ts +3 -8
- package/dist-types/commands/StartRecoveryCommand.d.ts +3 -8
- package/dist-types/commands/StartReplicationCommand.d.ts +3 -8
- package/dist-types/commands/StartSourceNetworkRecoveryCommand.d.ts +3 -8
- package/dist-types/commands/StartSourceNetworkReplicationCommand.d.ts +3 -8
- package/dist-types/commands/StopFailbackCommand.d.ts +3 -8
- package/dist-types/commands/StopReplicationCommand.d.ts +3 -8
- package/dist-types/commands/StopSourceNetworkReplicationCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TerminateRecoveryInstancesCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLaunchConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLaunchConfigurationTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateReplicationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateReplicationConfigurationTemplateCommand.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/AssociateSourceNetworkStackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExtendedSourceServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLaunchConfigurationTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSourceNetworkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLaunchActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLaunchConfigurationTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRecoveryInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSourceNetworkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSourceServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeJobLogItemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLaunchConfigurationTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRecoveryInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRecoverySnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSourceNetworksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSourceServersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisconnectRecoveryInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisconnectSourceServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportSourceNetworkCfnTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFailbackReplicationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLaunchConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReplicationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InitializeServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExtensibleSourceServersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLaunchActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStagingAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutLaunchActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RetryDataReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ReverseReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartFailbackLaunchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartRecoveryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSourceNetworkRecoveryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSourceNetworkReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopFailbackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopSourceNetworkReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TerminateRecoveryInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLaunchConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLaunchConfigurationTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateReplicationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateReplicationConfigurationTemplateCommand.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 defaultDrsHttpAuthSchemeParametersProvider = 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
|
|
|
@@ -1829,6 +1831,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1829
1831
|
serviceTarget: "ElasticDisasterRecoveryService",
|
|
1830
1832
|
},
|
|
1831
1833
|
serviceId: config?.serviceId ?? "drs",
|
|
1834
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1832
1835
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1833
1836
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1834
1837
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1862,7 +1865,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1862
1865
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1863
1866
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1864
1867
|
}, config),
|
|
1865
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1866
1868
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1867
1869
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1868
1870
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1950,604 +1952,158 @@ class DrsClient extends Client {
|
|
|
1950
1952
|
}
|
|
1951
1953
|
}
|
|
1952
1954
|
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
})
|
|
1959
|
-
.s("ElasticDisasterRecoveryService", "AssociateSourceNetworkStack", {})
|
|
1960
|
-
.n("DrsClient", "AssociateSourceNetworkStackCommand")
|
|
1961
|
-
.sc(AssociateSourceNetworkStack$)
|
|
1962
|
-
.build() {
|
|
1955
|
+
const command = makeBuilder(commonParams, "ElasticDisasterRecoveryService", "DrsClient", getEndpointPlugin);
|
|
1956
|
+
const _ep0 = {};
|
|
1957
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1958
|
+
|
|
1959
|
+
class AssociateSourceNetworkStackCommand extends command(_ep0, _mw0, "AssociateSourceNetworkStack", AssociateSourceNetworkStack$) {
|
|
1963
1960
|
}
|
|
1964
1961
|
|
|
1965
|
-
class CreateExtendedSourceServerCommand extends
|
|
1966
|
-
.classBuilder()
|
|
1967
|
-
.ep(commonParams)
|
|
1968
|
-
.m(function (Command, cs, config, o) {
|
|
1969
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1970
|
-
})
|
|
1971
|
-
.s("ElasticDisasterRecoveryService", "CreateExtendedSourceServer", {})
|
|
1972
|
-
.n("DrsClient", "CreateExtendedSourceServerCommand")
|
|
1973
|
-
.sc(CreateExtendedSourceServer$)
|
|
1974
|
-
.build() {
|
|
1962
|
+
class CreateExtendedSourceServerCommand extends command(_ep0, _mw0, "CreateExtendedSourceServer", CreateExtendedSourceServer$) {
|
|
1975
1963
|
}
|
|
1976
1964
|
|
|
1977
|
-
class CreateLaunchConfigurationTemplateCommand extends
|
|
1978
|
-
.classBuilder()
|
|
1979
|
-
.ep(commonParams)
|
|
1980
|
-
.m(function (Command, cs, config, o) {
|
|
1981
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1982
|
-
})
|
|
1983
|
-
.s("ElasticDisasterRecoveryService", "CreateLaunchConfigurationTemplate", {})
|
|
1984
|
-
.n("DrsClient", "CreateLaunchConfigurationTemplateCommand")
|
|
1985
|
-
.sc(CreateLaunchConfigurationTemplate$)
|
|
1986
|
-
.build() {
|
|
1965
|
+
class CreateLaunchConfigurationTemplateCommand extends command(_ep0, _mw0, "CreateLaunchConfigurationTemplate", CreateLaunchConfigurationTemplate$) {
|
|
1987
1966
|
}
|
|
1988
1967
|
|
|
1989
|
-
class CreateReplicationConfigurationTemplateCommand extends
|
|
1990
|
-
.classBuilder()
|
|
1991
|
-
.ep(commonParams)
|
|
1992
|
-
.m(function (Command, cs, config, o) {
|
|
1993
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1994
|
-
})
|
|
1995
|
-
.s("ElasticDisasterRecoveryService", "CreateReplicationConfigurationTemplate", {})
|
|
1996
|
-
.n("DrsClient", "CreateReplicationConfigurationTemplateCommand")
|
|
1997
|
-
.sc(CreateReplicationConfigurationTemplate$)
|
|
1998
|
-
.build() {
|
|
1968
|
+
class CreateReplicationConfigurationTemplateCommand extends command(_ep0, _mw0, "CreateReplicationConfigurationTemplate", CreateReplicationConfigurationTemplate$) {
|
|
1999
1969
|
}
|
|
2000
1970
|
|
|
2001
|
-
class CreateSourceNetworkCommand extends
|
|
2002
|
-
.classBuilder()
|
|
2003
|
-
.ep(commonParams)
|
|
2004
|
-
.m(function (Command, cs, config, o) {
|
|
2005
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2006
|
-
})
|
|
2007
|
-
.s("ElasticDisasterRecoveryService", "CreateSourceNetwork", {})
|
|
2008
|
-
.n("DrsClient", "CreateSourceNetworkCommand")
|
|
2009
|
-
.sc(CreateSourceNetwork$)
|
|
2010
|
-
.build() {
|
|
1971
|
+
class CreateSourceNetworkCommand extends command(_ep0, _mw0, "CreateSourceNetwork", CreateSourceNetwork$) {
|
|
2011
1972
|
}
|
|
2012
1973
|
|
|
2013
|
-
class DeleteJobCommand extends
|
|
2014
|
-
.classBuilder()
|
|
2015
|
-
.ep(commonParams)
|
|
2016
|
-
.m(function (Command, cs, config, o) {
|
|
2017
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2018
|
-
})
|
|
2019
|
-
.s("ElasticDisasterRecoveryService", "DeleteJob", {})
|
|
2020
|
-
.n("DrsClient", "DeleteJobCommand")
|
|
2021
|
-
.sc(DeleteJob$)
|
|
2022
|
-
.build() {
|
|
1974
|
+
class DeleteJobCommand extends command(_ep0, _mw0, "DeleteJob", DeleteJob$) {
|
|
2023
1975
|
}
|
|
2024
1976
|
|
|
2025
|
-
class DeleteLaunchActionCommand extends
|
|
2026
|
-
.classBuilder()
|
|
2027
|
-
.ep(commonParams)
|
|
2028
|
-
.m(function (Command, cs, config, o) {
|
|
2029
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2030
|
-
})
|
|
2031
|
-
.s("ElasticDisasterRecoveryService", "DeleteLaunchAction", {})
|
|
2032
|
-
.n("DrsClient", "DeleteLaunchActionCommand")
|
|
2033
|
-
.sc(DeleteLaunchAction$)
|
|
2034
|
-
.build() {
|
|
1977
|
+
class DeleteLaunchActionCommand extends command(_ep0, _mw0, "DeleteLaunchAction", DeleteLaunchAction$) {
|
|
2035
1978
|
}
|
|
2036
1979
|
|
|
2037
|
-
class DeleteLaunchConfigurationTemplateCommand extends
|
|
2038
|
-
.classBuilder()
|
|
2039
|
-
.ep(commonParams)
|
|
2040
|
-
.m(function (Command, cs, config, o) {
|
|
2041
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2042
|
-
})
|
|
2043
|
-
.s("ElasticDisasterRecoveryService", "DeleteLaunchConfigurationTemplate", {})
|
|
2044
|
-
.n("DrsClient", "DeleteLaunchConfigurationTemplateCommand")
|
|
2045
|
-
.sc(DeleteLaunchConfigurationTemplate$)
|
|
2046
|
-
.build() {
|
|
1980
|
+
class DeleteLaunchConfigurationTemplateCommand extends command(_ep0, _mw0, "DeleteLaunchConfigurationTemplate", DeleteLaunchConfigurationTemplate$) {
|
|
2047
1981
|
}
|
|
2048
1982
|
|
|
2049
|
-
class DeleteRecoveryInstanceCommand extends
|
|
2050
|
-
.classBuilder()
|
|
2051
|
-
.ep(commonParams)
|
|
2052
|
-
.m(function (Command, cs, config, o) {
|
|
2053
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2054
|
-
})
|
|
2055
|
-
.s("ElasticDisasterRecoveryService", "DeleteRecoveryInstance", {})
|
|
2056
|
-
.n("DrsClient", "DeleteRecoveryInstanceCommand")
|
|
2057
|
-
.sc(DeleteRecoveryInstance$)
|
|
2058
|
-
.build() {
|
|
1983
|
+
class DeleteRecoveryInstanceCommand extends command(_ep0, _mw0, "DeleteRecoveryInstance", DeleteRecoveryInstance$) {
|
|
2059
1984
|
}
|
|
2060
1985
|
|
|
2061
|
-
class DeleteReplicationConfigurationTemplateCommand extends
|
|
2062
|
-
.classBuilder()
|
|
2063
|
-
.ep(commonParams)
|
|
2064
|
-
.m(function (Command, cs, config, o) {
|
|
2065
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2066
|
-
})
|
|
2067
|
-
.s("ElasticDisasterRecoveryService", "DeleteReplicationConfigurationTemplate", {})
|
|
2068
|
-
.n("DrsClient", "DeleteReplicationConfigurationTemplateCommand")
|
|
2069
|
-
.sc(DeleteReplicationConfigurationTemplate$)
|
|
2070
|
-
.build() {
|
|
1986
|
+
class DeleteReplicationConfigurationTemplateCommand extends command(_ep0, _mw0, "DeleteReplicationConfigurationTemplate", DeleteReplicationConfigurationTemplate$) {
|
|
2071
1987
|
}
|
|
2072
1988
|
|
|
2073
|
-
class DeleteSourceNetworkCommand extends
|
|
2074
|
-
.classBuilder()
|
|
2075
|
-
.ep(commonParams)
|
|
2076
|
-
.m(function (Command, cs, config, o) {
|
|
2077
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2078
|
-
})
|
|
2079
|
-
.s("ElasticDisasterRecoveryService", "DeleteSourceNetwork", {})
|
|
2080
|
-
.n("DrsClient", "DeleteSourceNetworkCommand")
|
|
2081
|
-
.sc(DeleteSourceNetwork$)
|
|
2082
|
-
.build() {
|
|
1989
|
+
class DeleteSourceNetworkCommand extends command(_ep0, _mw0, "DeleteSourceNetwork", DeleteSourceNetwork$) {
|
|
2083
1990
|
}
|
|
2084
1991
|
|
|
2085
|
-
class DeleteSourceServerCommand extends
|
|
2086
|
-
.classBuilder()
|
|
2087
|
-
.ep(commonParams)
|
|
2088
|
-
.m(function (Command, cs, config, o) {
|
|
2089
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2090
|
-
})
|
|
2091
|
-
.s("ElasticDisasterRecoveryService", "DeleteSourceServer", {})
|
|
2092
|
-
.n("DrsClient", "DeleteSourceServerCommand")
|
|
2093
|
-
.sc(DeleteSourceServer$)
|
|
2094
|
-
.build() {
|
|
1992
|
+
class DeleteSourceServerCommand extends command(_ep0, _mw0, "DeleteSourceServer", DeleteSourceServer$) {
|
|
2095
1993
|
}
|
|
2096
1994
|
|
|
2097
|
-
class DescribeJobLogItemsCommand extends
|
|
2098
|
-
.classBuilder()
|
|
2099
|
-
.ep(commonParams)
|
|
2100
|
-
.m(function (Command, cs, config, o) {
|
|
2101
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2102
|
-
})
|
|
2103
|
-
.s("ElasticDisasterRecoveryService", "DescribeJobLogItems", {})
|
|
2104
|
-
.n("DrsClient", "DescribeJobLogItemsCommand")
|
|
2105
|
-
.sc(DescribeJobLogItems$)
|
|
2106
|
-
.build() {
|
|
1995
|
+
class DescribeJobLogItemsCommand extends command(_ep0, _mw0, "DescribeJobLogItems", DescribeJobLogItems$) {
|
|
2107
1996
|
}
|
|
2108
1997
|
|
|
2109
|
-
class DescribeJobsCommand extends
|
|
2110
|
-
.classBuilder()
|
|
2111
|
-
.ep(commonParams)
|
|
2112
|
-
.m(function (Command, cs, config, o) {
|
|
2113
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2114
|
-
})
|
|
2115
|
-
.s("ElasticDisasterRecoveryService", "DescribeJobs", {})
|
|
2116
|
-
.n("DrsClient", "DescribeJobsCommand")
|
|
2117
|
-
.sc(DescribeJobs$)
|
|
2118
|
-
.build() {
|
|
1998
|
+
class DescribeJobsCommand extends command(_ep0, _mw0, "DescribeJobs", DescribeJobs$) {
|
|
2119
1999
|
}
|
|
2120
2000
|
|
|
2121
|
-
class DescribeLaunchConfigurationTemplatesCommand extends
|
|
2122
|
-
.classBuilder()
|
|
2123
|
-
.ep(commonParams)
|
|
2124
|
-
.m(function (Command, cs, config, o) {
|
|
2125
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2126
|
-
})
|
|
2127
|
-
.s("ElasticDisasterRecoveryService", "DescribeLaunchConfigurationTemplates", {})
|
|
2128
|
-
.n("DrsClient", "DescribeLaunchConfigurationTemplatesCommand")
|
|
2129
|
-
.sc(DescribeLaunchConfigurationTemplates$)
|
|
2130
|
-
.build() {
|
|
2001
|
+
class DescribeLaunchConfigurationTemplatesCommand extends command(_ep0, _mw0, "DescribeLaunchConfigurationTemplates", DescribeLaunchConfigurationTemplates$) {
|
|
2131
2002
|
}
|
|
2132
2003
|
|
|
2133
|
-
class DescribeRecoveryInstancesCommand extends
|
|
2134
|
-
.classBuilder()
|
|
2135
|
-
.ep(commonParams)
|
|
2136
|
-
.m(function (Command, cs, config, o) {
|
|
2137
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2138
|
-
})
|
|
2139
|
-
.s("ElasticDisasterRecoveryService", "DescribeRecoveryInstances", {})
|
|
2140
|
-
.n("DrsClient", "DescribeRecoveryInstancesCommand")
|
|
2141
|
-
.sc(DescribeRecoveryInstances$)
|
|
2142
|
-
.build() {
|
|
2004
|
+
class DescribeRecoveryInstancesCommand extends command(_ep0, _mw0, "DescribeRecoveryInstances", DescribeRecoveryInstances$) {
|
|
2143
2005
|
}
|
|
2144
2006
|
|
|
2145
|
-
class DescribeRecoverySnapshotsCommand extends
|
|
2146
|
-
.classBuilder()
|
|
2147
|
-
.ep(commonParams)
|
|
2148
|
-
.m(function (Command, cs, config, o) {
|
|
2149
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2150
|
-
})
|
|
2151
|
-
.s("ElasticDisasterRecoveryService", "DescribeRecoverySnapshots", {})
|
|
2152
|
-
.n("DrsClient", "DescribeRecoverySnapshotsCommand")
|
|
2153
|
-
.sc(DescribeRecoverySnapshots$)
|
|
2154
|
-
.build() {
|
|
2007
|
+
class DescribeRecoverySnapshotsCommand extends command(_ep0, _mw0, "DescribeRecoverySnapshots", DescribeRecoverySnapshots$) {
|
|
2155
2008
|
}
|
|
2156
2009
|
|
|
2157
|
-
class DescribeReplicationConfigurationTemplatesCommand extends
|
|
2158
|
-
.classBuilder()
|
|
2159
|
-
.ep(commonParams)
|
|
2160
|
-
.m(function (Command, cs, config, o) {
|
|
2161
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2162
|
-
})
|
|
2163
|
-
.s("ElasticDisasterRecoveryService", "DescribeReplicationConfigurationTemplates", {})
|
|
2164
|
-
.n("DrsClient", "DescribeReplicationConfigurationTemplatesCommand")
|
|
2165
|
-
.sc(DescribeReplicationConfigurationTemplates$)
|
|
2166
|
-
.build() {
|
|
2010
|
+
class DescribeReplicationConfigurationTemplatesCommand extends command(_ep0, _mw0, "DescribeReplicationConfigurationTemplates", DescribeReplicationConfigurationTemplates$) {
|
|
2167
2011
|
}
|
|
2168
2012
|
|
|
2169
|
-
class DescribeSourceNetworksCommand extends
|
|
2170
|
-
.classBuilder()
|
|
2171
|
-
.ep(commonParams)
|
|
2172
|
-
.m(function (Command, cs, config, o) {
|
|
2173
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2174
|
-
})
|
|
2175
|
-
.s("ElasticDisasterRecoveryService", "DescribeSourceNetworks", {})
|
|
2176
|
-
.n("DrsClient", "DescribeSourceNetworksCommand")
|
|
2177
|
-
.sc(DescribeSourceNetworks$)
|
|
2178
|
-
.build() {
|
|
2013
|
+
class DescribeSourceNetworksCommand extends command(_ep0, _mw0, "DescribeSourceNetworks", DescribeSourceNetworks$) {
|
|
2179
2014
|
}
|
|
2180
2015
|
|
|
2181
|
-
class DescribeSourceServersCommand extends
|
|
2182
|
-
.classBuilder()
|
|
2183
|
-
.ep(commonParams)
|
|
2184
|
-
.m(function (Command, cs, config, o) {
|
|
2185
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2186
|
-
})
|
|
2187
|
-
.s("ElasticDisasterRecoveryService", "DescribeSourceServers", {})
|
|
2188
|
-
.n("DrsClient", "DescribeSourceServersCommand")
|
|
2189
|
-
.sc(DescribeSourceServers$)
|
|
2190
|
-
.build() {
|
|
2016
|
+
class DescribeSourceServersCommand extends command(_ep0, _mw0, "DescribeSourceServers", DescribeSourceServers$) {
|
|
2191
2017
|
}
|
|
2192
2018
|
|
|
2193
|
-
class DisconnectRecoveryInstanceCommand extends
|
|
2194
|
-
.classBuilder()
|
|
2195
|
-
.ep(commonParams)
|
|
2196
|
-
.m(function (Command, cs, config, o) {
|
|
2197
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2198
|
-
})
|
|
2199
|
-
.s("ElasticDisasterRecoveryService", "DisconnectRecoveryInstance", {})
|
|
2200
|
-
.n("DrsClient", "DisconnectRecoveryInstanceCommand")
|
|
2201
|
-
.sc(DisconnectRecoveryInstance$)
|
|
2202
|
-
.build() {
|
|
2019
|
+
class DisconnectRecoveryInstanceCommand extends command(_ep0, _mw0, "DisconnectRecoveryInstance", DisconnectRecoveryInstance$) {
|
|
2203
2020
|
}
|
|
2204
2021
|
|
|
2205
|
-
class DisconnectSourceServerCommand extends
|
|
2206
|
-
.classBuilder()
|
|
2207
|
-
.ep(commonParams)
|
|
2208
|
-
.m(function (Command, cs, config, o) {
|
|
2209
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2210
|
-
})
|
|
2211
|
-
.s("ElasticDisasterRecoveryService", "DisconnectSourceServer", {})
|
|
2212
|
-
.n("DrsClient", "DisconnectSourceServerCommand")
|
|
2213
|
-
.sc(DisconnectSourceServer$)
|
|
2214
|
-
.build() {
|
|
2022
|
+
class DisconnectSourceServerCommand extends command(_ep0, _mw0, "DisconnectSourceServer", DisconnectSourceServer$) {
|
|
2215
2023
|
}
|
|
2216
2024
|
|
|
2217
|
-
class ExportSourceNetworkCfnTemplateCommand extends
|
|
2218
|
-
.classBuilder()
|
|
2219
|
-
.ep(commonParams)
|
|
2220
|
-
.m(function (Command, cs, config, o) {
|
|
2221
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2222
|
-
})
|
|
2223
|
-
.s("ElasticDisasterRecoveryService", "ExportSourceNetworkCfnTemplate", {})
|
|
2224
|
-
.n("DrsClient", "ExportSourceNetworkCfnTemplateCommand")
|
|
2225
|
-
.sc(ExportSourceNetworkCfnTemplate$)
|
|
2226
|
-
.build() {
|
|
2025
|
+
class ExportSourceNetworkCfnTemplateCommand extends command(_ep0, _mw0, "ExportSourceNetworkCfnTemplate", ExportSourceNetworkCfnTemplate$) {
|
|
2227
2026
|
}
|
|
2228
2027
|
|
|
2229
|
-
class GetFailbackReplicationConfigurationCommand extends
|
|
2230
|
-
.classBuilder()
|
|
2231
|
-
.ep(commonParams)
|
|
2232
|
-
.m(function (Command, cs, config, o) {
|
|
2233
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2234
|
-
})
|
|
2235
|
-
.s("ElasticDisasterRecoveryService", "GetFailbackReplicationConfiguration", {})
|
|
2236
|
-
.n("DrsClient", "GetFailbackReplicationConfigurationCommand")
|
|
2237
|
-
.sc(GetFailbackReplicationConfiguration$)
|
|
2238
|
-
.build() {
|
|
2028
|
+
class GetFailbackReplicationConfigurationCommand extends command(_ep0, _mw0, "GetFailbackReplicationConfiguration", GetFailbackReplicationConfiguration$) {
|
|
2239
2029
|
}
|
|
2240
2030
|
|
|
2241
|
-
class GetLaunchConfigurationCommand extends
|
|
2242
|
-
.classBuilder()
|
|
2243
|
-
.ep(commonParams)
|
|
2244
|
-
.m(function (Command, cs, config, o) {
|
|
2245
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2246
|
-
})
|
|
2247
|
-
.s("ElasticDisasterRecoveryService", "GetLaunchConfiguration", {})
|
|
2248
|
-
.n("DrsClient", "GetLaunchConfigurationCommand")
|
|
2249
|
-
.sc(GetLaunchConfiguration$)
|
|
2250
|
-
.build() {
|
|
2031
|
+
class GetLaunchConfigurationCommand extends command(_ep0, _mw0, "GetLaunchConfiguration", GetLaunchConfiguration$) {
|
|
2251
2032
|
}
|
|
2252
2033
|
|
|
2253
|
-
class GetReplicationConfigurationCommand extends
|
|
2254
|
-
.classBuilder()
|
|
2255
|
-
.ep(commonParams)
|
|
2256
|
-
.m(function (Command, cs, config, o) {
|
|
2257
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2258
|
-
})
|
|
2259
|
-
.s("ElasticDisasterRecoveryService", "GetReplicationConfiguration", {})
|
|
2260
|
-
.n("DrsClient", "GetReplicationConfigurationCommand")
|
|
2261
|
-
.sc(GetReplicationConfiguration$)
|
|
2262
|
-
.build() {
|
|
2034
|
+
class GetReplicationConfigurationCommand extends command(_ep0, _mw0, "GetReplicationConfiguration", GetReplicationConfiguration$) {
|
|
2263
2035
|
}
|
|
2264
2036
|
|
|
2265
|
-
class InitializeServiceCommand extends
|
|
2266
|
-
.classBuilder()
|
|
2267
|
-
.ep(commonParams)
|
|
2268
|
-
.m(function (Command, cs, config, o) {
|
|
2269
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2270
|
-
})
|
|
2271
|
-
.s("ElasticDisasterRecoveryService", "InitializeService", {})
|
|
2272
|
-
.n("DrsClient", "InitializeServiceCommand")
|
|
2273
|
-
.sc(InitializeService$)
|
|
2274
|
-
.build() {
|
|
2037
|
+
class InitializeServiceCommand extends command(_ep0, _mw0, "InitializeService", InitializeService$) {
|
|
2275
2038
|
}
|
|
2276
2039
|
|
|
2277
|
-
class ListExtensibleSourceServersCommand extends
|
|
2278
|
-
.classBuilder()
|
|
2279
|
-
.ep(commonParams)
|
|
2280
|
-
.m(function (Command, cs, config, o) {
|
|
2281
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2282
|
-
})
|
|
2283
|
-
.s("ElasticDisasterRecoveryService", "ListExtensibleSourceServers", {})
|
|
2284
|
-
.n("DrsClient", "ListExtensibleSourceServersCommand")
|
|
2285
|
-
.sc(ListExtensibleSourceServers$)
|
|
2286
|
-
.build() {
|
|
2040
|
+
class ListExtensibleSourceServersCommand extends command(_ep0, _mw0, "ListExtensibleSourceServers", ListExtensibleSourceServers$) {
|
|
2287
2041
|
}
|
|
2288
2042
|
|
|
2289
|
-
class ListLaunchActionsCommand extends
|
|
2290
|
-
.classBuilder()
|
|
2291
|
-
.ep(commonParams)
|
|
2292
|
-
.m(function (Command, cs, config, o) {
|
|
2293
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2294
|
-
})
|
|
2295
|
-
.s("ElasticDisasterRecoveryService", "ListLaunchActions", {})
|
|
2296
|
-
.n("DrsClient", "ListLaunchActionsCommand")
|
|
2297
|
-
.sc(ListLaunchActions$)
|
|
2298
|
-
.build() {
|
|
2043
|
+
class ListLaunchActionsCommand extends command(_ep0, _mw0, "ListLaunchActions", ListLaunchActions$) {
|
|
2299
2044
|
}
|
|
2300
2045
|
|
|
2301
|
-
class ListStagingAccountsCommand extends
|
|
2302
|
-
.classBuilder()
|
|
2303
|
-
.ep(commonParams)
|
|
2304
|
-
.m(function (Command, cs, config, o) {
|
|
2305
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2306
|
-
})
|
|
2307
|
-
.s("ElasticDisasterRecoveryService", "ListStagingAccounts", {})
|
|
2308
|
-
.n("DrsClient", "ListStagingAccountsCommand")
|
|
2309
|
-
.sc(ListStagingAccounts$)
|
|
2310
|
-
.build() {
|
|
2046
|
+
class ListStagingAccountsCommand extends command(_ep0, _mw0, "ListStagingAccounts", ListStagingAccounts$) {
|
|
2311
2047
|
}
|
|
2312
2048
|
|
|
2313
|
-
class ListTagsForResourceCommand extends
|
|
2314
|
-
.classBuilder()
|
|
2315
|
-
.ep(commonParams)
|
|
2316
|
-
.m(function (Command, cs, config, o) {
|
|
2317
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2318
|
-
})
|
|
2319
|
-
.s("ElasticDisasterRecoveryService", "ListTagsForResource", {})
|
|
2320
|
-
.n("DrsClient", "ListTagsForResourceCommand")
|
|
2321
|
-
.sc(ListTagsForResource$)
|
|
2322
|
-
.build() {
|
|
2049
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2323
2050
|
}
|
|
2324
2051
|
|
|
2325
|
-
class PutLaunchActionCommand extends
|
|
2326
|
-
.classBuilder()
|
|
2327
|
-
.ep(commonParams)
|
|
2328
|
-
.m(function (Command, cs, config, o) {
|
|
2329
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2330
|
-
})
|
|
2331
|
-
.s("ElasticDisasterRecoveryService", "PutLaunchAction", {})
|
|
2332
|
-
.n("DrsClient", "PutLaunchActionCommand")
|
|
2333
|
-
.sc(PutLaunchAction$)
|
|
2334
|
-
.build() {
|
|
2052
|
+
class PutLaunchActionCommand extends command(_ep0, _mw0, "PutLaunchAction", PutLaunchAction$) {
|
|
2335
2053
|
}
|
|
2336
2054
|
|
|
2337
|
-
class RetryDataReplicationCommand extends
|
|
2338
|
-
.classBuilder()
|
|
2339
|
-
.ep(commonParams)
|
|
2340
|
-
.m(function (Command, cs, config, o) {
|
|
2341
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2342
|
-
})
|
|
2343
|
-
.s("ElasticDisasterRecoveryService", "RetryDataReplication", {})
|
|
2344
|
-
.n("DrsClient", "RetryDataReplicationCommand")
|
|
2345
|
-
.sc(RetryDataReplication$)
|
|
2346
|
-
.build() {
|
|
2055
|
+
class RetryDataReplicationCommand extends command(_ep0, _mw0, "RetryDataReplication", RetryDataReplication$) {
|
|
2347
2056
|
}
|
|
2348
2057
|
|
|
2349
|
-
class ReverseReplicationCommand extends
|
|
2350
|
-
.classBuilder()
|
|
2351
|
-
.ep(commonParams)
|
|
2352
|
-
.m(function (Command, cs, config, o) {
|
|
2353
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2354
|
-
})
|
|
2355
|
-
.s("ElasticDisasterRecoveryService", "ReverseReplication", {})
|
|
2356
|
-
.n("DrsClient", "ReverseReplicationCommand")
|
|
2357
|
-
.sc(ReverseReplication$)
|
|
2358
|
-
.build() {
|
|
2058
|
+
class ReverseReplicationCommand extends command(_ep0, _mw0, "ReverseReplication", ReverseReplication$) {
|
|
2359
2059
|
}
|
|
2360
2060
|
|
|
2361
|
-
class StartFailbackLaunchCommand extends
|
|
2362
|
-
.classBuilder()
|
|
2363
|
-
.ep(commonParams)
|
|
2364
|
-
.m(function (Command, cs, config, o) {
|
|
2365
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2366
|
-
})
|
|
2367
|
-
.s("ElasticDisasterRecoveryService", "StartFailbackLaunch", {})
|
|
2368
|
-
.n("DrsClient", "StartFailbackLaunchCommand")
|
|
2369
|
-
.sc(StartFailbackLaunch$)
|
|
2370
|
-
.build() {
|
|
2061
|
+
class StartFailbackLaunchCommand extends command(_ep0, _mw0, "StartFailbackLaunch", StartFailbackLaunch$) {
|
|
2371
2062
|
}
|
|
2372
2063
|
|
|
2373
|
-
class StartRecoveryCommand extends
|
|
2374
|
-
.classBuilder()
|
|
2375
|
-
.ep(commonParams)
|
|
2376
|
-
.m(function (Command, cs, config, o) {
|
|
2377
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2378
|
-
})
|
|
2379
|
-
.s("ElasticDisasterRecoveryService", "StartRecovery", {})
|
|
2380
|
-
.n("DrsClient", "StartRecoveryCommand")
|
|
2381
|
-
.sc(StartRecovery$)
|
|
2382
|
-
.build() {
|
|
2064
|
+
class StartRecoveryCommand extends command(_ep0, _mw0, "StartRecovery", StartRecovery$) {
|
|
2383
2065
|
}
|
|
2384
2066
|
|
|
2385
|
-
class StartReplicationCommand extends
|
|
2386
|
-
.classBuilder()
|
|
2387
|
-
.ep(commonParams)
|
|
2388
|
-
.m(function (Command, cs, config, o) {
|
|
2389
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2390
|
-
})
|
|
2391
|
-
.s("ElasticDisasterRecoveryService", "StartReplication", {})
|
|
2392
|
-
.n("DrsClient", "StartReplicationCommand")
|
|
2393
|
-
.sc(StartReplication$)
|
|
2394
|
-
.build() {
|
|
2067
|
+
class StartReplicationCommand extends command(_ep0, _mw0, "StartReplication", StartReplication$) {
|
|
2395
2068
|
}
|
|
2396
2069
|
|
|
2397
|
-
class StartSourceNetworkRecoveryCommand extends
|
|
2398
|
-
.classBuilder()
|
|
2399
|
-
.ep(commonParams)
|
|
2400
|
-
.m(function (Command, cs, config, o) {
|
|
2401
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2402
|
-
})
|
|
2403
|
-
.s("ElasticDisasterRecoveryService", "StartSourceNetworkRecovery", {})
|
|
2404
|
-
.n("DrsClient", "StartSourceNetworkRecoveryCommand")
|
|
2405
|
-
.sc(StartSourceNetworkRecovery$)
|
|
2406
|
-
.build() {
|
|
2070
|
+
class StartSourceNetworkRecoveryCommand extends command(_ep0, _mw0, "StartSourceNetworkRecovery", StartSourceNetworkRecovery$) {
|
|
2407
2071
|
}
|
|
2408
2072
|
|
|
2409
|
-
class StartSourceNetworkReplicationCommand extends
|
|
2410
|
-
.classBuilder()
|
|
2411
|
-
.ep(commonParams)
|
|
2412
|
-
.m(function (Command, cs, config, o) {
|
|
2413
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2414
|
-
})
|
|
2415
|
-
.s("ElasticDisasterRecoveryService", "StartSourceNetworkReplication", {})
|
|
2416
|
-
.n("DrsClient", "StartSourceNetworkReplicationCommand")
|
|
2417
|
-
.sc(StartSourceNetworkReplication$)
|
|
2418
|
-
.build() {
|
|
2073
|
+
class StartSourceNetworkReplicationCommand extends command(_ep0, _mw0, "StartSourceNetworkReplication", StartSourceNetworkReplication$) {
|
|
2419
2074
|
}
|
|
2420
2075
|
|
|
2421
|
-
class StopFailbackCommand extends
|
|
2422
|
-
.classBuilder()
|
|
2423
|
-
.ep(commonParams)
|
|
2424
|
-
.m(function (Command, cs, config, o) {
|
|
2425
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2426
|
-
})
|
|
2427
|
-
.s("ElasticDisasterRecoveryService", "StopFailback", {})
|
|
2428
|
-
.n("DrsClient", "StopFailbackCommand")
|
|
2429
|
-
.sc(StopFailback$)
|
|
2430
|
-
.build() {
|
|
2076
|
+
class StopFailbackCommand extends command(_ep0, _mw0, "StopFailback", StopFailback$) {
|
|
2431
2077
|
}
|
|
2432
2078
|
|
|
2433
|
-
class StopReplicationCommand extends
|
|
2434
|
-
.classBuilder()
|
|
2435
|
-
.ep(commonParams)
|
|
2436
|
-
.m(function (Command, cs, config, o) {
|
|
2437
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2438
|
-
})
|
|
2439
|
-
.s("ElasticDisasterRecoveryService", "StopReplication", {})
|
|
2440
|
-
.n("DrsClient", "StopReplicationCommand")
|
|
2441
|
-
.sc(StopReplication$)
|
|
2442
|
-
.build() {
|
|
2079
|
+
class StopReplicationCommand extends command(_ep0, _mw0, "StopReplication", StopReplication$) {
|
|
2443
2080
|
}
|
|
2444
2081
|
|
|
2445
|
-
class StopSourceNetworkReplicationCommand extends
|
|
2446
|
-
.classBuilder()
|
|
2447
|
-
.ep(commonParams)
|
|
2448
|
-
.m(function (Command, cs, config, o) {
|
|
2449
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2450
|
-
})
|
|
2451
|
-
.s("ElasticDisasterRecoveryService", "StopSourceNetworkReplication", {})
|
|
2452
|
-
.n("DrsClient", "StopSourceNetworkReplicationCommand")
|
|
2453
|
-
.sc(StopSourceNetworkReplication$)
|
|
2454
|
-
.build() {
|
|
2082
|
+
class StopSourceNetworkReplicationCommand extends command(_ep0, _mw0, "StopSourceNetworkReplication", StopSourceNetworkReplication$) {
|
|
2455
2083
|
}
|
|
2456
2084
|
|
|
2457
|
-
class TagResourceCommand extends
|
|
2458
|
-
.classBuilder()
|
|
2459
|
-
.ep(commonParams)
|
|
2460
|
-
.m(function (Command, cs, config, o) {
|
|
2461
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2462
|
-
})
|
|
2463
|
-
.s("ElasticDisasterRecoveryService", "TagResource", {})
|
|
2464
|
-
.n("DrsClient", "TagResourceCommand")
|
|
2465
|
-
.sc(TagResource$)
|
|
2466
|
-
.build() {
|
|
2085
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2467
2086
|
}
|
|
2468
2087
|
|
|
2469
|
-
class TerminateRecoveryInstancesCommand extends
|
|
2470
|
-
.classBuilder()
|
|
2471
|
-
.ep(commonParams)
|
|
2472
|
-
.m(function (Command, cs, config, o) {
|
|
2473
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2474
|
-
})
|
|
2475
|
-
.s("ElasticDisasterRecoveryService", "TerminateRecoveryInstances", {})
|
|
2476
|
-
.n("DrsClient", "TerminateRecoveryInstancesCommand")
|
|
2477
|
-
.sc(TerminateRecoveryInstances$)
|
|
2478
|
-
.build() {
|
|
2088
|
+
class TerminateRecoveryInstancesCommand extends command(_ep0, _mw0, "TerminateRecoveryInstances", TerminateRecoveryInstances$) {
|
|
2479
2089
|
}
|
|
2480
2090
|
|
|
2481
|
-
class UntagResourceCommand extends
|
|
2482
|
-
.classBuilder()
|
|
2483
|
-
.ep(commonParams)
|
|
2484
|
-
.m(function (Command, cs, config, o) {
|
|
2485
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2486
|
-
})
|
|
2487
|
-
.s("ElasticDisasterRecoveryService", "UntagResource", {})
|
|
2488
|
-
.n("DrsClient", "UntagResourceCommand")
|
|
2489
|
-
.sc(UntagResource$)
|
|
2490
|
-
.build() {
|
|
2091
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2491
2092
|
}
|
|
2492
2093
|
|
|
2493
|
-
class UpdateFailbackReplicationConfigurationCommand extends
|
|
2494
|
-
.classBuilder()
|
|
2495
|
-
.ep(commonParams)
|
|
2496
|
-
.m(function (Command, cs, config, o) {
|
|
2497
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2498
|
-
})
|
|
2499
|
-
.s("ElasticDisasterRecoveryService", "UpdateFailbackReplicationConfiguration", {})
|
|
2500
|
-
.n("DrsClient", "UpdateFailbackReplicationConfigurationCommand")
|
|
2501
|
-
.sc(UpdateFailbackReplicationConfiguration$)
|
|
2502
|
-
.build() {
|
|
2094
|
+
class UpdateFailbackReplicationConfigurationCommand extends command(_ep0, _mw0, "UpdateFailbackReplicationConfiguration", UpdateFailbackReplicationConfiguration$) {
|
|
2503
2095
|
}
|
|
2504
2096
|
|
|
2505
|
-
class UpdateLaunchConfigurationCommand extends
|
|
2506
|
-
.classBuilder()
|
|
2507
|
-
.ep(commonParams)
|
|
2508
|
-
.m(function (Command, cs, config, o) {
|
|
2509
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2510
|
-
})
|
|
2511
|
-
.s("ElasticDisasterRecoveryService", "UpdateLaunchConfiguration", {})
|
|
2512
|
-
.n("DrsClient", "UpdateLaunchConfigurationCommand")
|
|
2513
|
-
.sc(UpdateLaunchConfiguration$)
|
|
2514
|
-
.build() {
|
|
2097
|
+
class UpdateLaunchConfigurationCommand extends command(_ep0, _mw0, "UpdateLaunchConfiguration", UpdateLaunchConfiguration$) {
|
|
2515
2098
|
}
|
|
2516
2099
|
|
|
2517
|
-
class UpdateLaunchConfigurationTemplateCommand extends
|
|
2518
|
-
.classBuilder()
|
|
2519
|
-
.ep(commonParams)
|
|
2520
|
-
.m(function (Command, cs, config, o) {
|
|
2521
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2522
|
-
})
|
|
2523
|
-
.s("ElasticDisasterRecoveryService", "UpdateLaunchConfigurationTemplate", {})
|
|
2524
|
-
.n("DrsClient", "UpdateLaunchConfigurationTemplateCommand")
|
|
2525
|
-
.sc(UpdateLaunchConfigurationTemplate$)
|
|
2526
|
-
.build() {
|
|
2100
|
+
class UpdateLaunchConfigurationTemplateCommand extends command(_ep0, _mw0, "UpdateLaunchConfigurationTemplate", UpdateLaunchConfigurationTemplate$) {
|
|
2527
2101
|
}
|
|
2528
2102
|
|
|
2529
|
-
class UpdateReplicationConfigurationCommand extends
|
|
2530
|
-
.classBuilder()
|
|
2531
|
-
.ep(commonParams)
|
|
2532
|
-
.m(function (Command, cs, config, o) {
|
|
2533
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2534
|
-
})
|
|
2535
|
-
.s("ElasticDisasterRecoveryService", "UpdateReplicationConfiguration", {})
|
|
2536
|
-
.n("DrsClient", "UpdateReplicationConfigurationCommand")
|
|
2537
|
-
.sc(UpdateReplicationConfiguration$)
|
|
2538
|
-
.build() {
|
|
2103
|
+
class UpdateReplicationConfigurationCommand extends command(_ep0, _mw0, "UpdateReplicationConfiguration", UpdateReplicationConfiguration$) {
|
|
2539
2104
|
}
|
|
2540
2105
|
|
|
2541
|
-
class UpdateReplicationConfigurationTemplateCommand extends
|
|
2542
|
-
.classBuilder()
|
|
2543
|
-
.ep(commonParams)
|
|
2544
|
-
.m(function (Command, cs, config, o) {
|
|
2545
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2546
|
-
})
|
|
2547
|
-
.s("ElasticDisasterRecoveryService", "UpdateReplicationConfigurationTemplate", {})
|
|
2548
|
-
.n("DrsClient", "UpdateReplicationConfigurationTemplateCommand")
|
|
2549
|
-
.sc(UpdateReplicationConfigurationTemplate$)
|
|
2550
|
-
.build() {
|
|
2106
|
+
class UpdateReplicationConfigurationTemplateCommand extends command(_ep0, _mw0, "UpdateReplicationConfigurationTemplate", UpdateReplicationConfigurationTemplate$) {
|
|
2551
2107
|
}
|
|
2552
2108
|
|
|
2553
2109
|
const paginateDescribeJobLogItems = createPaginator(DrsClient, DescribeJobLogItemsCommand, "nextToken", "nextToken", "maxResults");
|