@aws-sdk/client-drs 3.348.0 → 3.352.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 +71 -7
- package/dist-cjs/Drs.js +16 -0
- package/dist-cjs/commands/AssociateSourceNetworkStackCommand.js +47 -0
- package/dist-cjs/commands/CreateSourceNetworkCommand.js +47 -0
- package/dist-cjs/commands/DeleteSourceNetworkCommand.js +46 -0
- package/dist-cjs/commands/DescribeSourceNetworksCommand.js +47 -0
- package/dist-cjs/commands/ExportSourceNetworkCfnTemplateCommand.js +46 -0
- package/dist-cjs/commands/StartSourceNetworkRecoveryCommand.js +47 -0
- package/dist-cjs/commands/StartSourceNetworkReplicationCommand.js +47 -0
- package/dist-cjs/commands/StopSourceNetworkReplicationCommand.js +47 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/models/models_0.js +197 -96
- package/dist-cjs/pagination/DescribeSourceNetworksPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +595 -2
- package/dist-es/Drs.js +16 -0
- package/dist-es/commands/AssociateSourceNetworkStackCommand.js +43 -0
- package/dist-es/commands/CreateSourceNetworkCommand.js +43 -0
- package/dist-es/commands/DeleteSourceNetworkCommand.js +42 -0
- package/dist-es/commands/DescribeSourceNetworksCommand.js +43 -0
- package/dist-es/commands/ExportSourceNetworkCfnTemplateCommand.js +42 -0
- package/dist-es/commands/StartSourceNetworkRecoveryCommand.js +43 -0
- package/dist-es/commands/StartSourceNetworkReplicationCommand.js +43 -0
- package/dist-es/commands/StopSourceNetworkReplicationCommand.js +43 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +184 -93
- package/dist-es/pagination/DescribeSourceNetworksPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +578 -1
- package/dist-types/Drs.d.ts +56 -0
- package/dist-types/DrsClient.d.ts +10 -2
- package/dist-types/commands/AssociateSourceNetworkStackCommand.d.ts +121 -0
- package/dist-types/commands/CreateExtendedSourceServerCommand.d.ts +1 -0
- package/dist-types/commands/CreateLaunchConfigurationTemplateCommand.d.ts +2 -0
- package/dist-types/commands/CreateSourceNetworkCommand.d.ts +99 -0
- package/dist-types/commands/DeleteSourceNetworkCommand.d.ts +86 -0
- package/dist-types/commands/DescribeJobLogItemsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeJobsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeLaunchConfigurationTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSourceNetworksCommand.d.ts +114 -0
- package/dist-types/commands/DescribeSourceServersCommand.d.ts +1 -0
- package/dist-types/commands/DisconnectSourceServerCommand.d.ts +1 -0
- package/dist-types/commands/ExportSourceNetworkCfnTemplateCommand.d.ts +91 -0
- package/dist-types/commands/RetryDataReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StartFailbackLaunchCommand.d.ts +8 -0
- package/dist-types/commands/StartRecoveryCommand.d.ts +8 -0
- package/dist-types/commands/StartReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StartSourceNetworkRecoveryCommand.d.ts +126 -0
- package/dist-types/commands/StartSourceNetworkReplicationCommand.d.ts +106 -0
- package/dist-types/commands/StopReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StopSourceNetworkReplicationCommand.d.ts +109 -0
- package/dist-types/commands/TerminateRecoveryInstancesCommand.d.ts +8 -0
- package/dist-types/commands/UpdateLaunchConfigurationTemplateCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +802 -325
- package/dist-types/pagination/DescribeSourceNetworksPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
- package/dist-types/ts3.4/Drs.d.ts +136 -0
- package/dist-types/ts3.4/DrsClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/AssociateSourceNetworkStackCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateSourceNetworkCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteSourceNetworkCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeSourceNetworksCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ExportSourceNetworkCfnTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartSourceNetworkRecoveryCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartSourceNetworkReplicationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StopSourceNetworkReplicationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +313 -116
- package/dist-types/ts3.4/pagination/DescribeSourceNetworksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
- package/package.json +6 -6
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DrsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DrsClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateSourceNetworkRequest,
|
|
16
|
+
CreateSourceNetworkResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateSourceNetworkCommandInput
|
|
20
|
+
extends CreateSourceNetworkRequest {}
|
|
21
|
+
export interface CreateSourceNetworkCommandOutput
|
|
22
|
+
extends CreateSourceNetworkResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateSourceNetworkCommand extends $Command<
|
|
25
|
+
CreateSourceNetworkCommandInput,
|
|
26
|
+
CreateSourceNetworkCommandOutput,
|
|
27
|
+
DrsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateSourceNetworkCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateSourceNetworkCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DrsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<CreateSourceNetworkCommandInput, CreateSourceNetworkCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DrsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DrsClient";
|
|
14
|
+
import {
|
|
15
|
+
DeleteSourceNetworkRequest,
|
|
16
|
+
DeleteSourceNetworkResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteSourceNetworkCommandInput
|
|
20
|
+
extends DeleteSourceNetworkRequest {}
|
|
21
|
+
export interface DeleteSourceNetworkCommandOutput
|
|
22
|
+
extends DeleteSourceNetworkResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteSourceNetworkCommand extends $Command<
|
|
25
|
+
DeleteSourceNetworkCommandInput,
|
|
26
|
+
DeleteSourceNetworkCommandOutput,
|
|
27
|
+
DrsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteSourceNetworkCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteSourceNetworkCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DrsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<DeleteSourceNetworkCommandInput, DeleteSourceNetworkCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DrsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DrsClient";
|
|
14
|
+
import {
|
|
15
|
+
DescribeSourceNetworksRequest,
|
|
16
|
+
DescribeSourceNetworksResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeSourceNetworksCommandInput
|
|
20
|
+
extends DescribeSourceNetworksRequest {}
|
|
21
|
+
export interface DescribeSourceNetworksCommandOutput
|
|
22
|
+
extends DescribeSourceNetworksResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeSourceNetworksCommand extends $Command<
|
|
25
|
+
DescribeSourceNetworksCommandInput,
|
|
26
|
+
DescribeSourceNetworksCommandOutput,
|
|
27
|
+
DrsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeSourceNetworksCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeSourceNetworksCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DrsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeSourceNetworksCommandInput,
|
|
38
|
+
DescribeSourceNetworksCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DrsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DrsClient";
|
|
14
|
+
import {
|
|
15
|
+
ExportSourceNetworkCfnTemplateRequest,
|
|
16
|
+
ExportSourceNetworkCfnTemplateResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ExportSourceNetworkCfnTemplateCommandInput
|
|
20
|
+
extends ExportSourceNetworkCfnTemplateRequest {}
|
|
21
|
+
export interface ExportSourceNetworkCfnTemplateCommandOutput
|
|
22
|
+
extends ExportSourceNetworkCfnTemplateResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ExportSourceNetworkCfnTemplateCommand extends $Command<
|
|
25
|
+
ExportSourceNetworkCfnTemplateCommandInput,
|
|
26
|
+
ExportSourceNetworkCfnTemplateCommandOutput,
|
|
27
|
+
DrsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ExportSourceNetworkCfnTemplateCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ExportSourceNetworkCfnTemplateCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DrsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ExportSourceNetworkCfnTemplateCommandInput,
|
|
38
|
+
ExportSourceNetworkCfnTemplateCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DrsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DrsClient";
|
|
14
|
+
import {
|
|
15
|
+
StartSourceNetworkRecoveryRequest,
|
|
16
|
+
StartSourceNetworkRecoveryResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StartSourceNetworkRecoveryCommandInput
|
|
20
|
+
extends StartSourceNetworkRecoveryRequest {}
|
|
21
|
+
export interface StartSourceNetworkRecoveryCommandOutput
|
|
22
|
+
extends StartSourceNetworkRecoveryResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StartSourceNetworkRecoveryCommand extends $Command<
|
|
25
|
+
StartSourceNetworkRecoveryCommandInput,
|
|
26
|
+
StartSourceNetworkRecoveryCommandOutput,
|
|
27
|
+
DrsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StartSourceNetworkRecoveryCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StartSourceNetworkRecoveryCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DrsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StartSourceNetworkRecoveryCommandInput,
|
|
38
|
+
StartSourceNetworkRecoveryCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DrsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DrsClient";
|
|
14
|
+
import {
|
|
15
|
+
StartSourceNetworkReplicationRequest,
|
|
16
|
+
StartSourceNetworkReplicationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StartSourceNetworkReplicationCommandInput
|
|
20
|
+
extends StartSourceNetworkReplicationRequest {}
|
|
21
|
+
export interface StartSourceNetworkReplicationCommandOutput
|
|
22
|
+
extends StartSourceNetworkReplicationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StartSourceNetworkReplicationCommand extends $Command<
|
|
25
|
+
StartSourceNetworkReplicationCommandInput,
|
|
26
|
+
StartSourceNetworkReplicationCommandOutput,
|
|
27
|
+
DrsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StartSourceNetworkReplicationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StartSourceNetworkReplicationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DrsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StartSourceNetworkReplicationCommandInput,
|
|
38
|
+
StartSourceNetworkReplicationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DrsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DrsClient";
|
|
14
|
+
import {
|
|
15
|
+
StopSourceNetworkReplicationRequest,
|
|
16
|
+
StopSourceNetworkReplicationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StopSourceNetworkReplicationCommandInput
|
|
20
|
+
extends StopSourceNetworkReplicationRequest {}
|
|
21
|
+
export interface StopSourceNetworkReplicationCommandOutput
|
|
22
|
+
extends StopSourceNetworkReplicationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StopSourceNetworkReplicationCommand extends $Command<
|
|
25
|
+
StopSourceNetworkReplicationCommandInput,
|
|
26
|
+
StopSourceNetworkReplicationCommandOutput,
|
|
27
|
+
DrsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StopSourceNetworkReplicationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StopSourceNetworkReplicationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DrsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StopSourceNetworkReplicationCommandInput,
|
|
38
|
+
StopSourceNetworkReplicationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
+
export * from "./AssociateSourceNetworkStackCommand";
|
|
1
2
|
export * from "./CreateExtendedSourceServerCommand";
|
|
2
3
|
export * from "./CreateLaunchConfigurationTemplateCommand";
|
|
3
4
|
export * from "./CreateReplicationConfigurationTemplateCommand";
|
|
5
|
+
export * from "./CreateSourceNetworkCommand";
|
|
4
6
|
export * from "./DeleteJobCommand";
|
|
5
7
|
export * from "./DeleteLaunchConfigurationTemplateCommand";
|
|
6
8
|
export * from "./DeleteRecoveryInstanceCommand";
|
|
7
9
|
export * from "./DeleteReplicationConfigurationTemplateCommand";
|
|
10
|
+
export * from "./DeleteSourceNetworkCommand";
|
|
8
11
|
export * from "./DeleteSourceServerCommand";
|
|
9
12
|
export * from "./DescribeJobLogItemsCommand";
|
|
10
13
|
export * from "./DescribeJobsCommand";
|
|
@@ -12,9 +15,11 @@ export * from "./DescribeLaunchConfigurationTemplatesCommand";
|
|
|
12
15
|
export * from "./DescribeRecoveryInstancesCommand";
|
|
13
16
|
export * from "./DescribeRecoverySnapshotsCommand";
|
|
14
17
|
export * from "./DescribeReplicationConfigurationTemplatesCommand";
|
|
18
|
+
export * from "./DescribeSourceNetworksCommand";
|
|
15
19
|
export * from "./DescribeSourceServersCommand";
|
|
16
20
|
export * from "./DisconnectRecoveryInstanceCommand";
|
|
17
21
|
export * from "./DisconnectSourceServerCommand";
|
|
22
|
+
export * from "./ExportSourceNetworkCfnTemplateCommand";
|
|
18
23
|
export * from "./GetFailbackReplicationConfigurationCommand";
|
|
19
24
|
export * from "./GetLaunchConfigurationCommand";
|
|
20
25
|
export * from "./GetReplicationConfigurationCommand";
|
|
@@ -27,8 +32,11 @@ export * from "./ReverseReplicationCommand";
|
|
|
27
32
|
export * from "./StartFailbackLaunchCommand";
|
|
28
33
|
export * from "./StartRecoveryCommand";
|
|
29
34
|
export * from "./StartReplicationCommand";
|
|
35
|
+
export * from "./StartSourceNetworkRecoveryCommand";
|
|
36
|
+
export * from "./StartSourceNetworkReplicationCommand";
|
|
30
37
|
export * from "./StopFailbackCommand";
|
|
31
38
|
export * from "./StopReplicationCommand";
|
|
39
|
+
export * from "./StopSourceNetworkReplicationCommand";
|
|
32
40
|
export * from "./TagResourceCommand";
|
|
33
41
|
export * from "./TerminateRecoveryInstancesCommand";
|
|
34
42
|
export * from "./UntagResourceCommand";
|