@aws-sdk/client-drs 3.928.0 → 3.930.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 +2066 -2353
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/DrsClient.js +2 -0
- package/dist-es/commands/AssociateSourceNetworkStackCommand.js +3 -10
- package/dist-es/commands/CreateExtendedSourceServerCommand.js +3 -10
- package/dist-es/commands/CreateLaunchConfigurationTemplateCommand.js +3 -10
- package/dist-es/commands/CreateReplicationConfigurationTemplateCommand.js +3 -10
- package/dist-es/commands/CreateSourceNetworkCommand.js +3 -10
- package/dist-es/commands/DeleteJobCommand.js +3 -9
- package/dist-es/commands/DeleteLaunchActionCommand.js +3 -9
- package/dist-es/commands/DeleteLaunchConfigurationTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteRecoveryInstanceCommand.js +3 -9
- package/dist-es/commands/DeleteReplicationConfigurationTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteSourceNetworkCommand.js +3 -9
- package/dist-es/commands/DeleteSourceServerCommand.js +3 -9
- package/dist-es/commands/DescribeJobLogItemsCommand.js +3 -9
- package/dist-es/commands/DescribeJobsCommand.js +3 -10
- package/dist-es/commands/DescribeLaunchConfigurationTemplatesCommand.js +3 -10
- package/dist-es/commands/DescribeRecoveryInstancesCommand.js +3 -10
- package/dist-es/commands/DescribeRecoverySnapshotsCommand.js +3 -9
- package/dist-es/commands/DescribeReplicationConfigurationTemplatesCommand.js +3 -10
- package/dist-es/commands/DescribeSourceNetworksCommand.js +3 -10
- package/dist-es/commands/DescribeSourceServersCommand.js +3 -10
- package/dist-es/commands/DisconnectRecoveryInstanceCommand.js +3 -9
- package/dist-es/commands/DisconnectSourceServerCommand.js +3 -10
- package/dist-es/commands/ExportSourceNetworkCfnTemplateCommand.js +3 -9
- package/dist-es/commands/GetFailbackReplicationConfigurationCommand.js +3 -9
- package/dist-es/commands/GetLaunchConfigurationCommand.js +3 -9
- package/dist-es/commands/GetReplicationConfigurationCommand.js +3 -10
- package/dist-es/commands/InitializeServiceCommand.js +3 -9
- package/dist-es/commands/ListExtensibleSourceServersCommand.js +3 -10
- package/dist-es/commands/ListLaunchActionsCommand.js +3 -9
- package/dist-es/commands/ListStagingAccountsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/PutLaunchActionCommand.js +3 -9
- package/dist-es/commands/RetryDataReplicationCommand.js +3 -10
- package/dist-es/commands/ReverseReplicationCommand.js +3 -9
- package/dist-es/commands/StartFailbackLaunchCommand.js +3 -10
- package/dist-es/commands/StartRecoveryCommand.js +3 -10
- package/dist-es/commands/StartReplicationCommand.js +3 -10
- package/dist-es/commands/StartSourceNetworkRecoveryCommand.js +3 -10
- package/dist-es/commands/StartSourceNetworkReplicationCommand.js +3 -10
- package/dist-es/commands/StopFailbackCommand.js +3 -9
- package/dist-es/commands/StopReplicationCommand.js +3 -10
- package/dist-es/commands/StopSourceNetworkReplicationCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/TerminateRecoveryInstancesCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -10
- package/dist-es/commands/UpdateFailbackReplicationConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateLaunchConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateLaunchConfigurationTemplateCommand.js +3 -10
- package/dist-es/commands/UpdateReplicationConfigurationCommand.js +3 -10
- package/dist-es/commands/UpdateReplicationConfigurationTemplateCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -193
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1961 -0
- package/dist-types/DrsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +8 -166
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +260 -0
- package/dist-types/ts3.4/DrsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -121
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +267 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -1751
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -452
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -605
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const core_1 = require("@aws-sdk/core");
|
|
5
|
+
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
7
8
|
const util_base64_1 = require("@smithy/util-base64");
|
|
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
|
|
|
25
26
|
},
|
|
26
27
|
],
|
|
27
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
+
protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.drs" }),
|
|
28
30
|
serviceId: config?.serviceId ?? "drs",
|
|
29
31
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
30
32
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
package/dist-es/DrsClient.js
CHANGED
|
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
|
|
|
4
4
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
5
|
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
|
+
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
7
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
9
|
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
10
|
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
@@ -28,6 +29,7 @@ export class DrsClient extends __Client {
|
|
|
28
29
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
29
30
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
30
31
|
this.config = _config_8;
|
|
32
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
31
33
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
32
34
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
33
35
|
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_AssociateSourceNetworkStackCommand, se_AssociateSourceNetworkStackCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { AssociateSourceNetworkStack } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class AssociateSourceNetworkStackCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("ElasticDisasterRecoveryService", "AssociateSourceNetworkStack", {})
|
|
18
13
|
.n("DrsClient", "AssociateSourceNetworkStackCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_AssociateSourceNetworkStackCommand)
|
|
21
|
-
.de(de_AssociateSourceNetworkStackCommand)
|
|
14
|
+
.sc(AssociateSourceNetworkStack)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateExtendedSourceServerCommand, se_CreateExtendedSourceServerCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateExtendedSourceServer } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateExtendedSourceServerCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("ElasticDisasterRecoveryService", "CreateExtendedSourceServer", {})
|
|
18
13
|
.n("DrsClient", "CreateExtendedSourceServerCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateExtendedSourceServerCommand)
|
|
21
|
-
.de(de_CreateExtendedSourceServerCommand)
|
|
14
|
+
.sc(CreateExtendedSourceServer)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateLaunchConfigurationTemplateCommand, se_CreateLaunchConfigurationTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateLaunchConfigurationTemplate } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateLaunchConfigurationTemplateCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("ElasticDisasterRecoveryService", "CreateLaunchConfigurationTemplate", {})
|
|
18
13
|
.n("DrsClient", "CreateLaunchConfigurationTemplateCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateLaunchConfigurationTemplateCommand)
|
|
21
|
-
.de(de_CreateLaunchConfigurationTemplateCommand)
|
|
14
|
+
.sc(CreateLaunchConfigurationTemplate)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateReplicationConfigurationTemplateCommand, se_CreateReplicationConfigurationTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateReplicationConfigurationTemplate } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateReplicationConfigurationTemplateCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("ElasticDisasterRecoveryService", "CreateReplicationConfigurationTemplate", {})
|
|
18
13
|
.n("DrsClient", "CreateReplicationConfigurationTemplateCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateReplicationConfigurationTemplateCommand)
|
|
21
|
-
.de(de_CreateReplicationConfigurationTemplateCommand)
|
|
14
|
+
.sc(CreateReplicationConfigurationTemplate)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateSourceNetworkCommand, se_CreateSourceNetworkCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateSourceNetwork } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateSourceNetworkCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("ElasticDisasterRecoveryService", "CreateSourceNetwork", {})
|
|
18
13
|
.n("DrsClient", "CreateSourceNetworkCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateSourceNetworkCommand)
|
|
21
|
-
.de(de_CreateSourceNetworkCommand)
|
|
14
|
+
.sc(CreateSourceNetwork)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteJob } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteJobCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticDisasterRecoveryService", "DeleteJob", {})
|
|
17
13
|
.n("DrsClient", "DeleteJobCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteJobCommand)
|
|
20
|
-
.de(de_DeleteJobCommand)
|
|
14
|
+
.sc(DeleteJob)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteLaunchAction } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteLaunchActionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticDisasterRecoveryService", "DeleteLaunchAction", {})
|
|
17
13
|
.n("DrsClient", "DeleteLaunchActionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteLaunchActionCommand)
|
|
20
|
-
.de(de_DeleteLaunchActionCommand)
|
|
14
|
+
.sc(DeleteLaunchAction)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteLaunchConfigurationTemplate } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteLaunchConfigurationTemplateCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticDisasterRecoveryService", "DeleteLaunchConfigurationTemplate", {})
|
|
17
13
|
.n("DrsClient", "DeleteLaunchConfigurationTemplateCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteLaunchConfigurationTemplateCommand)
|
|
20
|
-
.de(de_DeleteLaunchConfigurationTemplateCommand)
|
|
14
|
+
.sc(DeleteLaunchConfigurationTemplate)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteRecoveryInstance } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteRecoveryInstanceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticDisasterRecoveryService", "DeleteRecoveryInstance", {})
|
|
17
13
|
.n("DrsClient", "DeleteRecoveryInstanceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteRecoveryInstanceCommand)
|
|
20
|
-
.de(de_DeleteRecoveryInstanceCommand)
|
|
14
|
+
.sc(DeleteRecoveryInstance)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteReplicationConfigurationTemplate } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteReplicationConfigurationTemplateCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticDisasterRecoveryService", "DeleteReplicationConfigurationTemplate", {})
|
|
17
13
|
.n("DrsClient", "DeleteReplicationConfigurationTemplateCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteReplicationConfigurationTemplateCommand)
|
|
20
|
-
.de(de_DeleteReplicationConfigurationTemplateCommand)
|
|
14
|
+
.sc(DeleteReplicationConfigurationTemplate)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteSourceNetwork } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteSourceNetworkCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticDisasterRecoveryService", "DeleteSourceNetwork", {})
|
|
17
13
|
.n("DrsClient", "DeleteSourceNetworkCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteSourceNetworkCommand)
|
|
20
|
-
.de(de_DeleteSourceNetworkCommand)
|
|
14
|
+
.sc(DeleteSourceNetwork)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteSourceServer } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteSourceServerCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticDisasterRecoveryService", "DeleteSourceServer", {})
|
|
17
13
|
.n("DrsClient", "DeleteSourceServerCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteSourceServerCommand)
|
|
20
|
-
.de(de_DeleteSourceServerCommand)
|
|
14
|
+
.sc(DeleteSourceServer)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeJobLogItems } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeJobLogItemsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticDisasterRecoveryService", "DescribeJobLogItems", {})
|
|
17
13
|
.n("DrsClient", "DescribeJobLogItemsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeJobLogItemsCommand)
|
|
20
|
-
.de(de_DescribeJobLogItemsCommand)
|
|
14
|
+
.sc(DescribeJobLogItems)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DescribeJobsCommand, se_DescribeJobsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { DescribeJobs } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribeJobsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("ElasticDisasterRecoveryService", "DescribeJobs", {})
|
|
18
13
|
.n("DrsClient", "DescribeJobsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribeJobsCommand)
|
|
21
|
-
.de(de_DescribeJobsCommand)
|
|
14
|
+
.sc(DescribeJobs)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DescribeLaunchConfigurationTemplatesCommand, se_DescribeLaunchConfigurationTemplatesCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { DescribeLaunchConfigurationTemplates } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribeLaunchConfigurationTemplatesCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("ElasticDisasterRecoveryService", "DescribeLaunchConfigurationTemplates", {})
|
|
18
13
|
.n("DrsClient", "DescribeLaunchConfigurationTemplatesCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribeLaunchConfigurationTemplatesCommand)
|
|
21
|
-
.de(de_DescribeLaunchConfigurationTemplatesCommand)
|
|
14
|
+
.sc(DescribeLaunchConfigurationTemplates)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DescribeRecoveryInstancesCommand, se_DescribeRecoveryInstancesCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { DescribeRecoveryInstances } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribeRecoveryInstancesCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("ElasticDisasterRecoveryService", "DescribeRecoveryInstances", {})
|
|
18
13
|
.n("DrsClient", "DescribeRecoveryInstancesCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribeRecoveryInstancesCommand)
|
|
21
|
-
.de(de_DescribeRecoveryInstancesCommand)
|
|
14
|
+
.sc(DescribeRecoveryInstances)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeRecoverySnapshots } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeRecoverySnapshotsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticDisasterRecoveryService", "DescribeRecoverySnapshots", {})
|
|
17
13
|
.n("DrsClient", "DescribeRecoverySnapshotsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeRecoverySnapshotsCommand)
|
|
20
|
-
.de(de_DescribeRecoverySnapshotsCommand)
|
|
14
|
+
.sc(DescribeRecoverySnapshots)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DescribeReplicationConfigurationTemplatesCommand, se_DescribeReplicationConfigurationTemplatesCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { DescribeReplicationConfigurationTemplates } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribeReplicationConfigurationTemplatesCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("ElasticDisasterRecoveryService", "DescribeReplicationConfigurationTemplates", {})
|
|
18
13
|
.n("DrsClient", "DescribeReplicationConfigurationTemplatesCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribeReplicationConfigurationTemplatesCommand)
|
|
21
|
-
.de(de_DescribeReplicationConfigurationTemplatesCommand)
|
|
14
|
+
.sc(DescribeReplicationConfigurationTemplates)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DescribeSourceNetworksCommand, se_DescribeSourceNetworksCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { DescribeSourceNetworks } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribeSourceNetworksCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("ElasticDisasterRecoveryService", "DescribeSourceNetworks", {})
|
|
18
13
|
.n("DrsClient", "DescribeSourceNetworksCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribeSourceNetworksCommand)
|
|
21
|
-
.de(de_DescribeSourceNetworksCommand)
|
|
14
|
+
.sc(DescribeSourceNetworks)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DescribeSourceServersCommand, se_DescribeSourceServersCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { DescribeSourceServers } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribeSourceServersCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("ElasticDisasterRecoveryService", "DescribeSourceServers", {})
|
|
18
13
|
.n("DrsClient", "DescribeSourceServersCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribeSourceServersCommand)
|
|
21
|
-
.de(de_DescribeSourceServersCommand)
|
|
14
|
+
.sc(DescribeSourceServers)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DisconnectRecoveryInstance } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DisconnectRecoveryInstanceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticDisasterRecoveryService", "DisconnectRecoveryInstance", {})
|
|
17
13
|
.n("DrsClient", "DisconnectRecoveryInstanceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DisconnectRecoveryInstanceCommand)
|
|
20
|
-
.de(de_DisconnectRecoveryInstanceCommand)
|
|
14
|
+
.sc(DisconnectRecoveryInstance)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DisconnectSourceServerCommand, se_DisconnectSourceServerCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { DisconnectSourceServer } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DisconnectSourceServerCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("ElasticDisasterRecoveryService", "DisconnectSourceServer", {})
|
|
18
13
|
.n("DrsClient", "DisconnectSourceServerCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DisconnectSourceServerCommand)
|
|
21
|
-
.de(de_DisconnectSourceServerCommand)
|
|
14
|
+
.sc(DisconnectSourceServer)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|