@aws-sdk/client-drs 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Drs.d.ts +616 -165
- package/dist-types/ts3.4/DrsClient.d.ts +320 -105
- package/dist-types/ts3.4/commands/CreateExtendedSourceServerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteRecoveryInstanceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSourceServerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeJobLogItemsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeRecoveryInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRecoverySnapshotsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSourceServersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisconnectRecoveryInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisconnectSourceServerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFailbackReplicationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetLaunchConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetReplicationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/InitializeServiceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListExtensibleSourceServersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListStagingAccountsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RetryDataReplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartFailbackLaunchCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartRecoveryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopFailbackCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TerminateRecoveryInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateLaunchConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateReplicationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1508 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -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 { TagResourceRequest } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class TagResourceCommand extends $Command<
|
|
18
|
+
TagResourceCommandInput,
|
|
19
|
+
TagResourceCommandOutput,
|
|
20
|
+
DrsClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: TagResourceCommandInput;
|
|
23
|
+
constructor(input: TagResourceCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DrsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
TerminateRecoveryInstancesRequest,
|
|
15
|
+
TerminateRecoveryInstancesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface TerminateRecoveryInstancesCommandInput
|
|
18
|
+
extends TerminateRecoveryInstancesRequest {}
|
|
19
|
+
export interface TerminateRecoveryInstancesCommandOutput
|
|
20
|
+
extends TerminateRecoveryInstancesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class TerminateRecoveryInstancesCommand extends $Command<
|
|
24
|
+
TerminateRecoveryInstancesCommandInput,
|
|
25
|
+
TerminateRecoveryInstancesCommandOutput,
|
|
26
|
+
DrsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: TerminateRecoveryInstancesCommandInput;
|
|
29
|
+
constructor(input: TerminateRecoveryInstancesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DrsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
TerminateRecoveryInstancesCommandInput,
|
|
37
|
+
TerminateRecoveryInstancesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { UntagResourceRequest } from "../models/models_0";
|
|
14
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
|
+
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class UntagResourceCommand extends $Command<
|
|
18
|
+
UntagResourceCommandInput,
|
|
19
|
+
UntagResourceCommandOutput,
|
|
20
|
+
DrsClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: UntagResourceCommandInput;
|
|
23
|
+
constructor(input: UntagResourceCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DrsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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 { UpdateFailbackReplicationConfigurationRequest } from "../models/models_0";
|
|
14
|
+
export interface UpdateFailbackReplicationConfigurationCommandInput
|
|
15
|
+
extends UpdateFailbackReplicationConfigurationRequest {}
|
|
16
|
+
export interface UpdateFailbackReplicationConfigurationCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class UpdateFailbackReplicationConfigurationCommand extends $Command<
|
|
20
|
+
UpdateFailbackReplicationConfigurationCommandInput,
|
|
21
|
+
UpdateFailbackReplicationConfigurationCommandOutput,
|
|
22
|
+
DrsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UpdateFailbackReplicationConfigurationCommandInput;
|
|
25
|
+
constructor(input: UpdateFailbackReplicationConfigurationCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DrsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
UpdateFailbackReplicationConfigurationCommandInput,
|
|
33
|
+
UpdateFailbackReplicationConfigurationCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
LaunchConfiguration,
|
|
15
|
+
UpdateLaunchConfigurationRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateLaunchConfigurationCommandInput
|
|
18
|
+
extends UpdateLaunchConfigurationRequest {}
|
|
19
|
+
export interface UpdateLaunchConfigurationCommandOutput
|
|
20
|
+
extends LaunchConfiguration,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateLaunchConfigurationCommand extends $Command<
|
|
24
|
+
UpdateLaunchConfigurationCommandInput,
|
|
25
|
+
UpdateLaunchConfigurationCommandOutput,
|
|
26
|
+
DrsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateLaunchConfigurationCommandInput;
|
|
29
|
+
constructor(input: UpdateLaunchConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DrsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateLaunchConfigurationCommandInput,
|
|
37
|
+
UpdateLaunchConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
ReplicationConfiguration,
|
|
15
|
+
UpdateReplicationConfigurationRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateReplicationConfigurationCommandInput
|
|
18
|
+
extends UpdateReplicationConfigurationRequest {}
|
|
19
|
+
export interface UpdateReplicationConfigurationCommandOutput
|
|
20
|
+
extends ReplicationConfiguration,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateReplicationConfigurationCommand extends $Command<
|
|
24
|
+
UpdateReplicationConfigurationCommandInput,
|
|
25
|
+
UpdateReplicationConfigurationCommandOutput,
|
|
26
|
+
DrsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateReplicationConfigurationCommandInput;
|
|
29
|
+
constructor(input: UpdateReplicationConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DrsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateReplicationConfigurationCommandInput,
|
|
37
|
+
UpdateReplicationConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
ReplicationConfigurationTemplate,
|
|
15
|
+
UpdateReplicationConfigurationTemplateRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateReplicationConfigurationTemplateCommandInput
|
|
18
|
+
extends UpdateReplicationConfigurationTemplateRequest {}
|
|
19
|
+
export interface UpdateReplicationConfigurationTemplateCommandOutput
|
|
20
|
+
extends ReplicationConfigurationTemplate,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateReplicationConfigurationTemplateCommand extends $Command<
|
|
24
|
+
UpdateReplicationConfigurationTemplateCommandInput,
|
|
25
|
+
UpdateReplicationConfigurationTemplateCommandOutput,
|
|
26
|
+
DrsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateReplicationConfigurationTemplateCommandInput;
|
|
29
|
+
constructor(input: UpdateReplicationConfigurationTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DrsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateReplicationConfigurationTemplateCommandInput,
|
|
37
|
+
UpdateReplicationConfigurationTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
export * from "./CreateExtendedSourceServerCommand";
|
|
2
|
-
export * from "./CreateReplicationConfigurationTemplateCommand";
|
|
3
|
-
export * from "./DeleteJobCommand";
|
|
4
|
-
export * from "./DeleteRecoveryInstanceCommand";
|
|
5
|
-
export * from "./DeleteReplicationConfigurationTemplateCommand";
|
|
6
|
-
export * from "./DeleteSourceServerCommand";
|
|
7
|
-
export * from "./DescribeJobLogItemsCommand";
|
|
8
|
-
export * from "./DescribeJobsCommand";
|
|
9
|
-
export * from "./DescribeRecoveryInstancesCommand";
|
|
10
|
-
export * from "./DescribeRecoverySnapshotsCommand";
|
|
11
|
-
export * from "./DescribeReplicationConfigurationTemplatesCommand";
|
|
12
|
-
export * from "./DescribeSourceServersCommand";
|
|
13
|
-
export * from "./DisconnectRecoveryInstanceCommand";
|
|
14
|
-
export * from "./DisconnectSourceServerCommand";
|
|
15
|
-
export * from "./GetFailbackReplicationConfigurationCommand";
|
|
16
|
-
export * from "./GetLaunchConfigurationCommand";
|
|
17
|
-
export * from "./GetReplicationConfigurationCommand";
|
|
18
|
-
export * from "./InitializeServiceCommand";
|
|
19
|
-
export * from "./ListExtensibleSourceServersCommand";
|
|
20
|
-
export * from "./ListStagingAccountsCommand";
|
|
21
|
-
export * from "./ListTagsForResourceCommand";
|
|
22
|
-
export * from "./RetryDataReplicationCommand";
|
|
23
|
-
export * from "./StartFailbackLaunchCommand";
|
|
24
|
-
export * from "./StartRecoveryCommand";
|
|
25
|
-
export * from "./StopFailbackCommand";
|
|
26
|
-
export * from "./TagResourceCommand";
|
|
27
|
-
export * from "./TerminateRecoveryInstancesCommand";
|
|
28
|
-
export * from "./UntagResourceCommand";
|
|
29
|
-
export * from "./UpdateFailbackReplicationConfigurationCommand";
|
|
30
|
-
export * from "./UpdateLaunchConfigurationCommand";
|
|
31
|
-
export * from "./UpdateReplicationConfigurationCommand";
|
|
32
|
-
export * from "./UpdateReplicationConfigurationTemplateCommand";
|
|
1
|
+
export * from "./CreateExtendedSourceServerCommand";
|
|
2
|
+
export * from "./CreateReplicationConfigurationTemplateCommand";
|
|
3
|
+
export * from "./DeleteJobCommand";
|
|
4
|
+
export * from "./DeleteRecoveryInstanceCommand";
|
|
5
|
+
export * from "./DeleteReplicationConfigurationTemplateCommand";
|
|
6
|
+
export * from "./DeleteSourceServerCommand";
|
|
7
|
+
export * from "./DescribeJobLogItemsCommand";
|
|
8
|
+
export * from "./DescribeJobsCommand";
|
|
9
|
+
export * from "./DescribeRecoveryInstancesCommand";
|
|
10
|
+
export * from "./DescribeRecoverySnapshotsCommand";
|
|
11
|
+
export * from "./DescribeReplicationConfigurationTemplatesCommand";
|
|
12
|
+
export * from "./DescribeSourceServersCommand";
|
|
13
|
+
export * from "./DisconnectRecoveryInstanceCommand";
|
|
14
|
+
export * from "./DisconnectSourceServerCommand";
|
|
15
|
+
export * from "./GetFailbackReplicationConfigurationCommand";
|
|
16
|
+
export * from "./GetLaunchConfigurationCommand";
|
|
17
|
+
export * from "./GetReplicationConfigurationCommand";
|
|
18
|
+
export * from "./InitializeServiceCommand";
|
|
19
|
+
export * from "./ListExtensibleSourceServersCommand";
|
|
20
|
+
export * from "./ListStagingAccountsCommand";
|
|
21
|
+
export * from "./ListTagsForResourceCommand";
|
|
22
|
+
export * from "./RetryDataReplicationCommand";
|
|
23
|
+
export * from "./StartFailbackLaunchCommand";
|
|
24
|
+
export * from "./StartRecoveryCommand";
|
|
25
|
+
export * from "./StopFailbackCommand";
|
|
26
|
+
export * from "./TagResourceCommand";
|
|
27
|
+
export * from "./TerminateRecoveryInstancesCommand";
|
|
28
|
+
export * from "./UntagResourceCommand";
|
|
29
|
+
export * from "./UpdateFailbackReplicationConfigurationCommand";
|
|
30
|
+
export * from "./UpdateLaunchConfigurationCommand";
|
|
31
|
+
export * from "./UpdateReplicationConfigurationCommand";
|
|
32
|
+
export * from "./UpdateReplicationConfigurationTemplateCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Drs";
|
|
2
|
-
export * from "./DrsClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { DrsServiceException } from "./models/DrsServiceException";
|
|
1
|
+
export * from "./Drs";
|
|
2
|
+
export * from "./DrsClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { DrsServiceException } from "./models/DrsServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class DrsServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|