@aws-sdk/client-drs 3.169.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 +16 -0
- package/dist-types/ts3.4/Drs.d.ts +584 -165
- package/dist-types/ts3.4/DrsClient.d.ts +295 -105
- package/dist-types/ts3.4/commands/CreateExtendedSourceServerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRecoveryInstanceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSourceServerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeJobLogItemsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeRecoveryInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRecoverySnapshotsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSourceServersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisconnectRecoveryInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisconnectSourceServerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFailbackReplicationConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLaunchConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetReplicationConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/InitializeServiceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListExtensibleSourceServersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListStagingAccountsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RetryDataReplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartFailbackLaunchCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartRecoveryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopFailbackCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TerminateRecoveryInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateLaunchConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateReplicationConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +32 -32
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/DrsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1094 -1397
- package/dist-types/ts3.4/pagination/DescribeJobLogItemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRecoveryInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRecoverySnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReplicationConfigurationTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSourceServersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListExtensibleSourceServersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStagingAccountsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +389 -98
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DrsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DrsClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteReplicationConfigurationTemplateRequest,
|
|
15
|
+
DeleteReplicationConfigurationTemplateResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteReplicationConfigurationTemplateCommandInput
|
|
18
|
+
extends DeleteReplicationConfigurationTemplateRequest {}
|
|
19
|
+
export interface DeleteReplicationConfigurationTemplateCommandOutput
|
|
20
|
+
extends DeleteReplicationConfigurationTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteReplicationConfigurationTemplateCommand extends $Command<
|
|
23
|
+
DeleteReplicationConfigurationTemplateCommandInput,
|
|
24
|
+
DeleteReplicationConfigurationTemplateCommandOutput,
|
|
25
|
+
DrsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteReplicationConfigurationTemplateCommandInput;
|
|
28
|
+
constructor(input: DeleteReplicationConfigurationTemplateCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DrsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteReplicationConfigurationTemplateCommandInput,
|
|
35
|
+
DeleteReplicationConfigurationTemplateCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DrsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DrsClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteSourceServerRequest,
|
|
15
|
+
DeleteSourceServerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteSourceServerCommandInput
|
|
18
|
+
extends DeleteSourceServerRequest {}
|
|
19
|
+
export interface DeleteSourceServerCommandOutput
|
|
20
|
+
extends DeleteSourceServerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteSourceServerCommand extends $Command<
|
|
23
|
+
DeleteSourceServerCommandInput,
|
|
24
|
+
DeleteSourceServerCommandOutput,
|
|
25
|
+
DrsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteSourceServerCommandInput;
|
|
28
|
+
constructor(input: DeleteSourceServerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DrsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeleteSourceServerCommandInput, DeleteSourceServerCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DrsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DrsClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeJobLogItemsRequest,
|
|
15
|
+
DescribeJobLogItemsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeJobLogItemsCommandInput
|
|
18
|
+
extends DescribeJobLogItemsRequest {}
|
|
19
|
+
export interface DescribeJobLogItemsCommandOutput
|
|
20
|
+
extends DescribeJobLogItemsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeJobLogItemsCommand extends $Command<
|
|
23
|
+
DescribeJobLogItemsCommandInput,
|
|
24
|
+
DescribeJobLogItemsCommandOutput,
|
|
25
|
+
DrsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeJobLogItemsCommandInput;
|
|
28
|
+
constructor(input: DescribeJobLogItemsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DrsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DescribeJobLogItemsCommandInput, DescribeJobLogItemsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DrsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DrsClient";
|
|
13
|
+
import { DescribeJobsRequest, DescribeJobsResponse } from "../models/models_0";
|
|
14
|
+
export interface DescribeJobsCommandInput extends DescribeJobsRequest {}
|
|
15
|
+
export interface DescribeJobsCommandOutput
|
|
16
|
+
extends DescribeJobsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DescribeJobsCommand extends $Command<
|
|
19
|
+
DescribeJobsCommandInput,
|
|
20
|
+
DescribeJobsCommandOutput,
|
|
21
|
+
DrsClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DescribeJobsCommandInput;
|
|
24
|
+
constructor(input: DescribeJobsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DrsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DescribeJobsCommandInput, DescribeJobsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DrsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DrsClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeRecoveryInstancesRequest,
|
|
15
|
+
DescribeRecoveryInstancesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeRecoveryInstancesCommandInput
|
|
18
|
+
extends DescribeRecoveryInstancesRequest {}
|
|
19
|
+
export interface DescribeRecoveryInstancesCommandOutput
|
|
20
|
+
extends DescribeRecoveryInstancesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeRecoveryInstancesCommand extends $Command<
|
|
23
|
+
DescribeRecoveryInstancesCommandInput,
|
|
24
|
+
DescribeRecoveryInstancesCommandOutput,
|
|
25
|
+
DrsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeRecoveryInstancesCommandInput;
|
|
28
|
+
constructor(input: DescribeRecoveryInstancesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DrsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeRecoveryInstancesCommandInput,
|
|
35
|
+
DescribeRecoveryInstancesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DrsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DrsClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeRecoverySnapshotsRequest,
|
|
15
|
+
DescribeRecoverySnapshotsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeRecoverySnapshotsCommandInput
|
|
18
|
+
extends DescribeRecoverySnapshotsRequest {}
|
|
19
|
+
export interface DescribeRecoverySnapshotsCommandOutput
|
|
20
|
+
extends DescribeRecoverySnapshotsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeRecoverySnapshotsCommand extends $Command<
|
|
23
|
+
DescribeRecoverySnapshotsCommandInput,
|
|
24
|
+
DescribeRecoverySnapshotsCommandOutput,
|
|
25
|
+
DrsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeRecoverySnapshotsCommandInput;
|
|
28
|
+
constructor(input: DescribeRecoverySnapshotsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DrsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeRecoverySnapshotsCommandInput,
|
|
35
|
+
DescribeRecoverySnapshotsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DrsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DrsClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeReplicationConfigurationTemplatesRequest,
|
|
15
|
+
DescribeReplicationConfigurationTemplatesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeReplicationConfigurationTemplatesCommandInput
|
|
18
|
+
extends DescribeReplicationConfigurationTemplatesRequest {}
|
|
19
|
+
export interface DescribeReplicationConfigurationTemplatesCommandOutput
|
|
20
|
+
extends DescribeReplicationConfigurationTemplatesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeReplicationConfigurationTemplatesCommand extends $Command<
|
|
23
|
+
DescribeReplicationConfigurationTemplatesCommandInput,
|
|
24
|
+
DescribeReplicationConfigurationTemplatesCommandOutput,
|
|
25
|
+
DrsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeReplicationConfigurationTemplatesCommandInput;
|
|
28
|
+
constructor(input: DescribeReplicationConfigurationTemplatesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DrsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeReplicationConfigurationTemplatesCommandInput,
|
|
35
|
+
DescribeReplicationConfigurationTemplatesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DrsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DrsClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeSourceServersRequest,
|
|
15
|
+
DescribeSourceServersResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeSourceServersCommandInput
|
|
18
|
+
extends DescribeSourceServersRequest {}
|
|
19
|
+
export interface DescribeSourceServersCommandOutput
|
|
20
|
+
extends DescribeSourceServersResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeSourceServersCommand extends $Command<
|
|
23
|
+
DescribeSourceServersCommandInput,
|
|
24
|
+
DescribeSourceServersCommandOutput,
|
|
25
|
+
DrsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeSourceServersCommandInput;
|
|
28
|
+
constructor(input: DescribeSourceServersCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DrsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeSourceServersCommandInput,
|
|
35
|
+
DescribeSourceServersCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DrsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DrsClient";
|
|
13
|
+
import { DisconnectRecoveryInstanceRequest } from "../models/models_0";
|
|
14
|
+
export interface DisconnectRecoveryInstanceCommandInput
|
|
15
|
+
extends DisconnectRecoveryInstanceRequest {}
|
|
16
|
+
export interface DisconnectRecoveryInstanceCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class DisconnectRecoveryInstanceCommand extends $Command<
|
|
19
|
+
DisconnectRecoveryInstanceCommandInput,
|
|
20
|
+
DisconnectRecoveryInstanceCommandOutput,
|
|
21
|
+
DrsClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DisconnectRecoveryInstanceCommandInput;
|
|
24
|
+
constructor(input: DisconnectRecoveryInstanceCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DrsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DisconnectRecoveryInstanceCommandInput,
|
|
31
|
+
DisconnectRecoveryInstanceCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DrsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DrsClient";
|
|
13
|
+
import {
|
|
14
|
+
DisconnectSourceServerRequest,
|
|
15
|
+
SourceServer,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisconnectSourceServerCommandInput
|
|
18
|
+
extends DisconnectSourceServerRequest {}
|
|
19
|
+
export interface DisconnectSourceServerCommandOutput
|
|
20
|
+
extends SourceServer,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DisconnectSourceServerCommand extends $Command<
|
|
23
|
+
DisconnectSourceServerCommandInput,
|
|
24
|
+
DisconnectSourceServerCommandOutput,
|
|
25
|
+
DrsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DisconnectSourceServerCommandInput;
|
|
28
|
+
constructor(input: DisconnectSourceServerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DrsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DisconnectSourceServerCommandInput,
|
|
35
|
+
DisconnectSourceServerCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DrsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DrsClient";
|
|
13
|
+
import {
|
|
14
|
+
GetFailbackReplicationConfigurationRequest,
|
|
15
|
+
GetFailbackReplicationConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetFailbackReplicationConfigurationCommandInput
|
|
18
|
+
extends GetFailbackReplicationConfigurationRequest {}
|
|
19
|
+
export interface GetFailbackReplicationConfigurationCommandOutput
|
|
20
|
+
extends GetFailbackReplicationConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetFailbackReplicationConfigurationCommand extends $Command<
|
|
23
|
+
GetFailbackReplicationConfigurationCommandInput,
|
|
24
|
+
GetFailbackReplicationConfigurationCommandOutput,
|
|
25
|
+
DrsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetFailbackReplicationConfigurationCommandInput;
|
|
28
|
+
constructor(input: GetFailbackReplicationConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DrsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetFailbackReplicationConfigurationCommandInput,
|
|
35
|
+
GetFailbackReplicationConfigurationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|