@aws-sdk/client-drs 3.1077.0 → 3.1079.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 (158) hide show
  1. package/dist-cjs/index.js +58 -503
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateSourceNetworkStackCommand.js +2 -14
  4. package/dist-es/commands/CreateExtendedSourceServerCommand.js +2 -14
  5. package/dist-es/commands/CreateLaunchConfigurationTemplateCommand.js +2 -14
  6. package/dist-es/commands/CreateReplicationConfigurationTemplateCommand.js +2 -14
  7. package/dist-es/commands/CreateSourceNetworkCommand.js +2 -14
  8. package/dist-es/commands/DeleteJobCommand.js +2 -14
  9. package/dist-es/commands/DeleteLaunchActionCommand.js +2 -14
  10. package/dist-es/commands/DeleteLaunchConfigurationTemplateCommand.js +2 -14
  11. package/dist-es/commands/DeleteRecoveryInstanceCommand.js +2 -14
  12. package/dist-es/commands/DeleteReplicationConfigurationTemplateCommand.js +2 -14
  13. package/dist-es/commands/DeleteSourceNetworkCommand.js +2 -14
  14. package/dist-es/commands/DeleteSourceServerCommand.js +2 -14
  15. package/dist-es/commands/DescribeJobLogItemsCommand.js +2 -14
  16. package/dist-es/commands/DescribeJobsCommand.js +2 -14
  17. package/dist-es/commands/DescribeLaunchConfigurationTemplatesCommand.js +2 -14
  18. package/dist-es/commands/DescribeRecoveryInstancesCommand.js +2 -14
  19. package/dist-es/commands/DescribeRecoverySnapshotsCommand.js +2 -14
  20. package/dist-es/commands/DescribeReplicationConfigurationTemplatesCommand.js +2 -14
  21. package/dist-es/commands/DescribeSourceNetworksCommand.js +2 -14
  22. package/dist-es/commands/DescribeSourceServersCommand.js +2 -14
  23. package/dist-es/commands/DisconnectRecoveryInstanceCommand.js +2 -14
  24. package/dist-es/commands/DisconnectSourceServerCommand.js +2 -14
  25. package/dist-es/commands/ExportSourceNetworkCfnTemplateCommand.js +2 -14
  26. package/dist-es/commands/GetFailbackReplicationConfigurationCommand.js +2 -14
  27. package/dist-es/commands/GetLaunchConfigurationCommand.js +2 -14
  28. package/dist-es/commands/GetReplicationConfigurationCommand.js +2 -14
  29. package/dist-es/commands/InitializeServiceCommand.js +2 -14
  30. package/dist-es/commands/ListExtensibleSourceServersCommand.js +2 -14
  31. package/dist-es/commands/ListLaunchActionsCommand.js +2 -14
  32. package/dist-es/commands/ListStagingAccountsCommand.js +2 -14
  33. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  34. package/dist-es/commands/PutLaunchActionCommand.js +2 -14
  35. package/dist-es/commands/RetryDataReplicationCommand.js +2 -14
  36. package/dist-es/commands/ReverseReplicationCommand.js +2 -14
  37. package/dist-es/commands/StartFailbackLaunchCommand.js +2 -14
  38. package/dist-es/commands/StartRecoveryCommand.js +2 -14
  39. package/dist-es/commands/StartReplicationCommand.js +2 -14
  40. package/dist-es/commands/StartSourceNetworkRecoveryCommand.js +2 -14
  41. package/dist-es/commands/StartSourceNetworkReplicationCommand.js +2 -14
  42. package/dist-es/commands/StopFailbackCommand.js +2 -14
  43. package/dist-es/commands/StopReplicationCommand.js +2 -14
  44. package/dist-es/commands/StopSourceNetworkReplicationCommand.js +2 -14
  45. package/dist-es/commands/TagResourceCommand.js +2 -14
  46. package/dist-es/commands/TerminateRecoveryInstancesCommand.js +2 -14
  47. package/dist-es/commands/UntagResourceCommand.js +2 -14
  48. package/dist-es/commands/UpdateFailbackReplicationConfigurationCommand.js +2 -14
  49. package/dist-es/commands/UpdateLaunchConfigurationCommand.js +2 -14
  50. package/dist-es/commands/UpdateLaunchConfigurationTemplateCommand.js +2 -14
  51. package/dist-es/commands/UpdateReplicationConfigurationCommand.js +2 -14
  52. package/dist-es/commands/UpdateReplicationConfigurationTemplateCommand.js +2 -14
  53. package/dist-es/index.js +1 -0
  54. package/dist-types/commandBuilder.d.ts +18 -0
  55. package/dist-types/commands/AssociateSourceNetworkStackCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateExtendedSourceServerCommand.d.ts +3 -8
  57. package/dist-types/commands/CreateLaunchConfigurationTemplateCommand.d.ts +3 -8
  58. package/dist-types/commands/CreateReplicationConfigurationTemplateCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateSourceNetworkCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteJobCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteLaunchActionCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteLaunchConfigurationTemplateCommand.d.ts +3 -8
  63. package/dist-types/commands/DeleteRecoveryInstanceCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteSourceNetworkCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteSourceServerCommand.d.ts +3 -8
  67. package/dist-types/commands/DescribeJobLogItemsCommand.d.ts +3 -8
  68. package/dist-types/commands/DescribeJobsCommand.d.ts +3 -8
  69. package/dist-types/commands/DescribeLaunchConfigurationTemplatesCommand.d.ts +3 -8
  70. package/dist-types/commands/DescribeRecoveryInstancesCommand.d.ts +3 -8
  71. package/dist-types/commands/DescribeRecoverySnapshotsCommand.d.ts +3 -8
  72. package/dist-types/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +3 -8
  73. package/dist-types/commands/DescribeSourceNetworksCommand.d.ts +3 -8
  74. package/dist-types/commands/DescribeSourceServersCommand.d.ts +3 -8
  75. package/dist-types/commands/DisconnectRecoveryInstanceCommand.d.ts +3 -8
  76. package/dist-types/commands/DisconnectSourceServerCommand.d.ts +3 -8
  77. package/dist-types/commands/ExportSourceNetworkCfnTemplateCommand.d.ts +3 -8
  78. package/dist-types/commands/GetFailbackReplicationConfigurationCommand.d.ts +3 -8
  79. package/dist-types/commands/GetLaunchConfigurationCommand.d.ts +3 -8
  80. package/dist-types/commands/GetReplicationConfigurationCommand.d.ts +3 -8
  81. package/dist-types/commands/InitializeServiceCommand.d.ts +3 -8
  82. package/dist-types/commands/ListExtensibleSourceServersCommand.d.ts +3 -8
  83. package/dist-types/commands/ListLaunchActionsCommand.d.ts +3 -8
  84. package/dist-types/commands/ListStagingAccountsCommand.d.ts +3 -8
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  86. package/dist-types/commands/PutLaunchActionCommand.d.ts +3 -8
  87. package/dist-types/commands/RetryDataReplicationCommand.d.ts +3 -8
  88. package/dist-types/commands/ReverseReplicationCommand.d.ts +3 -8
  89. package/dist-types/commands/StartFailbackLaunchCommand.d.ts +3 -8
  90. package/dist-types/commands/StartRecoveryCommand.d.ts +3 -8
  91. package/dist-types/commands/StartReplicationCommand.d.ts +3 -8
  92. package/dist-types/commands/StartSourceNetworkRecoveryCommand.d.ts +3 -8
  93. package/dist-types/commands/StartSourceNetworkReplicationCommand.d.ts +3 -8
  94. package/dist-types/commands/StopFailbackCommand.d.ts +3 -8
  95. package/dist-types/commands/StopReplicationCommand.d.ts +3 -8
  96. package/dist-types/commands/StopSourceNetworkReplicationCommand.d.ts +3 -8
  97. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  98. package/dist-types/commands/TerminateRecoveryInstancesCommand.d.ts +3 -8
  99. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  100. package/dist-types/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +3 -8
  101. package/dist-types/commands/UpdateLaunchConfigurationCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdateLaunchConfigurationTemplateCommand.d.ts +3 -8
  103. package/dist-types/commands/UpdateReplicationConfigurationCommand.d.ts +3 -8
  104. package/dist-types/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +3 -8
  105. package/dist-types/index.d.ts +1 -0
  106. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  107. package/dist-types/ts3.4/commands/AssociateSourceNetworkStackCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/CreateExtendedSourceServerCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/CreateLaunchConfigurationTemplateCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/CreateReplicationConfigurationTemplateCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/CreateSourceNetworkCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/DeleteLaunchActionCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/DeleteLaunchConfigurationTemplateCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/DeleteRecoveryInstanceCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/DeleteSourceNetworkCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DeleteSourceServerCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DescribeJobLogItemsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DescribeLaunchConfigurationTemplatesCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DescribeRecoveryInstancesCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DescribeRecoverySnapshotsCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DescribeSourceNetworksCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DescribeSourceServersCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DisconnectRecoveryInstanceCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DisconnectSourceServerCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/ExportSourceNetworkCfnTemplateCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/GetFailbackReplicationConfigurationCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/GetLaunchConfigurationCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/GetReplicationConfigurationCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/InitializeServiceCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/ListExtensibleSourceServersCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/ListLaunchActionsCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ListStagingAccountsCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/PutLaunchActionCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/RetryDataReplicationCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/ReverseReplicationCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/StartFailbackLaunchCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/StartRecoveryCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/StartSourceNetworkRecoveryCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/StartSourceNetworkReplicationCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/StopFailbackCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/StopSourceNetworkReplicationCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/TerminateRecoveryInstancesCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/UpdateLaunchConfigurationCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/UpdateLaunchConfigurationTemplateCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/UpdateReplicationConfigurationCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/index.d.ts +1 -0
  158. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { DeleteLaunchConfigurationTemplateRequest, DeleteLaunchConfigurationTemplateResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteLaunchConfigurationTemplateCommandInput extends DeleteLau
22
19
  export interface DeleteLaunchConfigurationTemplateCommandOutput extends DeleteLaunchConfigurationTemplateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteLaunchConfigurationTemplateCommand_base: {
25
- new (input: DeleteLaunchConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteLaunchConfigurationTemplateCommandInput, DeleteLaunchConfigurationTemplateCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteLaunchConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteLaunchConfigurationTemplateCommandInput, DeleteLaunchConfigurationTemplateCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteLaunchConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteLaunchConfigurationTemplateCommandInput, DeleteLaunchConfigurationTemplateCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteLaunchConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteLaunchConfigurationTemplateCommandInput, DeleteLaunchConfigurationTemplateCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a single Launch Configuration Template by ID.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { DeleteRecoveryInstanceRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteRecoveryInstanceCommandInput extends DeleteRecoveryInstan
22
19
  export interface DeleteRecoveryInstanceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteRecoveryInstanceCommand_base: {
25
- new (input: DeleteRecoveryInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecoveryInstanceCommandInput, DeleteRecoveryInstanceCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRecoveryInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecoveryInstanceCommandInput, DeleteRecoveryInstanceCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteRecoveryInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecoveryInstanceCommandInput, DeleteRecoveryInstanceCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteRecoveryInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecoveryInstanceCommandInput, DeleteRecoveryInstanceCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a single Recovery Instance by ID. This deletes the Recovery Instance resource from Elastic Disaster Recovery. The Recovery Instance must be disconnected first in order to delete it.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { DeleteReplicationConfigurationTemplateRequest, DeleteReplicationConfigurationTemplateResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteReplicationConfigurationTemplateCommandInput extends Dele
22
19
  export interface DeleteReplicationConfigurationTemplateCommandOutput extends DeleteReplicationConfigurationTemplateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteReplicationConfigurationTemplateCommand_base: {
25
- new (input: DeleteReplicationConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteReplicationConfigurationTemplateCommandInput, DeleteReplicationConfigurationTemplateCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteReplicationConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteReplicationConfigurationTemplateCommandInput, DeleteReplicationConfigurationTemplateCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteReplicationConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteReplicationConfigurationTemplateCommandInput, DeleteReplicationConfigurationTemplateCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteReplicationConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteReplicationConfigurationTemplateCommandInput, DeleteReplicationConfigurationTemplateCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a single Replication Configuration Template by ID</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { DeleteSourceNetworkRequest, DeleteSourceNetworkResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteSourceNetworkCommandInput extends DeleteSourceNetworkRequ
22
19
  export interface DeleteSourceNetworkCommandOutput extends DeleteSourceNetworkResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteSourceNetworkCommand_base: {
25
- new (input: DeleteSourceNetworkCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceNetworkCommandInput, DeleteSourceNetworkCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSourceNetworkCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceNetworkCommandInput, DeleteSourceNetworkCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteSourceNetworkCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceNetworkCommandInput, DeleteSourceNetworkCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteSourceNetworkCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceNetworkCommandInput, DeleteSourceNetworkCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Delete Source Network resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { DeleteSourceServerRequest, DeleteSourceServerResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteSourceServerCommandInput extends DeleteSourceServerReques
22
19
  export interface DeleteSourceServerCommandOutput extends DeleteSourceServerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteSourceServerCommand_base: {
25
- new (input: DeleteSourceServerCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceServerCommandInput, DeleteSourceServerCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSourceServerCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceServerCommandInput, DeleteSourceServerCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteSourceServerCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceServerCommandInput, DeleteSourceServerCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteSourceServerCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceServerCommandInput, DeleteSourceServerCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a single Source Server by ID. The Source Server must be disconnected first.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { DescribeJobLogItemsRequest, DescribeJobLogItemsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeJobLogItemsCommandInput extends DescribeJobLogItemsRequ
22
19
  export interface DescribeJobLogItemsCommandOutput extends DescribeJobLogItemsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeJobLogItemsCommand_base: {
25
- new (input: DescribeJobLogItemsCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobLogItemsCommandInput, DescribeJobLogItemsCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeJobLogItemsCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobLogItemsCommandInput, DescribeJobLogItemsCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeJobLogItemsCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobLogItemsCommandInput, DescribeJobLogItemsCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeJobLogItemsCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobLogItemsCommandInput, DescribeJobLogItemsCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a detailed Job log with pagination.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { DescribeJobsRequest, DescribeJobsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeJobsCommandInput extends DescribeJobsRequest {
22
19
  export interface DescribeJobsCommandOutput extends DescribeJobsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeJobsCommand_base: {
25
- new (input: DescribeJobsCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobsCommandInput, DescribeJobsCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeJobsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeJobsCommandInput, DescribeJobsCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeJobsCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobsCommandInput, DescribeJobsCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeJobsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeJobsCommandInput, DescribeJobsCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { DescribeLaunchConfigurationTemplatesRequest, DescribeLaunchConfigurationTemplatesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeLaunchConfigurationTemplatesCommandInput extends Descri
22
19
  export interface DescribeLaunchConfigurationTemplatesCommandOutput extends DescribeLaunchConfigurationTemplatesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeLaunchConfigurationTemplatesCommand_base: {
25
- new (input: DescribeLaunchConfigurationTemplatesCommandInput): import("@smithy/core/client").CommandImpl<DescribeLaunchConfigurationTemplatesCommandInput, DescribeLaunchConfigurationTemplatesCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeLaunchConfigurationTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeLaunchConfigurationTemplatesCommandInput, DescribeLaunchConfigurationTemplatesCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeLaunchConfigurationTemplatesCommandInput): import("@smithy/core/client").CommandImpl<DescribeLaunchConfigurationTemplatesCommandInput, DescribeLaunchConfigurationTemplatesCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeLaunchConfigurationTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeLaunchConfigurationTemplatesCommandInput, DescribeLaunchConfigurationTemplatesCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all Launch Configuration Templates, filtered by Launch Configuration Template IDs</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { DescribeRecoveryInstancesRequest, DescribeRecoveryInstancesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeRecoveryInstancesCommandInput extends DescribeRecoveryI
22
19
  export interface DescribeRecoveryInstancesCommandOutput extends DescribeRecoveryInstancesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeRecoveryInstancesCommand_base: {
25
- new (input: DescribeRecoveryInstancesCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecoveryInstancesCommandInput, DescribeRecoveryInstancesCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeRecoveryInstancesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRecoveryInstancesCommandInput, DescribeRecoveryInstancesCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeRecoveryInstancesCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecoveryInstancesCommandInput, DescribeRecoveryInstancesCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeRecoveryInstancesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRecoveryInstancesCommandInput, DescribeRecoveryInstancesCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all Recovery Instances or multiple Recovery Instances by ID.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { DescribeRecoverySnapshotsRequest, DescribeRecoverySnapshotsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeRecoverySnapshotsCommandInput extends DescribeRecoveryS
22
19
  export interface DescribeRecoverySnapshotsCommandOutput extends DescribeRecoverySnapshotsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeRecoverySnapshotsCommand_base: {
25
- new (input: DescribeRecoverySnapshotsCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecoverySnapshotsCommandInput, DescribeRecoverySnapshotsCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeRecoverySnapshotsCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecoverySnapshotsCommandInput, DescribeRecoverySnapshotsCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeRecoverySnapshotsCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecoverySnapshotsCommandInput, DescribeRecoverySnapshotsCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeRecoverySnapshotsCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecoverySnapshotsCommandInput, DescribeRecoverySnapshotsCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all Recovery Snapshots for a single Source Server.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { DescribeReplicationConfigurationTemplatesRequest, DescribeReplicationConfigurationTemplatesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeReplicationConfigurationTemplatesCommandInput extends D
22
19
  export interface DescribeReplicationConfigurationTemplatesCommandOutput extends DescribeReplicationConfigurationTemplatesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeReplicationConfigurationTemplatesCommand_base: {
25
- new (input: DescribeReplicationConfigurationTemplatesCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicationConfigurationTemplatesCommandInput, DescribeReplicationConfigurationTemplatesCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeReplicationConfigurationTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReplicationConfigurationTemplatesCommandInput, DescribeReplicationConfigurationTemplatesCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeReplicationConfigurationTemplatesCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicationConfigurationTemplatesCommandInput, DescribeReplicationConfigurationTemplatesCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeReplicationConfigurationTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReplicationConfigurationTemplatesCommandInput, DescribeReplicationConfigurationTemplatesCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { DescribeSourceNetworksRequest, DescribeSourceNetworksResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeSourceNetworksCommandInput extends DescribeSourceNetwor
22
19
  export interface DescribeSourceNetworksCommandOutput extends DescribeSourceNetworksResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeSourceNetworksCommand_base: {
25
- new (input: DescribeSourceNetworksCommandInput): import("@smithy/core/client").CommandImpl<DescribeSourceNetworksCommandInput, DescribeSourceNetworksCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeSourceNetworksCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSourceNetworksCommandInput, DescribeSourceNetworksCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeSourceNetworksCommandInput): import("@smithy/core/client").CommandImpl<DescribeSourceNetworksCommandInput, DescribeSourceNetworksCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeSourceNetworksCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSourceNetworksCommandInput, DescribeSourceNetworksCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all Source Networks or multiple Source Networks filtered by ID.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { DescribeSourceServersRequest, DescribeSourceServersResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeSourceServersCommandInput extends DescribeSourceServers
22
19
  export interface DescribeSourceServersCommandOutput extends DescribeSourceServersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeSourceServersCommand_base: {
25
- new (input: DescribeSourceServersCommandInput): import("@smithy/core/client").CommandImpl<DescribeSourceServersCommandInput, DescribeSourceServersCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeSourceServersCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSourceServersCommandInput, DescribeSourceServersCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeSourceServersCommandInput): import("@smithy/core/client").CommandImpl<DescribeSourceServersCommandInput, DescribeSourceServersCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeSourceServersCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSourceServersCommandInput, DescribeSourceServersCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all Source Servers or multiple Source Servers filtered by ID.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { DisconnectRecoveryInstanceRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisconnectRecoveryInstanceCommandInput extends DisconnectRecove
22
19
  export interface DisconnectRecoveryInstanceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DisconnectRecoveryInstanceCommand_base: {
25
- new (input: DisconnectRecoveryInstanceCommandInput): import("@smithy/core/client").CommandImpl<DisconnectRecoveryInstanceCommandInput, DisconnectRecoveryInstanceCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisconnectRecoveryInstanceCommandInput): import("@smithy/core/client").CommandImpl<DisconnectRecoveryInstanceCommandInput, DisconnectRecoveryInstanceCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisconnectRecoveryInstanceCommandInput): import("@smithy/core/client").CommandImpl<DisconnectRecoveryInstanceCommandInput, DisconnectRecoveryInstanceCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisconnectRecoveryInstanceCommandInput): import("@smithy/core/client").CommandImpl<DisconnectRecoveryInstanceCommandInput, DisconnectRecoveryInstanceCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { DisconnectSourceServerRequest, SourceServer } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisconnectSourceServerCommandInput extends DisconnectSourceServ
22
19
  export interface DisconnectSourceServerCommandOutput extends SourceServer, __MetadataBearer {
23
20
  }
24
21
  declare const DisconnectSourceServerCommand_base: {
25
- new (input: DisconnectSourceServerCommandInput): import("@smithy/core/client").CommandImpl<DisconnectSourceServerCommandInput, DisconnectSourceServerCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisconnectSourceServerCommandInput): import("@smithy/core/client").CommandImpl<DisconnectSourceServerCommandInput, DisconnectSourceServerCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisconnectSourceServerCommandInput): import("@smithy/core/client").CommandImpl<DisconnectSourceServerCommandInput, DisconnectSourceServerCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisconnectSourceServerCommandInput): import("@smithy/core/client").CommandImpl<DisconnectSourceServerCommandInput, DisconnectSourceServerCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { ExportSourceNetworkCfnTemplateRequest, ExportSourceNetworkCfnTemplateResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ExportSourceNetworkCfnTemplateCommandInput extends ExportSource
22
19
  export interface ExportSourceNetworkCfnTemplateCommandOutput extends ExportSourceNetworkCfnTemplateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ExportSourceNetworkCfnTemplateCommand_base: {
25
- new (input: ExportSourceNetworkCfnTemplateCommandInput): import("@smithy/core/client").CommandImpl<ExportSourceNetworkCfnTemplateCommandInput, ExportSourceNetworkCfnTemplateCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExportSourceNetworkCfnTemplateCommandInput): import("@smithy/core/client").CommandImpl<ExportSourceNetworkCfnTemplateCommandInput, ExportSourceNetworkCfnTemplateCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ExportSourceNetworkCfnTemplateCommandInput): import("@smithy/core/client").CommandImpl<ExportSourceNetworkCfnTemplateCommandInput, ExportSourceNetworkCfnTemplateCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ExportSourceNetworkCfnTemplateCommandInput): import("@smithy/core/client").CommandImpl<ExportSourceNetworkCfnTemplateCommandInput, ExportSourceNetworkCfnTemplateCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Export the Source Network CloudFormation template to an S3 bucket.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { GetFailbackReplicationConfigurationRequest, GetFailbackReplicationConfigurationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetFailbackReplicationConfigurationCommandInput extends GetFail
22
19
  export interface GetFailbackReplicationConfigurationCommandOutput extends GetFailbackReplicationConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetFailbackReplicationConfigurationCommand_base: {
25
- new (input: GetFailbackReplicationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetFailbackReplicationConfigurationCommandInput, GetFailbackReplicationConfigurationCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetFailbackReplicationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetFailbackReplicationConfigurationCommandInput, GetFailbackReplicationConfigurationCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetFailbackReplicationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetFailbackReplicationConfigurationCommandInput, GetFailbackReplicationConfigurationCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetFailbackReplicationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetFailbackReplicationConfigurationCommandInput, GetFailbackReplicationConfigurationCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all Failback ReplicationConfigurations, filtered by Recovery Instance ID.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { GetLaunchConfigurationRequest, LaunchConfiguration } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetLaunchConfigurationCommandInput extends GetLaunchConfigurati
22
19
  export interface GetLaunchConfigurationCommandOutput extends LaunchConfiguration, __MetadataBearer {
23
20
  }
24
21
  declare const GetLaunchConfigurationCommand_base: {
25
- new (input: GetLaunchConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetLaunchConfigurationCommandInput, GetLaunchConfigurationCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLaunchConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetLaunchConfigurationCommandInput, GetLaunchConfigurationCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetLaunchConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetLaunchConfigurationCommandInput, GetLaunchConfigurationCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetLaunchConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetLaunchConfigurationCommandInput, GetLaunchConfigurationCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a LaunchConfiguration, filtered by Source Server IDs.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { GetReplicationConfigurationRequest, ReplicationConfiguration } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetReplicationConfigurationCommandInput extends GetReplicationC
22
19
  export interface GetReplicationConfigurationCommandOutput extends ReplicationConfiguration, __MetadataBearer {
23
20
  }
24
21
  declare const GetReplicationConfigurationCommand_base: {
25
- new (input: GetReplicationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetReplicationConfigurationCommandInput, GetReplicationConfigurationCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetReplicationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetReplicationConfigurationCommandInput, GetReplicationConfigurationCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetReplicationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetReplicationConfigurationCommandInput, GetReplicationConfigurationCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetReplicationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetReplicationConfigurationCommandInput, GetReplicationConfigurationCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a ReplicationConfiguration, filtered by Source Server ID.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
4
2
  import type { InitializeServiceRequest, InitializeServiceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface InitializeServiceCommandInput extends InitializeServiceRequest
22
19
  export interface InitializeServiceCommandOutput extends InitializeServiceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const InitializeServiceCommand_base: {
25
- new (input: InitializeServiceCommandInput): import("@smithy/core/client").CommandImpl<InitializeServiceCommandInput, InitializeServiceCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [InitializeServiceCommandInput]): import("@smithy/core/client").CommandImpl<InitializeServiceCommandInput, InitializeServiceCommandOutput, DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: InitializeServiceCommandInput): import("@smithy/core/client").CommandImpl<InitializeServiceCommandInput, InitializeServiceCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [InitializeServiceCommandInput]): import("@smithy/core/client").CommandImpl<InitializeServiceCommandInput, InitializeServiceCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Initialize Elastic Disaster Recovery.</p>