@aws-sdk/client-drs 3.478.0 → 3.484.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 +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DrsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface PutLaunchActionCommandInput extends PutLaunchActionRequest {}
20
14
  export interface PutLaunchActionCommandOutput
21
15
  extends PutLaunchActionResponse,
22
16
  __MetadataBearer {}
23
- export declare class PutLaunchActionCommand extends $Command<
24
- PutLaunchActionCommandInput,
25
- PutLaunchActionCommandOutput,
26
- DrsClientResolvedConfig
27
- > {
28
- readonly input: PutLaunchActionCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: PutLaunchActionCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DrsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<PutLaunchActionCommandInput, PutLaunchActionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const PutLaunchActionCommand_base: {
18
+ new (
19
+ input: PutLaunchActionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ PutLaunchActionCommandInput,
22
+ PutLaunchActionCommandOutput,
23
+ DrsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class PutLaunchActionCommand extends PutLaunchActionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DrsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -18,22 +12,16 @@ export interface RetryDataReplicationCommandInput
18
12
  export interface RetryDataReplicationCommandOutput
19
13
  extends SourceServer,
20
14
  __MetadataBearer {}
21
- export declare class RetryDataReplicationCommand extends $Command<
22
- RetryDataReplicationCommandInput,
23
- RetryDataReplicationCommandOutput,
24
- DrsClientResolvedConfig
25
- > {
26
- readonly input: RetryDataReplicationCommandInput;
27
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
- constructor(input: RetryDataReplicationCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: DrsClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<
15
+ declare const RetryDataReplicationCommand_base: {
16
+ new (
17
+ input: RetryDataReplicationCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
34
19
  RetryDataReplicationCommandInput,
35
- RetryDataReplicationCommandOutput
20
+ RetryDataReplicationCommandOutput,
21
+ DrsClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
36
24
  >;
37
- private serialize;
38
- private deserialize;
39
- }
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
27
+ export declare class RetryDataReplicationCommand extends RetryDataReplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DrsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ReverseReplicationCommandInput
21
15
  export interface ReverseReplicationCommandOutput
22
16
  extends ReverseReplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class ReverseReplicationCommand extends $Command<
25
- ReverseReplicationCommandInput,
26
- ReverseReplicationCommandOutput,
27
- DrsClientResolvedConfig
28
- > {
29
- readonly input: ReverseReplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ReverseReplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DrsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ReverseReplicationCommandInput, ReverseReplicationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ReverseReplicationCommand_base: {
19
+ new (
20
+ input: ReverseReplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ReverseReplicationCommandInput,
23
+ ReverseReplicationCommandOutput,
24
+ DrsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ReverseReplicationCommand extends ReverseReplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DrsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface StartFailbackLaunchCommandInput
21
15
  export interface StartFailbackLaunchCommandOutput
22
16
  extends StartFailbackLaunchResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartFailbackLaunchCommand extends $Command<
25
- StartFailbackLaunchCommandInput,
26
- StartFailbackLaunchCommandOutput,
27
- DrsClientResolvedConfig
28
- > {
29
- readonly input: StartFailbackLaunchCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartFailbackLaunchCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DrsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<StartFailbackLaunchCommandInput, StartFailbackLaunchCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const StartFailbackLaunchCommand_base: {
19
+ new (
20
+ input: StartFailbackLaunchCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ StartFailbackLaunchCommandInput,
23
+ StartFailbackLaunchCommandOutput,
24
+ DrsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartFailbackLaunchCommand extends StartFailbackLaunchCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DrsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface StartRecoveryCommandInput extends StartRecoveryRequest {}
20
14
  export interface StartRecoveryCommandOutput
21
15
  extends StartRecoveryResponse,
22
16
  __MetadataBearer {}
23
- export declare class StartRecoveryCommand extends $Command<
24
- StartRecoveryCommandInput,
25
- StartRecoveryCommandOutput,
26
- DrsClientResolvedConfig
27
- > {
28
- readonly input: StartRecoveryCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: StartRecoveryCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DrsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<StartRecoveryCommandInput, StartRecoveryCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const StartRecoveryCommand_base: {
18
+ new (
19
+ input: StartRecoveryCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ StartRecoveryCommandInput,
22
+ StartRecoveryCommandOutput,
23
+ DrsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class StartRecoveryCommand extends StartRecoveryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DrsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface StartReplicationCommandInput extends StartReplicationRequest {}
20
14
  export interface StartReplicationCommandOutput
21
15
  extends StartReplicationResponse,
22
16
  __MetadataBearer {}
23
- export declare class StartReplicationCommand extends $Command<
24
- StartReplicationCommandInput,
25
- StartReplicationCommandOutput,
26
- DrsClientResolvedConfig
27
- > {
28
- readonly input: StartReplicationCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: StartReplicationCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DrsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<StartReplicationCommandInput, StartReplicationCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const StartReplicationCommand_base: {
18
+ new (
19
+ input: StartReplicationCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ StartReplicationCommandInput,
22
+ StartReplicationCommandOutput,
23
+ DrsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class StartReplicationCommand extends StartReplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DrsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface StartSourceNetworkRecoveryCommandInput
21
15
  export interface StartSourceNetworkRecoveryCommandOutput
22
16
  extends StartSourceNetworkRecoveryResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartSourceNetworkRecoveryCommand extends $Command<
25
- StartSourceNetworkRecoveryCommandInput,
26
- StartSourceNetworkRecoveryCommandOutput,
27
- DrsClientResolvedConfig
28
- > {
29
- readonly input: StartSourceNetworkRecoveryCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartSourceNetworkRecoveryCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DrsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StartSourceNetworkRecoveryCommand_base: {
19
+ new (
20
+ input: StartSourceNetworkRecoveryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StartSourceNetworkRecoveryCommandInput,
38
- StartSourceNetworkRecoveryCommandOutput
23
+ StartSourceNetworkRecoveryCommandOutput,
24
+ DrsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartSourceNetworkRecoveryCommand extends StartSourceNetworkRecoveryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DrsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface StartSourceNetworkReplicationCommandInput
21
15
  export interface StartSourceNetworkReplicationCommandOutput
22
16
  extends StartSourceNetworkReplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartSourceNetworkReplicationCommand extends $Command<
25
- StartSourceNetworkReplicationCommandInput,
26
- StartSourceNetworkReplicationCommandOutput,
27
- DrsClientResolvedConfig
28
- > {
29
- readonly input: StartSourceNetworkReplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartSourceNetworkReplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DrsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StartSourceNetworkReplicationCommand_base: {
19
+ new (
20
+ input: StartSourceNetworkReplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StartSourceNetworkReplicationCommandInput,
38
- StartSourceNetworkReplicationCommandOutput
23
+ StartSourceNetworkReplicationCommandOutput,
24
+ DrsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartSourceNetworkReplicationCommand extends StartSourceNetworkReplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DrsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { StopFailbackRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface StopFailbackCommandInput extends StopFailbackRequest {}
17
11
  export interface StopFailbackCommandOutput extends __MetadataBearer {}
18
- export declare class StopFailbackCommand extends $Command<
19
- StopFailbackCommandInput,
20
- StopFailbackCommandOutput,
21
- DrsClientResolvedConfig
22
- > {
23
- readonly input: StopFailbackCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: StopFailbackCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: DrsClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<StopFailbackCommandInput, StopFailbackCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const StopFailbackCommand_base: {
13
+ new (
14
+ input: StopFailbackCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ StopFailbackCommandInput,
17
+ StopFailbackCommandOutput,
18
+ DrsClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class StopFailbackCommand extends StopFailbackCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DrsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface StopReplicationCommandInput extends StopReplicationRequest {}
20
14
  export interface StopReplicationCommandOutput
21
15
  extends StopReplicationResponse,
22
16
  __MetadataBearer {}
23
- export declare class StopReplicationCommand extends $Command<
24
- StopReplicationCommandInput,
25
- StopReplicationCommandOutput,
26
- DrsClientResolvedConfig
27
- > {
28
- readonly input: StopReplicationCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: StopReplicationCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DrsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<StopReplicationCommandInput, StopReplicationCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const StopReplicationCommand_base: {
18
+ new (
19
+ input: StopReplicationCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ StopReplicationCommandInput,
22
+ StopReplicationCommandOutput,
23
+ DrsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class StopReplicationCommand extends StopReplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DrsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface StopSourceNetworkReplicationCommandInput
21
15
  export interface StopSourceNetworkReplicationCommandOutput
22
16
  extends StopSourceNetworkReplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class StopSourceNetworkReplicationCommand extends $Command<
25
- StopSourceNetworkReplicationCommandInput,
26
- StopSourceNetworkReplicationCommandOutput,
27
- DrsClientResolvedConfig
28
- > {
29
- readonly input: StopSourceNetworkReplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StopSourceNetworkReplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DrsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StopSourceNetworkReplicationCommand_base: {
19
+ new (
20
+ input: StopSourceNetworkReplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StopSourceNetworkReplicationCommandInput,
38
- StopSourceNetworkReplicationCommandOutput
23
+ StopSourceNetworkReplicationCommandOutput,
24
+ DrsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StopSourceNetworkReplicationCommand extends StopSourceNetworkReplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DrsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { TagResourceRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput extends __MetadataBearer {}
18
- export declare class TagResourceCommand extends $Command<
19
- TagResourceCommandInput,
20
- TagResourceCommandOutput,
21
- DrsClientResolvedConfig
22
- > {
23
- readonly input: TagResourceCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: TagResourceCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: DrsClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const TagResourceCommand_base: {
13
+ new (
14
+ input: TagResourceCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ TagResourceCommandInput,
17
+ TagResourceCommandOutput,
18
+ DrsClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DrsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface TerminateRecoveryInstancesCommandInput
21
15
  export interface TerminateRecoveryInstancesCommandOutput
22
16
  extends TerminateRecoveryInstancesResponse,
23
17
  __MetadataBearer {}
24
- export declare class TerminateRecoveryInstancesCommand extends $Command<
25
- TerminateRecoveryInstancesCommandInput,
26
- TerminateRecoveryInstancesCommandOutput,
27
- DrsClientResolvedConfig
28
- > {
29
- readonly input: TerminateRecoveryInstancesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: TerminateRecoveryInstancesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DrsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const TerminateRecoveryInstancesCommand_base: {
19
+ new (
20
+ input: TerminateRecoveryInstancesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  TerminateRecoveryInstancesCommandInput,
38
- TerminateRecoveryInstancesCommandOutput
23
+ TerminateRecoveryInstancesCommandOutput,
24
+ DrsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class TerminateRecoveryInstancesCommand extends TerminateRecoveryInstancesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DrsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { UntagResourceRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
17
11
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
18
- export declare class UntagResourceCommand extends $Command<
19
- UntagResourceCommandInput,
20
- UntagResourceCommandOutput,
21
- DrsClientResolvedConfig
22
- > {
23
- readonly input: UntagResourceCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: UntagResourceCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: DrsClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const UntagResourceCommand_base: {
13
+ new (
14
+ input: UntagResourceCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ UntagResourceCommandInput,
17
+ UntagResourceCommandOutput,
18
+ DrsClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {}