@aws-sdk/client-drs 3.478.0 → 3.481.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 (205) hide show
  1. package/dist-cjs/commands/AssociateSourceNetworkStackCommand.js +18 -41
  2. package/dist-cjs/commands/CreateExtendedSourceServerCommand.js +18 -41
  3. package/dist-cjs/commands/CreateLaunchConfigurationTemplateCommand.js +18 -41
  4. package/dist-cjs/commands/CreateReplicationConfigurationTemplateCommand.js +18 -41
  5. package/dist-cjs/commands/CreateSourceNetworkCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteJobCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteLaunchActionCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteLaunchConfigurationTemplateCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteRecoveryInstanceCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteReplicationConfigurationTemplateCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteSourceNetworkCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteSourceServerCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeJobLogItemsCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeJobsCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeLaunchConfigurationTemplatesCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeRecoveryInstancesCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeRecoverySnapshotsCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeReplicationConfigurationTemplatesCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeSourceNetworksCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeSourceServersCommand.js +18 -41
  21. package/dist-cjs/commands/DisconnectRecoveryInstanceCommand.js +18 -41
  22. package/dist-cjs/commands/DisconnectSourceServerCommand.js +18 -41
  23. package/dist-cjs/commands/ExportSourceNetworkCfnTemplateCommand.js +18 -41
  24. package/dist-cjs/commands/GetFailbackReplicationConfigurationCommand.js +18 -41
  25. package/dist-cjs/commands/GetLaunchConfigurationCommand.js +18 -41
  26. package/dist-cjs/commands/GetReplicationConfigurationCommand.js +18 -41
  27. package/dist-cjs/commands/InitializeServiceCommand.js +18 -41
  28. package/dist-cjs/commands/ListExtensibleSourceServersCommand.js +18 -41
  29. package/dist-cjs/commands/ListLaunchActionsCommand.js +18 -41
  30. package/dist-cjs/commands/ListStagingAccountsCommand.js +18 -41
  31. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  32. package/dist-cjs/commands/PutLaunchActionCommand.js +18 -41
  33. package/dist-cjs/commands/RetryDataReplicationCommand.js +18 -41
  34. package/dist-cjs/commands/ReverseReplicationCommand.js +18 -41
  35. package/dist-cjs/commands/StartFailbackLaunchCommand.js +18 -41
  36. package/dist-cjs/commands/StartRecoveryCommand.js +18 -41
  37. package/dist-cjs/commands/StartReplicationCommand.js +18 -41
  38. package/dist-cjs/commands/StartSourceNetworkRecoveryCommand.js +18 -41
  39. package/dist-cjs/commands/StartSourceNetworkReplicationCommand.js +18 -41
  40. package/dist-cjs/commands/StopFailbackCommand.js +18 -41
  41. package/dist-cjs/commands/StopReplicationCommand.js +18 -41
  42. package/dist-cjs/commands/StopSourceNetworkReplicationCommand.js +18 -41
  43. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  44. package/dist-cjs/commands/TerminateRecoveryInstancesCommand.js +18 -41
  45. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  46. package/dist-cjs/commands/UpdateFailbackReplicationConfigurationCommand.js +18 -41
  47. package/dist-cjs/commands/UpdateLaunchConfigurationCommand.js +18 -41
  48. package/dist-cjs/commands/UpdateLaunchConfigurationTemplateCommand.js +18 -41
  49. package/dist-cjs/commands/UpdateReplicationConfigurationCommand.js +18 -41
  50. package/dist-cjs/commands/UpdateReplicationConfigurationTemplateCommand.js +18 -41
  51. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  52. package/dist-es/commands/AssociateSourceNetworkStackCommand.js +18 -41
  53. package/dist-es/commands/CreateExtendedSourceServerCommand.js +18 -41
  54. package/dist-es/commands/CreateLaunchConfigurationTemplateCommand.js +18 -41
  55. package/dist-es/commands/CreateReplicationConfigurationTemplateCommand.js +18 -41
  56. package/dist-es/commands/CreateSourceNetworkCommand.js +18 -41
  57. package/dist-es/commands/DeleteJobCommand.js +18 -41
  58. package/dist-es/commands/DeleteLaunchActionCommand.js +18 -41
  59. package/dist-es/commands/DeleteLaunchConfigurationTemplateCommand.js +18 -41
  60. package/dist-es/commands/DeleteRecoveryInstanceCommand.js +18 -41
  61. package/dist-es/commands/DeleteReplicationConfigurationTemplateCommand.js +18 -41
  62. package/dist-es/commands/DeleteSourceNetworkCommand.js +18 -41
  63. package/dist-es/commands/DeleteSourceServerCommand.js +18 -41
  64. package/dist-es/commands/DescribeJobLogItemsCommand.js +18 -41
  65. package/dist-es/commands/DescribeJobsCommand.js +18 -41
  66. package/dist-es/commands/DescribeLaunchConfigurationTemplatesCommand.js +18 -41
  67. package/dist-es/commands/DescribeRecoveryInstancesCommand.js +18 -41
  68. package/dist-es/commands/DescribeRecoverySnapshotsCommand.js +18 -41
  69. package/dist-es/commands/DescribeReplicationConfigurationTemplatesCommand.js +18 -41
  70. package/dist-es/commands/DescribeSourceNetworksCommand.js +18 -41
  71. package/dist-es/commands/DescribeSourceServersCommand.js +18 -41
  72. package/dist-es/commands/DisconnectRecoveryInstanceCommand.js +18 -41
  73. package/dist-es/commands/DisconnectSourceServerCommand.js +18 -41
  74. package/dist-es/commands/ExportSourceNetworkCfnTemplateCommand.js +18 -41
  75. package/dist-es/commands/GetFailbackReplicationConfigurationCommand.js +18 -41
  76. package/dist-es/commands/GetLaunchConfigurationCommand.js +18 -41
  77. package/dist-es/commands/GetReplicationConfigurationCommand.js +18 -41
  78. package/dist-es/commands/InitializeServiceCommand.js +18 -41
  79. package/dist-es/commands/ListExtensibleSourceServersCommand.js +18 -41
  80. package/dist-es/commands/ListLaunchActionsCommand.js +18 -41
  81. package/dist-es/commands/ListStagingAccountsCommand.js +18 -41
  82. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  83. package/dist-es/commands/PutLaunchActionCommand.js +18 -41
  84. package/dist-es/commands/RetryDataReplicationCommand.js +18 -41
  85. package/dist-es/commands/ReverseReplicationCommand.js +18 -41
  86. package/dist-es/commands/StartFailbackLaunchCommand.js +18 -41
  87. package/dist-es/commands/StartRecoveryCommand.js +18 -41
  88. package/dist-es/commands/StartReplicationCommand.js +18 -41
  89. package/dist-es/commands/StartSourceNetworkRecoveryCommand.js +18 -41
  90. package/dist-es/commands/StartSourceNetworkReplicationCommand.js +18 -41
  91. package/dist-es/commands/StopFailbackCommand.js +18 -41
  92. package/dist-es/commands/StopReplicationCommand.js +18 -41
  93. package/dist-es/commands/StopSourceNetworkReplicationCommand.js +18 -41
  94. package/dist-es/commands/TagResourceCommand.js +18 -41
  95. package/dist-es/commands/TerminateRecoveryInstancesCommand.js +18 -41
  96. package/dist-es/commands/UntagResourceCommand.js +18 -41
  97. package/dist-es/commands/UpdateFailbackReplicationConfigurationCommand.js +18 -41
  98. package/dist-es/commands/UpdateLaunchConfigurationCommand.js +18 -41
  99. package/dist-es/commands/UpdateLaunchConfigurationTemplateCommand.js +18 -41
  100. package/dist-es/commands/UpdateReplicationConfigurationCommand.js +18 -41
  101. package/dist-es/commands/UpdateReplicationConfigurationTemplateCommand.js +18 -41
  102. package/dist-es/endpoint/EndpointParameters.js +6 -0
  103. package/dist-types/commands/AssociateSourceNetworkStackCommand.d.ts +6 -21
  104. package/dist-types/commands/CreateExtendedSourceServerCommand.d.ts +6 -21
  105. package/dist-types/commands/CreateLaunchConfigurationTemplateCommand.d.ts +6 -21
  106. package/dist-types/commands/CreateReplicationConfigurationTemplateCommand.d.ts +6 -21
  107. package/dist-types/commands/CreateSourceNetworkCommand.d.ts +6 -21
  108. package/dist-types/commands/DeleteJobCommand.d.ts +6 -21
  109. package/dist-types/commands/DeleteLaunchActionCommand.d.ts +6 -21
  110. package/dist-types/commands/DeleteLaunchConfigurationTemplateCommand.d.ts +6 -21
  111. package/dist-types/commands/DeleteRecoveryInstanceCommand.d.ts +6 -21
  112. package/dist-types/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +6 -21
  113. package/dist-types/commands/DeleteSourceNetworkCommand.d.ts +6 -21
  114. package/dist-types/commands/DeleteSourceServerCommand.d.ts +6 -21
  115. package/dist-types/commands/DescribeJobLogItemsCommand.d.ts +6 -21
  116. package/dist-types/commands/DescribeJobsCommand.d.ts +6 -21
  117. package/dist-types/commands/DescribeLaunchConfigurationTemplatesCommand.d.ts +6 -21
  118. package/dist-types/commands/DescribeRecoveryInstancesCommand.d.ts +6 -21
  119. package/dist-types/commands/DescribeRecoverySnapshotsCommand.d.ts +6 -21
  120. package/dist-types/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +6 -21
  121. package/dist-types/commands/DescribeSourceNetworksCommand.d.ts +6 -21
  122. package/dist-types/commands/DescribeSourceServersCommand.d.ts +6 -21
  123. package/dist-types/commands/DisconnectRecoveryInstanceCommand.d.ts +6 -21
  124. package/dist-types/commands/DisconnectSourceServerCommand.d.ts +6 -21
  125. package/dist-types/commands/ExportSourceNetworkCfnTemplateCommand.d.ts +6 -21
  126. package/dist-types/commands/GetFailbackReplicationConfigurationCommand.d.ts +6 -21
  127. package/dist-types/commands/GetLaunchConfigurationCommand.d.ts +6 -21
  128. package/dist-types/commands/GetReplicationConfigurationCommand.d.ts +6 -21
  129. package/dist-types/commands/InitializeServiceCommand.d.ts +6 -21
  130. package/dist-types/commands/ListExtensibleSourceServersCommand.d.ts +6 -21
  131. package/dist-types/commands/ListLaunchActionsCommand.d.ts +6 -21
  132. package/dist-types/commands/ListStagingAccountsCommand.d.ts +6 -21
  133. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  134. package/dist-types/commands/PutLaunchActionCommand.d.ts +6 -21
  135. package/dist-types/commands/RetryDataReplicationCommand.d.ts +6 -21
  136. package/dist-types/commands/ReverseReplicationCommand.d.ts +6 -21
  137. package/dist-types/commands/StartFailbackLaunchCommand.d.ts +6 -21
  138. package/dist-types/commands/StartRecoveryCommand.d.ts +6 -21
  139. package/dist-types/commands/StartReplicationCommand.d.ts +6 -21
  140. package/dist-types/commands/StartSourceNetworkRecoveryCommand.d.ts +6 -21
  141. package/dist-types/commands/StartSourceNetworkReplicationCommand.d.ts +6 -21
  142. package/dist-types/commands/StopFailbackCommand.d.ts +6 -21
  143. package/dist-types/commands/StopReplicationCommand.d.ts +6 -21
  144. package/dist-types/commands/StopSourceNetworkReplicationCommand.d.ts +6 -21
  145. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  146. package/dist-types/commands/TerminateRecoveryInstancesCommand.d.ts +6 -21
  147. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  148. package/dist-types/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +6 -21
  149. package/dist-types/commands/UpdateLaunchConfigurationCommand.d.ts +6 -21
  150. package/dist-types/commands/UpdateLaunchConfigurationTemplateCommand.d.ts +6 -21
  151. package/dist-types/commands/UpdateReplicationConfigurationCommand.d.ts +6 -21
  152. package/dist-types/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +6 -21
  153. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  154. package/dist-types/ts3.4/commands/AssociateSourceNetworkStackCommand.d.ts +12 -24
  155. package/dist-types/ts3.4/commands/CreateExtendedSourceServerCommand.d.ts +12 -24
  156. package/dist-types/ts3.4/commands/CreateLaunchConfigurationTemplateCommand.d.ts +12 -24
  157. package/dist-types/ts3.4/commands/CreateReplicationConfigurationTemplateCommand.d.ts +12 -24
  158. package/dist-types/ts3.4/commands/CreateSourceNetworkCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +14 -23
  160. package/dist-types/ts3.4/commands/DeleteLaunchActionCommand.d.ts +14 -23
  161. package/dist-types/ts3.4/commands/DeleteLaunchConfigurationTemplateCommand.d.ts +12 -24
  162. package/dist-types/ts3.4/commands/DeleteRecoveryInstanceCommand.d.ts +12 -24
  163. package/dist-types/ts3.4/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +12 -24
  164. package/dist-types/ts3.4/commands/DeleteSourceNetworkCommand.d.ts +14 -23
  165. package/dist-types/ts3.4/commands/DeleteSourceServerCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/DescribeJobLogItemsCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +14 -23
  168. package/dist-types/ts3.4/commands/DescribeLaunchConfigurationTemplatesCommand.d.ts +12 -24
  169. package/dist-types/ts3.4/commands/DescribeRecoveryInstancesCommand.d.ts +12 -24
  170. package/dist-types/ts3.4/commands/DescribeRecoverySnapshotsCommand.d.ts +12 -24
  171. package/dist-types/ts3.4/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +12 -24
  172. package/dist-types/ts3.4/commands/DescribeSourceNetworksCommand.d.ts +12 -24
  173. package/dist-types/ts3.4/commands/DescribeSourceServersCommand.d.ts +12 -24
  174. package/dist-types/ts3.4/commands/DisconnectRecoveryInstanceCommand.d.ts +12 -24
  175. package/dist-types/ts3.4/commands/DisconnectSourceServerCommand.d.ts +12 -24
  176. package/dist-types/ts3.4/commands/ExportSourceNetworkCfnTemplateCommand.d.ts +12 -24
  177. package/dist-types/ts3.4/commands/GetFailbackReplicationConfigurationCommand.d.ts +12 -24
  178. package/dist-types/ts3.4/commands/GetLaunchConfigurationCommand.d.ts +12 -24
  179. package/dist-types/ts3.4/commands/GetReplicationConfigurationCommand.d.ts +12 -24
  180. package/dist-types/ts3.4/commands/InitializeServiceCommand.d.ts +14 -23
  181. package/dist-types/ts3.4/commands/ListExtensibleSourceServersCommand.d.ts +12 -24
  182. package/dist-types/ts3.4/commands/ListLaunchActionsCommand.d.ts +14 -23
  183. package/dist-types/ts3.4/commands/ListStagingAccountsCommand.d.ts +14 -23
  184. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  185. package/dist-types/ts3.4/commands/PutLaunchActionCommand.d.ts +14 -23
  186. package/dist-types/ts3.4/commands/RetryDataReplicationCommand.d.ts +12 -24
  187. package/dist-types/ts3.4/commands/ReverseReplicationCommand.d.ts +14 -23
  188. package/dist-types/ts3.4/commands/StartFailbackLaunchCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/StartRecoveryCommand.d.ts +14 -23
  190. package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/StartSourceNetworkRecoveryCommand.d.ts +12 -24
  192. package/dist-types/ts3.4/commands/StartSourceNetworkReplicationCommand.d.ts +12 -24
  193. package/dist-types/ts3.4/commands/StopFailbackCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/StopSourceNetworkReplicationCommand.d.ts +12 -24
  196. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/TerminateRecoveryInstancesCommand.d.ts +12 -24
  198. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +12 -24
  200. package/dist-types/ts3.4/commands/UpdateLaunchConfigurationCommand.d.ts +12 -24
  201. package/dist-types/ts3.4/commands/UpdateLaunchConfigurationTemplateCommand.d.ts +12 -24
  202. package/dist-types/ts3.4/commands/UpdateReplicationConfigurationCommand.d.ts +12 -24
  203. package/dist-types/ts3.4/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +12 -24
  204. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  205. package/package.json +9 -9
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { ReplicationConfigurationTemplateFilterSensitiveLog, UpdateReplicationConfigurationTemplateRequestFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdateReplicationConfigurationTemplateCommand, se_UpdateReplicationConfigurationTemplateCommand, } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class UpdateReplicationConfigurationTemplateCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateReplicationConfigurationTemplateCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "DrsClient";
27
- const commandName = "UpdateReplicationConfigurationTemplateCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: UpdateReplicationConfigurationTemplateRequestFilterSensitiveLog,
33
- outputFilterSensitiveLog: ReplicationConfigurationTemplateFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "ElasticDisasterRecoveryService",
36
- operation: "UpdateReplicationConfigurationTemplate",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdateReplicationConfigurationTemplateCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdateReplicationConfigurationTemplateCommand(output, context);
47
- }
8
+ export class UpdateReplicationConfigurationTemplateCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("ElasticDisasterRecoveryService", "UpdateReplicationConfigurationTemplate", {})
20
+ .n("DrsClient", "UpdateReplicationConfigurationTemplateCommand")
21
+ .f(UpdateReplicationConfigurationTemplateRequestFilterSensitiveLog, ReplicationConfigurationTemplateFilterSensitiveLog)
22
+ .ser(se_UpdateReplicationConfigurationTemplateCommand)
23
+ .de(de_UpdateReplicationConfigurationTemplateCommand)
24
+ .build() {
48
25
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "drs",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
5
4
  import { AssociateSourceNetworkStackRequest, AssociateSourceNetworkStackResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AssociateSourceNetworkStackCommandInput extends AssociateSource
21
20
  */
22
21
  export interface AssociateSourceNetworkStackCommandOutput extends AssociateSourceNetworkStackResponse, __MetadataBearer {
23
22
  }
23
+ declare const AssociateSourceNetworkStackCommand_base: {
24
+ new (input: AssociateSourceNetworkStackCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateSourceNetworkStackCommandInput, AssociateSourceNetworkStackCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Associate a Source Network to an existing CloudFormation Stack and modify launch templates to use this network. Can be used for reverting to previously deployed CloudFormation stacks.</p>
@@ -127,23 +130,5 @@ export interface AssociateSourceNetworkStackCommandOutput extends AssociateSourc
127
130
  * <p>Base exception class for all service exceptions from Drs service.</p>
128
131
  *
129
132
  */
130
- export declare class AssociateSourceNetworkStackCommand extends $Command<AssociateSourceNetworkStackCommandInput, AssociateSourceNetworkStackCommandOutput, DrsClientResolvedConfig> {
131
- readonly input: AssociateSourceNetworkStackCommandInput;
132
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
133
- /**
134
- * @public
135
- */
136
- constructor(input: AssociateSourceNetworkStackCommandInput);
137
- /**
138
- * @internal
139
- */
140
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateSourceNetworkStackCommandInput, AssociateSourceNetworkStackCommandOutput>;
141
- /**
142
- * @internal
143
- */
144
- private serialize;
145
- /**
146
- * @internal
147
- */
148
- private deserialize;
133
+ export declare class AssociateSourceNetworkStackCommand extends AssociateSourceNetworkStackCommand_base {
149
134
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
5
4
  import { CreateExtendedSourceServerRequest, CreateExtendedSourceServerResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateExtendedSourceServerCommandInput extends CreateExtendedSo
21
20
  */
22
21
  export interface CreateExtendedSourceServerCommandOutput extends CreateExtendedSourceServerResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateExtendedSourceServerCommand_base: {
24
+ new (input: CreateExtendedSourceServerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExtendedSourceServerCommandInput, CreateExtendedSourceServerCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Create an extended source server in the target Account based on the source server in staging account.</p>
@@ -177,23 +180,5 @@ export interface CreateExtendedSourceServerCommandOutput extends CreateExtendedS
177
180
  * <p>Base exception class for all service exceptions from Drs service.</p>
178
181
  *
179
182
  */
180
- export declare class CreateExtendedSourceServerCommand extends $Command<CreateExtendedSourceServerCommandInput, CreateExtendedSourceServerCommandOutput, DrsClientResolvedConfig> {
181
- readonly input: CreateExtendedSourceServerCommandInput;
182
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
183
- /**
184
- * @public
185
- */
186
- constructor(input: CreateExtendedSourceServerCommandInput);
187
- /**
188
- * @internal
189
- */
190
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateExtendedSourceServerCommandInput, CreateExtendedSourceServerCommandOutput>;
191
- /**
192
- * @internal
193
- */
194
- private serialize;
195
- /**
196
- * @internal
197
- */
198
- private deserialize;
183
+ export declare class CreateExtendedSourceServerCommand extends CreateExtendedSourceServerCommand_base {
199
184
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
5
4
  import { CreateLaunchConfigurationTemplateRequest, CreateLaunchConfigurationTemplateResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateLaunchConfigurationTemplateCommandInput extends CreateLau
21
20
  */
22
21
  export interface CreateLaunchConfigurationTemplateCommandOutput extends CreateLaunchConfigurationTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateLaunchConfigurationTemplateCommand_base: {
24
+ new (input: CreateLaunchConfigurationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLaunchConfigurationTemplateCommandInput, CreateLaunchConfigurationTemplateCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new Launch Configuration Template.</p>
@@ -97,23 +100,5 @@ export interface CreateLaunchConfigurationTemplateCommandOutput extends CreateLa
97
100
  * <p>Base exception class for all service exceptions from Drs service.</p>
98
101
  *
99
102
  */
100
- export declare class CreateLaunchConfigurationTemplateCommand extends $Command<CreateLaunchConfigurationTemplateCommandInput, CreateLaunchConfigurationTemplateCommandOutput, DrsClientResolvedConfig> {
101
- readonly input: CreateLaunchConfigurationTemplateCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: CreateLaunchConfigurationTemplateCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLaunchConfigurationTemplateCommandInput, CreateLaunchConfigurationTemplateCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class CreateLaunchConfigurationTemplateCommand extends CreateLaunchConfigurationTemplateCommand_base {
119
104
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
5
4
  import { CreateReplicationConfigurationTemplateRequest, ReplicationConfigurationTemplate } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateReplicationConfigurationTemplateCommandInput extends Crea
21
20
  */
22
21
  export interface CreateReplicationConfigurationTemplateCommandOutput extends ReplicationConfigurationTemplate, __MetadataBearer {
23
22
  }
23
+ declare const CreateReplicationConfigurationTemplateCommand_base: {
24
+ new (input: CreateReplicationConfigurationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReplicationConfigurationTemplateCommandInput, CreateReplicationConfigurationTemplateCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new ReplicationConfigurationTemplate.</p>
@@ -127,23 +130,5 @@ export interface CreateReplicationConfigurationTemplateCommandOutput extends Rep
127
130
  * <p>Base exception class for all service exceptions from Drs service.</p>
128
131
  *
129
132
  */
130
- export declare class CreateReplicationConfigurationTemplateCommand extends $Command<CreateReplicationConfigurationTemplateCommandInput, CreateReplicationConfigurationTemplateCommandOutput, DrsClientResolvedConfig> {
131
- readonly input: CreateReplicationConfigurationTemplateCommandInput;
132
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
133
- /**
134
- * @public
135
- */
136
- constructor(input: CreateReplicationConfigurationTemplateCommandInput);
137
- /**
138
- * @internal
139
- */
140
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReplicationConfigurationTemplateCommandInput, CreateReplicationConfigurationTemplateCommandOutput>;
141
- /**
142
- * @internal
143
- */
144
- private serialize;
145
- /**
146
- * @internal
147
- */
148
- private deserialize;
133
+ export declare class CreateReplicationConfigurationTemplateCommand extends CreateReplicationConfigurationTemplateCommand_base {
149
134
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
5
4
  import { CreateSourceNetworkRequest, CreateSourceNetworkResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateSourceNetworkCommandInput extends CreateSourceNetworkRequ
21
20
  */
22
21
  export interface CreateSourceNetworkCommandOutput extends CreateSourceNetworkResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateSourceNetworkCommand_base: {
24
+ new (input: CreateSourceNetworkCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSourceNetworkCommandInput, CreateSourceNetworkCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Create a new Source Network resource for a provided VPC ID.</p>
@@ -77,23 +80,5 @@ export interface CreateSourceNetworkCommandOutput extends CreateSourceNetworkRes
77
80
  * <p>Base exception class for all service exceptions from Drs service.</p>
78
81
  *
79
82
  */
80
- export declare class CreateSourceNetworkCommand extends $Command<CreateSourceNetworkCommandInput, CreateSourceNetworkCommandOutput, DrsClientResolvedConfig> {
81
- readonly input: CreateSourceNetworkCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: CreateSourceNetworkCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSourceNetworkCommandInput, CreateSourceNetworkCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class CreateSourceNetworkCommand extends CreateSourceNetworkCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
5
4
  import { DeleteJobRequest, DeleteJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteJobCommandInput extends DeleteJobRequest {
21
20
  */
22
21
  export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteJobCommand_base: {
24
+ new (input: DeleteJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a single Job by ID.</p>
@@ -64,23 +67,5 @@ export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBea
64
67
  * <p>Base exception class for all service exceptions from Drs service.</p>
65
68
  *
66
69
  */
67
- export declare class DeleteJobCommand extends $Command<DeleteJobCommandInput, DeleteJobCommandOutput, DrsClientResolvedConfig> {
68
- readonly input: DeleteJobCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: DeleteJobCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteJobCommandInput, DeleteJobCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class DeleteJobCommand extends DeleteJobCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
5
4
  import { DeleteLaunchActionRequest, DeleteLaunchActionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteLaunchActionCommandInput extends DeleteLaunchActionReques
21
20
  */
22
21
  export interface DeleteLaunchActionCommandOutput extends DeleteLaunchActionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteLaunchActionCommand_base: {
24
+ new (input: DeleteLaunchActionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLaunchActionCommandInput, DeleteLaunchActionCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a resource launch action.</p>
@@ -65,23 +68,5 @@ export interface DeleteLaunchActionCommandOutput extends DeleteLaunchActionRespo
65
68
  * <p>Base exception class for all service exceptions from Drs service.</p>
66
69
  *
67
70
  */
68
- export declare class DeleteLaunchActionCommand extends $Command<DeleteLaunchActionCommandInput, DeleteLaunchActionCommandOutput, DrsClientResolvedConfig> {
69
- readonly input: DeleteLaunchActionCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: DeleteLaunchActionCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLaunchActionCommandInput, DeleteLaunchActionCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class DeleteLaunchActionCommand extends DeleteLaunchActionCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
5
4
  import { DeleteLaunchConfigurationTemplateRequest, DeleteLaunchConfigurationTemplateResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteLaunchConfigurationTemplateCommandInput extends DeleteLau
21
20
  */
22
21
  export interface DeleteLaunchConfigurationTemplateCommandOutput extends DeleteLaunchConfigurationTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteLaunchConfigurationTemplateCommand_base: {
24
+ new (input: DeleteLaunchConfigurationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLaunchConfigurationTemplateCommandInput, DeleteLaunchConfigurationTemplateCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a single Launch Configuration Template by ID.</p>
@@ -64,23 +67,5 @@ export interface DeleteLaunchConfigurationTemplateCommandOutput extends DeleteLa
64
67
  * <p>Base exception class for all service exceptions from Drs service.</p>
65
68
  *
66
69
  */
67
- export declare class DeleteLaunchConfigurationTemplateCommand extends $Command<DeleteLaunchConfigurationTemplateCommandInput, DeleteLaunchConfigurationTemplateCommandOutput, DrsClientResolvedConfig> {
68
- readonly input: DeleteLaunchConfigurationTemplateCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: DeleteLaunchConfigurationTemplateCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLaunchConfigurationTemplateCommandInput, DeleteLaunchConfigurationTemplateCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class DeleteLaunchConfigurationTemplateCommand extends DeleteLaunchConfigurationTemplateCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
5
4
  import { DeleteRecoveryInstanceRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteRecoveryInstanceCommandInput extends DeleteRecoveryInstan
21
20
  */
22
21
  export interface DeleteRecoveryInstanceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteRecoveryInstanceCommand_base: {
24
+ new (input: DeleteRecoveryInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRecoveryInstanceCommandInput, DeleteRecoveryInstanceCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a single Recovery Instance by ID. This deletes the Recovery Instance resource from Elastic Disaster Recovery. The Recovery Instance must be disconnected first in order to delete it.</p>
@@ -64,23 +67,5 @@ export interface DeleteRecoveryInstanceCommandOutput extends __MetadataBearer {
64
67
  * <p>Base exception class for all service exceptions from Drs service.</p>
65
68
  *
66
69
  */
67
- export declare class DeleteRecoveryInstanceCommand extends $Command<DeleteRecoveryInstanceCommandInput, DeleteRecoveryInstanceCommandOutput, DrsClientResolvedConfig> {
68
- readonly input: DeleteRecoveryInstanceCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: DeleteRecoveryInstanceCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRecoveryInstanceCommandInput, DeleteRecoveryInstanceCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class DeleteRecoveryInstanceCommand extends DeleteRecoveryInstanceCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
5
4
  import { DeleteReplicationConfigurationTemplateRequest, DeleteReplicationConfigurationTemplateResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteReplicationConfigurationTemplateCommandInput extends Dele
21
20
  */
22
21
  export interface DeleteReplicationConfigurationTemplateCommandOutput extends DeleteReplicationConfigurationTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteReplicationConfigurationTemplateCommand_base: {
24
+ new (input: DeleteReplicationConfigurationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReplicationConfigurationTemplateCommandInput, DeleteReplicationConfigurationTemplateCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a single Replication Configuration Template by ID</p>
@@ -64,23 +67,5 @@ export interface DeleteReplicationConfigurationTemplateCommandOutput extends Del
64
67
  * <p>Base exception class for all service exceptions from Drs service.</p>
65
68
  *
66
69
  */
67
- export declare class DeleteReplicationConfigurationTemplateCommand extends $Command<DeleteReplicationConfigurationTemplateCommandInput, DeleteReplicationConfigurationTemplateCommandOutput, DrsClientResolvedConfig> {
68
- readonly input: DeleteReplicationConfigurationTemplateCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: DeleteReplicationConfigurationTemplateCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicationConfigurationTemplateCommandInput, DeleteReplicationConfigurationTemplateCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class DeleteReplicationConfigurationTemplateCommand extends DeleteReplicationConfigurationTemplateCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
5
4
  import { DeleteSourceNetworkRequest, DeleteSourceNetworkResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSourceNetworkCommandInput extends DeleteSourceNetworkRequ
21
20
  */
22
21
  export interface DeleteSourceNetworkCommandOutput extends DeleteSourceNetworkResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSourceNetworkCommand_base: {
24
+ new (input: DeleteSourceNetworkCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSourceNetworkCommandInput, DeleteSourceNetworkCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Delete Source Network resource.</p>
@@ -64,23 +67,5 @@ export interface DeleteSourceNetworkCommandOutput extends DeleteSourceNetworkRes
64
67
  * <p>Base exception class for all service exceptions from Drs service.</p>
65
68
  *
66
69
  */
67
- export declare class DeleteSourceNetworkCommand extends $Command<DeleteSourceNetworkCommandInput, DeleteSourceNetworkCommandOutput, DrsClientResolvedConfig> {
68
- readonly input: DeleteSourceNetworkCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: DeleteSourceNetworkCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSourceNetworkCommandInput, DeleteSourceNetworkCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class DeleteSourceNetworkCommand extends DeleteSourceNetworkCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
5
4
  import { DeleteSourceServerRequest, DeleteSourceServerResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSourceServerCommandInput extends DeleteSourceServerReques
21
20
  */
22
21
  export interface DeleteSourceServerCommandOutput extends DeleteSourceServerResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSourceServerCommand_base: {
24
+ new (input: DeleteSourceServerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSourceServerCommandInput, DeleteSourceServerCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a single Source Server by ID. The Source Server must be disconnected first.</p>
@@ -64,23 +67,5 @@ export interface DeleteSourceServerCommandOutput extends DeleteSourceServerRespo
64
67
  * <p>Base exception class for all service exceptions from Drs service.</p>
65
68
  *
66
69
  */
67
- export declare class DeleteSourceServerCommand extends $Command<DeleteSourceServerCommandInput, DeleteSourceServerCommandOutput, DrsClientResolvedConfig> {
68
- readonly input: DeleteSourceServerCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: DeleteSourceServerCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSourceServerCommandInput, DeleteSourceServerCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class DeleteSourceServerCommand extends DeleteSourceServerCommand_base {
86
71
  }