@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
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- StopReplicationRequest,
4
- StopReplicationResponse,
5
- } from "../models/models_0";
2
+ import { StopReplicationRequest, StopReplicationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface StopReplicationCommandInput extends StopReplicationRequest {}
8
- export interface StopReplicationCommandOutput
9
- extends StopReplicationResponse,
10
- __MetadataBearer {}
5
+ export interface StopReplicationCommandOutput extends StopReplicationResponse, __MetadataBearer {}
11
6
  declare const StopReplicationCommand_base: {
12
7
  new (
13
- input: StopReplicationCommandInput
8
+ input: StopReplicationCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  StopReplicationCommandInput,
16
11
  StopReplicationCommandOutput,
@@ -19,7 +14,7 @@ declare const StopReplicationCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: StopReplicationCommandInput
17
+ input: StopReplicationCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  StopReplicationCommandInput,
25
20
  StopReplicationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  StopSourceNetworkReplicationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface StopSourceNetworkReplicationCommandInput
8
- extends StopSourceNetworkReplicationRequest {}
7
+ export interface StopSourceNetworkReplicationCommandInput extends StopSourceNetworkReplicationRequest {}
9
8
  export interface StopSourceNetworkReplicationCommandOutput
10
- extends StopSourceNetworkReplicationResponse,
11
- __MetadataBearer {}
9
+ extends StopSourceNetworkReplicationResponse, __MetadataBearer {}
12
10
  declare const StopSourceNetworkReplicationCommand_base: {
13
11
  new (
14
- input: StopSourceNetworkReplicationCommandInput
12
+ input: StopSourceNetworkReplicationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  StopSourceNetworkReplicationCommandInput,
17
15
  StopSourceNetworkReplicationCommandOutput,
@@ -20,7 +18,7 @@ declare const StopSourceNetworkReplicationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: StopSourceNetworkReplicationCommandInput
21
+ input: StopSourceNetworkReplicationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  StopSourceNetworkReplicationCommandInput,
26
24
  StopSourceNetworkReplicationCommandOutput,
@@ -5,7 +5,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
5
5
  export interface TagResourceCommandOutput extends __MetadataBearer {}
6
6
  declare const TagResourceCommand_base: {
7
7
  new (
8
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  TagResourceCommandInput,
11
11
  TagResourceCommandOutput,
@@ -14,7 +14,7 @@ declare const TagResourceCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  TagResourceCommandInput,
20
20
  TagResourceCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  TerminateRecoveryInstancesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface TerminateRecoveryInstancesCommandInput
8
- extends TerminateRecoveryInstancesRequest {}
7
+ export interface TerminateRecoveryInstancesCommandInput extends TerminateRecoveryInstancesRequest {}
9
8
  export interface TerminateRecoveryInstancesCommandOutput
10
- extends TerminateRecoveryInstancesResponse,
11
- __MetadataBearer {}
9
+ extends TerminateRecoveryInstancesResponse, __MetadataBearer {}
12
10
  declare const TerminateRecoveryInstancesCommand_base: {
13
11
  new (
14
- input: TerminateRecoveryInstancesCommandInput
12
+ input: TerminateRecoveryInstancesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  TerminateRecoveryInstancesCommandInput,
17
15
  TerminateRecoveryInstancesCommandOutput,
@@ -20,7 +18,7 @@ declare const TerminateRecoveryInstancesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: TerminateRecoveryInstancesCommandInput
21
+ input: TerminateRecoveryInstancesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  TerminateRecoveryInstancesCommandInput,
26
24
  TerminateRecoveryInstancesCommandOutput,
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
5
5
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
6
6
  declare const UntagResourceCommand_base: {
7
7
  new (
8
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  UntagResourceCommandInput,
11
11
  UntagResourceCommandOutput,
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  UntagResourceCommandInput,
20
20
  UntagResourceCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateFailbackReplicationConfigurationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface UpdateFailbackReplicationConfigurationCommandInput
5
- extends UpdateFailbackReplicationConfigurationRequest {}
6
- export interface UpdateFailbackReplicationConfigurationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface UpdateFailbackReplicationConfigurationCommandInput extends UpdateFailbackReplicationConfigurationRequest {}
5
+ export interface UpdateFailbackReplicationConfigurationCommandOutput extends __MetadataBearer {}
8
6
  declare const UpdateFailbackReplicationConfigurationCommand_base: {
9
7
  new (
10
- input: UpdateFailbackReplicationConfigurationCommandInput
8
+ input: UpdateFailbackReplicationConfigurationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateFailbackReplicationConfigurationCommandInput,
13
11
  UpdateFailbackReplicationConfigurationCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateFailbackReplicationConfigurationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateFailbackReplicationConfigurationCommandInput
17
+ input: UpdateFailbackReplicationConfigurationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateFailbackReplicationConfigurationCommandInput,
22
20
  UpdateFailbackReplicationConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- LaunchConfiguration,
4
- UpdateLaunchConfigurationRequest,
5
- } from "../models/models_0";
2
+ import { LaunchConfiguration, UpdateLaunchConfigurationRequest } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateLaunchConfigurationCommandInput
8
- extends UpdateLaunchConfigurationRequest {}
4
+ export interface UpdateLaunchConfigurationCommandInput extends UpdateLaunchConfigurationRequest {}
9
5
  export interface UpdateLaunchConfigurationCommandOutput
10
- extends LaunchConfiguration,
11
- __MetadataBearer {}
6
+ extends LaunchConfiguration, __MetadataBearer {}
12
7
  declare const UpdateLaunchConfigurationCommand_base: {
13
8
  new (
14
- input: UpdateLaunchConfigurationCommandInput
9
+ input: UpdateLaunchConfigurationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateLaunchConfigurationCommandInput,
17
12
  UpdateLaunchConfigurationCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateLaunchConfigurationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateLaunchConfigurationCommandInput
18
+ input: UpdateLaunchConfigurationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateLaunchConfigurationCommandInput,
26
21
  UpdateLaunchConfigurationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateLaunchConfigurationTemplateResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateLaunchConfigurationTemplateCommandInput
8
- extends UpdateLaunchConfigurationTemplateRequest {}
7
+ export interface UpdateLaunchConfigurationTemplateCommandInput extends UpdateLaunchConfigurationTemplateRequest {}
9
8
  export interface UpdateLaunchConfigurationTemplateCommandOutput
10
- extends UpdateLaunchConfigurationTemplateResponse,
11
- __MetadataBearer {}
9
+ extends UpdateLaunchConfigurationTemplateResponse, __MetadataBearer {}
12
10
  declare const UpdateLaunchConfigurationTemplateCommand_base: {
13
11
  new (
14
- input: UpdateLaunchConfigurationTemplateCommandInput
12
+ input: UpdateLaunchConfigurationTemplateCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateLaunchConfigurationTemplateCommandInput,
17
15
  UpdateLaunchConfigurationTemplateCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateLaunchConfigurationTemplateCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateLaunchConfigurationTemplateCommandInput
21
+ input: UpdateLaunchConfigurationTemplateCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateLaunchConfigurationTemplateCommandInput,
26
24
  UpdateLaunchConfigurationTemplateCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateReplicationConfigurationRequest,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateReplicationConfigurationCommandInput
8
- extends UpdateReplicationConfigurationRequest {}
7
+ export interface UpdateReplicationConfigurationCommandInput extends UpdateReplicationConfigurationRequest {}
9
8
  export interface UpdateReplicationConfigurationCommandOutput
10
- extends ReplicationConfiguration,
11
- __MetadataBearer {}
9
+ extends ReplicationConfiguration, __MetadataBearer {}
12
10
  declare const UpdateReplicationConfigurationCommand_base: {
13
11
  new (
14
- input: UpdateReplicationConfigurationCommandInput
12
+ input: UpdateReplicationConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateReplicationConfigurationCommandInput,
17
15
  UpdateReplicationConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateReplicationConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateReplicationConfigurationCommandInput
21
+ input: UpdateReplicationConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateReplicationConfigurationCommandInput,
26
24
  UpdateReplicationConfigurationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateReplicationConfigurationTemplateRequest,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateReplicationConfigurationTemplateCommandInput
8
- extends UpdateReplicationConfigurationTemplateRequest {}
7
+ export interface UpdateReplicationConfigurationTemplateCommandInput extends UpdateReplicationConfigurationTemplateRequest {}
9
8
  export interface UpdateReplicationConfigurationTemplateCommandOutput
10
- extends ReplicationConfigurationTemplate,
11
- __MetadataBearer {}
9
+ extends ReplicationConfigurationTemplate, __MetadataBearer {}
12
10
  declare const UpdateReplicationConfigurationTemplateCommand_base: {
13
11
  new (
14
- input: UpdateReplicationConfigurationTemplateCommandInput
12
+ input: UpdateReplicationConfigurationTemplateCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateReplicationConfigurationTemplateCommandInput,
17
15
  UpdateReplicationConfigurationTemplateCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateReplicationConfigurationTemplateCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateReplicationConfigurationTemplateCommandInput
21
+ input: UpdateReplicationConfigurationTemplateCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateReplicationConfigurationTemplateCommandInput,
26
24
  UpdateReplicationConfigurationTemplateCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface DrsExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -25,8 +25,7 @@ export declare const LaunchActionCategory: {
25
25
  readonly SECURITY: "SECURITY";
26
26
  readonly VALIDATION: "VALIDATION";
27
27
  };
28
- export type LaunchActionCategory =
29
- (typeof LaunchActionCategory)[keyof typeof LaunchActionCategory];
28
+ export type LaunchActionCategory = (typeof LaunchActionCategory)[keyof typeof LaunchActionCategory];
30
29
  export declare const LaunchActionParameterType: {
31
30
  readonly DYNAMIC: "DYNAMIC";
32
31
  readonly SSM_STORE: "SSM_STORE";
@@ -37,8 +36,7 @@ export declare const LaunchActionType: {
37
36
  readonly SSM_AUTOMATION: "SSM_AUTOMATION";
38
37
  readonly SSM_COMMAND: "SSM_COMMAND";
39
38
  };
40
- export type LaunchActionType =
41
- (typeof LaunchActionType)[keyof typeof LaunchActionType];
39
+ export type LaunchActionType = (typeof LaunchActionType)[keyof typeof LaunchActionType];
42
40
  export declare const LaunchActionRunStatus: {
43
41
  readonly FAILED: "FAILED";
44
42
  readonly IN_PROGRESS: "IN_PROGRESS";
@@ -70,8 +68,7 @@ export declare const ProductCodeMode: {
70
68
  readonly DISABLED: "DISABLED";
71
69
  readonly ENABLED: "ENABLED";
72
70
  };
73
- export type ProductCodeMode =
74
- (typeof ProductCodeMode)[keyof typeof ProductCodeMode];
71
+ export type ProductCodeMode = (typeof ProductCodeMode)[keyof typeof ProductCodeMode];
75
72
  export declare const DataReplicationErrorString: {
76
73
  readonly AGENT_NOT_SEEN: "AGENT_NOT_SEEN";
77
74
  readonly FAILED_TO_ATTACH_STAGING_DISKS: "FAILED_TO_ATTACH_STAGING_DISKS";
@@ -126,8 +123,7 @@ export declare const DataReplicationState: {
126
123
  readonly STALLED: "STALLED";
127
124
  readonly STOPPED: "STOPPED";
128
125
  };
129
- export type DataReplicationState =
130
- (typeof DataReplicationState)[keyof typeof DataReplicationState];
126
+ export type DataReplicationState = (typeof DataReplicationState)[keyof typeof DataReplicationState];
131
127
  export declare const VolumeStatus: {
132
128
  readonly CONTAINS_MARKETPLACE_PRODUCT_CODES: "CONTAINS_MARKETPLACE_PRODUCT_CODES";
133
129
  readonly MISSING_VOLUME_ATTRIBUTES: "MISSING_VOLUME_ATTRIBUTES";
@@ -142,33 +138,33 @@ export declare const LastLaunchResult: {
142
138
  readonly PENDING: "PENDING";
143
139
  readonly SUCCEEDED: "SUCCEEDED";
144
140
  };
145
- export type LastLaunchResult =
146
- (typeof LastLaunchResult)[keyof typeof LastLaunchResult];
141
+ export type LastLaunchResult = (typeof LastLaunchResult)[keyof typeof LastLaunchResult];
147
142
  export declare const LastLaunchType: {
148
143
  readonly DRILL: "DRILL";
149
144
  readonly RECOVERY: "RECOVERY";
150
145
  };
151
- export type LastLaunchType =
152
- (typeof LastLaunchType)[keyof typeof LastLaunchType];
146
+ export type LastLaunchType = (typeof LastLaunchType)[keyof typeof LastLaunchType];
153
147
  export declare const ReplicationDirection: {
154
148
  readonly FAILBACK: "FAILBACK";
155
149
  readonly FAILOVER: "FAILOVER";
156
150
  };
157
- export type ReplicationDirection =
158
- (typeof ReplicationDirection)[keyof typeof ReplicationDirection];
151
+ export type ReplicationDirection = (typeof ReplicationDirection)[keyof typeof ReplicationDirection];
159
152
  export declare const ExtensionStatus: {
160
153
  readonly EXTENDED: "EXTENDED";
161
154
  readonly EXTENSION_ERROR: "EXTENSION_ERROR";
162
155
  readonly NOT_EXTENDED: "NOT_EXTENDED";
163
156
  };
164
- export type ExtensionStatus =
165
- (typeof ExtensionStatus)[keyof typeof ExtensionStatus];
157
+ export type ExtensionStatus = (typeof ExtensionStatus)[keyof typeof ExtensionStatus];
166
158
  export declare const LaunchDisposition: {
167
159
  readonly STARTED: "STARTED";
168
160
  readonly STOPPED: "STOPPED";
169
161
  };
170
- export type LaunchDisposition =
171
- (typeof LaunchDisposition)[keyof typeof LaunchDisposition];
162
+ export type LaunchDisposition = (typeof LaunchDisposition)[keyof typeof LaunchDisposition];
163
+ export declare const RecoveryMode: {
164
+ readonly FAST: "FAST";
165
+ readonly OPTIMAL: "OPTIMAL";
166
+ };
167
+ export type RecoveryMode = (typeof RecoveryMode)[keyof typeof RecoveryMode];
172
168
  export declare const TargetInstanceTypeRightSizingMethod: {
173
169
  readonly BASIC: "BASIC";
174
170
  readonly IN_AWS: "IN_AWS";
@@ -201,15 +197,13 @@ export declare const InternetProtocol: {
201
197
  readonly IPV4: "IPV4";
202
198
  readonly IPV6: "IPV6";
203
199
  };
204
- export type InternetProtocol =
205
- (typeof InternetProtocol)[keyof typeof InternetProtocol];
200
+ export type InternetProtocol = (typeof InternetProtocol)[keyof typeof InternetProtocol];
206
201
  export declare const PITPolicyRuleUnits: {
207
202
  readonly DAY: "DAY";
208
203
  readonly HOUR: "HOUR";
209
204
  readonly MINUTE: "MINUTE";
210
205
  };
211
- export type PITPolicyRuleUnits =
212
- (typeof PITPolicyRuleUnits)[keyof typeof PITPolicyRuleUnits];
206
+ export type PITPolicyRuleUnits = (typeof PITPolicyRuleUnits)[keyof typeof PITPolicyRuleUnits];
213
207
  export declare const JobLogEvent: {
214
208
  readonly CLEANUP_END: "CLEANUP_END";
215
209
  readonly CLEANUP_FAIL: "CLEANUP_FAIL";
@@ -321,14 +315,12 @@ export declare const EC2InstanceState: {
321
315
  readonly STOPPING: "STOPPING";
322
316
  readonly TERMINATED: "TERMINATED";
323
317
  };
324
- export type EC2InstanceState =
325
- (typeof EC2InstanceState)[keyof typeof EC2InstanceState];
318
+ export type EC2InstanceState = (typeof EC2InstanceState)[keyof typeof EC2InstanceState];
326
319
  export declare const FailbackLaunchType: {
327
320
  readonly DRILL: "DRILL";
328
321
  readonly RECOVERY: "RECOVERY";
329
322
  };
330
- export type FailbackLaunchType =
331
- (typeof FailbackLaunchType)[keyof typeof FailbackLaunchType];
323
+ export type FailbackLaunchType = (typeof FailbackLaunchType)[keyof typeof FailbackLaunchType];
332
324
  export declare const FailbackState: {
333
325
  readonly FAILBACK_COMPLETED: "FAILBACK_COMPLETED";
334
326
  readonly FAILBACK_ERROR: "FAILBACK_ERROR";
@@ -343,8 +335,7 @@ export declare const OriginEnvironment: {
343
335
  readonly AWS: "AWS";
344
336
  readonly ON_PREMISES: "ON_PREMISES";
345
337
  };
346
- export type OriginEnvironment =
347
- (typeof OriginEnvironment)[keyof typeof OriginEnvironment];
338
+ export type OriginEnvironment = (typeof OriginEnvironment)[keyof typeof OriginEnvironment];
348
339
  export declare const RecoverySnapshotsOrder: {
349
340
  readonly ASC: "ASC";
350
341
  readonly DESC: "DESC";
@@ -360,16 +351,14 @@ export declare const RecoveryResult: {
360
351
  readonly PARTIAL_SUCCESS: "PARTIAL_SUCCESS";
361
352
  readonly SUCCESS: "SUCCESS";
362
353
  };
363
- export type RecoveryResult =
364
- (typeof RecoveryResult)[keyof typeof RecoveryResult];
354
+ export type RecoveryResult = (typeof RecoveryResult)[keyof typeof RecoveryResult];
365
355
  export declare const ReplicationStatus: {
366
356
  readonly ERROR: "ERROR";
367
357
  readonly IN_PROGRESS: "IN_PROGRESS";
368
358
  readonly PROTECTED: "PROTECTED";
369
359
  readonly STOPPED: "STOPPED";
370
360
  };
371
- export type ReplicationStatus =
372
- (typeof ReplicationStatus)[keyof typeof ReplicationStatus];
361
+ export type ReplicationStatus = (typeof ReplicationStatus)[keyof typeof ReplicationStatus];
373
362
  export declare const ReplicationConfigurationReplicatedDiskStagingDiskType: {
374
363
  readonly AUTO: "AUTO";
375
364
  readonly GP2: "GP2";
@@ -6,9 +6,7 @@ export declare class AccessDeniedException extends __BaseException {
6
6
  readonly name: "AccessDeniedException";
7
7
  readonly $fault: "client";
8
8
  code?: string | undefined;
9
- constructor(
10
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
- );
9
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
12
10
  }
13
11
  export declare class ConflictException extends __BaseException {
14
12
  readonly name: "ConflictException";
@@ -22,9 +20,7 @@ export declare class InternalServerException extends __BaseException {
22
20
  readonly name: "InternalServerException";
23
21
  readonly $fault: "server";
24
22
  retryAfterSeconds?: number | undefined;
25
- constructor(
26
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
27
- );
23
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
28
24
  }
29
25
  export declare class ResourceNotFoundException extends __BaseException {
30
26
  readonly name: "ResourceNotFoundException";
@@ -32,9 +28,7 @@ export declare class ResourceNotFoundException extends __BaseException {
32
28
  code?: string | undefined;
33
29
  resourceId?: string | undefined;
34
30
  resourceType?: string | undefined;
35
- constructor(
36
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
37
- );
31
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
38
32
  }
39
33
  export declare class ServiceQuotaExceededException extends __BaseException {
40
34
  readonly name: "ServiceQuotaExceededException";
@@ -44,9 +38,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
44
38
  resourceType?: string | undefined;
45
39
  serviceCode?: string | undefined;
46
40
  quotaCode?: string | undefined;
47
- constructor(
48
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
49
- );
41
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
50
42
  }
51
43
  export declare class ThrottlingException extends __BaseException {
52
44
  readonly name: "ThrottlingException";
@@ -54,17 +46,13 @@ export declare class ThrottlingException extends __BaseException {
54
46
  serviceCode?: string | undefined;
55
47
  quotaCode?: string | undefined;
56
48
  retryAfterSeconds?: string | undefined;
57
- constructor(
58
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
59
- );
49
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
60
50
  }
61
51
  export declare class UninitializedAccountException extends __BaseException {
62
52
  readonly name: "UninitializedAccountException";
63
53
  readonly $fault: "client";
64
54
  code?: string | undefined;
65
- constructor(
66
- opts: __ExceptionOptionType<UninitializedAccountException, __BaseException>
67
- );
55
+ constructor(opts: __ExceptionOptionType<UninitializedAccountException, __BaseException>);
68
56
  }
69
57
  export declare class ValidationException extends __BaseException {
70
58
  readonly name: "ValidationException";
@@ -72,7 +60,5 @@ export declare class ValidationException extends __BaseException {
72
60
  code?: string | undefined;
73
61
  reason?: ValidationExceptionReason | undefined;
74
62
  fieldList?: ValidationExceptionField[] | undefined;
75
- constructor(
76
- opts: __ExceptionOptionType<ValidationException, __BaseException>
77
- );
63
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
78
64
  }