@aws-sdk/client-drs 3.170.0 → 3.171.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Drs.d.ts +0 -32
- package/dist-types/ts3.4/DrsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateExtendedSourceServerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRecoveryInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSourceServerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeJobLogItemsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRecoveryInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRecoverySnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSourceServersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisconnectRecoveryInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisconnectSourceServerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFailbackReplicationConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLaunchConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReplicationConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/InitializeServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListExtensibleSourceServersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListStagingAccountsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RetryDataReplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartFailbackLaunchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartRecoveryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopFailbackCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TerminateRecoveryInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLaunchConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateReplicationConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/DrsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -414
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -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
|
}
|