@aws-sdk/client-drs 3.350.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 +5 -5
|
@@ -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";
|