@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,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DrsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DrsClient";
8
2
  import { StopFailbackRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface StopFailbackCommandInput extends StopFailbackRequest {}
12
5
  export interface StopFailbackCommandOutput extends __MetadataBearer {}
13
6
  declare const StopFailbackCommand_base: {
@@ -16,22 +9,20 @@ declare const StopFailbackCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  StopFailbackCommandInput,
18
11
  StopFailbackCommandOutput,
19
- DrsClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").DrsClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: StopFailbackCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  StopFailbackCommandInput,
27
20
  StopFailbackCommandOutput,
28
- DrsClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").DrsClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class StopFailbackCommand extends StopFailbackCommand_base {
37
28
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DrsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DrsClient";
8
2
  import {
9
3
  StopReplicationRequest,
10
4
  StopReplicationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface StopReplicationCommandInput extends StopReplicationRequest {}
15
8
  export interface StopReplicationCommandOutput
16
9
  extends StopReplicationResponse,
@@ -21,22 +14,20 @@ declare const StopReplicationCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  StopReplicationCommandInput,
23
16
  StopReplicationCommandOutput,
24
- DrsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DrsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: StopReplicationCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  StopReplicationCommandInput,
32
25
  StopReplicationCommandOutput,
33
- DrsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DrsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class StopReplicationCommand extends StopReplicationCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DrsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DrsClient";
8
2
  import {
9
3
  StopSourceNetworkReplicationRequest,
10
4
  StopSourceNetworkReplicationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface StopSourceNetworkReplicationCommandInput
15
8
  extends StopSourceNetworkReplicationRequest {}
16
9
  export interface StopSourceNetworkReplicationCommandOutput
@@ -22,22 +15,20 @@ declare const StopSourceNetworkReplicationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  StopSourceNetworkReplicationCommandInput,
24
17
  StopSourceNetworkReplicationCommandOutput,
25
- DrsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DrsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: StopSourceNetworkReplicationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  StopSourceNetworkReplicationCommandInput,
33
26
  StopSourceNetworkReplicationCommandOutput,
34
- DrsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DrsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class StopSourceNetworkReplicationCommand extends StopSourceNetworkReplicationCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DrsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DrsClient";
8
2
  import { TagResourceRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
12
5
  export interface TagResourceCommandOutput extends __MetadataBearer {}
13
6
  declare const TagResourceCommand_base: {
@@ -16,22 +9,20 @@ declare const TagResourceCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  TagResourceCommandInput,
18
11
  TagResourceCommandOutput,
19
- DrsClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").DrsClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: TagResourceCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  TagResourceCommandInput,
27
20
  TagResourceCommandOutput,
28
- DrsClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").DrsClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class TagResourceCommand extends TagResourceCommand_base {
37
28
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DrsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DrsClient";
8
2
  import {
9
3
  TerminateRecoveryInstancesRequest,
10
4
  TerminateRecoveryInstancesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface TerminateRecoveryInstancesCommandInput
15
8
  extends TerminateRecoveryInstancesRequest {}
16
9
  export interface TerminateRecoveryInstancesCommandOutput
@@ -22,22 +15,20 @@ declare const TerminateRecoveryInstancesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  TerminateRecoveryInstancesCommandInput,
24
17
  TerminateRecoveryInstancesCommandOutput,
25
- DrsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DrsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: TerminateRecoveryInstancesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  TerminateRecoveryInstancesCommandInput,
33
26
  TerminateRecoveryInstancesCommandOutput,
34
- DrsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DrsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class TerminateRecoveryInstancesCommand extends TerminateRecoveryInstancesCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DrsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DrsClient";
8
2
  import { UntagResourceRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
12
5
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
13
6
  declare const UntagResourceCommand_base: {
@@ -16,22 +9,20 @@ declare const UntagResourceCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  UntagResourceCommandInput,
18
11
  UntagResourceCommandOutput,
19
- DrsClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").DrsClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: UntagResourceCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  UntagResourceCommandInput,
27
20
  UntagResourceCommandOutput,
28
- DrsClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").DrsClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DrsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DrsClient";
8
2
  import { UpdateFailbackReplicationConfigurationRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UpdateFailbackReplicationConfigurationCommandInput
12
5
  extends UpdateFailbackReplicationConfigurationRequest {}
13
6
  export interface UpdateFailbackReplicationConfigurationCommandOutput
@@ -18,22 +11,20 @@ declare const UpdateFailbackReplicationConfigurationCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UpdateFailbackReplicationConfigurationCommandInput,
20
13
  UpdateFailbackReplicationConfigurationCommandOutput,
21
- DrsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DrsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UpdateFailbackReplicationConfigurationCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UpdateFailbackReplicationConfigurationCommandInput,
29
22
  UpdateFailbackReplicationConfigurationCommandOutput,
30
- DrsClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").DrsClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class UpdateFailbackReplicationConfigurationCommand extends UpdateFailbackReplicationConfigurationCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DrsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DrsClient";
8
2
  import {
9
3
  LaunchConfiguration,
10
4
  UpdateLaunchConfigurationRequest,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateLaunchConfigurationCommandInput
15
8
  extends UpdateLaunchConfigurationRequest {}
16
9
  export interface UpdateLaunchConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateLaunchConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateLaunchConfigurationCommandInput,
24
17
  UpdateLaunchConfigurationCommandOutput,
25
- DrsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DrsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateLaunchConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateLaunchConfigurationCommandInput,
33
26
  UpdateLaunchConfigurationCommandOutput,
34
- DrsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DrsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateLaunchConfigurationCommand extends UpdateLaunchConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DrsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DrsClient";
8
2
  import {
9
3
  UpdateLaunchConfigurationTemplateRequest,
10
4
  UpdateLaunchConfigurationTemplateResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateLaunchConfigurationTemplateCommandInput
15
8
  extends UpdateLaunchConfigurationTemplateRequest {}
16
9
  export interface UpdateLaunchConfigurationTemplateCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateLaunchConfigurationTemplateCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateLaunchConfigurationTemplateCommandInput,
24
17
  UpdateLaunchConfigurationTemplateCommandOutput,
25
- DrsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DrsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateLaunchConfigurationTemplateCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateLaunchConfigurationTemplateCommandInput,
33
26
  UpdateLaunchConfigurationTemplateCommandOutput,
34
- DrsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DrsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateLaunchConfigurationTemplateCommand extends UpdateLaunchConfigurationTemplateCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DrsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DrsClient";
8
2
  import {
9
3
  ReplicationConfiguration,
10
4
  UpdateReplicationConfigurationRequest,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateReplicationConfigurationCommandInput
15
8
  extends UpdateReplicationConfigurationRequest {}
16
9
  export interface UpdateReplicationConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateReplicationConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateReplicationConfigurationCommandInput,
24
17
  UpdateReplicationConfigurationCommandOutput,
25
- DrsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DrsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateReplicationConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateReplicationConfigurationCommandInput,
33
26
  UpdateReplicationConfigurationCommandOutput,
34
- DrsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DrsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateReplicationConfigurationCommand extends UpdateReplicationConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DrsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DrsClient";
8
2
  import {
9
3
  ReplicationConfigurationTemplate,
10
4
  UpdateReplicationConfigurationTemplateRequest,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateReplicationConfigurationTemplateCommandInput
15
8
  extends UpdateReplicationConfigurationTemplateRequest {}
16
9
  export interface UpdateReplicationConfigurationTemplateCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateReplicationConfigurationTemplateCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateReplicationConfigurationTemplateCommandInput,
24
17
  UpdateReplicationConfigurationTemplateCommandOutput,
25
- DrsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DrsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateReplicationConfigurationTemplateCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateReplicationConfigurationTemplateCommandInput,
33
26
  UpdateReplicationConfigurationTemplateCommandOutput,
34
- DrsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DrsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateReplicationConfigurationTemplateCommand extends UpdateReplicationConfigurationTemplateCommand_base {
43
34
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { DrsExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./pagination";
9
10
  export * from "./models/enums";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-drs",
3
3
  "description": "AWS SDK for JavaScript Drs Client for Node.js, Browser and React Native",
4
- "version": "3.1077.0",
4
+ "version": "3.1079.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -19,13 +19,13 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-sdk/core": "^3.974.25",
23
- "@aws-sdk/credential-provider-node": "^3.972.60",
24
- "@aws-sdk/types": "^3.973.14",
25
- "@smithy/core": "^3.28.0",
26
- "@smithy/fetch-http-handler": "^5.6.1",
27
- "@smithy/node-http-handler": "^4.9.1",
28
- "@smithy/types": "^4.15.0",
22
+ "@aws-sdk/core": "^3.974.27",
23
+ "@aws-sdk/credential-provider-node": "^3.972.62",
24
+ "@aws-sdk/types": "^3.973.15",
25
+ "@smithy/core": "^3.29.0",
26
+ "@smithy/fetch-http-handler": "^5.6.2",
27
+ "@smithy/node-http-handler": "^4.9.2",
28
+ "@smithy/types": "^4.15.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {