@aws-sdk/client-drs 3.414.0 → 3.421.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.
Files changed (102) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AssociateSourceNetworkStackCommand.js +5 -0
  3. package/dist-cjs/commands/CreateExtendedSourceServerCommand.js +5 -0
  4. package/dist-cjs/commands/CreateLaunchConfigurationTemplateCommand.js +5 -0
  5. package/dist-cjs/commands/CreateReplicationConfigurationTemplateCommand.js +5 -0
  6. package/dist-cjs/commands/CreateSourceNetworkCommand.js +5 -0
  7. package/dist-cjs/commands/DeleteJobCommand.js +5 -0
  8. package/dist-cjs/commands/DeleteLaunchActionCommand.js +5 -0
  9. package/dist-cjs/commands/DeleteLaunchConfigurationTemplateCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteRecoveryInstanceCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteReplicationConfigurationTemplateCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteSourceNetworkCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteSourceServerCommand.js +5 -0
  14. package/dist-cjs/commands/DescribeJobLogItemsCommand.js +5 -0
  15. package/dist-cjs/commands/DescribeJobsCommand.js +5 -0
  16. package/dist-cjs/commands/DescribeLaunchConfigurationTemplatesCommand.js +5 -0
  17. package/dist-cjs/commands/DescribeRecoveryInstancesCommand.js +5 -0
  18. package/dist-cjs/commands/DescribeRecoverySnapshotsCommand.js +5 -0
  19. package/dist-cjs/commands/DescribeReplicationConfigurationTemplatesCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeSourceNetworksCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeSourceServersCommand.js +5 -0
  22. package/dist-cjs/commands/DisconnectRecoveryInstanceCommand.js +5 -0
  23. package/dist-cjs/commands/DisconnectSourceServerCommand.js +5 -0
  24. package/dist-cjs/commands/ExportSourceNetworkCfnTemplateCommand.js +5 -0
  25. package/dist-cjs/commands/GetFailbackReplicationConfigurationCommand.js +5 -0
  26. package/dist-cjs/commands/GetLaunchConfigurationCommand.js +5 -0
  27. package/dist-cjs/commands/GetReplicationConfigurationCommand.js +5 -0
  28. package/dist-cjs/commands/InitializeServiceCommand.js +5 -0
  29. package/dist-cjs/commands/ListExtensibleSourceServersCommand.js +5 -0
  30. package/dist-cjs/commands/ListLaunchActionsCommand.js +5 -0
  31. package/dist-cjs/commands/ListStagingAccountsCommand.js +5 -0
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  33. package/dist-cjs/commands/PutLaunchActionCommand.js +5 -0
  34. package/dist-cjs/commands/RetryDataReplicationCommand.js +5 -0
  35. package/dist-cjs/commands/ReverseReplicationCommand.js +5 -0
  36. package/dist-cjs/commands/StartFailbackLaunchCommand.js +5 -0
  37. package/dist-cjs/commands/StartRecoveryCommand.js +5 -0
  38. package/dist-cjs/commands/StartReplicationCommand.js +5 -0
  39. package/dist-cjs/commands/StartSourceNetworkRecoveryCommand.js +5 -0
  40. package/dist-cjs/commands/StartSourceNetworkReplicationCommand.js +5 -0
  41. package/dist-cjs/commands/StopFailbackCommand.js +5 -0
  42. package/dist-cjs/commands/StopReplicationCommand.js +5 -0
  43. package/dist-cjs/commands/StopSourceNetworkReplicationCommand.js +5 -0
  44. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  45. package/dist-cjs/commands/TerminateRecoveryInstancesCommand.js +5 -0
  46. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  47. package/dist-cjs/commands/UpdateFailbackReplicationConfigurationCommand.js +5 -0
  48. package/dist-cjs/commands/UpdateLaunchConfigurationCommand.js +5 -0
  49. package/dist-cjs/commands/UpdateLaunchConfigurationTemplateCommand.js +5 -0
  50. package/dist-cjs/commands/UpdateReplicationConfigurationCommand.js +5 -0
  51. package/dist-cjs/commands/UpdateReplicationConfigurationTemplateCommand.js +5 -0
  52. package/dist-es/commands/AssociateSourceNetworkStackCommand.js +5 -0
  53. package/dist-es/commands/CreateExtendedSourceServerCommand.js +5 -0
  54. package/dist-es/commands/CreateLaunchConfigurationTemplateCommand.js +5 -0
  55. package/dist-es/commands/CreateReplicationConfigurationTemplateCommand.js +5 -0
  56. package/dist-es/commands/CreateSourceNetworkCommand.js +5 -0
  57. package/dist-es/commands/DeleteJobCommand.js +5 -0
  58. package/dist-es/commands/DeleteLaunchActionCommand.js +5 -0
  59. package/dist-es/commands/DeleteLaunchConfigurationTemplateCommand.js +5 -0
  60. package/dist-es/commands/DeleteRecoveryInstanceCommand.js +5 -0
  61. package/dist-es/commands/DeleteReplicationConfigurationTemplateCommand.js +5 -0
  62. package/dist-es/commands/DeleteSourceNetworkCommand.js +5 -0
  63. package/dist-es/commands/DeleteSourceServerCommand.js +5 -0
  64. package/dist-es/commands/DescribeJobLogItemsCommand.js +5 -0
  65. package/dist-es/commands/DescribeJobsCommand.js +5 -0
  66. package/dist-es/commands/DescribeLaunchConfigurationTemplatesCommand.js +5 -0
  67. package/dist-es/commands/DescribeRecoveryInstancesCommand.js +5 -0
  68. package/dist-es/commands/DescribeRecoverySnapshotsCommand.js +5 -0
  69. package/dist-es/commands/DescribeReplicationConfigurationTemplatesCommand.js +5 -0
  70. package/dist-es/commands/DescribeSourceNetworksCommand.js +5 -0
  71. package/dist-es/commands/DescribeSourceServersCommand.js +5 -0
  72. package/dist-es/commands/DisconnectRecoveryInstanceCommand.js +5 -0
  73. package/dist-es/commands/DisconnectSourceServerCommand.js +5 -0
  74. package/dist-es/commands/ExportSourceNetworkCfnTemplateCommand.js +5 -0
  75. package/dist-es/commands/GetFailbackReplicationConfigurationCommand.js +5 -0
  76. package/dist-es/commands/GetLaunchConfigurationCommand.js +5 -0
  77. package/dist-es/commands/GetReplicationConfigurationCommand.js +5 -0
  78. package/dist-es/commands/InitializeServiceCommand.js +5 -0
  79. package/dist-es/commands/ListExtensibleSourceServersCommand.js +5 -0
  80. package/dist-es/commands/ListLaunchActionsCommand.js +5 -0
  81. package/dist-es/commands/ListStagingAccountsCommand.js +5 -0
  82. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  83. package/dist-es/commands/PutLaunchActionCommand.js +5 -0
  84. package/dist-es/commands/RetryDataReplicationCommand.js +5 -0
  85. package/dist-es/commands/ReverseReplicationCommand.js +5 -0
  86. package/dist-es/commands/StartFailbackLaunchCommand.js +5 -0
  87. package/dist-es/commands/StartRecoveryCommand.js +5 -0
  88. package/dist-es/commands/StartReplicationCommand.js +5 -0
  89. package/dist-es/commands/StartSourceNetworkRecoveryCommand.js +5 -0
  90. package/dist-es/commands/StartSourceNetworkReplicationCommand.js +5 -0
  91. package/dist-es/commands/StopFailbackCommand.js +5 -0
  92. package/dist-es/commands/StopReplicationCommand.js +5 -0
  93. package/dist-es/commands/StopSourceNetworkReplicationCommand.js +5 -0
  94. package/dist-es/commands/TagResourceCommand.js +5 -0
  95. package/dist-es/commands/TerminateRecoveryInstancesCommand.js +5 -0
  96. package/dist-es/commands/UntagResourceCommand.js +5 -0
  97. package/dist-es/commands/UpdateFailbackReplicationConfigurationCommand.js +5 -0
  98. package/dist-es/commands/UpdateLaunchConfigurationCommand.js +5 -0
  99. package/dist-es/commands/UpdateLaunchConfigurationTemplateCommand.js +5 -0
  100. package/dist-es/commands/UpdateReplicationConfigurationCommand.js +5 -0
  101. package/dist-es/commands/UpdateReplicationConfigurationTemplateCommand.js +5 -0
  102. package/package.json +31 -31
package/README.md CHANGED
@@ -23,16 +23,16 @@ using your favorite package manager:
23
23
 
24
24
  The AWS SDK is modulized by clients and commands.
25
25
  To send a request, you only need to import the `DrsClient` and
26
- the commands you need, for example `AssociateSourceNetworkStackCommand`:
26
+ the commands you need, for example `ListLaunchActionsCommand`:
27
27
 
28
28
  ```js
29
29
  // ES5 example
30
- const { DrsClient, AssociateSourceNetworkStackCommand } = require("@aws-sdk/client-drs");
30
+ const { DrsClient, ListLaunchActionsCommand } = require("@aws-sdk/client-drs");
31
31
  ```
32
32
 
33
33
  ```ts
34
34
  // ES6+ example
35
- import { DrsClient, AssociateSourceNetworkStackCommand } from "@aws-sdk/client-drs";
35
+ import { DrsClient, ListLaunchActionsCommand } from "@aws-sdk/client-drs";
36
36
  ```
37
37
 
38
38
  ### Usage
@@ -51,7 +51,7 @@ const client = new DrsClient({ region: "REGION" });
51
51
  const params = {
52
52
  /** input parameters */
53
53
  };
54
- const command = new AssociateSourceNetworkStackCommand(params);
54
+ const command = new ListLaunchActionsCommand(params);
55
55
  ```
56
56
 
57
57
  #### Async/await
@@ -130,7 +130,7 @@ const client = new AWS.Drs({ region: "REGION" });
130
130
 
131
131
  // async/await.
132
132
  try {
133
- const data = await client.associateSourceNetworkStack(params);
133
+ const data = await client.listLaunchActions(params);
134
134
  // process data.
135
135
  } catch (error) {
136
136
  // error handling.
@@ -138,7 +138,7 @@ try {
138
138
 
139
139
  // Promises.
140
140
  client
141
- .associateSourceNetworkStack(params)
141
+ .listLaunchActions(params)
142
142
  .then((data) => {
143
143
  // process data.
144
144
  })
@@ -147,7 +147,7 @@ client
147
147
  });
148
148
 
149
149
  // callbacks.
150
- client.associateSourceNetworkStack(params, (err, data) => {
150
+ client.listLaunchActions(params, (err, data) => {
151
151
  // process err and data.
152
152
  });
153
153
  ```
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class AssociateSourceNetworkStackCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class AssociateSourceNetworkStackCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.AssociateSourceNetworkStackRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.AssociateSourceNetworkStackResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ElasticDisasterRecoveryService",
39
+ operation: "AssociateSourceNetworkStack",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateExtendedSourceServerCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateExtendedSourceServerCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateExtendedSourceServerRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateExtendedSourceServerResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ElasticDisasterRecoveryService",
39
+ operation: "CreateExtendedSourceServer",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateLaunchConfigurationTemplateCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateLaunchConfigurationTemplateCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateLaunchConfigurationTemplateRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateLaunchConfigurationTemplateResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ElasticDisasterRecoveryService",
39
+ operation: "CreateLaunchConfigurationTemplate",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateReplicationConfigurationTemplateCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateReplicationConfigurationTemplateCommand extends smithy_client_1.Comm
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateReplicationConfigurationTemplateRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.ReplicationConfigurationTemplateFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ElasticDisasterRecoveryService",
39
+ operation: "CreateReplicationConfigurationTemplate",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateSourceNetworkCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateSourceNetworkCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateSourceNetworkRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ElasticDisasterRecoveryService",
39
+ operation: "CreateSourceNetwork",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteJobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteJobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ElasticDisasterRecoveryService",
38
+ operation: "DeleteJob",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteLaunchActionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteLaunchActionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ElasticDisasterRecoveryService",
38
+ operation: "DeleteLaunchAction",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteLaunchConfigurationTemplateCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteLaunchConfigurationTemplateCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ElasticDisasterRecoveryService",
38
+ operation: "DeleteLaunchConfigurationTemplate",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteRecoveryInstanceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteRecoveryInstanceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ElasticDisasterRecoveryService",
38
+ operation: "DeleteRecoveryInstance",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteReplicationConfigurationTemplateCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteReplicationConfigurationTemplateCommand extends smithy_client_1.Comm
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ElasticDisasterRecoveryService",
38
+ operation: "DeleteReplicationConfigurationTemplate",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteSourceNetworkCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteSourceNetworkCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ElasticDisasterRecoveryService",
38
+ operation: "DeleteSourceNetwork",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteSourceServerCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteSourceServerCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ElasticDisasterRecoveryService",
38
+ operation: "DeleteSourceServer",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeJobLogItemsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeJobLogItemsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ElasticDisasterRecoveryService",
38
+ operation: "DescribeJobLogItems",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeJobsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeJobsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeJobsResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ElasticDisasterRecoveryService",
39
+ operation: "DescribeJobs",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeLaunchConfigurationTemplatesCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeLaunchConfigurationTemplatesCommand extends smithy_client_1.Comman
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeLaunchConfigurationTemplatesResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ElasticDisasterRecoveryService",
39
+ operation: "DescribeLaunchConfigurationTemplates",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeRecoveryInstancesCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeRecoveryInstancesCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeRecoveryInstancesResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ElasticDisasterRecoveryService",
39
+ operation: "DescribeRecoveryInstances",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeRecoverySnapshotsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeRecoverySnapshotsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ElasticDisasterRecoveryService",
38
+ operation: "DescribeRecoverySnapshots",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeReplicationConfigurationTemplatesCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeReplicationConfigurationTemplatesCommand extends smithy_client_1.C
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeReplicationConfigurationTemplatesResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ElasticDisasterRecoveryService",
39
+ operation: "DescribeReplicationConfigurationTemplates",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeSourceNetworksCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeSourceNetworksCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeSourceNetworksResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ElasticDisasterRecoveryService",
39
+ operation: "DescribeSourceNetworks",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeSourceServersCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeSourceServersCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeSourceServersResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ElasticDisasterRecoveryService",
39
+ operation: "DescribeSourceServers",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DisconnectRecoveryInstanceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DisconnectRecoveryInstanceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ElasticDisasterRecoveryService",
38
+ operation: "DisconnectRecoveryInstance",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DisconnectSourceServerCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DisconnectSourceServerCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.SourceServerFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ElasticDisasterRecoveryService",
39
+ operation: "DisconnectSourceServer",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ExportSourceNetworkCfnTemplateCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ExportSourceNetworkCfnTemplateCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ElasticDisasterRecoveryService",
38
+ operation: "ExportSourceNetworkCfnTemplate",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetFailbackReplicationConfigurationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetFailbackReplicationConfigurationCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ElasticDisasterRecoveryService",
38
+ operation: "GetFailbackReplicationConfiguration",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetLaunchConfigurationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetLaunchConfigurationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ElasticDisasterRecoveryService",
38
+ operation: "GetLaunchConfiguration",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetReplicationConfigurationCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class GetReplicationConfigurationCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.ReplicationConfigurationFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ElasticDisasterRecoveryService",
39
+ operation: "GetReplicationConfiguration",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class InitializeServiceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class InitializeServiceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ElasticDisasterRecoveryService",
38
+ operation: "InitializeService",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class ListExtensibleSourceServersCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListExtensibleSourceServersCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.ListExtensibleSourceServersResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ElasticDisasterRecoveryService",
39
+ operation: "ListExtensibleSourceServers",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListLaunchActionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListLaunchActionsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ElasticDisasterRecoveryService",
38
+ operation: "ListLaunchActions",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);