@aws-sdk/client-drs 3.489.0 → 3.495.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/Drs.js +1 -111
- package/dist-cjs/DrsClient.js +1 -43
- package/dist-cjs/commands/AssociateSourceNetworkStackCommand.js +1 -29
- package/dist-cjs/commands/CreateExtendedSourceServerCommand.js +1 -29
- package/dist-cjs/commands/CreateLaunchConfigurationTemplateCommand.js +1 -29
- package/dist-cjs/commands/CreateReplicationConfigurationTemplateCommand.js +1 -29
- package/dist-cjs/commands/CreateSourceNetworkCommand.js +1 -29
- package/dist-cjs/commands/DeleteJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteLaunchActionCommand.js +1 -28
- package/dist-cjs/commands/DeleteLaunchConfigurationTemplateCommand.js +1 -28
- package/dist-cjs/commands/DeleteRecoveryInstanceCommand.js +1 -28
- package/dist-cjs/commands/DeleteReplicationConfigurationTemplateCommand.js +1 -28
- package/dist-cjs/commands/DeleteSourceNetworkCommand.js +1 -28
- package/dist-cjs/commands/DeleteSourceServerCommand.js +1 -28
- package/dist-cjs/commands/DescribeJobLogItemsCommand.js +1 -28
- package/dist-cjs/commands/DescribeJobsCommand.js +1 -29
- package/dist-cjs/commands/DescribeLaunchConfigurationTemplatesCommand.js +1 -29
- package/dist-cjs/commands/DescribeRecoveryInstancesCommand.js +1 -29
- package/dist-cjs/commands/DescribeRecoverySnapshotsCommand.js +1 -28
- package/dist-cjs/commands/DescribeReplicationConfigurationTemplatesCommand.js +1 -29
- package/dist-cjs/commands/DescribeSourceNetworksCommand.js +1 -29
- package/dist-cjs/commands/DescribeSourceServersCommand.js +1 -29
- package/dist-cjs/commands/DisconnectRecoveryInstanceCommand.js +1 -28
- package/dist-cjs/commands/DisconnectSourceServerCommand.js +1 -29
- package/dist-cjs/commands/ExportSourceNetworkCfnTemplateCommand.js +1 -28
- package/dist-cjs/commands/GetFailbackReplicationConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetLaunchConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetReplicationConfigurationCommand.js +1 -29
- package/dist-cjs/commands/InitializeServiceCommand.js +1 -28
- package/dist-cjs/commands/ListExtensibleSourceServersCommand.js +1 -29
- package/dist-cjs/commands/ListLaunchActionsCommand.js +1 -28
- package/dist-cjs/commands/ListStagingAccountsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
- package/dist-cjs/commands/PutLaunchActionCommand.js +1 -28
- package/dist-cjs/commands/RetryDataReplicationCommand.js +1 -29
- package/dist-cjs/commands/ReverseReplicationCommand.js +1 -28
- package/dist-cjs/commands/StartFailbackLaunchCommand.js +1 -29
- package/dist-cjs/commands/StartRecoveryCommand.js +1 -29
- package/dist-cjs/commands/StartReplicationCommand.js +1 -29
- package/dist-cjs/commands/StartSourceNetworkRecoveryCommand.js +1 -29
- package/dist-cjs/commands/StartSourceNetworkReplicationCommand.js +1 -29
- package/dist-cjs/commands/StopFailbackCommand.js +1 -28
- package/dist-cjs/commands/StopReplicationCommand.js +1 -29
- package/dist-cjs/commands/StopSourceNetworkReplicationCommand.js +1 -29
- package/dist-cjs/commands/TagResourceCommand.js +1 -29
- package/dist-cjs/commands/TerminateRecoveryInstancesCommand.js +1 -29
- package/dist-cjs/commands/UntagResourceCommand.js +1 -29
- package/dist-cjs/commands/UpdateFailbackReplicationConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateLaunchConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateLaunchConfigurationTemplateCommand.js +1 -29
- package/dist-cjs/commands/UpdateReplicationConfigurationCommand.js +1 -29
- package/dist-cjs/commands/UpdateReplicationConfigurationTemplateCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -53
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5484 -11
- package/dist-cjs/models/DrsServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -660
- package/dist-cjs/pagination/DescribeJobLogItemsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeJobsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeLaunchConfigurationTemplatesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeRecoveryInstancesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeRecoverySnapshotsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeReplicationConfigurationTemplatesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeSourceNetworksPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeSourceServersPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListExtensibleSourceServersPaginator.js +1 -7
- package/dist-cjs/pagination/ListLaunchActionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListStagingAccountsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -15
- package/dist-cjs/protocols/Aws_restJson1.js +1 -3451
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/Drs.js
CHANGED
|
@@ -1,111 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Drs = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AssociateSourceNetworkStackCommand_1 = require("./commands/AssociateSourceNetworkStackCommand");
|
|
6
|
-
const CreateExtendedSourceServerCommand_1 = require("./commands/CreateExtendedSourceServerCommand");
|
|
7
|
-
const CreateLaunchConfigurationTemplateCommand_1 = require("./commands/CreateLaunchConfigurationTemplateCommand");
|
|
8
|
-
const CreateReplicationConfigurationTemplateCommand_1 = require("./commands/CreateReplicationConfigurationTemplateCommand");
|
|
9
|
-
const CreateSourceNetworkCommand_1 = require("./commands/CreateSourceNetworkCommand");
|
|
10
|
-
const DeleteJobCommand_1 = require("./commands/DeleteJobCommand");
|
|
11
|
-
const DeleteLaunchActionCommand_1 = require("./commands/DeleteLaunchActionCommand");
|
|
12
|
-
const DeleteLaunchConfigurationTemplateCommand_1 = require("./commands/DeleteLaunchConfigurationTemplateCommand");
|
|
13
|
-
const DeleteRecoveryInstanceCommand_1 = require("./commands/DeleteRecoveryInstanceCommand");
|
|
14
|
-
const DeleteReplicationConfigurationTemplateCommand_1 = require("./commands/DeleteReplicationConfigurationTemplateCommand");
|
|
15
|
-
const DeleteSourceNetworkCommand_1 = require("./commands/DeleteSourceNetworkCommand");
|
|
16
|
-
const DeleteSourceServerCommand_1 = require("./commands/DeleteSourceServerCommand");
|
|
17
|
-
const DescribeJobLogItemsCommand_1 = require("./commands/DescribeJobLogItemsCommand");
|
|
18
|
-
const DescribeJobsCommand_1 = require("./commands/DescribeJobsCommand");
|
|
19
|
-
const DescribeLaunchConfigurationTemplatesCommand_1 = require("./commands/DescribeLaunchConfigurationTemplatesCommand");
|
|
20
|
-
const DescribeRecoveryInstancesCommand_1 = require("./commands/DescribeRecoveryInstancesCommand");
|
|
21
|
-
const DescribeRecoverySnapshotsCommand_1 = require("./commands/DescribeRecoverySnapshotsCommand");
|
|
22
|
-
const DescribeReplicationConfigurationTemplatesCommand_1 = require("./commands/DescribeReplicationConfigurationTemplatesCommand");
|
|
23
|
-
const DescribeSourceNetworksCommand_1 = require("./commands/DescribeSourceNetworksCommand");
|
|
24
|
-
const DescribeSourceServersCommand_1 = require("./commands/DescribeSourceServersCommand");
|
|
25
|
-
const DisconnectRecoveryInstanceCommand_1 = require("./commands/DisconnectRecoveryInstanceCommand");
|
|
26
|
-
const DisconnectSourceServerCommand_1 = require("./commands/DisconnectSourceServerCommand");
|
|
27
|
-
const ExportSourceNetworkCfnTemplateCommand_1 = require("./commands/ExportSourceNetworkCfnTemplateCommand");
|
|
28
|
-
const GetFailbackReplicationConfigurationCommand_1 = require("./commands/GetFailbackReplicationConfigurationCommand");
|
|
29
|
-
const GetLaunchConfigurationCommand_1 = require("./commands/GetLaunchConfigurationCommand");
|
|
30
|
-
const GetReplicationConfigurationCommand_1 = require("./commands/GetReplicationConfigurationCommand");
|
|
31
|
-
const InitializeServiceCommand_1 = require("./commands/InitializeServiceCommand");
|
|
32
|
-
const ListExtensibleSourceServersCommand_1 = require("./commands/ListExtensibleSourceServersCommand");
|
|
33
|
-
const ListLaunchActionsCommand_1 = require("./commands/ListLaunchActionsCommand");
|
|
34
|
-
const ListStagingAccountsCommand_1 = require("./commands/ListStagingAccountsCommand");
|
|
35
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
36
|
-
const PutLaunchActionCommand_1 = require("./commands/PutLaunchActionCommand");
|
|
37
|
-
const RetryDataReplicationCommand_1 = require("./commands/RetryDataReplicationCommand");
|
|
38
|
-
const ReverseReplicationCommand_1 = require("./commands/ReverseReplicationCommand");
|
|
39
|
-
const StartFailbackLaunchCommand_1 = require("./commands/StartFailbackLaunchCommand");
|
|
40
|
-
const StartRecoveryCommand_1 = require("./commands/StartRecoveryCommand");
|
|
41
|
-
const StartReplicationCommand_1 = require("./commands/StartReplicationCommand");
|
|
42
|
-
const StartSourceNetworkRecoveryCommand_1 = require("./commands/StartSourceNetworkRecoveryCommand");
|
|
43
|
-
const StartSourceNetworkReplicationCommand_1 = require("./commands/StartSourceNetworkReplicationCommand");
|
|
44
|
-
const StopFailbackCommand_1 = require("./commands/StopFailbackCommand");
|
|
45
|
-
const StopReplicationCommand_1 = require("./commands/StopReplicationCommand");
|
|
46
|
-
const StopSourceNetworkReplicationCommand_1 = require("./commands/StopSourceNetworkReplicationCommand");
|
|
47
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
48
|
-
const TerminateRecoveryInstancesCommand_1 = require("./commands/TerminateRecoveryInstancesCommand");
|
|
49
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
50
|
-
const UpdateFailbackReplicationConfigurationCommand_1 = require("./commands/UpdateFailbackReplicationConfigurationCommand");
|
|
51
|
-
const UpdateLaunchConfigurationCommand_1 = require("./commands/UpdateLaunchConfigurationCommand");
|
|
52
|
-
const UpdateLaunchConfigurationTemplateCommand_1 = require("./commands/UpdateLaunchConfigurationTemplateCommand");
|
|
53
|
-
const UpdateReplicationConfigurationCommand_1 = require("./commands/UpdateReplicationConfigurationCommand");
|
|
54
|
-
const UpdateReplicationConfigurationTemplateCommand_1 = require("./commands/UpdateReplicationConfigurationTemplateCommand");
|
|
55
|
-
const DrsClient_1 = require("./DrsClient");
|
|
56
|
-
const commands = {
|
|
57
|
-
AssociateSourceNetworkStackCommand: AssociateSourceNetworkStackCommand_1.AssociateSourceNetworkStackCommand,
|
|
58
|
-
CreateExtendedSourceServerCommand: CreateExtendedSourceServerCommand_1.CreateExtendedSourceServerCommand,
|
|
59
|
-
CreateLaunchConfigurationTemplateCommand: CreateLaunchConfigurationTemplateCommand_1.CreateLaunchConfigurationTemplateCommand,
|
|
60
|
-
CreateReplicationConfigurationTemplateCommand: CreateReplicationConfigurationTemplateCommand_1.CreateReplicationConfigurationTemplateCommand,
|
|
61
|
-
CreateSourceNetworkCommand: CreateSourceNetworkCommand_1.CreateSourceNetworkCommand,
|
|
62
|
-
DeleteJobCommand: DeleteJobCommand_1.DeleteJobCommand,
|
|
63
|
-
DeleteLaunchActionCommand: DeleteLaunchActionCommand_1.DeleteLaunchActionCommand,
|
|
64
|
-
DeleteLaunchConfigurationTemplateCommand: DeleteLaunchConfigurationTemplateCommand_1.DeleteLaunchConfigurationTemplateCommand,
|
|
65
|
-
DeleteRecoveryInstanceCommand: DeleteRecoveryInstanceCommand_1.DeleteRecoveryInstanceCommand,
|
|
66
|
-
DeleteReplicationConfigurationTemplateCommand: DeleteReplicationConfigurationTemplateCommand_1.DeleteReplicationConfigurationTemplateCommand,
|
|
67
|
-
DeleteSourceNetworkCommand: DeleteSourceNetworkCommand_1.DeleteSourceNetworkCommand,
|
|
68
|
-
DeleteSourceServerCommand: DeleteSourceServerCommand_1.DeleteSourceServerCommand,
|
|
69
|
-
DescribeJobLogItemsCommand: DescribeJobLogItemsCommand_1.DescribeJobLogItemsCommand,
|
|
70
|
-
DescribeJobsCommand: DescribeJobsCommand_1.DescribeJobsCommand,
|
|
71
|
-
DescribeLaunchConfigurationTemplatesCommand: DescribeLaunchConfigurationTemplatesCommand_1.DescribeLaunchConfigurationTemplatesCommand,
|
|
72
|
-
DescribeRecoveryInstancesCommand: DescribeRecoveryInstancesCommand_1.DescribeRecoveryInstancesCommand,
|
|
73
|
-
DescribeRecoverySnapshotsCommand: DescribeRecoverySnapshotsCommand_1.DescribeRecoverySnapshotsCommand,
|
|
74
|
-
DescribeReplicationConfigurationTemplatesCommand: DescribeReplicationConfigurationTemplatesCommand_1.DescribeReplicationConfigurationTemplatesCommand,
|
|
75
|
-
DescribeSourceNetworksCommand: DescribeSourceNetworksCommand_1.DescribeSourceNetworksCommand,
|
|
76
|
-
DescribeSourceServersCommand: DescribeSourceServersCommand_1.DescribeSourceServersCommand,
|
|
77
|
-
DisconnectRecoveryInstanceCommand: DisconnectRecoveryInstanceCommand_1.DisconnectRecoveryInstanceCommand,
|
|
78
|
-
DisconnectSourceServerCommand: DisconnectSourceServerCommand_1.DisconnectSourceServerCommand,
|
|
79
|
-
ExportSourceNetworkCfnTemplateCommand: ExportSourceNetworkCfnTemplateCommand_1.ExportSourceNetworkCfnTemplateCommand,
|
|
80
|
-
GetFailbackReplicationConfigurationCommand: GetFailbackReplicationConfigurationCommand_1.GetFailbackReplicationConfigurationCommand,
|
|
81
|
-
GetLaunchConfigurationCommand: GetLaunchConfigurationCommand_1.GetLaunchConfigurationCommand,
|
|
82
|
-
GetReplicationConfigurationCommand: GetReplicationConfigurationCommand_1.GetReplicationConfigurationCommand,
|
|
83
|
-
InitializeServiceCommand: InitializeServiceCommand_1.InitializeServiceCommand,
|
|
84
|
-
ListExtensibleSourceServersCommand: ListExtensibleSourceServersCommand_1.ListExtensibleSourceServersCommand,
|
|
85
|
-
ListLaunchActionsCommand: ListLaunchActionsCommand_1.ListLaunchActionsCommand,
|
|
86
|
-
ListStagingAccountsCommand: ListStagingAccountsCommand_1.ListStagingAccountsCommand,
|
|
87
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
88
|
-
PutLaunchActionCommand: PutLaunchActionCommand_1.PutLaunchActionCommand,
|
|
89
|
-
RetryDataReplicationCommand: RetryDataReplicationCommand_1.RetryDataReplicationCommand,
|
|
90
|
-
ReverseReplicationCommand: ReverseReplicationCommand_1.ReverseReplicationCommand,
|
|
91
|
-
StartFailbackLaunchCommand: StartFailbackLaunchCommand_1.StartFailbackLaunchCommand,
|
|
92
|
-
StartRecoveryCommand: StartRecoveryCommand_1.StartRecoveryCommand,
|
|
93
|
-
StartReplicationCommand: StartReplicationCommand_1.StartReplicationCommand,
|
|
94
|
-
StartSourceNetworkRecoveryCommand: StartSourceNetworkRecoveryCommand_1.StartSourceNetworkRecoveryCommand,
|
|
95
|
-
StartSourceNetworkReplicationCommand: StartSourceNetworkReplicationCommand_1.StartSourceNetworkReplicationCommand,
|
|
96
|
-
StopFailbackCommand: StopFailbackCommand_1.StopFailbackCommand,
|
|
97
|
-
StopReplicationCommand: StopReplicationCommand_1.StopReplicationCommand,
|
|
98
|
-
StopSourceNetworkReplicationCommand: StopSourceNetworkReplicationCommand_1.StopSourceNetworkReplicationCommand,
|
|
99
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
100
|
-
TerminateRecoveryInstancesCommand: TerminateRecoveryInstancesCommand_1.TerminateRecoveryInstancesCommand,
|
|
101
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
102
|
-
UpdateFailbackReplicationConfigurationCommand: UpdateFailbackReplicationConfigurationCommand_1.UpdateFailbackReplicationConfigurationCommand,
|
|
103
|
-
UpdateLaunchConfigurationCommand: UpdateLaunchConfigurationCommand_1.UpdateLaunchConfigurationCommand,
|
|
104
|
-
UpdateLaunchConfigurationTemplateCommand: UpdateLaunchConfigurationTemplateCommand_1.UpdateLaunchConfigurationTemplateCommand,
|
|
105
|
-
UpdateReplicationConfigurationCommand: UpdateReplicationConfigurationCommand_1.UpdateReplicationConfigurationCommand,
|
|
106
|
-
UpdateReplicationConfigurationTemplateCommand: UpdateReplicationConfigurationTemplateCommand_1.UpdateReplicationConfigurationTemplateCommand,
|
|
107
|
-
};
|
|
108
|
-
class Drs extends DrsClient_1.DrsClient {
|
|
109
|
-
}
|
|
110
|
-
exports.Drs = Drs;
|
|
111
|
-
(0, smithy_client_1.createAggregatedClient)(commands, Drs);
|
|
1
|
+
module.exports = require("./index.js");
|
package/dist-cjs/DrsClient.js
CHANGED
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DrsClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class DrsClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.DrsClient = DrsClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateSourceNetworkStackCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class AssociateSourceNetworkStackCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ElasticDisasterRecoveryService", "AssociateSourceNetworkStack", {})
|
|
23
|
-
.n("DrsClient", "AssociateSourceNetworkStackCommand")
|
|
24
|
-
.f(models_0_1.AssociateSourceNetworkStackRequestFilterSensitiveLog, models_0_1.AssociateSourceNetworkStackResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_AssociateSourceNetworkStackCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_AssociateSourceNetworkStackCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.AssociateSourceNetworkStackCommand = AssociateSourceNetworkStackCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateExtendedSourceServerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateExtendedSourceServerCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ElasticDisasterRecoveryService", "CreateExtendedSourceServer", {})
|
|
23
|
-
.n("DrsClient", "CreateExtendedSourceServerCommand")
|
|
24
|
-
.f(models_0_1.CreateExtendedSourceServerRequestFilterSensitiveLog, models_0_1.CreateExtendedSourceServerResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateExtendedSourceServerCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateExtendedSourceServerCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateExtendedSourceServerCommand = CreateExtendedSourceServerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLaunchConfigurationTemplateCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateLaunchConfigurationTemplateCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ElasticDisasterRecoveryService", "CreateLaunchConfigurationTemplate", {})
|
|
23
|
-
.n("DrsClient", "CreateLaunchConfigurationTemplateCommand")
|
|
24
|
-
.f(models_0_1.CreateLaunchConfigurationTemplateRequestFilterSensitiveLog, models_0_1.CreateLaunchConfigurationTemplateResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateLaunchConfigurationTemplateCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateLaunchConfigurationTemplateCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateLaunchConfigurationTemplateCommand = CreateLaunchConfigurationTemplateCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateReplicationConfigurationTemplateCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateReplicationConfigurationTemplateCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ElasticDisasterRecoveryService", "CreateReplicationConfigurationTemplate", {})
|
|
23
|
-
.n("DrsClient", "CreateReplicationConfigurationTemplateCommand")
|
|
24
|
-
.f(models_0_1.CreateReplicationConfigurationTemplateRequestFilterSensitiveLog, models_0_1.ReplicationConfigurationTemplateFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateReplicationConfigurationTemplateCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateReplicationConfigurationTemplateCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateReplicationConfigurationTemplateCommand = CreateReplicationConfigurationTemplateCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateSourceNetworkCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateSourceNetworkCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ElasticDisasterRecoveryService", "CreateSourceNetwork", {})
|
|
23
|
-
.n("DrsClient", "CreateSourceNetworkCommand")
|
|
24
|
-
.f(models_0_1.CreateSourceNetworkRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateSourceNetworkCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateSourceNetworkCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateSourceNetworkCommand = CreateSourceNetworkCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteJobCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ElasticDisasterRecoveryService", "DeleteJob", {})
|
|
22
|
-
.n("DrsClient", "DeleteJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteJobCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteJobCommand = DeleteJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteLaunchActionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteLaunchActionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ElasticDisasterRecoveryService", "DeleteLaunchAction", {})
|
|
22
|
-
.n("DrsClient", "DeleteLaunchActionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteLaunchActionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteLaunchActionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteLaunchActionCommand = DeleteLaunchActionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteLaunchConfigurationTemplateCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteLaunchConfigurationTemplateCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ElasticDisasterRecoveryService", "DeleteLaunchConfigurationTemplate", {})
|
|
22
|
-
.n("DrsClient", "DeleteLaunchConfigurationTemplateCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteLaunchConfigurationTemplateCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteLaunchConfigurationTemplateCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteLaunchConfigurationTemplateCommand = DeleteLaunchConfigurationTemplateCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteRecoveryInstanceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteRecoveryInstanceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ElasticDisasterRecoveryService", "DeleteRecoveryInstance", {})
|
|
22
|
-
.n("DrsClient", "DeleteRecoveryInstanceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteRecoveryInstanceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteRecoveryInstanceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteRecoveryInstanceCommand = DeleteRecoveryInstanceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteReplicationConfigurationTemplateCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteReplicationConfigurationTemplateCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ElasticDisasterRecoveryService", "DeleteReplicationConfigurationTemplate", {})
|
|
22
|
-
.n("DrsClient", "DeleteReplicationConfigurationTemplateCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteReplicationConfigurationTemplateCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteReplicationConfigurationTemplateCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteReplicationConfigurationTemplateCommand = DeleteReplicationConfigurationTemplateCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteSourceNetworkCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteSourceNetworkCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ElasticDisasterRecoveryService", "DeleteSourceNetwork", {})
|
|
22
|
-
.n("DrsClient", "DeleteSourceNetworkCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteSourceNetworkCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteSourceNetworkCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteSourceNetworkCommand = DeleteSourceNetworkCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteSourceServerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteSourceServerCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ElasticDisasterRecoveryService", "DeleteSourceServer", {})
|
|
22
|
-
.n("DrsClient", "DeleteSourceServerCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteSourceServerCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteSourceServerCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteSourceServerCommand = DeleteSourceServerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeJobLogItemsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DescribeJobLogItemsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ElasticDisasterRecoveryService", "DescribeJobLogItems", {})
|
|
22
|
-
.n("DrsClient", "DescribeJobLogItemsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DescribeJobLogItemsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DescribeJobLogItemsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeJobLogItemsCommand = DescribeJobLogItemsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeJobsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class DescribeJobsCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ElasticDisasterRecoveryService", "DescribeJobs", {})
|
|
23
|
-
.n("DrsClient", "DescribeJobsCommand")
|
|
24
|
-
.f(void 0, models_0_1.DescribeJobsResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_DescribeJobsCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_DescribeJobsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.DescribeJobsCommand = DescribeJobsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeLaunchConfigurationTemplatesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class DescribeLaunchConfigurationTemplatesCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ElasticDisasterRecoveryService", "DescribeLaunchConfigurationTemplates", {})
|
|
23
|
-
.n("DrsClient", "DescribeLaunchConfigurationTemplatesCommand")
|
|
24
|
-
.f(void 0, models_0_1.DescribeLaunchConfigurationTemplatesResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_DescribeLaunchConfigurationTemplatesCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_DescribeLaunchConfigurationTemplatesCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.DescribeLaunchConfigurationTemplatesCommand = DescribeLaunchConfigurationTemplatesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|