@aws-sdk/client-drs 3.1086.0 → 3.1088.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 (77) hide show
  1. package/dist-cjs/index.js +17 -11
  2. package/dist-es/models/enums.js +4 -0
  3. package/dist-es/schemas/schemas_0.js +11 -10
  4. package/dist-types/commands/CreateLaunchConfigurationTemplateCommand.d.ts +2 -0
  5. package/dist-types/commands/DescribeLaunchConfigurationTemplatesCommand.d.ts +1 -0
  6. package/dist-types/commands/GetLaunchConfigurationCommand.d.ts +1 -0
  7. package/dist-types/commands/UpdateLaunchConfigurationCommand.d.ts +2 -0
  8. package/dist-types/commands/UpdateLaunchConfigurationTemplateCommand.d.ts +2 -0
  9. package/dist-types/models/enums.d.ts +12 -0
  10. package/dist-types/models/models_0.d.ts +26 -1
  11. package/dist-types/ts3.4/Drs.d.ts +163 -229
  12. package/dist-types/ts3.4/DrsClient.d.ts +15 -28
  13. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  14. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  15. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  16. package/dist-types/ts3.4/commands/AssociateSourceNetworkStackCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateExtendedSourceServerCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateLaunchConfigurationTemplateCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/CreateReplicationConfigurationTemplateCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/CreateSourceNetworkCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +7 -5
  22. package/dist-types/ts3.4/commands/DeleteLaunchActionCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteLaunchConfigurationTemplateCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteRecoveryInstanceCommand.d.ts +3 -4
  25. package/dist-types/ts3.4/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/DeleteSourceNetworkCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DeleteSourceServerCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/DescribeJobLogItemsCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +2 -4
  30. package/dist-types/ts3.4/commands/DescribeLaunchConfigurationTemplatesCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/DescribeRecoveryInstancesCommand.d.ts +3 -5
  32. package/dist-types/ts3.4/commands/DescribeRecoverySnapshotsCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/DescribeSourceNetworksCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/DescribeSourceServersCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/DisconnectRecoveryInstanceCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/DisconnectSourceServerCommand.d.ts +5 -11
  38. package/dist-types/ts3.4/commands/ExportSourceNetworkCfnTemplateCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/GetFailbackReplicationConfigurationCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/GetLaunchConfigurationCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/GetReplicationConfigurationCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/InitializeServiceCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/ListExtensibleSourceServersCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/ListLaunchActionsCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/ListStagingAccountsCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/PutLaunchActionCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/RetryDataReplicationCommand.d.ts +4 -7
  49. package/dist-types/ts3.4/commands/ReverseReplicationCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/StartFailbackLaunchCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/StartRecoveryCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/StartSourceNetworkRecoveryCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/StartSourceNetworkReplicationCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/StopFailbackCommand.d.ts +2 -2
  56. package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +4 -9
  57. package/dist-types/ts3.4/commands/StopSourceNetworkReplicationCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  59. package/dist-types/ts3.4/commands/TerminateRecoveryInstancesCommand.d.ts +4 -6
  60. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  61. package/dist-types/ts3.4/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/UpdateLaunchConfigurationCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/UpdateLaunchConfigurationTemplateCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/UpdateReplicationConfigurationCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  67. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  68. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  69. package/dist-types/ts3.4/models/enums.d.ts +21 -32
  70. package/dist-types/ts3.4/models/errors.d.ts +7 -21
  71. package/dist-types/ts3.4/models/models_0.d.ts +20 -42
  72. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  73. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  74. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  75. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  76. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  77. package/package.json +39 -39
@@ -4,14 +4,12 @@ import {
4
4
  DescribeReplicationConfigurationTemplatesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeReplicationConfigurationTemplatesCommandInput
8
- extends DescribeReplicationConfigurationTemplatesRequest {}
7
+ export interface DescribeReplicationConfigurationTemplatesCommandInput extends DescribeReplicationConfigurationTemplatesRequest {}
9
8
  export interface DescribeReplicationConfigurationTemplatesCommandOutput
10
- extends DescribeReplicationConfigurationTemplatesResponse,
11
- __MetadataBearer {}
9
+ extends DescribeReplicationConfigurationTemplatesResponse, __MetadataBearer {}
12
10
  declare const DescribeReplicationConfigurationTemplatesCommand_base: {
13
11
  new (
14
- input: DescribeReplicationConfigurationTemplatesCommandInput
12
+ input: DescribeReplicationConfigurationTemplatesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeReplicationConfigurationTemplatesCommandInput,
17
15
  DescribeReplicationConfigurationTemplatesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeSourceNetworksRequest,
4
- DescribeSourceNetworksResponse,
5
- } from "../models/models_0";
2
+ import { DescribeSourceNetworksRequest, DescribeSourceNetworksResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeSourceNetworksCommandInput
8
- extends DescribeSourceNetworksRequest {}
4
+ export interface DescribeSourceNetworksCommandInput extends DescribeSourceNetworksRequest {}
9
5
  export interface DescribeSourceNetworksCommandOutput
10
- extends DescribeSourceNetworksResponse,
11
- __MetadataBearer {}
6
+ extends DescribeSourceNetworksResponse, __MetadataBearer {}
12
7
  declare const DescribeSourceNetworksCommand_base: {
13
8
  new (
14
- input: DescribeSourceNetworksCommandInput
9
+ input: DescribeSourceNetworksCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeSourceNetworksCommandInput,
17
12
  DescribeSourceNetworksCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeSourceServersRequest,
4
- DescribeSourceServersResponse,
5
- } from "../models/models_0";
2
+ import { DescribeSourceServersRequest, DescribeSourceServersResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeSourceServersCommandInput
8
- extends DescribeSourceServersRequest {}
4
+ export interface DescribeSourceServersCommandInput extends DescribeSourceServersRequest {}
9
5
  export interface DescribeSourceServersCommandOutput
10
- extends DescribeSourceServersResponse,
11
- __MetadataBearer {}
6
+ extends DescribeSourceServersResponse, __MetadataBearer {}
12
7
  declare const DescribeSourceServersCommand_base: {
13
8
  new (
14
- input: DescribeSourceServersCommandInput
9
+ input: DescribeSourceServersCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeSourceServersCommandInput,
17
12
  DescribeSourceServersCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisconnectRecoveryInstanceRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DisconnectRecoveryInstanceCommandInput
5
- extends DisconnectRecoveryInstanceRequest {}
6
- export interface DisconnectRecoveryInstanceCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DisconnectRecoveryInstanceCommandInput extends DisconnectRecoveryInstanceRequest {}
5
+ export interface DisconnectRecoveryInstanceCommandOutput extends __MetadataBearer {}
8
6
  declare const DisconnectRecoveryInstanceCommand_base: {
9
7
  new (
10
- input: DisconnectRecoveryInstanceCommandInput
8
+ input: DisconnectRecoveryInstanceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DisconnectRecoveryInstanceCommandInput,
13
11
  DisconnectRecoveryInstanceCommandOutput,
@@ -16,7 +14,7 @@ declare const DisconnectRecoveryInstanceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DisconnectRecoveryInstanceCommandInput
17
+ input: DisconnectRecoveryInstanceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DisconnectRecoveryInstanceCommandInput,
22
20
  DisconnectRecoveryInstanceCommandOutput,
@@ -1,17 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DisconnectSourceServerRequest,
4
- SourceServer,
5
- } from "../models/models_0";
2
+ import { DisconnectSourceServerRequest, SourceServer } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DisconnectSourceServerCommandInput
8
- extends DisconnectSourceServerRequest {}
9
- export interface DisconnectSourceServerCommandOutput
10
- extends SourceServer,
11
- __MetadataBearer {}
4
+ export interface DisconnectSourceServerCommandInput extends DisconnectSourceServerRequest {}
5
+ export interface DisconnectSourceServerCommandOutput extends SourceServer, __MetadataBearer {}
12
6
  declare const DisconnectSourceServerCommand_base: {
13
7
  new (
14
- input: DisconnectSourceServerCommandInput
8
+ input: DisconnectSourceServerCommandInput,
15
9
  ): import("@smithy/core/client").CommandImpl<
16
10
  DisconnectSourceServerCommandInput,
17
11
  DisconnectSourceServerCommandOutput,
@@ -20,7 +14,7 @@ declare const DisconnectSourceServerCommand_base: {
20
14
  import("..").ServiceOutputTypes
21
15
  >;
22
16
  new (
23
- input: DisconnectSourceServerCommandInput
17
+ input: DisconnectSourceServerCommandInput,
24
18
  ): import("@smithy/core/client").CommandImpl<
25
19
  DisconnectSourceServerCommandInput,
26
20
  DisconnectSourceServerCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ExportSourceNetworkCfnTemplateResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ExportSourceNetworkCfnTemplateCommandInput
8
- extends ExportSourceNetworkCfnTemplateRequest {}
7
+ export interface ExportSourceNetworkCfnTemplateCommandInput extends ExportSourceNetworkCfnTemplateRequest {}
9
8
  export interface ExportSourceNetworkCfnTemplateCommandOutput
10
- extends ExportSourceNetworkCfnTemplateResponse,
11
- __MetadataBearer {}
9
+ extends ExportSourceNetworkCfnTemplateResponse, __MetadataBearer {}
12
10
  declare const ExportSourceNetworkCfnTemplateCommand_base: {
13
11
  new (
14
- input: ExportSourceNetworkCfnTemplateCommandInput
12
+ input: ExportSourceNetworkCfnTemplateCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ExportSourceNetworkCfnTemplateCommandInput,
17
15
  ExportSourceNetworkCfnTemplateCommandOutput,
@@ -20,7 +18,7 @@ declare const ExportSourceNetworkCfnTemplateCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ExportSourceNetworkCfnTemplateCommandInput
21
+ input: ExportSourceNetworkCfnTemplateCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ExportSourceNetworkCfnTemplateCommandInput,
26
24
  ExportSourceNetworkCfnTemplateCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetFailbackReplicationConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetFailbackReplicationConfigurationCommandInput
8
- extends GetFailbackReplicationConfigurationRequest {}
7
+ export interface GetFailbackReplicationConfigurationCommandInput extends GetFailbackReplicationConfigurationRequest {}
9
8
  export interface GetFailbackReplicationConfigurationCommandOutput
10
- extends GetFailbackReplicationConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends GetFailbackReplicationConfigurationResponse, __MetadataBearer {}
12
10
  declare const GetFailbackReplicationConfigurationCommand_base: {
13
11
  new (
14
- input: GetFailbackReplicationConfigurationCommandInput
12
+ input: GetFailbackReplicationConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetFailbackReplicationConfigurationCommandInput,
17
15
  GetFailbackReplicationConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const GetFailbackReplicationConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetFailbackReplicationConfigurationCommandInput
21
+ input: GetFailbackReplicationConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetFailbackReplicationConfigurationCommandInput,
26
24
  GetFailbackReplicationConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetLaunchConfigurationRequest,
4
- LaunchConfiguration,
5
- } from "../models/models_0";
2
+ import { GetLaunchConfigurationRequest, LaunchConfiguration } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetLaunchConfigurationCommandInput
8
- extends GetLaunchConfigurationRequest {}
4
+ export interface GetLaunchConfigurationCommandInput extends GetLaunchConfigurationRequest {}
9
5
  export interface GetLaunchConfigurationCommandOutput
10
- extends LaunchConfiguration,
11
- __MetadataBearer {}
6
+ extends LaunchConfiguration, __MetadataBearer {}
12
7
  declare const GetLaunchConfigurationCommand_base: {
13
8
  new (
14
- input: GetLaunchConfigurationCommandInput
9
+ input: GetLaunchConfigurationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetLaunchConfigurationCommandInput,
17
12
  GetLaunchConfigurationCommandOutput,
@@ -20,7 +15,7 @@ declare const GetLaunchConfigurationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetLaunchConfigurationCommandInput
18
+ input: GetLaunchConfigurationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetLaunchConfigurationCommandInput,
26
21
  GetLaunchConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetReplicationConfigurationRequest,
4
- ReplicationConfiguration,
5
- } from "../models/models_0";
2
+ import { GetReplicationConfigurationRequest, ReplicationConfiguration } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetReplicationConfigurationCommandInput
8
- extends GetReplicationConfigurationRequest {}
4
+ export interface GetReplicationConfigurationCommandInput extends GetReplicationConfigurationRequest {}
9
5
  export interface GetReplicationConfigurationCommandOutput
10
- extends ReplicationConfiguration,
11
- __MetadataBearer {}
6
+ extends ReplicationConfiguration, __MetadataBearer {}
12
7
  declare const GetReplicationConfigurationCommand_base: {
13
8
  new (
14
- input: GetReplicationConfigurationCommandInput
9
+ input: GetReplicationConfigurationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetReplicationConfigurationCommandInput,
17
12
  GetReplicationConfigurationCommandOutput,
@@ -20,7 +15,7 @@ declare const GetReplicationConfigurationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetReplicationConfigurationCommandInput
18
+ input: GetReplicationConfigurationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetReplicationConfigurationCommandInput,
26
21
  GetReplicationConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- InitializeServiceRequest,
4
- InitializeServiceResponse,
5
- } from "../models/models_0";
2
+ import { InitializeServiceRequest, InitializeServiceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface InitializeServiceCommandInput
8
- extends InitializeServiceRequest {}
4
+ export interface InitializeServiceCommandInput extends InitializeServiceRequest {}
9
5
  export interface InitializeServiceCommandOutput
10
- extends InitializeServiceResponse,
11
- __MetadataBearer {}
6
+ extends InitializeServiceResponse, __MetadataBearer {}
12
7
  declare const InitializeServiceCommand_base: {
13
8
  new (
14
- input: InitializeServiceCommandInput
9
+ input: InitializeServiceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  InitializeServiceCommandInput,
17
12
  InitializeServiceCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListExtensibleSourceServersResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListExtensibleSourceServersCommandInput
8
- extends ListExtensibleSourceServersRequest {}
7
+ export interface ListExtensibleSourceServersCommandInput extends ListExtensibleSourceServersRequest {}
9
8
  export interface ListExtensibleSourceServersCommandOutput
10
- extends ListExtensibleSourceServersResponse,
11
- __MetadataBearer {}
9
+ extends ListExtensibleSourceServersResponse, __MetadataBearer {}
12
10
  declare const ListExtensibleSourceServersCommand_base: {
13
11
  new (
14
- input: ListExtensibleSourceServersCommandInput
12
+ input: ListExtensibleSourceServersCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListExtensibleSourceServersCommandInput,
17
15
  ListExtensibleSourceServersCommandOutput,
@@ -20,7 +18,7 @@ declare const ListExtensibleSourceServersCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListExtensibleSourceServersCommandInput
21
+ input: ListExtensibleSourceServersCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListExtensibleSourceServersCommandInput,
26
24
  ListExtensibleSourceServersCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListLaunchActionsRequest,
4
- ListLaunchActionsResponse,
5
- } from "../models/models_0";
2
+ import { ListLaunchActionsRequest, ListLaunchActionsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListLaunchActionsCommandInput
8
- extends ListLaunchActionsRequest {}
4
+ export interface ListLaunchActionsCommandInput extends ListLaunchActionsRequest {}
9
5
  export interface ListLaunchActionsCommandOutput
10
- extends ListLaunchActionsResponse,
11
- __MetadataBearer {}
6
+ extends ListLaunchActionsResponse, __MetadataBearer {}
12
7
  declare const ListLaunchActionsCommand_base: {
13
8
  new (
14
- input: ListLaunchActionsCommandInput
9
+ input: ListLaunchActionsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListLaunchActionsCommandInput,
17
12
  ListLaunchActionsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListLaunchActionsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListLaunchActionsCommandInput
18
+ input: ListLaunchActionsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListLaunchActionsCommandInput,
26
21
  ListLaunchActionsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListStagingAccountsRequest,
4
- ListStagingAccountsResponse,
5
- } from "../models/models_0";
2
+ import { ListStagingAccountsRequest, ListStagingAccountsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListStagingAccountsCommandInput
8
- extends ListStagingAccountsRequest {}
4
+ export interface ListStagingAccountsCommandInput extends ListStagingAccountsRequest {}
9
5
  export interface ListStagingAccountsCommandOutput
10
- extends ListStagingAccountsResponse,
11
- __MetadataBearer {}
6
+ extends ListStagingAccountsResponse, __MetadataBearer {}
12
7
  declare const ListStagingAccountsCommand_base: {
13
8
  new (
14
- input: ListStagingAccountsCommandInput
9
+ input: ListStagingAccountsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListStagingAccountsCommandInput,
17
12
  ListStagingAccountsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceRequest,
4
- ListTagsForResourceResponse,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceRequest {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceResponse,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceResponse, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- PutLaunchActionRequest,
4
- PutLaunchActionResponse,
5
- } from "../models/models_0";
2
+ import { PutLaunchActionRequest, PutLaunchActionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface PutLaunchActionCommandInput extends PutLaunchActionRequest {}
8
- export interface PutLaunchActionCommandOutput
9
- extends PutLaunchActionResponse,
10
- __MetadataBearer {}
5
+ export interface PutLaunchActionCommandOutput extends PutLaunchActionResponse, __MetadataBearer {}
11
6
  declare const PutLaunchActionCommand_base: {
12
7
  new (
13
- input: PutLaunchActionCommandInput
8
+ input: PutLaunchActionCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  PutLaunchActionCommandInput,
16
11
  PutLaunchActionCommandOutput,
@@ -19,7 +14,7 @@ declare const PutLaunchActionCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: PutLaunchActionCommandInput
17
+ input: PutLaunchActionCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  PutLaunchActionCommandInput,
25
20
  PutLaunchActionCommandOutput,
@@ -1,14 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { RetryDataReplicationRequest, SourceServer } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface RetryDataReplicationCommandInput
5
- extends RetryDataReplicationRequest {}
6
- export interface RetryDataReplicationCommandOutput
7
- extends SourceServer,
8
- __MetadataBearer {}
4
+ export interface RetryDataReplicationCommandInput extends RetryDataReplicationRequest {}
5
+ export interface RetryDataReplicationCommandOutput extends SourceServer, __MetadataBearer {}
9
6
  declare const RetryDataReplicationCommand_base: {
10
7
  new (
11
- input: RetryDataReplicationCommandInput
8
+ input: RetryDataReplicationCommandInput,
12
9
  ): import("@smithy/core/client").CommandImpl<
13
10
  RetryDataReplicationCommandInput,
14
11
  RetryDataReplicationCommandOutput,
@@ -17,7 +14,7 @@ declare const RetryDataReplicationCommand_base: {
17
14
  import("..").ServiceOutputTypes
18
15
  >;
19
16
  new (
20
- input: RetryDataReplicationCommandInput
17
+ input: RetryDataReplicationCommandInput,
21
18
  ): import("@smithy/core/client").CommandImpl<
22
19
  RetryDataReplicationCommandInput,
23
20
  RetryDataReplicationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ReverseReplicationRequest,
4
- ReverseReplicationResponse,
5
- } from "../models/models_0";
2
+ import { ReverseReplicationRequest, ReverseReplicationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ReverseReplicationCommandInput
8
- extends ReverseReplicationRequest {}
4
+ export interface ReverseReplicationCommandInput extends ReverseReplicationRequest {}
9
5
  export interface ReverseReplicationCommandOutput
10
- extends ReverseReplicationResponse,
11
- __MetadataBearer {}
6
+ extends ReverseReplicationResponse, __MetadataBearer {}
12
7
  declare const ReverseReplicationCommand_base: {
13
8
  new (
14
- input: ReverseReplicationCommandInput
9
+ input: ReverseReplicationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ReverseReplicationCommandInput,
17
12
  ReverseReplicationCommandOutput,
@@ -20,7 +15,7 @@ declare const ReverseReplicationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ReverseReplicationCommandInput
18
+ input: ReverseReplicationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ReverseReplicationCommandInput,
26
21
  ReverseReplicationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- StartFailbackLaunchRequest,
4
- StartFailbackLaunchResponse,
5
- } from "../models/models_0";
2
+ import { StartFailbackLaunchRequest, StartFailbackLaunchResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface StartFailbackLaunchCommandInput
8
- extends StartFailbackLaunchRequest {}
4
+ export interface StartFailbackLaunchCommandInput extends StartFailbackLaunchRequest {}
9
5
  export interface StartFailbackLaunchCommandOutput
10
- extends StartFailbackLaunchResponse,
11
- __MetadataBearer {}
6
+ extends StartFailbackLaunchResponse, __MetadataBearer {}
12
7
  declare const StartFailbackLaunchCommand_base: {
13
8
  new (
14
- input: StartFailbackLaunchCommandInput
9
+ input: StartFailbackLaunchCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  StartFailbackLaunchCommandInput,
17
12
  StartFailbackLaunchCommandOutput,
@@ -20,7 +15,7 @@ declare const StartFailbackLaunchCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: StartFailbackLaunchCommandInput
18
+ input: StartFailbackLaunchCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  StartFailbackLaunchCommandInput,
26
21
  StartFailbackLaunchCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- StartRecoveryRequest,
4
- StartRecoveryResponse,
5
- } from "../models/models_0";
2
+ import { StartRecoveryRequest, StartRecoveryResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface StartRecoveryCommandInput extends StartRecoveryRequest {}
8
- export interface StartRecoveryCommandOutput
9
- extends StartRecoveryResponse,
10
- __MetadataBearer {}
5
+ export interface StartRecoveryCommandOutput extends StartRecoveryResponse, __MetadataBearer {}
11
6
  declare const StartRecoveryCommand_base: {
12
7
  new (
13
- input: StartRecoveryCommandInput
8
+ input: StartRecoveryCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  StartRecoveryCommandInput,
16
11
  StartRecoveryCommandOutput,
@@ -19,7 +14,7 @@ declare const StartRecoveryCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: StartRecoveryCommandInput
17
+ input: StartRecoveryCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  StartRecoveryCommandInput,
25
20
  StartRecoveryCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- StartReplicationRequest,
4
- StartReplicationResponse,
5
- } from "../models/models_0";
2
+ import { StartReplicationRequest, StartReplicationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface StartReplicationCommandInput extends StartReplicationRequest {}
8
- export interface StartReplicationCommandOutput
9
- extends StartReplicationResponse,
10
- __MetadataBearer {}
5
+ export interface StartReplicationCommandOutput extends StartReplicationResponse, __MetadataBearer {}
11
6
  declare const StartReplicationCommand_base: {
12
7
  new (
13
- input: StartReplicationCommandInput
8
+ input: StartReplicationCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  StartReplicationCommandInput,
16
11
  StartReplicationCommandOutput,
@@ -19,7 +14,7 @@ declare const StartReplicationCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: StartReplicationCommandInput
17
+ input: StartReplicationCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  StartReplicationCommandInput,
25
20
  StartReplicationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  StartSourceNetworkRecoveryResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface StartSourceNetworkRecoveryCommandInput
8
- extends StartSourceNetworkRecoveryRequest {}
7
+ export interface StartSourceNetworkRecoveryCommandInput extends StartSourceNetworkRecoveryRequest {}
9
8
  export interface StartSourceNetworkRecoveryCommandOutput
10
- extends StartSourceNetworkRecoveryResponse,
11
- __MetadataBearer {}
9
+ extends StartSourceNetworkRecoveryResponse, __MetadataBearer {}
12
10
  declare const StartSourceNetworkRecoveryCommand_base: {
13
11
  new (
14
- input: StartSourceNetworkRecoveryCommandInput
12
+ input: StartSourceNetworkRecoveryCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  StartSourceNetworkRecoveryCommandInput,
17
15
  StartSourceNetworkRecoveryCommandOutput,
@@ -20,7 +18,7 @@ declare const StartSourceNetworkRecoveryCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: StartSourceNetworkRecoveryCommandInput
21
+ input: StartSourceNetworkRecoveryCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  StartSourceNetworkRecoveryCommandInput,
26
24
  StartSourceNetworkRecoveryCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  StartSourceNetworkReplicationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface StartSourceNetworkReplicationCommandInput
8
- extends StartSourceNetworkReplicationRequest {}
7
+ export interface StartSourceNetworkReplicationCommandInput extends StartSourceNetworkReplicationRequest {}
9
8
  export interface StartSourceNetworkReplicationCommandOutput
10
- extends StartSourceNetworkReplicationResponse,
11
- __MetadataBearer {}
9
+ extends StartSourceNetworkReplicationResponse, __MetadataBearer {}
12
10
  declare const StartSourceNetworkReplicationCommand_base: {
13
11
  new (
14
- input: StartSourceNetworkReplicationCommandInput
12
+ input: StartSourceNetworkReplicationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  StartSourceNetworkReplicationCommandInput,
17
15
  StartSourceNetworkReplicationCommandOutput,
@@ -20,7 +18,7 @@ declare const StartSourceNetworkReplicationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: StartSourceNetworkReplicationCommandInput
21
+ input: StartSourceNetworkReplicationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  StartSourceNetworkReplicationCommandInput,
26
24
  StartSourceNetworkReplicationCommandOutput,
@@ -5,7 +5,7 @@ export interface StopFailbackCommandInput extends StopFailbackRequest {}
5
5
  export interface StopFailbackCommandOutput extends __MetadataBearer {}
6
6
  declare const StopFailbackCommand_base: {
7
7
  new (
8
- input: StopFailbackCommandInput
8
+ input: StopFailbackCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  StopFailbackCommandInput,
11
11
  StopFailbackCommandOutput,
@@ -14,7 +14,7 @@ declare const StopFailbackCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: StopFailbackCommandInput
17
+ input: StopFailbackCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  StopFailbackCommandInput,
20
20
  StopFailbackCommandOutput,