@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,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 { InitializeServiceRequest, InitializeServiceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface InitializeServiceCommandInput extends InitializeServiceRequest
21
20
  */
22
21
  export interface InitializeServiceCommandOutput extends InitializeServiceResponse, __MetadataBearer {
23
22
  }
23
+ declare const InitializeServiceCommand_base: {
24
+ new (input: InitializeServiceCommandInput): import("@smithy/smithy-client").CommandImpl<InitializeServiceCommandInput, InitializeServiceCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Initialize Elastic Disaster Recovery.</p>
@@ -59,23 +62,5 @@ export interface InitializeServiceCommandOutput extends InitializeServiceRespons
59
62
  * <p>Base exception class for all service exceptions from Drs service.</p>
60
63
  *
61
64
  */
62
- export declare class InitializeServiceCommand extends $Command<InitializeServiceCommandInput, InitializeServiceCommandOutput, DrsClientResolvedConfig> {
63
- readonly input: InitializeServiceCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: InitializeServiceCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InitializeServiceCommandInput, InitializeServiceCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class InitializeServiceCommand extends InitializeServiceCommand_base {
81
66
  }
@@ -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 { ListExtensibleSourceServersRequest, ListExtensibleSourceServersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListExtensibleSourceServersCommandInput extends ListExtensibleS
21
20
  */
22
21
  export interface ListExtensibleSourceServersCommandOutput extends ListExtensibleSourceServersResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListExtensibleSourceServersCommand_base: {
24
+ new (input: ListExtensibleSourceServersCommandInput): import("@smithy/smithy-client").CommandImpl<ListExtensibleSourceServersCommandInput, ListExtensibleSourceServersCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of source servers on a staging account that are extensible, which means that:
@@ -80,23 +83,5 @@ export interface ListExtensibleSourceServersCommandOutput extends ListExtensible
80
83
  * <p>Base exception class for all service exceptions from Drs service.</p>
81
84
  *
82
85
  */
83
- export declare class ListExtensibleSourceServersCommand extends $Command<ListExtensibleSourceServersCommandInput, ListExtensibleSourceServersCommandOutput, DrsClientResolvedConfig> {
84
- readonly input: ListExtensibleSourceServersCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: ListExtensibleSourceServersCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExtensibleSourceServersCommandInput, ListExtensibleSourceServersCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class ListExtensibleSourceServersCommand extends ListExtensibleSourceServersCommand_base {
102
87
  }
@@ -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 { ListLaunchActionsRequest, ListLaunchActionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListLaunchActionsCommandInput extends ListLaunchActionsRequest
21
20
  */
22
21
  export interface ListLaunchActionsCommandOutput extends ListLaunchActionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListLaunchActionsCommand_base: {
24
+ new (input: ListLaunchActionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLaunchActionsCommandInput, ListLaunchActionsCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists resource launch actions.</p>
@@ -93,23 +96,5 @@ export interface ListLaunchActionsCommandOutput extends ListLaunchActionsRespons
93
96
  * <p>Base exception class for all service exceptions from Drs service.</p>
94
97
  *
95
98
  */
96
- export declare class ListLaunchActionsCommand extends $Command<ListLaunchActionsCommandInput, ListLaunchActionsCommandOutput, DrsClientResolvedConfig> {
97
- readonly input: ListLaunchActionsCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: ListLaunchActionsCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLaunchActionsCommandInput, ListLaunchActionsCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class ListLaunchActionsCommand extends ListLaunchActionsCommand_base {
115
100
  }
@@ -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 { ListStagingAccountsRequest, ListStagingAccountsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListStagingAccountsCommandInput extends ListStagingAccountsRequ
21
20
  */
22
21
  export interface ListStagingAccountsCommandOutput extends ListStagingAccountsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListStagingAccountsCommand_base: {
24
+ new (input: ListStagingAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStagingAccountsCommandInput, ListStagingAccountsCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns an array of staging accounts for existing extended source servers.</p>
@@ -72,23 +75,5 @@ export interface ListStagingAccountsCommandOutput extends ListStagingAccountsRes
72
75
  * <p>Base exception class for all service exceptions from Drs service.</p>
73
76
  *
74
77
  */
75
- export declare class ListStagingAccountsCommand extends $Command<ListStagingAccountsCommandInput, ListStagingAccountsCommandOutput, DrsClientResolvedConfig> {
76
- readonly input: ListStagingAccountsCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListStagingAccountsCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStagingAccountsCommandInput, ListStagingAccountsCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListStagingAccountsCommand extends ListStagingAccountsCommand_base {
94
79
  }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List all tags for your Elastic Disaster Recovery resources.</p>
@@ -68,23 +71,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
68
71
  * <p>Base exception class for all service exceptions from Drs service.</p>
69
72
  *
70
73
  */
71
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DrsClientResolvedConfig> {
72
- readonly input: ListTagsForResourceCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: ListTagsForResourceCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
90
75
  }
@@ -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 { PutLaunchActionRequest, PutLaunchActionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutLaunchActionCommandInput extends PutLaunchActionRequest {
21
20
  */
22
21
  export interface PutLaunchActionCommandOutput extends PutLaunchActionResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutLaunchActionCommand_base: {
24
+ new (input: PutLaunchActionCommandInput): import("@smithy/smithy-client").CommandImpl<PutLaunchActionCommandInput, PutLaunchActionCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Puts a resource launch action.</p>
@@ -100,23 +103,5 @@ export interface PutLaunchActionCommandOutput extends PutLaunchActionResponse, _
100
103
  * <p>Base exception class for all service exceptions from Drs service.</p>
101
104
  *
102
105
  */
103
- export declare class PutLaunchActionCommand extends $Command<PutLaunchActionCommandInput, PutLaunchActionCommandOutput, DrsClientResolvedConfig> {
104
- readonly input: PutLaunchActionCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: PutLaunchActionCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutLaunchActionCommandInput, PutLaunchActionCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class PutLaunchActionCommand extends PutLaunchActionCommand_base {
122
107
  }
@@ -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 { RetryDataReplicationRequest, SourceServer } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RetryDataReplicationCommandInput extends RetryDataReplicationRe
21
20
  */
22
21
  export interface RetryDataReplicationCommandOutput extends SourceServer, __MetadataBearer {
23
22
  }
23
+ declare const RetryDataReplicationCommand_base: {
24
+ new (input: RetryDataReplicationCommandInput): import("@smithy/smithy-client").CommandImpl<RetryDataReplicationCommandInput, RetryDataReplicationCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -170,23 +173,5 @@ export interface RetryDataReplicationCommandOutput extends SourceServer, __Metad
170
173
  * <p>Base exception class for all service exceptions from Drs service.</p>
171
174
  *
172
175
  */
173
- export declare class RetryDataReplicationCommand extends $Command<RetryDataReplicationCommandInput, RetryDataReplicationCommandOutput, DrsClientResolvedConfig> {
174
- readonly input: RetryDataReplicationCommandInput;
175
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
176
- /**
177
- * @public
178
- */
179
- constructor(input: RetryDataReplicationCommandInput);
180
- /**
181
- * @internal
182
- */
183
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RetryDataReplicationCommandInput, RetryDataReplicationCommandOutput>;
184
- /**
185
- * @internal
186
- */
187
- private serialize;
188
- /**
189
- * @internal
190
- */
191
- private deserialize;
176
+ export declare class RetryDataReplicationCommand extends RetryDataReplicationCommand_base {
192
177
  }
@@ -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 { ReverseReplicationRequest, ReverseReplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ReverseReplicationCommandInput extends ReverseReplicationReques
21
20
  */
22
21
  export interface ReverseReplicationCommandOutput extends ReverseReplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const ReverseReplicationCommand_base: {
24
+ new (input: ReverseReplicationCommandInput): import("@smithy/smithy-client").CommandImpl<ReverseReplicationCommandInput, ReverseReplicationCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Start replication to origin / target region - applies only to protected instances that originated in EC2.
@@ -75,23 +78,5 @@ export interface ReverseReplicationCommandOutput extends ReverseReplicationRespo
75
78
  * <p>Base exception class for all service exceptions from Drs service.</p>
76
79
  *
77
80
  */
78
- export declare class ReverseReplicationCommand extends $Command<ReverseReplicationCommandInput, ReverseReplicationCommandOutput, DrsClientResolvedConfig> {
79
- readonly input: ReverseReplicationCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ReverseReplicationCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ReverseReplicationCommandInput, ReverseReplicationCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ReverseReplicationCommand extends ReverseReplicationCommand_base {
97
82
  }
@@ -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 { StartFailbackLaunchRequest, StartFailbackLaunchResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartFailbackLaunchCommandInput extends StartFailbackLaunchRequ
21
20
  */
22
21
  export interface StartFailbackLaunchCommandOutput extends StartFailbackLaunchResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartFailbackLaunchCommand_base: {
24
+ new (input: StartFailbackLaunchCommandInput): import("@smithy/smithy-client").CommandImpl<StartFailbackLaunchCommandInput, StartFailbackLaunchCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Initiates a Job for launching the machine that is being failed back to from the specified Recovery Instance. This will run conversion on the failback client and will reboot your machine, thus completing the failback process.</p>
@@ -128,23 +131,5 @@ export interface StartFailbackLaunchCommandOutput extends StartFailbackLaunchRes
128
131
  * <p>Base exception class for all service exceptions from Drs service.</p>
129
132
  *
130
133
  */
131
- export declare class StartFailbackLaunchCommand extends $Command<StartFailbackLaunchCommandInput, StartFailbackLaunchCommandOutput, DrsClientResolvedConfig> {
132
- readonly input: StartFailbackLaunchCommandInput;
133
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
134
- /**
135
- * @public
136
- */
137
- constructor(input: StartFailbackLaunchCommandInput);
138
- /**
139
- * @internal
140
- */
141
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFailbackLaunchCommandInput, StartFailbackLaunchCommandOutput>;
142
- /**
143
- * @internal
144
- */
145
- private serialize;
146
- /**
147
- * @internal
148
- */
149
- private deserialize;
134
+ export declare class StartFailbackLaunchCommand extends StartFailbackLaunchCommand_base {
150
135
  }
@@ -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 { StartRecoveryRequest, StartRecoveryResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartRecoveryCommandInput extends StartRecoveryRequest {
21
20
  */
22
21
  export interface StartRecoveryCommandOutput extends StartRecoveryResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartRecoveryCommand_base: {
24
+ new (input: StartRecoveryCommandInput): import("@smithy/smithy-client").CommandImpl<StartRecoveryCommandInput, StartRecoveryCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Launches Recovery Instances for the specified Source Servers. For each Source Server you may choose a point in time snapshot to launch from, or use an on demand snapshot.</p>
@@ -129,23 +132,5 @@ export interface StartRecoveryCommandOutput extends StartRecoveryResponse, __Met
129
132
  * <p>Base exception class for all service exceptions from Drs service.</p>
130
133
  *
131
134
  */
132
- export declare class StartRecoveryCommand extends $Command<StartRecoveryCommandInput, StartRecoveryCommandOutput, DrsClientResolvedConfig> {
133
- readonly input: StartRecoveryCommandInput;
134
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
135
- /**
136
- * @public
137
- */
138
- constructor(input: StartRecoveryCommandInput);
139
- /**
140
- * @internal
141
- */
142
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartRecoveryCommandInput, StartRecoveryCommandOutput>;
143
- /**
144
- * @internal
145
- */
146
- private serialize;
147
- /**
148
- * @internal
149
- */
150
- private deserialize;
135
+ export declare class StartRecoveryCommand extends StartRecoveryCommand_base {
151
136
  }
@@ -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 { StartReplicationRequest, StartReplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartReplicationCommandInput extends StartReplicationRequest {
21
20
  */
22
21
  export interface StartReplicationCommandOutput extends StartReplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartReplicationCommand_base: {
24
+ new (input: StartReplicationCommandInput): import("@smithy/smithy-client").CommandImpl<StartReplicationCommandInput, StartReplicationCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts replication for a stopped Source Server. This action would make the Source Server protected again and restart billing for it.</p>
@@ -168,23 +171,5 @@ export interface StartReplicationCommandOutput extends StartReplicationResponse,
168
171
  * <p>Base exception class for all service exceptions from Drs service.</p>
169
172
  *
170
173
  */
171
- export declare class StartReplicationCommand extends $Command<StartReplicationCommandInput, StartReplicationCommandOutput, DrsClientResolvedConfig> {
172
- readonly input: StartReplicationCommandInput;
173
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
174
- /**
175
- * @public
176
- */
177
- constructor(input: StartReplicationCommandInput);
178
- /**
179
- * @internal
180
- */
181
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartReplicationCommandInput, StartReplicationCommandOutput>;
182
- /**
183
- * @internal
184
- */
185
- private serialize;
186
- /**
187
- * @internal
188
- */
189
- private deserialize;
174
+ export declare class StartReplicationCommand extends StartReplicationCommand_base {
190
175
  }
@@ -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 { StartSourceNetworkRecoveryRequest, StartSourceNetworkRecoveryResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartSourceNetworkRecoveryCommandInput extends StartSourceNetwo
21
20
  */
22
21
  export interface StartSourceNetworkRecoveryCommandOutput extends StartSourceNetworkRecoveryResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartSourceNetworkRecoveryCommand_base: {
24
+ new (input: StartSourceNetworkRecoveryCommandInput): import("@smithy/smithy-client").CommandImpl<StartSourceNetworkRecoveryCommandInput, StartSourceNetworkRecoveryCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deploy VPC for the specified Source Network and modify launch templates to use this network. The VPC will be deployed using a dedicated CloudFormation stack.</p>
@@ -132,23 +135,5 @@ export interface StartSourceNetworkRecoveryCommandOutput extends StartSourceNetw
132
135
  * <p>Base exception class for all service exceptions from Drs service.</p>
133
136
  *
134
137
  */
135
- export declare class StartSourceNetworkRecoveryCommand extends $Command<StartSourceNetworkRecoveryCommandInput, StartSourceNetworkRecoveryCommandOutput, DrsClientResolvedConfig> {
136
- readonly input: StartSourceNetworkRecoveryCommandInput;
137
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
138
- /**
139
- * @public
140
- */
141
- constructor(input: StartSourceNetworkRecoveryCommandInput);
142
- /**
143
- * @internal
144
- */
145
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSourceNetworkRecoveryCommandInput, StartSourceNetworkRecoveryCommandOutput>;
146
- /**
147
- * @internal
148
- */
149
- private serialize;
150
- /**
151
- * @internal
152
- */
153
- private deserialize;
138
+ export declare class StartSourceNetworkRecoveryCommand extends StartSourceNetworkRecoveryCommand_base {
154
139
  }
@@ -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 { StartSourceNetworkReplicationRequest, StartSourceNetworkReplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartSourceNetworkReplicationCommandInput extends StartSourceNe
21
20
  */
22
21
  export interface StartSourceNetworkReplicationCommandOutput extends StartSourceNetworkReplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartSourceNetworkReplicationCommand_base: {
24
+ new (input: StartSourceNetworkReplicationCommandInput): import("@smithy/smithy-client").CommandImpl<StartSourceNetworkReplicationCommandInput, StartSourceNetworkReplicationCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts replication for a Source Network. This action would make the Source Network protected.</p>
@@ -84,23 +87,5 @@ export interface StartSourceNetworkReplicationCommandOutput extends StartSourceN
84
87
  * <p>Base exception class for all service exceptions from Drs service.</p>
85
88
  *
86
89
  */
87
- export declare class StartSourceNetworkReplicationCommand extends $Command<StartSourceNetworkReplicationCommandInput, StartSourceNetworkReplicationCommandOutput, DrsClientResolvedConfig> {
88
- readonly input: StartSourceNetworkReplicationCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: StartSourceNetworkReplicationCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSourceNetworkReplicationCommandInput, StartSourceNetworkReplicationCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class StartSourceNetworkReplicationCommand extends StartSourceNetworkReplicationCommand_base {
106
91
  }
@@ -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 { StopFailbackRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopFailbackCommandInput extends StopFailbackRequest {
21
20
  */
22
21
  export interface StopFailbackCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const StopFailbackCommand_base: {
24
+ new (input: StopFailbackCommandInput): import("@smithy/smithy-client").CommandImpl<StopFailbackCommandInput, StopFailbackCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops the failback process for a specified Recovery Instance. This changes the Failback State of the Recovery Instance back to FAILBACK_NOT_STARTED.</p>
@@ -61,23 +64,5 @@ export interface StopFailbackCommandOutput extends __MetadataBearer {
61
64
  * <p>Base exception class for all service exceptions from Drs service.</p>
62
65
  *
63
66
  */
64
- export declare class StopFailbackCommand extends $Command<StopFailbackCommandInput, StopFailbackCommandOutput, DrsClientResolvedConfig> {
65
- readonly input: StopFailbackCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: StopFailbackCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopFailbackCommandInput, StopFailbackCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class StopFailbackCommand extends StopFailbackCommand_base {
83
68
  }