@aws-sdk/client-drs 3.170.0 → 3.178.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 (45) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/Drs.d.ts +0 -32
  6. package/dist-types/ts3.4/DrsClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CreateExtendedSourceServerCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateReplicationConfigurationTemplateCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteRecoveryInstanceCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteSourceServerCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DescribeJobLogItemsCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeRecoveryInstancesCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DescribeRecoverySnapshotsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeSourceServersCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DisconnectRecoveryInstanceCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DisconnectSourceServerCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetFailbackReplicationConfigurationCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/GetLaunchConfigurationCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/GetReplicationConfigurationCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/InitializeServiceCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/ListExtensibleSourceServersCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ListStagingAccountsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/RetryDataReplicationCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/StartFailbackLaunchCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/StartRecoveryCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/StopFailbackCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/TerminateRecoveryInstancesCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/UpdateLaunchConfigurationCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/UpdateReplicationConfigurationCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/models/DrsServiceException.d.ts +0 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +0 -414
  41. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  42. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  43. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  44. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  45. package/package.json +26 -26
@@ -19,7 +19,6 @@ export interface ListExtensibleSourceServersCommandInput
19
19
  export interface ListExtensibleSourceServersCommandOutput
20
20
  extends ListExtensibleSourceServersResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListExtensibleSourceServersCommand extends $Command<
24
23
  ListExtensibleSourceServersCommandInput,
25
24
  ListExtensibleSourceServersCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListExtensibleSourceServersCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListExtensibleSourceServersCommandInput;
29
28
  constructor(input: ListExtensibleSourceServersCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListStagingAccountsCommandInput
19
19
  export interface ListStagingAccountsCommandOutput
20
20
  extends ListStagingAccountsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListStagingAccountsCommand extends $Command<
24
23
  ListStagingAccountsCommandInput,
25
24
  ListStagingAccountsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListStagingAccountsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListStagingAccountsCommandInput;
29
28
  constructor(input: ListStagingAccountsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -16,7 +16,6 @@ export interface RetryDataReplicationCommandInput
16
16
  export interface RetryDataReplicationCommandOutput
17
17
  extends SourceServer,
18
18
  __MetadataBearer {}
19
-
20
19
  export declare class RetryDataReplicationCommand extends $Command<
21
20
  RetryDataReplicationCommandInput,
22
21
  RetryDataReplicationCommandOutput,
@@ -24,7 +23,6 @@ export declare class RetryDataReplicationCommand extends $Command<
24
23
  > {
25
24
  readonly input: RetryDataReplicationCommandInput;
26
25
  constructor(input: RetryDataReplicationCommandInput);
27
-
28
26
  resolveMiddleware(
29
27
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
28
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartFailbackLaunchCommandInput
19
19
  export interface StartFailbackLaunchCommandOutput
20
20
  extends StartFailbackLaunchResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartFailbackLaunchCommand extends $Command<
24
23
  StartFailbackLaunchCommandInput,
25
24
  StartFailbackLaunchCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartFailbackLaunchCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartFailbackLaunchCommandInput;
29
28
  constructor(input: StartFailbackLaunchCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface StartRecoveryCommandInput extends StartRecoveryRequest {}
18
18
  export interface StartRecoveryCommandOutput
19
19
  extends StartRecoveryResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class StartRecoveryCommand extends $Command<
23
22
  StartRecoveryCommandInput,
24
23
  StartRecoveryCommandOutput,
@@ -26,7 +25,6 @@ export declare class StartRecoveryCommand extends $Command<
26
25
  > {
27
26
  readonly input: StartRecoveryCommandInput;
28
27
  constructor(input: StartRecoveryCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DrsClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { StopFailbackRequest } from "../models/models_0";
14
14
  export interface StopFailbackCommandInput extends StopFailbackRequest {}
15
15
  export interface StopFailbackCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class StopFailbackCommand extends $Command<
18
17
  StopFailbackCommandInput,
19
18
  StopFailbackCommandOutput,
@@ -21,7 +20,6 @@ export declare class StopFailbackCommand extends $Command<
21
20
  > {
22
21
  readonly input: StopFailbackCommandInput;
23
22
  constructor(input: StopFailbackCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: DrsClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { TagResourceRequest } from "../models/models_0";
14
14
  export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class TagResourceCommand extends $Command<
18
17
  TagResourceCommandInput,
19
18
  TagResourceCommandOutput,
@@ -21,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
21
20
  > {
22
21
  readonly input: TagResourceCommandInput;
23
22
  constructor(input: TagResourceCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface TerminateRecoveryInstancesCommandInput
19
19
  export interface TerminateRecoveryInstancesCommandOutput
20
20
  extends TerminateRecoveryInstancesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class TerminateRecoveryInstancesCommand extends $Command<
24
23
  TerminateRecoveryInstancesCommandInput,
25
24
  TerminateRecoveryInstancesCommandOutput,
@@ -27,7 +26,6 @@ export declare class TerminateRecoveryInstancesCommand extends $Command<
27
26
  > {
28
27
  readonly input: TerminateRecoveryInstancesCommandInput;
29
28
  constructor(input: TerminateRecoveryInstancesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { UntagResourceRequest } from "../models/models_0";
14
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
15
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class UntagResourceCommand extends $Command<
18
17
  UntagResourceCommandInput,
19
18
  UntagResourceCommandOutput,
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
21
20
  > {
22
21
  readonly input: UntagResourceCommandInput;
23
22
  constructor(input: UntagResourceCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: DrsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface UpdateFailbackReplicationConfigurationCommandInput
15
15
  extends UpdateFailbackReplicationConfigurationRequest {}
16
16
  export interface UpdateFailbackReplicationConfigurationCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class UpdateFailbackReplicationConfigurationCommand extends $Command<
20
19
  UpdateFailbackReplicationConfigurationCommandInput,
21
20
  UpdateFailbackReplicationConfigurationCommandOutput,
@@ -23,7 +22,6 @@ export declare class UpdateFailbackReplicationConfigurationCommand extends $Comm
23
22
  > {
24
23
  readonly input: UpdateFailbackReplicationConfigurationCommandInput;
25
24
  constructor(input: UpdateFailbackReplicationConfigurationCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateLaunchConfigurationCommandInput
19
19
  export interface UpdateLaunchConfigurationCommandOutput
20
20
  extends LaunchConfiguration,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateLaunchConfigurationCommand extends $Command<
24
23
  UpdateLaunchConfigurationCommandInput,
25
24
  UpdateLaunchConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateLaunchConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateLaunchConfigurationCommandInput;
29
28
  constructor(input: UpdateLaunchConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateReplicationConfigurationCommandInput
19
19
  export interface UpdateReplicationConfigurationCommandOutput
20
20
  extends ReplicationConfiguration,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateReplicationConfigurationCommand extends $Command<
24
23
  UpdateReplicationConfigurationCommandInput,
25
24
  UpdateReplicationConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateReplicationConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateReplicationConfigurationCommandInput;
29
28
  constructor(input: UpdateReplicationConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateReplicationConfigurationTemplateCommandInput
19
19
  export interface UpdateReplicationConfigurationTemplateCommandOutput
20
20
  extends ReplicationConfigurationTemplate,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateReplicationConfigurationTemplateCommand extends $Command<
24
23
  UpdateReplicationConfigurationTemplateCommandInput,
25
24
  UpdateReplicationConfigurationTemplateCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateReplicationConfigurationTemplateCommand extends $Comm
27
26
  > {
28
27
  readonly input: UpdateReplicationConfigurationTemplateCommandInput;
29
28
  constructor(input: UpdateReplicationConfigurationTemplateCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class DrsServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }