@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 { DescribeJobLogItemsRequest, DescribeJobLogItemsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeJobLogItemsCommandInput extends DescribeJobLogItemsRequ
21
20
  */
22
21
  export interface DescribeJobLogItemsCommandOutput extends DescribeJobLogItemsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeJobLogItemsCommand_base: {
24
+ new (input: DescribeJobLogItemsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobLogItemsCommandInput, DescribeJobLogItemsCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a detailed Job log with pagination.</p>
@@ -98,23 +101,5 @@ export interface DescribeJobLogItemsCommandOutput extends DescribeJobLogItemsRes
98
101
  * <p>Base exception class for all service exceptions from Drs service.</p>
99
102
  *
100
103
  */
101
- export declare class DescribeJobLogItemsCommand extends $Command<DescribeJobLogItemsCommandInput, DescribeJobLogItemsCommandOutput, DrsClientResolvedConfig> {
102
- readonly input: DescribeJobLogItemsCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: DescribeJobLogItemsCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeJobLogItemsCommandInput, DescribeJobLogItemsCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class DescribeJobLogItemsCommand extends DescribeJobLogItemsCommand_base {
120
105
  }
@@ -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 { DescribeJobsRequest, DescribeJobsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeJobsCommandInput extends DescribeJobsRequest {
21
20
  */
22
21
  export interface DescribeJobsCommandOutput extends DescribeJobsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeJobsCommand_base: {
24
+ new (input: DescribeJobsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobsCommandInput, DescribeJobsCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of Jobs. Use the JobsID and fromDate and toDate filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are created by the StartRecovery, TerminateRecoveryInstances and StartFailbackLaunch APIs. Jobs are also created by DiagnosticLaunch and TerminateDiagnosticInstances, which are APIs available only to *Support* and only used in response to relevant support tickets.</p>
@@ -128,23 +131,5 @@ export interface DescribeJobsCommandOutput extends DescribeJobsResponse, __Metad
128
131
  * <p>Base exception class for all service exceptions from Drs service.</p>
129
132
  *
130
133
  */
131
- export declare class DescribeJobsCommand extends $Command<DescribeJobsCommandInput, DescribeJobsCommandOutput, DrsClientResolvedConfig> {
132
- readonly input: DescribeJobsCommandInput;
133
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
134
- /**
135
- * @public
136
- */
137
- constructor(input: DescribeJobsCommandInput);
138
- /**
139
- * @internal
140
- */
141
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeJobsCommandInput, DescribeJobsCommandOutput>;
142
- /**
143
- * @internal
144
- */
145
- private serialize;
146
- /**
147
- * @internal
148
- */
149
- private deserialize;
134
+ export declare class DescribeJobsCommand extends DescribeJobsCommand_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 { DescribeLaunchConfigurationTemplatesRequest, DescribeLaunchConfigurationTemplatesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeLaunchConfigurationTemplatesCommandInput extends Descri
21
20
  */
22
21
  export interface DescribeLaunchConfigurationTemplatesCommandOutput extends DescribeLaunchConfigurationTemplatesResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeLaunchConfigurationTemplatesCommand_base: {
24
+ new (input: DescribeLaunchConfigurationTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLaunchConfigurationTemplatesCommandInput, DescribeLaunchConfigurationTemplatesCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all Launch Configuration Templates, filtered by Launch Configuration Template IDs</p>
@@ -89,23 +92,5 @@ export interface DescribeLaunchConfigurationTemplatesCommandOutput extends Descr
89
92
  * <p>Base exception class for all service exceptions from Drs service.</p>
90
93
  *
91
94
  */
92
- export declare class DescribeLaunchConfigurationTemplatesCommand extends $Command<DescribeLaunchConfigurationTemplatesCommandInput, DescribeLaunchConfigurationTemplatesCommandOutput, DrsClientResolvedConfig> {
93
- readonly input: DescribeLaunchConfigurationTemplatesCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: DescribeLaunchConfigurationTemplatesCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLaunchConfigurationTemplatesCommandInput, DescribeLaunchConfigurationTemplatesCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class DescribeLaunchConfigurationTemplatesCommand extends DescribeLaunchConfigurationTemplatesCommand_base {
111
96
  }
@@ -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 { DescribeRecoveryInstancesRequest, DescribeRecoveryInstancesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeRecoveryInstancesCommandInput extends DescribeRecoveryI
21
20
  */
22
21
  export interface DescribeRecoveryInstancesCommandOutput extends DescribeRecoveryInstancesResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeRecoveryInstancesCommand_base: {
24
+ new (input: DescribeRecoveryInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRecoveryInstancesCommandInput, DescribeRecoveryInstancesCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all Recovery Instances or multiple Recovery Instances by ID.</p>
@@ -165,23 +168,5 @@ export interface DescribeRecoveryInstancesCommandOutput extends DescribeRecovery
165
168
  * <p>Base exception class for all service exceptions from Drs service.</p>
166
169
  *
167
170
  */
168
- export declare class DescribeRecoveryInstancesCommand extends $Command<DescribeRecoveryInstancesCommandInput, DescribeRecoveryInstancesCommandOutput, DrsClientResolvedConfig> {
169
- readonly input: DescribeRecoveryInstancesCommandInput;
170
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
171
- /**
172
- * @public
173
- */
174
- constructor(input: DescribeRecoveryInstancesCommandInput);
175
- /**
176
- * @internal
177
- */
178
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecoveryInstancesCommandInput, DescribeRecoveryInstancesCommandOutput>;
179
- /**
180
- * @internal
181
- */
182
- private serialize;
183
- /**
184
- * @internal
185
- */
186
- private deserialize;
171
+ export declare class DescribeRecoveryInstancesCommand extends DescribeRecoveryInstancesCommand_base {
187
172
  }
@@ -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 { DescribeRecoverySnapshotsRequest, DescribeRecoverySnapshotsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeRecoverySnapshotsCommandInput extends DescribeRecoveryS
21
20
  */
22
21
  export interface DescribeRecoverySnapshotsCommandOutput extends DescribeRecoverySnapshotsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeRecoverySnapshotsCommand_base: {
24
+ new (input: DescribeRecoverySnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRecoverySnapshotsCommandInput, DescribeRecoverySnapshotsCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all Recovery Snapshots for a single Source Server.</p>
@@ -84,23 +87,5 @@ export interface DescribeRecoverySnapshotsCommandOutput extends DescribeRecovery
84
87
  * <p>Base exception class for all service exceptions from Drs service.</p>
85
88
  *
86
89
  */
87
- export declare class DescribeRecoverySnapshotsCommand extends $Command<DescribeRecoverySnapshotsCommandInput, DescribeRecoverySnapshotsCommandOutput, DrsClientResolvedConfig> {
88
- readonly input: DescribeRecoverySnapshotsCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: DescribeRecoverySnapshotsCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecoverySnapshotsCommandInput, DescribeRecoverySnapshotsCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class DescribeRecoverySnapshotsCommand extends DescribeRecoverySnapshotsCommand_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 { DescribeReplicationConfigurationTemplatesRequest, DescribeReplicationConfigurationTemplatesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeReplicationConfigurationTemplatesCommandInput extends D
21
20
  */
22
21
  export interface DescribeReplicationConfigurationTemplatesCommandOutput extends DescribeReplicationConfigurationTemplatesResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeReplicationConfigurationTemplatesCommand_base: {
24
+ new (input: DescribeReplicationConfigurationTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicationConfigurationTemplatesCommandInput, DescribeReplicationConfigurationTemplatesCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.</p>
@@ -105,23 +108,5 @@ export interface DescribeReplicationConfigurationTemplatesCommandOutput extends
105
108
  * <p>Base exception class for all service exceptions from Drs service.</p>
106
109
  *
107
110
  */
108
- export declare class DescribeReplicationConfigurationTemplatesCommand extends $Command<DescribeReplicationConfigurationTemplatesCommandInput, DescribeReplicationConfigurationTemplatesCommandOutput, DrsClientResolvedConfig> {
109
- readonly input: DescribeReplicationConfigurationTemplatesCommandInput;
110
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
111
- /**
112
- * @public
113
- */
114
- constructor(input: DescribeReplicationConfigurationTemplatesCommandInput);
115
- /**
116
- * @internal
117
- */
118
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationConfigurationTemplatesCommandInput, DescribeReplicationConfigurationTemplatesCommandOutput>;
119
- /**
120
- * @internal
121
- */
122
- private serialize;
123
- /**
124
- * @internal
125
- */
126
- private deserialize;
111
+ export declare class DescribeReplicationConfigurationTemplatesCommand extends DescribeReplicationConfigurationTemplatesCommand_base {
127
112
  }
@@ -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 { DescribeSourceNetworksRequest, DescribeSourceNetworksResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeSourceNetworksCommandInput extends DescribeSourceNetwor
21
20
  */
22
21
  export interface DescribeSourceNetworksCommandOutput extends DescribeSourceNetworksResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeSourceNetworksCommand_base: {
24
+ new (input: DescribeSourceNetworksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSourceNetworksCommandInput, DescribeSourceNetworksCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all Source Networks or multiple Source Networks filtered by ID.</p>
@@ -92,23 +95,5 @@ export interface DescribeSourceNetworksCommandOutput extends DescribeSourceNetwo
92
95
  * <p>Base exception class for all service exceptions from Drs service.</p>
93
96
  *
94
97
  */
95
- export declare class DescribeSourceNetworksCommand extends $Command<DescribeSourceNetworksCommandInput, DescribeSourceNetworksCommandOutput, DrsClientResolvedConfig> {
96
- readonly input: DescribeSourceNetworksCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: DescribeSourceNetworksCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSourceNetworksCommandInput, DescribeSourceNetworksCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class DescribeSourceNetworksCommand extends DescribeSourceNetworksCommand_base {
114
99
  }
@@ -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 { DescribeSourceServersRequest, DescribeSourceServersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeSourceServersCommandInput extends DescribeSourceServers
21
20
  */
22
21
  export interface DescribeSourceServersCommandOutput extends DescribeSourceServersResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeSourceServersCommand_base: {
24
+ new (input: DescribeSourceServersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSourceServersCommandInput, DescribeSourceServersCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all Source Servers or multiple Source Servers filtered by ID.</p>
@@ -178,23 +181,5 @@ export interface DescribeSourceServersCommandOutput extends DescribeSourceServer
178
181
  * <p>Base exception class for all service exceptions from Drs service.</p>
179
182
  *
180
183
  */
181
- export declare class DescribeSourceServersCommand extends $Command<DescribeSourceServersCommandInput, DescribeSourceServersCommandOutput, DrsClientResolvedConfig> {
182
- readonly input: DescribeSourceServersCommandInput;
183
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
184
- /**
185
- * @public
186
- */
187
- constructor(input: DescribeSourceServersCommandInput);
188
- /**
189
- * @internal
190
- */
191
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSourceServersCommandInput, DescribeSourceServersCommandOutput>;
192
- /**
193
- * @internal
194
- */
195
- private serialize;
196
- /**
197
- * @internal
198
- */
199
- private deserialize;
184
+ export declare class DescribeSourceServersCommand extends DescribeSourceServersCommand_base {
200
185
  }
@@ -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 { DisconnectRecoveryInstanceRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisconnectRecoveryInstanceCommandInput extends DisconnectRecove
21
20
  */
22
21
  export interface DisconnectRecoveryInstanceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DisconnectRecoveryInstanceCommand_base: {
24
+ new (input: DisconnectRecoveryInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DisconnectRecoveryInstanceCommandInput, DisconnectRecoveryInstanceCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disconnect a Recovery Instance from Elastic Disaster Recovery. Data replication is stopped immediately. All AWS resources created by Elastic Disaster Recovery for enabling the replication of the Recovery Instance will be terminated / deleted within 90 minutes. If the agent on the Recovery Instance has not been prevented from communicating with the Elastic Disaster Recovery service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the Recovery Instance will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.</p>
@@ -67,23 +70,5 @@ export interface DisconnectRecoveryInstanceCommandOutput extends __MetadataBeare
67
70
  * <p>Base exception class for all service exceptions from Drs service.</p>
68
71
  *
69
72
  */
70
- export declare class DisconnectRecoveryInstanceCommand extends $Command<DisconnectRecoveryInstanceCommandInput, DisconnectRecoveryInstanceCommandOutput, DrsClientResolvedConfig> {
71
- readonly input: DisconnectRecoveryInstanceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DisconnectRecoveryInstanceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisconnectRecoveryInstanceCommandInput, DisconnectRecoveryInstanceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DisconnectRecoveryInstanceCommand extends DisconnectRecoveryInstanceCommand_base {
89
74
  }
@@ -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 { DisconnectSourceServerRequest, SourceServer } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisconnectSourceServerCommandInput extends DisconnectSourceServ
21
20
  */
22
21
  export interface DisconnectSourceServerCommandOutput extends SourceServer, __MetadataBearer {
23
22
  }
23
+ declare const DisconnectSourceServerCommand_base: {
24
+ new (input: DisconnectSourceServerCommandInput): import("@smithy/smithy-client").CommandImpl<DisconnectSourceServerCommandInput, DisconnectSourceServerCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disconnects a specific Source Server from Elastic Disaster Recovery. Data replication is stopped immediately. All AWS resources created by Elastic Disaster Recovery for enabling the replication of the Source Server will be terminated / deleted within 90 minutes. You cannot disconnect a Source Server if it has a Recovery Instance. If the agent on the Source Server has not been prevented from communicating with the Elastic Disaster Recovery service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.</p>
@@ -166,23 +169,5 @@ export interface DisconnectSourceServerCommandOutput extends SourceServer, __Met
166
169
  * <p>Base exception class for all service exceptions from Drs service.</p>
167
170
  *
168
171
  */
169
- export declare class DisconnectSourceServerCommand extends $Command<DisconnectSourceServerCommandInput, DisconnectSourceServerCommandOutput, DrsClientResolvedConfig> {
170
- readonly input: DisconnectSourceServerCommandInput;
171
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
172
- /**
173
- * @public
174
- */
175
- constructor(input: DisconnectSourceServerCommandInput);
176
- /**
177
- * @internal
178
- */
179
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisconnectSourceServerCommandInput, DisconnectSourceServerCommandOutput>;
180
- /**
181
- * @internal
182
- */
183
- private serialize;
184
- /**
185
- * @internal
186
- */
187
- private deserialize;
172
+ export declare class DisconnectSourceServerCommand extends DisconnectSourceServerCommand_base {
188
173
  }
@@ -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 { ExportSourceNetworkCfnTemplateRequest, ExportSourceNetworkCfnTemplateResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ExportSourceNetworkCfnTemplateCommandInput extends ExportSource
21
20
  */
22
21
  export interface ExportSourceNetworkCfnTemplateCommandOutput extends ExportSourceNetworkCfnTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const ExportSourceNetworkCfnTemplateCommand_base: {
24
+ new (input: ExportSourceNetworkCfnTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<ExportSourceNetworkCfnTemplateCommandInput, ExportSourceNetworkCfnTemplateCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Export the Source Network CloudFormation template to an S3 bucket.</p>
@@ -69,23 +72,5 @@ export interface ExportSourceNetworkCfnTemplateCommandOutput extends ExportSourc
69
72
  * <p>Base exception class for all service exceptions from Drs service.</p>
70
73
  *
71
74
  */
72
- export declare class ExportSourceNetworkCfnTemplateCommand extends $Command<ExportSourceNetworkCfnTemplateCommandInput, ExportSourceNetworkCfnTemplateCommandOutput, DrsClientResolvedConfig> {
73
- readonly input: ExportSourceNetworkCfnTemplateCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: ExportSourceNetworkCfnTemplateCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportSourceNetworkCfnTemplateCommandInput, ExportSourceNetworkCfnTemplateCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class ExportSourceNetworkCfnTemplateCommand extends ExportSourceNetworkCfnTemplateCommand_base {
91
76
  }
@@ -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 { GetFailbackReplicationConfigurationRequest, GetFailbackReplicationConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetFailbackReplicationConfigurationCommandInput extends GetFail
21
20
  */
22
21
  export interface GetFailbackReplicationConfigurationCommandOutput extends GetFailbackReplicationConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetFailbackReplicationConfigurationCommand_base: {
24
+ new (input: GetFailbackReplicationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetFailbackReplicationConfigurationCommandInput, GetFailbackReplicationConfigurationCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all Failback ReplicationConfigurations, filtered by Recovery Instance ID.</p>
@@ -66,23 +69,5 @@ export interface GetFailbackReplicationConfigurationCommandOutput extends GetFai
66
69
  * <p>Base exception class for all service exceptions from Drs service.</p>
67
70
  *
68
71
  */
69
- export declare class GetFailbackReplicationConfigurationCommand extends $Command<GetFailbackReplicationConfigurationCommandInput, GetFailbackReplicationConfigurationCommandOutput, DrsClientResolvedConfig> {
70
- readonly input: GetFailbackReplicationConfigurationCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: GetFailbackReplicationConfigurationCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFailbackReplicationConfigurationCommandInput, GetFailbackReplicationConfigurationCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class GetFailbackReplicationConfigurationCommand extends GetFailbackReplicationConfigurationCommand_base {
88
73
  }
@@ -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 { GetLaunchConfigurationRequest, LaunchConfiguration } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetLaunchConfigurationCommandInput extends GetLaunchConfigurati
21
20
  */
22
21
  export interface GetLaunchConfigurationCommandOutput extends LaunchConfiguration, __MetadataBearer {
23
22
  }
23
+ declare const GetLaunchConfigurationCommand_base: {
24
+ new (input: GetLaunchConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetLaunchConfigurationCommandInput, GetLaunchConfigurationCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a LaunchConfiguration, filtered by Source Server IDs.</p>
@@ -76,23 +79,5 @@ export interface GetLaunchConfigurationCommandOutput extends LaunchConfiguration
76
79
  * <p>Base exception class for all service exceptions from Drs service.</p>
77
80
  *
78
81
  */
79
- export declare class GetLaunchConfigurationCommand extends $Command<GetLaunchConfigurationCommandInput, GetLaunchConfigurationCommandOutput, DrsClientResolvedConfig> {
80
- readonly input: GetLaunchConfigurationCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: GetLaunchConfigurationCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLaunchConfigurationCommandInput, GetLaunchConfigurationCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class GetLaunchConfigurationCommand extends GetLaunchConfigurationCommand_base {
98
83
  }
@@ -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 { GetReplicationConfigurationRequest, ReplicationConfiguration } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetReplicationConfigurationCommandInput extends GetReplicationC
21
20
  */
22
21
  export interface GetReplicationConfigurationCommandOutput extends ReplicationConfiguration, __MetadataBearer {
23
22
  }
23
+ declare const GetReplicationConfigurationCommand_base: {
24
+ new (input: GetReplicationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetReplicationConfigurationCommandInput, GetReplicationConfigurationCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a ReplicationConfiguration, filtered by Source Server ID.</p>
@@ -103,23 +106,5 @@ export interface GetReplicationConfigurationCommandOutput extends ReplicationCon
103
106
  * <p>Base exception class for all service exceptions from Drs service.</p>
104
107
  *
105
108
  */
106
- export declare class GetReplicationConfigurationCommand extends $Command<GetReplicationConfigurationCommandInput, GetReplicationConfigurationCommandOutput, DrsClientResolvedConfig> {
107
- readonly input: GetReplicationConfigurationCommandInput;
108
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
109
- /**
110
- * @public
111
- */
112
- constructor(input: GetReplicationConfigurationCommandInput);
113
- /**
114
- * @internal
115
- */
116
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReplicationConfigurationCommandInput, GetReplicationConfigurationCommandOutput>;
117
- /**
118
- * @internal
119
- */
120
- private serialize;
121
- /**
122
- * @internal
123
- */
124
- private deserialize;
109
+ export declare class GetReplicationConfigurationCommand extends GetReplicationConfigurationCommand_base {
125
110
  }