@aws-sdk/client-drs 3.279.0 → 3.281.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/README.md +283 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +9 -9
- package/dist-cjs/protocols/Aws_restJson1.js +4 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +8 -8
- package/dist-es/protocols/Aws_restJson1.js +4 -0
- package/dist-types/commands/CreateExtendedSourceServerCommand.d.ts +6 -0
- package/dist-types/commands/CreateReplicationConfigurationTemplateCommand.d.ts +6 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +6 -0
- package/dist-types/commands/DeleteRecoveryInstanceCommand.d.ts +6 -0
- package/dist-types/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +6 -0
- package/dist-types/commands/DeleteSourceServerCommand.d.ts +6 -0
- package/dist-types/commands/DescribeJobLogItemsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeJobsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeRecoveryInstancesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeRecoverySnapshotsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSourceServersCommand.d.ts +6 -0
- package/dist-types/commands/DisconnectRecoveryInstanceCommand.d.ts +6 -0
- package/dist-types/commands/DisconnectSourceServerCommand.d.ts +6 -0
- package/dist-types/commands/GetFailbackReplicationConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/GetLaunchConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/GetReplicationConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/InitializeServiceCommand.d.ts +6 -0
- package/dist-types/commands/ListExtensibleSourceServersCommand.d.ts +6 -0
- package/dist-types/commands/ListStagingAccountsCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/RetryDataReplicationCommand.d.ts +6 -0
- package/dist-types/commands/ReverseReplicationCommand.d.ts +6 -0
- package/dist-types/commands/StartFailbackLaunchCommand.d.ts +6 -0
- package/dist-types/commands/StartRecoveryCommand.d.ts +6 -0
- package/dist-types/commands/StartReplicationCommand.d.ts +6 -0
- package/dist-types/commands/StopFailbackCommand.d.ts +6 -0
- package/dist-types/commands/StopReplicationCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/TerminateRecoveryInstancesCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateLaunchConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateReplicationConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +25 -9
- package/dist-types/ts3.4/models/models_0.d.ts +11 -7
- package/package.json +3 -3
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { DescribeRecoveryInstancesRequest, DescribeRecoveryInstancesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeRecoveryInstancesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeRecoveryInstancesCommandInput extends DescribeRecoveryInstancesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeRecoveryInstancesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeRecoveryInstancesCommandOutput extends DescribeRecoveryInstancesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { DescribeRecoverySnapshotsRequest, DescribeRecoverySnapshotsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeRecoverySnapshotsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeRecoverySnapshotsCommandInput extends DescribeRecoverySnapshotsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeRecoverySnapshotsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeRecoverySnapshotsCommandOutput extends DescribeRecoverySnapshotsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { DescribeReplicationConfigurationTemplatesRequest, DescribeReplicationConfigurationTemplatesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeReplicationConfigurationTemplatesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeReplicationConfigurationTemplatesCommandInput extends DescribeReplicationConfigurationTemplatesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeReplicationConfigurationTemplatesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeReplicationConfigurationTemplatesCommandOutput extends DescribeReplicationConfigurationTemplatesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { DescribeSourceServersRequest, DescribeSourceServersResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeSourceServersCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeSourceServersCommandInput extends DescribeSourceServersRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeSourceServersCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeSourceServersCommandOutput extends DescribeSourceServersResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { DisconnectRecoveryInstanceRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DisconnectRecoveryInstanceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DisconnectRecoveryInstanceCommandInput extends DisconnectRecoveryInstanceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DisconnectRecoveryInstanceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DisconnectRecoveryInstanceCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { DisconnectSourceServerRequest, SourceServer } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DisconnectSourceServerCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DisconnectSourceServerCommandInput extends DisconnectSourceServerRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DisconnectSourceServerCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DisconnectSourceServerCommandOutput extends SourceServer, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { GetFailbackReplicationConfigurationRequest, GetFailbackReplicationConfigurationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetFailbackReplicationConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetFailbackReplicationConfigurationCommandInput extends GetFailbackReplicationConfigurationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetFailbackReplicationConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetFailbackReplicationConfigurationCommandOutput extends GetFailbackReplicationConfigurationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { GetLaunchConfigurationRequest, LaunchConfiguration } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetLaunchConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetLaunchConfigurationCommandInput extends GetLaunchConfigurationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetLaunchConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetLaunchConfigurationCommandOutput extends LaunchConfiguration, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { GetReplicationConfigurationRequest, ReplicationConfiguration } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetReplicationConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetReplicationConfigurationCommandInput extends GetReplicationConfigurationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetReplicationConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetReplicationConfigurationCommandOutput extends ReplicationConfiguration, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { InitializeServiceRequest, InitializeServiceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link InitializeServiceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface InitializeServiceCommandInput extends InitializeServiceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link InitializeServiceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface InitializeServiceCommandOutput extends InitializeServiceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { ListExtensibleSourceServersRequest, ListExtensibleSourceServersResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListExtensibleSourceServersCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListExtensibleSourceServersCommandInput extends ListExtensibleSourceServersRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListExtensibleSourceServersCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListExtensibleSourceServersCommandOutput extends ListExtensibleSourceServersResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { ListStagingAccountsRequest, ListStagingAccountsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListStagingAccountsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListStagingAccountsCommandInput extends ListStagingAccountsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListStagingAccountsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListStagingAccountsCommandOutput extends ListStagingAccountsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListTagsForResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListTagsForResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { RetryDataReplicationRequest, SourceServer } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RetryDataReplicationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RetryDataReplicationCommandInput extends RetryDataReplicationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RetryDataReplicationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RetryDataReplicationCommandOutput extends SourceServer, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { ReverseReplicationRequest, ReverseReplicationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ReverseReplicationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ReverseReplicationCommandInput extends ReverseReplicationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ReverseReplicationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ReverseReplicationCommandOutput extends ReverseReplicationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { StartFailbackLaunchRequest, StartFailbackLaunchResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StartFailbackLaunchCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StartFailbackLaunchCommandInput extends StartFailbackLaunchRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StartFailbackLaunchCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StartFailbackLaunchCommandOutput extends StartFailbackLaunchResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { StartRecoveryRequest, StartRecoveryResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StartRecoveryCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StartRecoveryCommandInput extends StartRecoveryRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StartRecoveryCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StartRecoveryCommandOutput extends StartRecoveryResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { StartReplicationRequest, StartReplicationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StartReplicationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StartReplicationCommandInput extends StartReplicationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StartReplicationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StartReplicationCommandOutput extends StartReplicationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { StopFailbackRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StopFailbackCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StopFailbackCommandInput extends StopFailbackRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StopFailbackCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StopFailbackCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { StopReplicationRequest, StopReplicationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StopReplicationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StopReplicationCommandInput extends StopReplicationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StopReplicationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StopReplicationCommandOutput extends StopReplicationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { TagResourceRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link TagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link TagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { TerminateRecoveryInstancesRequest, TerminateRecoveryInstancesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link TerminateRecoveryInstancesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface TerminateRecoveryInstancesCommandInput extends TerminateRecoveryInstancesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link TerminateRecoveryInstancesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface TerminateRecoveryInstancesCommandOutput extends TerminateRecoveryInstancesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { UntagResourceRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UntagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UntagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { UpdateFailbackReplicationConfigurationRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateFailbackReplicationConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateFailbackReplicationConfigurationCommandInput extends UpdateFailbackReplicationConfigurationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateFailbackReplicationConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateFailbackReplicationConfigurationCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { LaunchConfiguration, UpdateLaunchConfigurationRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateLaunchConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateLaunchConfigurationCommandInput extends UpdateLaunchConfigurationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateLaunchConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateLaunchConfigurationCommandOutput extends LaunchConfiguration, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { ReplicationConfiguration, UpdateReplicationConfigurationRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateReplicationConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateReplicationConfigurationCommandInput extends UpdateReplicationConfigurationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateReplicationConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateReplicationConfigurationCommandOutput extends ReplicationConfiguration, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { ReplicationConfigurationTemplate, UpdateReplicationConfigurationTemplateRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateReplicationConfigurationTemplateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateReplicationConfigurationTemplateCommandInput extends UpdateReplicationConfigurationTemplateRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateReplicationConfigurationTemplateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateReplicationConfigurationTemplateCommandOutput extends ReplicationConfigurationTemplate, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -233,6 +233,10 @@ export interface DataReplicationInfo {
|
|
|
233
233
|
* <p>Error in data replication.</p>
|
|
234
234
|
*/
|
|
235
235
|
dataReplicationError?: DataReplicationError;
|
|
236
|
+
/**
|
|
237
|
+
* <p>AWS Availability zone into which data is being replicated.</p>
|
|
238
|
+
*/
|
|
239
|
+
stagingAvailabilityZone?: string;
|
|
236
240
|
}
|
|
237
241
|
export declare enum LastLaunchResult {
|
|
238
242
|
FAILED = "FAILED",
|
|
@@ -261,6 +265,13 @@ export interface LifeCycleLastLaunchInitiated {
|
|
|
261
265
|
*/
|
|
262
266
|
type?: LastLaunchType | string;
|
|
263
267
|
}
|
|
268
|
+
export declare enum LaunchStatus {
|
|
269
|
+
FAILED = "FAILED",
|
|
270
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
271
|
+
LAUNCHED = "LAUNCHED",
|
|
272
|
+
PENDING = "PENDING",
|
|
273
|
+
TERMINATED = "TERMINATED"
|
|
274
|
+
}
|
|
264
275
|
/**
|
|
265
276
|
* <p>An object containing information regarding the last launch of a Source Server.</p>
|
|
266
277
|
*/
|
|
@@ -269,6 +280,10 @@ export interface LifeCycleLastLaunch {
|
|
|
269
280
|
* <p>An object containing information regarding the initiation of the last launch of a Source Server.</p>
|
|
270
281
|
*/
|
|
271
282
|
initiated?: LifeCycleLastLaunchInitiated;
|
|
283
|
+
/**
|
|
284
|
+
* <p>Status of Source Server's last launch.</p>
|
|
285
|
+
*/
|
|
286
|
+
status?: LaunchStatus | string;
|
|
272
287
|
}
|
|
273
288
|
/**
|
|
274
289
|
* <p>An object representing the Source Server Lifecycle.</p>
|
|
@@ -957,13 +972,6 @@ export declare enum InitiatedBy {
|
|
|
957
972
|
TARGET_ACCOUNT = "TARGET_ACCOUNT",
|
|
958
973
|
TERMINATE_RECOVERY_INSTANCES = "TERMINATE_RECOVERY_INSTANCES"
|
|
959
974
|
}
|
|
960
|
-
export declare enum LaunchStatus {
|
|
961
|
-
FAILED = "FAILED",
|
|
962
|
-
IN_PROGRESS = "IN_PROGRESS",
|
|
963
|
-
LAUNCHED = "LAUNCHED",
|
|
964
|
-
PENDING = "PENDING",
|
|
965
|
-
TERMINATED = "TERMINATED"
|
|
966
|
-
}
|
|
967
975
|
/**
|
|
968
976
|
* <p>Represents a server participating in an asynchronous Job.</p>
|
|
969
977
|
*/
|
|
@@ -1225,6 +1233,10 @@ export interface RecoveryInstanceDataReplicationInfo {
|
|
|
1225
1233
|
* <p>Information about Data Replication</p>
|
|
1226
1234
|
*/
|
|
1227
1235
|
dataReplicationError?: RecoveryInstanceDataReplicationError;
|
|
1236
|
+
/**
|
|
1237
|
+
* <p>AWS Availability zone into which data is being replicated.</p>
|
|
1238
|
+
*/
|
|
1239
|
+
stagingAvailabilityZone?: string;
|
|
1228
1240
|
}
|
|
1229
1241
|
export declare enum EC2InstanceState {
|
|
1230
1242
|
NOT_FOUND = "NOT_FOUND",
|
|
@@ -1400,9 +1412,13 @@ export interface RecoveryInstance {
|
|
|
1400
1412
|
*/
|
|
1401
1413
|
isDrill?: boolean;
|
|
1402
1414
|
/**
|
|
1403
|
-
* <p>Environment (On Premises / AWS) of the instance that the recovery instance originated from
|
|
1415
|
+
* <p>Environment (On Premises / AWS) of the instance that the recovery instance originated from.</p>
|
|
1404
1416
|
*/
|
|
1405
1417
|
originEnvironment?: OriginEnvironment | string;
|
|
1418
|
+
/**
|
|
1419
|
+
* <p>AWS availability zone associated with the recovery instance.</p>
|
|
1420
|
+
*/
|
|
1421
|
+
originAvailabilityZone?: string;
|
|
1406
1422
|
}
|
|
1407
1423
|
export interface DescribeRecoveryInstancesResponse {
|
|
1408
1424
|
/**
|
|
@@ -1889,7 +1905,7 @@ export interface ReplicationConfigurationReplicatedDisk {
|
|
|
1889
1905
|
*/
|
|
1890
1906
|
throughput?: number;
|
|
1891
1907
|
/**
|
|
1892
|
-
* <p>
|
|
1908
|
+
* <p>The Staging Disk EBS volume type to be used during replication when <code>stagingDiskType</code> is set to Auto. This is a read-only field.</p>
|
|
1893
1909
|
*/
|
|
1894
1910
|
optimizedStagingDiskType?: ReplicationConfigurationReplicatedDiskStagingDiskType | string;
|
|
1895
1911
|
}
|
|
@@ -109,6 +109,7 @@ export interface DataReplicationInfo {
|
|
|
109
109
|
dataReplicationState?: DataReplicationState | string;
|
|
110
110
|
dataReplicationInitiation?: DataReplicationInitiation;
|
|
111
111
|
dataReplicationError?: DataReplicationError;
|
|
112
|
+
stagingAvailabilityZone?: string;
|
|
112
113
|
}
|
|
113
114
|
export declare enum LastLaunchResult {
|
|
114
115
|
FAILED = "FAILED",
|
|
@@ -125,8 +126,16 @@ export interface LifeCycleLastLaunchInitiated {
|
|
|
125
126
|
jobID?: string;
|
|
126
127
|
type?: LastLaunchType | string;
|
|
127
128
|
}
|
|
129
|
+
export declare enum LaunchStatus {
|
|
130
|
+
FAILED = "FAILED",
|
|
131
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
132
|
+
LAUNCHED = "LAUNCHED",
|
|
133
|
+
PENDING = "PENDING",
|
|
134
|
+
TERMINATED = "TERMINATED",
|
|
135
|
+
}
|
|
128
136
|
export interface LifeCycleLastLaunch {
|
|
129
137
|
initiated?: LifeCycleLastLaunchInitiated;
|
|
138
|
+
status?: LaunchStatus | string;
|
|
130
139
|
}
|
|
131
140
|
export interface LifeCycle {
|
|
132
141
|
addedToServiceDateTime?: string;
|
|
@@ -409,13 +418,6 @@ export declare enum InitiatedBy {
|
|
|
409
418
|
TARGET_ACCOUNT = "TARGET_ACCOUNT",
|
|
410
419
|
TERMINATE_RECOVERY_INSTANCES = "TERMINATE_RECOVERY_INSTANCES",
|
|
411
420
|
}
|
|
412
|
-
export declare enum LaunchStatus {
|
|
413
|
-
FAILED = "FAILED",
|
|
414
|
-
IN_PROGRESS = "IN_PROGRESS",
|
|
415
|
-
LAUNCHED = "LAUNCHED",
|
|
416
|
-
PENDING = "PENDING",
|
|
417
|
-
TERMINATED = "TERMINATED",
|
|
418
|
-
}
|
|
419
421
|
export interface ParticipatingServer {
|
|
420
422
|
sourceServerID?: string;
|
|
421
423
|
recoveryInstanceID?: string;
|
|
@@ -545,6 +547,7 @@ export interface RecoveryInstanceDataReplicationInfo {
|
|
|
545
547
|
dataReplicationState?: RecoveryInstanceDataReplicationState | string;
|
|
546
548
|
dataReplicationInitiation?: RecoveryInstanceDataReplicationInitiation;
|
|
547
549
|
dataReplicationError?: RecoveryInstanceDataReplicationError;
|
|
550
|
+
stagingAvailabilityZone?: string;
|
|
548
551
|
}
|
|
549
552
|
export declare enum EC2InstanceState {
|
|
550
553
|
NOT_FOUND = "NOT_FOUND",
|
|
@@ -612,6 +615,7 @@ export interface RecoveryInstance {
|
|
|
612
615
|
pointInTimeSnapshotDateTime?: string;
|
|
613
616
|
isDrill?: boolean;
|
|
614
617
|
originEnvironment?: OriginEnvironment | string;
|
|
618
|
+
originAvailabilityZone?: string;
|
|
615
619
|
}
|
|
616
620
|
export interface DescribeRecoveryInstancesResponse {
|
|
617
621
|
nextToken?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-drs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Drs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.281.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.281.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.272.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.281.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.272.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.272.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.272.0",
|