@aws-sdk/client-drs 3.296.0 → 3.298.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/dist-cjs/commands/DeleteJobCommand.js +2 -3
- package/dist-cjs/commands/DeleteRecoveryInstanceCommand.js +2 -3
- package/dist-cjs/commands/DeleteReplicationConfigurationTemplateCommand.js +2 -3
- package/dist-cjs/commands/DeleteSourceServerCommand.js +2 -3
- package/dist-cjs/commands/DescribeJobLogItemsCommand.js +2 -3
- package/dist-cjs/commands/DescribeJobsCommand.js +1 -1
- package/dist-cjs/commands/DescribeRecoveryInstancesCommand.js +1 -1
- package/dist-cjs/commands/DescribeRecoverySnapshotsCommand.js +2 -3
- package/dist-cjs/commands/DescribeReplicationConfigurationTemplatesCommand.js +1 -1
- package/dist-cjs/commands/DescribeSourceServersCommand.js +1 -1
- package/dist-cjs/commands/DisconnectRecoveryInstanceCommand.js +2 -3
- package/dist-cjs/commands/DisconnectSourceServerCommand.js +1 -1
- package/dist-cjs/commands/GetFailbackReplicationConfigurationCommand.js +2 -3
- package/dist-cjs/commands/GetLaunchConfigurationCommand.js +2 -3
- package/dist-cjs/commands/GetReplicationConfigurationCommand.js +1 -1
- package/dist-cjs/commands/InitializeServiceCommand.js +2 -3
- package/dist-cjs/commands/ListExtensibleSourceServersCommand.js +1 -1
- package/dist-cjs/commands/ListStagingAccountsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-cjs/commands/RetryDataReplicationCommand.js +1 -1
- package/dist-cjs/commands/ReverseReplicationCommand.js +2 -3
- package/dist-cjs/commands/StartReplicationCommand.js +1 -1
- package/dist-cjs/commands/StopFailbackCommand.js +2 -3
- package/dist-cjs/commands/StopReplicationCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/TerminateRecoveryInstancesCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateFailbackReplicationConfigurationCommand.js +2 -3
- package/dist-cjs/commands/UpdateLaunchConfigurationCommand.js +2 -3
- package/dist-cjs/models/models_0.js +2 -307
- package/dist-es/commands/DeleteJobCommand.js +2 -3
- package/dist-es/commands/DeleteRecoveryInstanceCommand.js +2 -3
- package/dist-es/commands/DeleteReplicationConfigurationTemplateCommand.js +2 -3
- package/dist-es/commands/DeleteSourceServerCommand.js +2 -3
- package/dist-es/commands/DescribeJobLogItemsCommand.js +2 -3
- package/dist-es/commands/DescribeJobsCommand.js +2 -2
- package/dist-es/commands/DescribeRecoveryInstancesCommand.js +2 -2
- package/dist-es/commands/DescribeRecoverySnapshotsCommand.js +2 -3
- package/dist-es/commands/DescribeReplicationConfigurationTemplatesCommand.js +2 -2
- package/dist-es/commands/DescribeSourceServersCommand.js +2 -2
- package/dist-es/commands/DisconnectRecoveryInstanceCommand.js +2 -3
- package/dist-es/commands/DisconnectSourceServerCommand.js +2 -2
- package/dist-es/commands/GetFailbackReplicationConfigurationCommand.js +2 -3
- package/dist-es/commands/GetLaunchConfigurationCommand.js +2 -3
- package/dist-es/commands/GetReplicationConfigurationCommand.js +2 -2
- package/dist-es/commands/InitializeServiceCommand.js +2 -3
- package/dist-es/commands/ListExtensibleSourceServersCommand.js +2 -2
- package/dist-es/commands/ListStagingAccountsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RetryDataReplicationCommand.js +2 -2
- package/dist-es/commands/ReverseReplicationCommand.js +2 -3
- package/dist-es/commands/StartReplicationCommand.js +2 -2
- package/dist-es/commands/StopFailbackCommand.js +2 -3
- package/dist-es/commands/StopReplicationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/TerminateRecoveryInstancesCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateFailbackReplicationConfigurationCommand.js +2 -3
- package/dist-es/commands/UpdateLaunchConfigurationCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -228
- package/dist-types/Drs.d.ts +36 -0
- package/dist-types/DrsClient.d.ts +24 -4
- package/dist-types/commands/CreateExtendedSourceServerCommand.d.ts +16 -0
- package/dist-types/commands/CreateReplicationConfigurationTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRecoveryInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSourceServerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobLogItemsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRecoveryInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRecoverySnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSourceServersCommand.d.ts +16 -0
- package/dist-types/commands/DisconnectRecoveryInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DisconnectSourceServerCommand.d.ts +16 -0
- package/dist-types/commands/GetFailbackReplicationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetLaunchConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetReplicationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/InitializeServiceCommand.d.ts +16 -0
- package/dist-types/commands/ListExtensibleSourceServersCommand.d.ts +16 -0
- package/dist-types/commands/ListStagingAccountsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RetryDataReplicationCommand.d.ts +16 -0
- package/dist-types/commands/ReverseReplicationCommand.d.ts +16 -0
- package/dist-types/commands/StartFailbackLaunchCommand.d.ts +16 -0
- package/dist-types/commands/StartRecoveryCommand.d.ts +16 -0
- package/dist-types/commands/StartReplicationCommand.d.ts +16 -0
- package/dist-types/commands/StopFailbackCommand.d.ts +16 -0
- package/dist-types/commands/StopReplicationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/TerminateRecoveryInstancesCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLaunchConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateReplicationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +16 -0
- package/dist-types/models/DrsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +320 -304
- package/dist-types/pagination/DescribeJobLogItemsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeRecoveryInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeRecoverySnapshotsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReplicationConfigurationTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSourceServersPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListExtensibleSourceServersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStagingAccountsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -212
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { DescribeJobLogItemsRequest, DescribeJobLogItemsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeJobLogItemsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeJobLogItemsCommandInput extends DescribeJobLogItemsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeJobLogItemsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeJobLogItemsCommandOutput extends DescribeJobLogItemsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a detailed Job log with pagination.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeJobLogItemsCommandOutput extends DescribeJobLogItemsRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeJobLogItemsCommandInput - {@link DescribeJobLogItemsCommandInput}
|
|
34
|
+
* @returns {@link DescribeJobLogItemsCommandOutput}
|
|
28
35
|
* @see {@link DescribeJobLogItemsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeJobLogItemsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DescribeJobLogItemsCommandOutput extends DescribeJobLogItemsRes
|
|
|
46
53
|
export declare class DescribeJobLogItemsCommand extends $Command<DescribeJobLogItemsCommandInput, DescribeJobLogItemsCommandOutput, DrsClientResolvedConfig> {
|
|
47
54
|
readonly input: DescribeJobLogItemsCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DescribeJobLogItemsCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeJobLogItemsCommandInput, DescribeJobLogItemsCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { DescribeJobsRequest, DescribeJobsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeJobsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeJobsCommandInput extends DescribeJobsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeJobsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeJobsCommandOutput extends DescribeJobsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of Jobs. Use the JobsID and fromDate and toDate filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are created by the StartRecovery, TerminateRecoveryInstances and StartFailbackLaunch APIs. Jobs are also created by DiagnosticLaunch and TerminateDiagnosticInstances, which are APIs available only to *Support* and only used in response to relevant support tickets.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeJobsCommandOutput extends DescribeJobsResponse, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeJobsCommandInput - {@link DescribeJobsCommandInput}
|
|
34
|
+
* @returns {@link DescribeJobsCommandOutput}
|
|
28
35
|
* @see {@link DescribeJobsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeJobsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DescribeJobsCommandOutput extends DescribeJobsResponse, __Metad
|
|
|
46
53
|
export declare class DescribeJobsCommand extends $Command<DescribeJobsCommandInput, DescribeJobsCommandOutput, DrsClientResolvedConfig> {
|
|
47
54
|
readonly input: DescribeJobsCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DescribeJobsCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeJobsCommandInput, DescribeJobsCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { DescribeRecoveryInstancesRequest, DescribeRecoveryInstancesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeRecoveryInstancesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeRecoveryInstancesCommandInput extends DescribeRecoveryInstancesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeRecoveryInstancesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeRecoveryInstancesCommandOutput extends DescribeRecoveryInstancesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all Recovery Instances or multiple Recovery Instances by ID.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeRecoveryInstancesCommandOutput extends DescribeRecovery
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeRecoveryInstancesCommandInput - {@link DescribeRecoveryInstancesCommandInput}
|
|
34
|
+
* @returns {@link DescribeRecoveryInstancesCommandOutput}
|
|
28
35
|
* @see {@link DescribeRecoveryInstancesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeRecoveryInstancesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DescribeRecoveryInstancesCommandOutput extends DescribeRecovery
|
|
|
46
53
|
export declare class DescribeRecoveryInstancesCommand extends $Command<DescribeRecoveryInstancesCommandInput, DescribeRecoveryInstancesCommandOutput, DrsClientResolvedConfig> {
|
|
47
54
|
readonly input: DescribeRecoveryInstancesCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DescribeRecoveryInstancesCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecoveryInstancesCommandInput, DescribeRecoveryInstancesCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { DescribeRecoverySnapshotsRequest, DescribeRecoverySnapshotsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeRecoverySnapshotsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeRecoverySnapshotsCommandInput extends DescribeRecoverySnapshotsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeRecoverySnapshotsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeRecoverySnapshotsCommandOutput extends DescribeRecoverySnapshotsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all Recovery Snapshots for a single Source Server.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeRecoverySnapshotsCommandOutput extends DescribeRecovery
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeRecoverySnapshotsCommandInput - {@link DescribeRecoverySnapshotsCommandInput}
|
|
34
|
+
* @returns {@link DescribeRecoverySnapshotsCommandOutput}
|
|
28
35
|
* @see {@link DescribeRecoverySnapshotsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeRecoverySnapshotsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DescribeRecoverySnapshotsCommandOutput extends DescribeRecovery
|
|
|
49
56
|
export declare class DescribeRecoverySnapshotsCommand extends $Command<DescribeRecoverySnapshotsCommandInput, DescribeRecoverySnapshotsCommandOutput, DrsClientResolvedConfig> {
|
|
50
57
|
readonly input: DescribeRecoverySnapshotsCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DescribeRecoverySnapshotsCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecoverySnapshotsCommandInput, DescribeRecoverySnapshotsCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { DescribeReplicationConfigurationTemplatesRequest, DescribeReplicationConfigurationTemplatesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeReplicationConfigurationTemplatesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeReplicationConfigurationTemplatesCommandInput extends DescribeReplicationConfigurationTemplatesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeReplicationConfigurationTemplatesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeReplicationConfigurationTemplatesCommandOutput extends DescribeReplicationConfigurationTemplatesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeReplicationConfigurationTemplatesCommandOutput extends
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeReplicationConfigurationTemplatesCommandInput - {@link DescribeReplicationConfigurationTemplatesCommandInput}
|
|
34
|
+
* @returns {@link DescribeReplicationConfigurationTemplatesCommandOutput}
|
|
28
35
|
* @see {@link DescribeReplicationConfigurationTemplatesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeReplicationConfigurationTemplatesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DescribeReplicationConfigurationTemplatesCommandOutput extends
|
|
|
49
56
|
export declare class DescribeReplicationConfigurationTemplatesCommand extends $Command<DescribeReplicationConfigurationTemplatesCommandInput, DescribeReplicationConfigurationTemplatesCommandOutput, DrsClientResolvedConfig> {
|
|
50
57
|
readonly input: DescribeReplicationConfigurationTemplatesCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DescribeReplicationConfigurationTemplatesCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationConfigurationTemplatesCommandInput, DescribeReplicationConfigurationTemplatesCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { DescribeSourceServersRequest, DescribeSourceServersResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeSourceServersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeSourceServersCommandInput extends DescribeSourceServersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeSourceServersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeSourceServersCommandOutput extends DescribeSourceServersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all Source Servers or multiple Source Servers filtered by ID.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeSourceServersCommandOutput extends DescribeSourceServer
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeSourceServersCommandInput - {@link DescribeSourceServersCommandInput}
|
|
34
|
+
* @returns {@link DescribeSourceServersCommandOutput}
|
|
28
35
|
* @see {@link DescribeSourceServersCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeSourceServersCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DescribeSourceServersCommandOutput extends DescribeSourceServer
|
|
|
46
53
|
export declare class DescribeSourceServersCommand extends $Command<DescribeSourceServersCommandInput, DescribeSourceServersCommandOutput, DrsClientResolvedConfig> {
|
|
47
54
|
readonly input: DescribeSourceServersCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DescribeSourceServersCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSourceServersCommandInput, DescribeSourceServersCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { DisconnectRecoveryInstanceRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisconnectRecoveryInstanceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisconnectRecoveryInstanceCommandInput extends DisconnectRecoveryInstanceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisconnectRecoveryInstanceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisconnectRecoveryInstanceCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disconnect a Recovery Instance from Elastic Disaster Recovery. Data replication is stopped immediately. All AWS resources created by Elastic Disaster Recovery for enabling the replication of the Recovery Instance will be terminated / deleted within 90 minutes. If the agent on the Recovery Instance has not been prevented from communicating with the Elastic Disaster Recovery service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the Recovery Instance will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DisconnectRecoveryInstanceCommandOutput extends __MetadataBeare
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DisconnectRecoveryInstanceCommandInput - {@link DisconnectRecoveryInstanceCommandInput}
|
|
34
|
+
* @returns {@link DisconnectRecoveryInstanceCommandOutput}
|
|
28
35
|
* @see {@link DisconnectRecoveryInstanceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DisconnectRecoveryInstanceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DisconnectRecoveryInstanceCommandOutput extends __MetadataBeare
|
|
|
52
59
|
export declare class DisconnectRecoveryInstanceCommand extends $Command<DisconnectRecoveryInstanceCommandInput, DisconnectRecoveryInstanceCommandOutput, DrsClientResolvedConfig> {
|
|
53
60
|
readonly input: DisconnectRecoveryInstanceCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DisconnectRecoveryInstanceCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisconnectRecoveryInstanceCommandInput, DisconnectRecoveryInstanceCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { DisconnectSourceServerRequest, SourceServer } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisconnectSourceServerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisconnectSourceServerCommandInput extends DisconnectSourceServerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisconnectSourceServerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisconnectSourceServerCommandOutput extends SourceServer, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disconnects a specific Source Server from Elastic Disaster Recovery. Data replication is stopped immediately. All AWS resources created by Elastic Disaster Recovery for enabling the replication of the Source Server will be terminated / deleted within 90 minutes. You cannot disconnect a Source Server if it has a Recovery Instance. If the agent on the Source Server has not been prevented from communicating with the Elastic Disaster Recovery service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DisconnectSourceServerCommandOutput extends SourceServer, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DisconnectSourceServerCommandInput - {@link DisconnectSourceServerCommandInput}
|
|
34
|
+
* @returns {@link DisconnectSourceServerCommandOutput}
|
|
28
35
|
* @see {@link DisconnectSourceServerCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DisconnectSourceServerCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DisconnectSourceServerCommandOutput extends SourceServer, __Met
|
|
|
49
56
|
export declare class DisconnectSourceServerCommand extends $Command<DisconnectSourceServerCommandInput, DisconnectSourceServerCommandOutput, DrsClientResolvedConfig> {
|
|
50
57
|
readonly input: DisconnectSourceServerCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DisconnectSourceServerCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisconnectSourceServerCommandInput, DisconnectSourceServerCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { GetFailbackReplicationConfigurationRequest, GetFailbackReplicationConfigurationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetFailbackReplicationConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetFailbackReplicationConfigurationCommandInput extends GetFailbackReplicationConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetFailbackReplicationConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetFailbackReplicationConfigurationCommandOutput extends GetFailbackReplicationConfigurationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all Failback ReplicationConfigurations, filtered by Recovery Instance ID.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetFailbackReplicationConfigurationCommandOutput extends GetFai
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetFailbackReplicationConfigurationCommandInput - {@link GetFailbackReplicationConfigurationCommandInput}
|
|
34
|
+
* @returns {@link GetFailbackReplicationConfigurationCommandOutput}
|
|
28
35
|
* @see {@link GetFailbackReplicationConfigurationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetFailbackReplicationConfigurationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetFailbackReplicationConfigurationCommandOutput extends GetFai
|
|
|
46
53
|
export declare class GetFailbackReplicationConfigurationCommand extends $Command<GetFailbackReplicationConfigurationCommandInput, GetFailbackReplicationConfigurationCommandOutput, DrsClientResolvedConfig> {
|
|
47
54
|
readonly input: GetFailbackReplicationConfigurationCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetFailbackReplicationConfigurationCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFailbackReplicationConfigurationCommandInput, GetFailbackReplicationConfigurationCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { GetLaunchConfigurationRequest, LaunchConfiguration } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetLaunchConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetLaunchConfigurationCommandInput extends GetLaunchConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetLaunchConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetLaunchConfigurationCommandOutput extends LaunchConfiguration, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets a LaunchConfiguration, filtered by Source Server IDs.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetLaunchConfigurationCommandOutput extends LaunchConfiguration
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetLaunchConfigurationCommandInput - {@link GetLaunchConfigurationCommandInput}
|
|
34
|
+
* @returns {@link GetLaunchConfigurationCommandOutput}
|
|
28
35
|
* @see {@link GetLaunchConfigurationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetLaunchConfigurationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetLaunchConfigurationCommandOutput extends LaunchConfiguration
|
|
|
46
53
|
export declare class GetLaunchConfigurationCommand extends $Command<GetLaunchConfigurationCommandInput, GetLaunchConfigurationCommandOutput, DrsClientResolvedConfig> {
|
|
47
54
|
readonly input: GetLaunchConfigurationCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetLaunchConfigurationCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLaunchConfigurationCommandInput, GetLaunchConfigurationCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { GetReplicationConfigurationRequest, ReplicationConfiguration } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetReplicationConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetReplicationConfigurationCommandInput extends GetReplicationConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetReplicationConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetReplicationConfigurationCommandOutput extends ReplicationConfiguration, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets a ReplicationConfiguration, filtered by Source Server ID.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetReplicationConfigurationCommandOutput extends ReplicationCon
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetReplicationConfigurationCommandInput - {@link GetReplicationConfigurationCommandInput}
|
|
34
|
+
* @returns {@link GetReplicationConfigurationCommandOutput}
|
|
28
35
|
* @see {@link GetReplicationConfigurationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetReplicationConfigurationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetReplicationConfigurationCommandOutput extends ReplicationCon
|
|
|
49
56
|
export declare class GetReplicationConfigurationCommand extends $Command<GetReplicationConfigurationCommandInput, GetReplicationConfigurationCommandOutput, DrsClientResolvedConfig> {
|
|
50
57
|
readonly input: GetReplicationConfigurationCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetReplicationConfigurationCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReplicationConfigurationCommandInput, GetReplicationConfigurationCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
5
5
|
import { InitializeServiceRequest, InitializeServiceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link InitializeServiceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface InitializeServiceCommandInput extends InitializeServiceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link InitializeServiceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface InitializeServiceCommandOutput extends InitializeServiceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Initialize Elastic Disaster Recovery.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface InitializeServiceCommandOutput extends InitializeServiceRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param InitializeServiceCommandInput - {@link InitializeServiceCommandInput}
|
|
34
|
+
* @returns {@link InitializeServiceCommandOutput}
|
|
28
35
|
* @see {@link InitializeServiceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link InitializeServiceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface InitializeServiceCommandOutput extends InitializeServiceRespons
|
|
|
46
53
|
export declare class InitializeServiceCommand extends $Command<InitializeServiceCommandInput, InitializeServiceCommandOutput, DrsClientResolvedConfig> {
|
|
47
54
|
readonly input: InitializeServiceCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: InitializeServiceCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InitializeServiceCommandInput, InitializeServiceCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|