@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeSourceNetworksCommandInput, DescribeSourceNetworksCommandOutput } from "../commands/DescribeSourceNetworksCommand";
|
|
3
|
+
import { DrsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeSourceNetworks(config: DrsPaginationConfiguration, input: DescribeSourceNetworksCommandInput, ...additionalArguments: any): Paginator<DescribeSourceNetworksCommandOutput>;
|
|
@@ -4,6 +4,7 @@ export * from "./DescribeLaunchConfigurationTemplatesPaginator";
|
|
|
4
4
|
export * from "./DescribeRecoveryInstancesPaginator";
|
|
5
5
|
export * from "./DescribeRecoverySnapshotsPaginator";
|
|
6
6
|
export * from "./DescribeReplicationConfigurationTemplatesPaginator";
|
|
7
|
+
export * from "./DescribeSourceNetworksPaginator";
|
|
7
8
|
export * from "./DescribeSourceServersPaginator";
|
|
8
9
|
export * from "./Interfaces";
|
|
9
10
|
export * from "./ListExtensibleSourceServersPaginator";
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { AssociateSourceNetworkStackCommandInput, AssociateSourceNetworkStackCommandOutput } from "../commands/AssociateSourceNetworkStackCommand";
|
|
3
4
|
import { CreateExtendedSourceServerCommandInput, CreateExtendedSourceServerCommandOutput } from "../commands/CreateExtendedSourceServerCommand";
|
|
4
5
|
import { CreateLaunchConfigurationTemplateCommandInput, CreateLaunchConfigurationTemplateCommandOutput } from "../commands/CreateLaunchConfigurationTemplateCommand";
|
|
5
6
|
import { CreateReplicationConfigurationTemplateCommandInput, CreateReplicationConfigurationTemplateCommandOutput } from "../commands/CreateReplicationConfigurationTemplateCommand";
|
|
7
|
+
import { CreateSourceNetworkCommandInput, CreateSourceNetworkCommandOutput } from "../commands/CreateSourceNetworkCommand";
|
|
6
8
|
import { DeleteJobCommandInput, DeleteJobCommandOutput } from "../commands/DeleteJobCommand";
|
|
7
9
|
import { DeleteLaunchConfigurationTemplateCommandInput, DeleteLaunchConfigurationTemplateCommandOutput } from "../commands/DeleteLaunchConfigurationTemplateCommand";
|
|
8
10
|
import { DeleteRecoveryInstanceCommandInput, DeleteRecoveryInstanceCommandOutput } from "../commands/DeleteRecoveryInstanceCommand";
|
|
9
11
|
import { DeleteReplicationConfigurationTemplateCommandInput, DeleteReplicationConfigurationTemplateCommandOutput } from "../commands/DeleteReplicationConfigurationTemplateCommand";
|
|
12
|
+
import { DeleteSourceNetworkCommandInput, DeleteSourceNetworkCommandOutput } from "../commands/DeleteSourceNetworkCommand";
|
|
10
13
|
import { DeleteSourceServerCommandInput, DeleteSourceServerCommandOutput } from "../commands/DeleteSourceServerCommand";
|
|
11
14
|
import { DescribeJobLogItemsCommandInput, DescribeJobLogItemsCommandOutput } from "../commands/DescribeJobLogItemsCommand";
|
|
12
15
|
import { DescribeJobsCommandInput, DescribeJobsCommandOutput } from "../commands/DescribeJobsCommand";
|
|
@@ -14,9 +17,11 @@ import { DescribeLaunchConfigurationTemplatesCommandInput, DescribeLaunchConfigu
|
|
|
14
17
|
import { DescribeRecoveryInstancesCommandInput, DescribeRecoveryInstancesCommandOutput } from "../commands/DescribeRecoveryInstancesCommand";
|
|
15
18
|
import { DescribeRecoverySnapshotsCommandInput, DescribeRecoverySnapshotsCommandOutput } from "../commands/DescribeRecoverySnapshotsCommand";
|
|
16
19
|
import { DescribeReplicationConfigurationTemplatesCommandInput, DescribeReplicationConfigurationTemplatesCommandOutput } from "../commands/DescribeReplicationConfigurationTemplatesCommand";
|
|
20
|
+
import { DescribeSourceNetworksCommandInput, DescribeSourceNetworksCommandOutput } from "../commands/DescribeSourceNetworksCommand";
|
|
17
21
|
import { DescribeSourceServersCommandInput, DescribeSourceServersCommandOutput } from "../commands/DescribeSourceServersCommand";
|
|
18
22
|
import { DisconnectRecoveryInstanceCommandInput, DisconnectRecoveryInstanceCommandOutput } from "../commands/DisconnectRecoveryInstanceCommand";
|
|
19
23
|
import { DisconnectSourceServerCommandInput, DisconnectSourceServerCommandOutput } from "../commands/DisconnectSourceServerCommand";
|
|
24
|
+
import { ExportSourceNetworkCfnTemplateCommandInput, ExportSourceNetworkCfnTemplateCommandOutput } from "../commands/ExportSourceNetworkCfnTemplateCommand";
|
|
20
25
|
import { GetFailbackReplicationConfigurationCommandInput, GetFailbackReplicationConfigurationCommandOutput } from "../commands/GetFailbackReplicationConfigurationCommand";
|
|
21
26
|
import { GetLaunchConfigurationCommandInput, GetLaunchConfigurationCommandOutput } from "../commands/GetLaunchConfigurationCommand";
|
|
22
27
|
import { GetReplicationConfigurationCommandInput, GetReplicationConfigurationCommandOutput } from "../commands/GetReplicationConfigurationCommand";
|
|
@@ -29,8 +34,11 @@ import { ReverseReplicationCommandInput, ReverseReplicationCommandOutput } from
|
|
|
29
34
|
import { StartFailbackLaunchCommandInput, StartFailbackLaunchCommandOutput } from "../commands/StartFailbackLaunchCommand";
|
|
30
35
|
import { StartRecoveryCommandInput, StartRecoveryCommandOutput } from "../commands/StartRecoveryCommand";
|
|
31
36
|
import { StartReplicationCommandInput, StartReplicationCommandOutput } from "../commands/StartReplicationCommand";
|
|
37
|
+
import { StartSourceNetworkRecoveryCommandInput, StartSourceNetworkRecoveryCommandOutput } from "../commands/StartSourceNetworkRecoveryCommand";
|
|
38
|
+
import { StartSourceNetworkReplicationCommandInput, StartSourceNetworkReplicationCommandOutput } from "../commands/StartSourceNetworkReplicationCommand";
|
|
32
39
|
import { StopFailbackCommandInput, StopFailbackCommandOutput } from "../commands/StopFailbackCommand";
|
|
33
40
|
import { StopReplicationCommandInput, StopReplicationCommandOutput } from "../commands/StopReplicationCommand";
|
|
41
|
+
import { StopSourceNetworkReplicationCommandInput, StopSourceNetworkReplicationCommandOutput } from "../commands/StopSourceNetworkReplicationCommand";
|
|
34
42
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
35
43
|
import { TerminateRecoveryInstancesCommandInput, TerminateRecoveryInstancesCommandOutput } from "../commands/TerminateRecoveryInstancesCommand";
|
|
36
44
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
@@ -39,6 +47,10 @@ import { UpdateLaunchConfigurationCommandInput, UpdateLaunchConfigurationCommand
|
|
|
39
47
|
import { UpdateLaunchConfigurationTemplateCommandInput, UpdateLaunchConfigurationTemplateCommandOutput } from "../commands/UpdateLaunchConfigurationTemplateCommand";
|
|
40
48
|
import { UpdateReplicationConfigurationCommandInput, UpdateReplicationConfigurationCommandOutput } from "../commands/UpdateReplicationConfigurationCommand";
|
|
41
49
|
import { UpdateReplicationConfigurationTemplateCommandInput, UpdateReplicationConfigurationTemplateCommandOutput } from "../commands/UpdateReplicationConfigurationTemplateCommand";
|
|
50
|
+
/**
|
|
51
|
+
* serializeAws_restJson1AssociateSourceNetworkStackCommand
|
|
52
|
+
*/
|
|
53
|
+
export declare const se_AssociateSourceNetworkStackCommand: (input: AssociateSourceNetworkStackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
54
|
/**
|
|
43
55
|
* serializeAws_restJson1CreateExtendedSourceServerCommand
|
|
44
56
|
*/
|
|
@@ -51,6 +63,10 @@ export declare const se_CreateLaunchConfigurationTemplateCommand: (input: Create
|
|
|
51
63
|
* serializeAws_restJson1CreateReplicationConfigurationTemplateCommand
|
|
52
64
|
*/
|
|
53
65
|
export declare const se_CreateReplicationConfigurationTemplateCommand: (input: CreateReplicationConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
/**
|
|
67
|
+
* serializeAws_restJson1CreateSourceNetworkCommand
|
|
68
|
+
*/
|
|
69
|
+
export declare const se_CreateSourceNetworkCommand: (input: CreateSourceNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
70
|
/**
|
|
55
71
|
* serializeAws_restJson1DeleteJobCommand
|
|
56
72
|
*/
|
|
@@ -67,6 +83,10 @@ export declare const se_DeleteRecoveryInstanceCommand: (input: DeleteRecoveryIns
|
|
|
67
83
|
* serializeAws_restJson1DeleteReplicationConfigurationTemplateCommand
|
|
68
84
|
*/
|
|
69
85
|
export declare const se_DeleteReplicationConfigurationTemplateCommand: (input: DeleteReplicationConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
/**
|
|
87
|
+
* serializeAws_restJson1DeleteSourceNetworkCommand
|
|
88
|
+
*/
|
|
89
|
+
export declare const se_DeleteSourceNetworkCommand: (input: DeleteSourceNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
90
|
/**
|
|
71
91
|
* serializeAws_restJson1DeleteSourceServerCommand
|
|
72
92
|
*/
|
|
@@ -95,6 +115,10 @@ export declare const se_DescribeRecoverySnapshotsCommand: (input: DescribeRecove
|
|
|
95
115
|
* serializeAws_restJson1DescribeReplicationConfigurationTemplatesCommand
|
|
96
116
|
*/
|
|
97
117
|
export declare const se_DescribeReplicationConfigurationTemplatesCommand: (input: DescribeReplicationConfigurationTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
/**
|
|
119
|
+
* serializeAws_restJson1DescribeSourceNetworksCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const se_DescribeSourceNetworksCommand: (input: DescribeSourceNetworksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
122
|
/**
|
|
99
123
|
* serializeAws_restJson1DescribeSourceServersCommand
|
|
100
124
|
*/
|
|
@@ -107,6 +131,10 @@ export declare const se_DisconnectRecoveryInstanceCommand: (input: DisconnectRec
|
|
|
107
131
|
* serializeAws_restJson1DisconnectSourceServerCommand
|
|
108
132
|
*/
|
|
109
133
|
export declare const se_DisconnectSourceServerCommand: (input: DisconnectSourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
+
/**
|
|
135
|
+
* serializeAws_restJson1ExportSourceNetworkCfnTemplateCommand
|
|
136
|
+
*/
|
|
137
|
+
export declare const se_ExportSourceNetworkCfnTemplateCommand: (input: ExportSourceNetworkCfnTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
138
|
/**
|
|
111
139
|
* serializeAws_restJson1GetFailbackReplicationConfigurationCommand
|
|
112
140
|
*/
|
|
@@ -155,6 +183,14 @@ export declare const se_StartRecoveryCommand: (input: StartRecoveryCommandInput,
|
|
|
155
183
|
* serializeAws_restJson1StartReplicationCommand
|
|
156
184
|
*/
|
|
157
185
|
export declare const se_StartReplicationCommand: (input: StartReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
+
/**
|
|
187
|
+
* serializeAws_restJson1StartSourceNetworkRecoveryCommand
|
|
188
|
+
*/
|
|
189
|
+
export declare const se_StartSourceNetworkRecoveryCommand: (input: StartSourceNetworkRecoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
+
/**
|
|
191
|
+
* serializeAws_restJson1StartSourceNetworkReplicationCommand
|
|
192
|
+
*/
|
|
193
|
+
export declare const se_StartSourceNetworkReplicationCommand: (input: StartSourceNetworkReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
194
|
/**
|
|
159
195
|
* serializeAws_restJson1StopFailbackCommand
|
|
160
196
|
*/
|
|
@@ -163,6 +199,10 @@ export declare const se_StopFailbackCommand: (input: StopFailbackCommandInput, c
|
|
|
163
199
|
* serializeAws_restJson1StopReplicationCommand
|
|
164
200
|
*/
|
|
165
201
|
export declare const se_StopReplicationCommand: (input: StopReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
|
+
/**
|
|
203
|
+
* serializeAws_restJson1StopSourceNetworkReplicationCommand
|
|
204
|
+
*/
|
|
205
|
+
export declare const se_StopSourceNetworkReplicationCommand: (input: StopSourceNetworkReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
206
|
/**
|
|
167
207
|
* serializeAws_restJson1TagResourceCommand
|
|
168
208
|
*/
|
|
@@ -195,6 +235,10 @@ export declare const se_UpdateReplicationConfigurationCommand: (input: UpdateRep
|
|
|
195
235
|
* serializeAws_restJson1UpdateReplicationConfigurationTemplateCommand
|
|
196
236
|
*/
|
|
197
237
|
export declare const se_UpdateReplicationConfigurationTemplateCommand: (input: UpdateReplicationConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
238
|
+
/**
|
|
239
|
+
* deserializeAws_restJson1AssociateSourceNetworkStackCommand
|
|
240
|
+
*/
|
|
241
|
+
export declare const de_AssociateSourceNetworkStackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSourceNetworkStackCommandOutput>;
|
|
198
242
|
/**
|
|
199
243
|
* deserializeAws_restJson1CreateExtendedSourceServerCommand
|
|
200
244
|
*/
|
|
@@ -207,6 +251,10 @@ export declare const de_CreateLaunchConfigurationTemplateCommand: (output: __Htt
|
|
|
207
251
|
* deserializeAws_restJson1CreateReplicationConfigurationTemplateCommand
|
|
208
252
|
*/
|
|
209
253
|
export declare const de_CreateReplicationConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReplicationConfigurationTemplateCommandOutput>;
|
|
254
|
+
/**
|
|
255
|
+
* deserializeAws_restJson1CreateSourceNetworkCommand
|
|
256
|
+
*/
|
|
257
|
+
export declare const de_CreateSourceNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSourceNetworkCommandOutput>;
|
|
210
258
|
/**
|
|
211
259
|
* deserializeAws_restJson1DeleteJobCommand
|
|
212
260
|
*/
|
|
@@ -223,6 +271,10 @@ export declare const de_DeleteRecoveryInstanceCommand: (output: __HttpResponse,
|
|
|
223
271
|
* deserializeAws_restJson1DeleteReplicationConfigurationTemplateCommand
|
|
224
272
|
*/
|
|
225
273
|
export declare const de_DeleteReplicationConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReplicationConfigurationTemplateCommandOutput>;
|
|
274
|
+
/**
|
|
275
|
+
* deserializeAws_restJson1DeleteSourceNetworkCommand
|
|
276
|
+
*/
|
|
277
|
+
export declare const de_DeleteSourceNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSourceNetworkCommandOutput>;
|
|
226
278
|
/**
|
|
227
279
|
* deserializeAws_restJson1DeleteSourceServerCommand
|
|
228
280
|
*/
|
|
@@ -251,6 +303,10 @@ export declare const de_DescribeRecoverySnapshotsCommand: (output: __HttpRespons
|
|
|
251
303
|
* deserializeAws_restJson1DescribeReplicationConfigurationTemplatesCommand
|
|
252
304
|
*/
|
|
253
305
|
export declare const de_DescribeReplicationConfigurationTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationConfigurationTemplatesCommandOutput>;
|
|
306
|
+
/**
|
|
307
|
+
* deserializeAws_restJson1DescribeSourceNetworksCommand
|
|
308
|
+
*/
|
|
309
|
+
export declare const de_DescribeSourceNetworksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSourceNetworksCommandOutput>;
|
|
254
310
|
/**
|
|
255
311
|
* deserializeAws_restJson1DescribeSourceServersCommand
|
|
256
312
|
*/
|
|
@@ -263,6 +319,10 @@ export declare const de_DisconnectRecoveryInstanceCommand: (output: __HttpRespon
|
|
|
263
319
|
* deserializeAws_restJson1DisconnectSourceServerCommand
|
|
264
320
|
*/
|
|
265
321
|
export declare const de_DisconnectSourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisconnectSourceServerCommandOutput>;
|
|
322
|
+
/**
|
|
323
|
+
* deserializeAws_restJson1ExportSourceNetworkCfnTemplateCommand
|
|
324
|
+
*/
|
|
325
|
+
export declare const de_ExportSourceNetworkCfnTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportSourceNetworkCfnTemplateCommandOutput>;
|
|
266
326
|
/**
|
|
267
327
|
* deserializeAws_restJson1GetFailbackReplicationConfigurationCommand
|
|
268
328
|
*/
|
|
@@ -311,6 +371,14 @@ export declare const de_StartRecoveryCommand: (output: __HttpResponse, context:
|
|
|
311
371
|
* deserializeAws_restJson1StartReplicationCommand
|
|
312
372
|
*/
|
|
313
373
|
export declare const de_StartReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReplicationCommandOutput>;
|
|
374
|
+
/**
|
|
375
|
+
* deserializeAws_restJson1StartSourceNetworkRecoveryCommand
|
|
376
|
+
*/
|
|
377
|
+
export declare const de_StartSourceNetworkRecoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSourceNetworkRecoveryCommandOutput>;
|
|
378
|
+
/**
|
|
379
|
+
* deserializeAws_restJson1StartSourceNetworkReplicationCommand
|
|
380
|
+
*/
|
|
381
|
+
export declare const de_StartSourceNetworkReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSourceNetworkReplicationCommandOutput>;
|
|
314
382
|
/**
|
|
315
383
|
* deserializeAws_restJson1StopFailbackCommand
|
|
316
384
|
*/
|
|
@@ -319,6 +387,10 @@ export declare const de_StopFailbackCommand: (output: __HttpResponse, context: _
|
|
|
319
387
|
* deserializeAws_restJson1StopReplicationCommand
|
|
320
388
|
*/
|
|
321
389
|
export declare const de_StopReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopReplicationCommandOutput>;
|
|
390
|
+
/**
|
|
391
|
+
* deserializeAws_restJson1StopSourceNetworkReplicationCommand
|
|
392
|
+
*/
|
|
393
|
+
export declare const de_StopSourceNetworkReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSourceNetworkReplicationCommandOutput>;
|
|
322
394
|
/**
|
|
323
395
|
* deserializeAws_restJson1TagResourceCommand
|
|
324
396
|
*/
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AssociateSourceNetworkStackCommandInput,
|
|
4
|
+
AssociateSourceNetworkStackCommandOutput,
|
|
5
|
+
} from "./commands/AssociateSourceNetworkStackCommand";
|
|
2
6
|
import {
|
|
3
7
|
CreateExtendedSourceServerCommandInput,
|
|
4
8
|
CreateExtendedSourceServerCommandOutput,
|
|
@@ -11,6 +15,10 @@ import {
|
|
|
11
15
|
CreateReplicationConfigurationTemplateCommandInput,
|
|
12
16
|
CreateReplicationConfigurationTemplateCommandOutput,
|
|
13
17
|
} from "./commands/CreateReplicationConfigurationTemplateCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateSourceNetworkCommandInput,
|
|
20
|
+
CreateSourceNetworkCommandOutput,
|
|
21
|
+
} from "./commands/CreateSourceNetworkCommand";
|
|
14
22
|
import {
|
|
15
23
|
DeleteJobCommandInput,
|
|
16
24
|
DeleteJobCommandOutput,
|
|
@@ -27,6 +35,10 @@ import {
|
|
|
27
35
|
DeleteReplicationConfigurationTemplateCommandInput,
|
|
28
36
|
DeleteReplicationConfigurationTemplateCommandOutput,
|
|
29
37
|
} from "./commands/DeleteReplicationConfigurationTemplateCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteSourceNetworkCommandInput,
|
|
40
|
+
DeleteSourceNetworkCommandOutput,
|
|
41
|
+
} from "./commands/DeleteSourceNetworkCommand";
|
|
30
42
|
import {
|
|
31
43
|
DeleteSourceServerCommandInput,
|
|
32
44
|
DeleteSourceServerCommandOutput,
|
|
@@ -55,6 +67,10 @@ import {
|
|
|
55
67
|
DescribeReplicationConfigurationTemplatesCommandInput,
|
|
56
68
|
DescribeReplicationConfigurationTemplatesCommandOutput,
|
|
57
69
|
} from "./commands/DescribeReplicationConfigurationTemplatesCommand";
|
|
70
|
+
import {
|
|
71
|
+
DescribeSourceNetworksCommandInput,
|
|
72
|
+
DescribeSourceNetworksCommandOutput,
|
|
73
|
+
} from "./commands/DescribeSourceNetworksCommand";
|
|
58
74
|
import {
|
|
59
75
|
DescribeSourceServersCommandInput,
|
|
60
76
|
DescribeSourceServersCommandOutput,
|
|
@@ -67,6 +83,10 @@ import {
|
|
|
67
83
|
DisconnectSourceServerCommandInput,
|
|
68
84
|
DisconnectSourceServerCommandOutput,
|
|
69
85
|
} from "./commands/DisconnectSourceServerCommand";
|
|
86
|
+
import {
|
|
87
|
+
ExportSourceNetworkCfnTemplateCommandInput,
|
|
88
|
+
ExportSourceNetworkCfnTemplateCommandOutput,
|
|
89
|
+
} from "./commands/ExportSourceNetworkCfnTemplateCommand";
|
|
70
90
|
import {
|
|
71
91
|
GetFailbackReplicationConfigurationCommandInput,
|
|
72
92
|
GetFailbackReplicationConfigurationCommandOutput,
|
|
@@ -115,6 +135,14 @@ import {
|
|
|
115
135
|
StartReplicationCommandInput,
|
|
116
136
|
StartReplicationCommandOutput,
|
|
117
137
|
} from "./commands/StartReplicationCommand";
|
|
138
|
+
import {
|
|
139
|
+
StartSourceNetworkRecoveryCommandInput,
|
|
140
|
+
StartSourceNetworkRecoveryCommandOutput,
|
|
141
|
+
} from "./commands/StartSourceNetworkRecoveryCommand";
|
|
142
|
+
import {
|
|
143
|
+
StartSourceNetworkReplicationCommandInput,
|
|
144
|
+
StartSourceNetworkReplicationCommandOutput,
|
|
145
|
+
} from "./commands/StartSourceNetworkReplicationCommand";
|
|
118
146
|
import {
|
|
119
147
|
StopFailbackCommandInput,
|
|
120
148
|
StopFailbackCommandOutput,
|
|
@@ -123,6 +151,10 @@ import {
|
|
|
123
151
|
StopReplicationCommandInput,
|
|
124
152
|
StopReplicationCommandOutput,
|
|
125
153
|
} from "./commands/StopReplicationCommand";
|
|
154
|
+
import {
|
|
155
|
+
StopSourceNetworkReplicationCommandInput,
|
|
156
|
+
StopSourceNetworkReplicationCommandOutput,
|
|
157
|
+
} from "./commands/StopSourceNetworkReplicationCommand";
|
|
126
158
|
import {
|
|
127
159
|
TagResourceCommandInput,
|
|
128
160
|
TagResourceCommandOutput,
|
|
@@ -157,6 +189,19 @@ import {
|
|
|
157
189
|
} from "./commands/UpdateReplicationConfigurationTemplateCommand";
|
|
158
190
|
import { DrsClient } from "./DrsClient";
|
|
159
191
|
export interface Drs {
|
|
192
|
+
associateSourceNetworkStack(
|
|
193
|
+
args: AssociateSourceNetworkStackCommandInput,
|
|
194
|
+
options?: __HttpHandlerOptions
|
|
195
|
+
): Promise<AssociateSourceNetworkStackCommandOutput>;
|
|
196
|
+
associateSourceNetworkStack(
|
|
197
|
+
args: AssociateSourceNetworkStackCommandInput,
|
|
198
|
+
cb: (err: any, data?: AssociateSourceNetworkStackCommandOutput) => void
|
|
199
|
+
): void;
|
|
200
|
+
associateSourceNetworkStack(
|
|
201
|
+
args: AssociateSourceNetworkStackCommandInput,
|
|
202
|
+
options: __HttpHandlerOptions,
|
|
203
|
+
cb: (err: any, data?: AssociateSourceNetworkStackCommandOutput) => void
|
|
204
|
+
): void;
|
|
160
205
|
createExtendedSourceServer(
|
|
161
206
|
args: CreateExtendedSourceServerCommandInput,
|
|
162
207
|
options?: __HttpHandlerOptions
|
|
@@ -208,6 +253,19 @@ export interface Drs {
|
|
|
208
253
|
data?: CreateReplicationConfigurationTemplateCommandOutput
|
|
209
254
|
) => void
|
|
210
255
|
): void;
|
|
256
|
+
createSourceNetwork(
|
|
257
|
+
args: CreateSourceNetworkCommandInput,
|
|
258
|
+
options?: __HttpHandlerOptions
|
|
259
|
+
): Promise<CreateSourceNetworkCommandOutput>;
|
|
260
|
+
createSourceNetwork(
|
|
261
|
+
args: CreateSourceNetworkCommandInput,
|
|
262
|
+
cb: (err: any, data?: CreateSourceNetworkCommandOutput) => void
|
|
263
|
+
): void;
|
|
264
|
+
createSourceNetwork(
|
|
265
|
+
args: CreateSourceNetworkCommandInput,
|
|
266
|
+
options: __HttpHandlerOptions,
|
|
267
|
+
cb: (err: any, data?: CreateSourceNetworkCommandOutput) => void
|
|
268
|
+
): void;
|
|
211
269
|
deleteJob(
|
|
212
270
|
args: DeleteJobCommandInput,
|
|
213
271
|
options?: __HttpHandlerOptions
|
|
@@ -272,6 +330,19 @@ export interface Drs {
|
|
|
272
330
|
data?: DeleteReplicationConfigurationTemplateCommandOutput
|
|
273
331
|
) => void
|
|
274
332
|
): void;
|
|
333
|
+
deleteSourceNetwork(
|
|
334
|
+
args: DeleteSourceNetworkCommandInput,
|
|
335
|
+
options?: __HttpHandlerOptions
|
|
336
|
+
): Promise<DeleteSourceNetworkCommandOutput>;
|
|
337
|
+
deleteSourceNetwork(
|
|
338
|
+
args: DeleteSourceNetworkCommandInput,
|
|
339
|
+
cb: (err: any, data?: DeleteSourceNetworkCommandOutput) => void
|
|
340
|
+
): void;
|
|
341
|
+
deleteSourceNetwork(
|
|
342
|
+
args: DeleteSourceNetworkCommandInput,
|
|
343
|
+
options: __HttpHandlerOptions,
|
|
344
|
+
cb: (err: any, data?: DeleteSourceNetworkCommandOutput) => void
|
|
345
|
+
): void;
|
|
275
346
|
deleteSourceServer(
|
|
276
347
|
args: DeleteSourceServerCommandInput,
|
|
277
348
|
options?: __HttpHandlerOptions
|
|
@@ -375,6 +446,19 @@ export interface Drs {
|
|
|
375
446
|
data?: DescribeReplicationConfigurationTemplatesCommandOutput
|
|
376
447
|
) => void
|
|
377
448
|
): void;
|
|
449
|
+
describeSourceNetworks(
|
|
450
|
+
args: DescribeSourceNetworksCommandInput,
|
|
451
|
+
options?: __HttpHandlerOptions
|
|
452
|
+
): Promise<DescribeSourceNetworksCommandOutput>;
|
|
453
|
+
describeSourceNetworks(
|
|
454
|
+
args: DescribeSourceNetworksCommandInput,
|
|
455
|
+
cb: (err: any, data?: DescribeSourceNetworksCommandOutput) => void
|
|
456
|
+
): void;
|
|
457
|
+
describeSourceNetworks(
|
|
458
|
+
args: DescribeSourceNetworksCommandInput,
|
|
459
|
+
options: __HttpHandlerOptions,
|
|
460
|
+
cb: (err: any, data?: DescribeSourceNetworksCommandOutput) => void
|
|
461
|
+
): void;
|
|
378
462
|
describeSourceServers(
|
|
379
463
|
args: DescribeSourceServersCommandInput,
|
|
380
464
|
options?: __HttpHandlerOptions
|
|
@@ -414,6 +498,19 @@ export interface Drs {
|
|
|
414
498
|
options: __HttpHandlerOptions,
|
|
415
499
|
cb: (err: any, data?: DisconnectSourceServerCommandOutput) => void
|
|
416
500
|
): void;
|
|
501
|
+
exportSourceNetworkCfnTemplate(
|
|
502
|
+
args: ExportSourceNetworkCfnTemplateCommandInput,
|
|
503
|
+
options?: __HttpHandlerOptions
|
|
504
|
+
): Promise<ExportSourceNetworkCfnTemplateCommandOutput>;
|
|
505
|
+
exportSourceNetworkCfnTemplate(
|
|
506
|
+
args: ExportSourceNetworkCfnTemplateCommandInput,
|
|
507
|
+
cb: (err: any, data?: ExportSourceNetworkCfnTemplateCommandOutput) => void
|
|
508
|
+
): void;
|
|
509
|
+
exportSourceNetworkCfnTemplate(
|
|
510
|
+
args: ExportSourceNetworkCfnTemplateCommandInput,
|
|
511
|
+
options: __HttpHandlerOptions,
|
|
512
|
+
cb: (err: any, data?: ExportSourceNetworkCfnTemplateCommandOutput) => void
|
|
513
|
+
): void;
|
|
417
514
|
getFailbackReplicationConfiguration(
|
|
418
515
|
args: GetFailbackReplicationConfigurationCommandInput,
|
|
419
516
|
options?: __HttpHandlerOptions
|
|
@@ -576,6 +673,32 @@ export interface Drs {
|
|
|
576
673
|
options: __HttpHandlerOptions,
|
|
577
674
|
cb: (err: any, data?: StartReplicationCommandOutput) => void
|
|
578
675
|
): void;
|
|
676
|
+
startSourceNetworkRecovery(
|
|
677
|
+
args: StartSourceNetworkRecoveryCommandInput,
|
|
678
|
+
options?: __HttpHandlerOptions
|
|
679
|
+
): Promise<StartSourceNetworkRecoveryCommandOutput>;
|
|
680
|
+
startSourceNetworkRecovery(
|
|
681
|
+
args: StartSourceNetworkRecoveryCommandInput,
|
|
682
|
+
cb: (err: any, data?: StartSourceNetworkRecoveryCommandOutput) => void
|
|
683
|
+
): void;
|
|
684
|
+
startSourceNetworkRecovery(
|
|
685
|
+
args: StartSourceNetworkRecoveryCommandInput,
|
|
686
|
+
options: __HttpHandlerOptions,
|
|
687
|
+
cb: (err: any, data?: StartSourceNetworkRecoveryCommandOutput) => void
|
|
688
|
+
): void;
|
|
689
|
+
startSourceNetworkReplication(
|
|
690
|
+
args: StartSourceNetworkReplicationCommandInput,
|
|
691
|
+
options?: __HttpHandlerOptions
|
|
692
|
+
): Promise<StartSourceNetworkReplicationCommandOutput>;
|
|
693
|
+
startSourceNetworkReplication(
|
|
694
|
+
args: StartSourceNetworkReplicationCommandInput,
|
|
695
|
+
cb: (err: any, data?: StartSourceNetworkReplicationCommandOutput) => void
|
|
696
|
+
): void;
|
|
697
|
+
startSourceNetworkReplication(
|
|
698
|
+
args: StartSourceNetworkReplicationCommandInput,
|
|
699
|
+
options: __HttpHandlerOptions,
|
|
700
|
+
cb: (err: any, data?: StartSourceNetworkReplicationCommandOutput) => void
|
|
701
|
+
): void;
|
|
579
702
|
stopFailback(
|
|
580
703
|
args: StopFailbackCommandInput,
|
|
581
704
|
options?: __HttpHandlerOptions
|
|
@@ -602,6 +725,19 @@ export interface Drs {
|
|
|
602
725
|
options: __HttpHandlerOptions,
|
|
603
726
|
cb: (err: any, data?: StopReplicationCommandOutput) => void
|
|
604
727
|
): void;
|
|
728
|
+
stopSourceNetworkReplication(
|
|
729
|
+
args: StopSourceNetworkReplicationCommandInput,
|
|
730
|
+
options?: __HttpHandlerOptions
|
|
731
|
+
): Promise<StopSourceNetworkReplicationCommandOutput>;
|
|
732
|
+
stopSourceNetworkReplication(
|
|
733
|
+
args: StopSourceNetworkReplicationCommandInput,
|
|
734
|
+
cb: (err: any, data?: StopSourceNetworkReplicationCommandOutput) => void
|
|
735
|
+
): void;
|
|
736
|
+
stopSourceNetworkReplication(
|
|
737
|
+
args: StopSourceNetworkReplicationCommandInput,
|
|
738
|
+
options: __HttpHandlerOptions,
|
|
739
|
+
cb: (err: any, data?: StopSourceNetworkReplicationCommandOutput) => void
|
|
740
|
+
): void;
|
|
605
741
|
tagResource(
|
|
606
742
|
args: TagResourceCommandInput,
|
|
607
743
|
options?: __HttpHandlerOptions
|
|
@@ -46,6 +46,10 @@ import {
|
|
|
46
46
|
Provider as __Provider,
|
|
47
47
|
StreamCollector as __StreamCollector,
|
|
48
48
|
} from "@smithy/types";
|
|
49
|
+
import {
|
|
50
|
+
AssociateSourceNetworkStackCommandInput,
|
|
51
|
+
AssociateSourceNetworkStackCommandOutput,
|
|
52
|
+
} from "./commands/AssociateSourceNetworkStackCommand";
|
|
49
53
|
import {
|
|
50
54
|
CreateExtendedSourceServerCommandInput,
|
|
51
55
|
CreateExtendedSourceServerCommandOutput,
|
|
@@ -58,6 +62,10 @@ import {
|
|
|
58
62
|
CreateReplicationConfigurationTemplateCommandInput,
|
|
59
63
|
CreateReplicationConfigurationTemplateCommandOutput,
|
|
60
64
|
} from "./commands/CreateReplicationConfigurationTemplateCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateSourceNetworkCommandInput,
|
|
67
|
+
CreateSourceNetworkCommandOutput,
|
|
68
|
+
} from "./commands/CreateSourceNetworkCommand";
|
|
61
69
|
import {
|
|
62
70
|
DeleteJobCommandInput,
|
|
63
71
|
DeleteJobCommandOutput,
|
|
@@ -74,6 +82,10 @@ import {
|
|
|
74
82
|
DeleteReplicationConfigurationTemplateCommandInput,
|
|
75
83
|
DeleteReplicationConfigurationTemplateCommandOutput,
|
|
76
84
|
} from "./commands/DeleteReplicationConfigurationTemplateCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteSourceNetworkCommandInput,
|
|
87
|
+
DeleteSourceNetworkCommandOutput,
|
|
88
|
+
} from "./commands/DeleteSourceNetworkCommand";
|
|
77
89
|
import {
|
|
78
90
|
DeleteSourceServerCommandInput,
|
|
79
91
|
DeleteSourceServerCommandOutput,
|
|
@@ -102,6 +114,10 @@ import {
|
|
|
102
114
|
DescribeReplicationConfigurationTemplatesCommandInput,
|
|
103
115
|
DescribeReplicationConfigurationTemplatesCommandOutput,
|
|
104
116
|
} from "./commands/DescribeReplicationConfigurationTemplatesCommand";
|
|
117
|
+
import {
|
|
118
|
+
DescribeSourceNetworksCommandInput,
|
|
119
|
+
DescribeSourceNetworksCommandOutput,
|
|
120
|
+
} from "./commands/DescribeSourceNetworksCommand";
|
|
105
121
|
import {
|
|
106
122
|
DescribeSourceServersCommandInput,
|
|
107
123
|
DescribeSourceServersCommandOutput,
|
|
@@ -114,6 +130,10 @@ import {
|
|
|
114
130
|
DisconnectSourceServerCommandInput,
|
|
115
131
|
DisconnectSourceServerCommandOutput,
|
|
116
132
|
} from "./commands/DisconnectSourceServerCommand";
|
|
133
|
+
import {
|
|
134
|
+
ExportSourceNetworkCfnTemplateCommandInput,
|
|
135
|
+
ExportSourceNetworkCfnTemplateCommandOutput,
|
|
136
|
+
} from "./commands/ExportSourceNetworkCfnTemplateCommand";
|
|
117
137
|
import {
|
|
118
138
|
GetFailbackReplicationConfigurationCommandInput,
|
|
119
139
|
GetFailbackReplicationConfigurationCommandOutput,
|
|
@@ -162,6 +182,14 @@ import {
|
|
|
162
182
|
StartReplicationCommandInput,
|
|
163
183
|
StartReplicationCommandOutput,
|
|
164
184
|
} from "./commands/StartReplicationCommand";
|
|
185
|
+
import {
|
|
186
|
+
StartSourceNetworkRecoveryCommandInput,
|
|
187
|
+
StartSourceNetworkRecoveryCommandOutput,
|
|
188
|
+
} from "./commands/StartSourceNetworkRecoveryCommand";
|
|
189
|
+
import {
|
|
190
|
+
StartSourceNetworkReplicationCommandInput,
|
|
191
|
+
StartSourceNetworkReplicationCommandOutput,
|
|
192
|
+
} from "./commands/StartSourceNetworkReplicationCommand";
|
|
165
193
|
import {
|
|
166
194
|
StopFailbackCommandInput,
|
|
167
195
|
StopFailbackCommandOutput,
|
|
@@ -170,6 +198,10 @@ import {
|
|
|
170
198
|
StopReplicationCommandInput,
|
|
171
199
|
StopReplicationCommandOutput,
|
|
172
200
|
} from "./commands/StopReplicationCommand";
|
|
201
|
+
import {
|
|
202
|
+
StopSourceNetworkReplicationCommandInput,
|
|
203
|
+
StopSourceNetworkReplicationCommandOutput,
|
|
204
|
+
} from "./commands/StopSourceNetworkReplicationCommand";
|
|
173
205
|
import {
|
|
174
206
|
TagResourceCommandInput,
|
|
175
207
|
TagResourceCommandOutput,
|
|
@@ -209,13 +241,16 @@ import {
|
|
|
209
241
|
} from "./endpoint/EndpointParameters";
|
|
210
242
|
export { __Client };
|
|
211
243
|
export type ServiceInputTypes =
|
|
244
|
+
| AssociateSourceNetworkStackCommandInput
|
|
212
245
|
| CreateExtendedSourceServerCommandInput
|
|
213
246
|
| CreateLaunchConfigurationTemplateCommandInput
|
|
214
247
|
| CreateReplicationConfigurationTemplateCommandInput
|
|
248
|
+
| CreateSourceNetworkCommandInput
|
|
215
249
|
| DeleteJobCommandInput
|
|
216
250
|
| DeleteLaunchConfigurationTemplateCommandInput
|
|
217
251
|
| DeleteRecoveryInstanceCommandInput
|
|
218
252
|
| DeleteReplicationConfigurationTemplateCommandInput
|
|
253
|
+
| DeleteSourceNetworkCommandInput
|
|
219
254
|
| DeleteSourceServerCommandInput
|
|
220
255
|
| DescribeJobLogItemsCommandInput
|
|
221
256
|
| DescribeJobsCommandInput
|
|
@@ -223,9 +258,11 @@ export type ServiceInputTypes =
|
|
|
223
258
|
| DescribeRecoveryInstancesCommandInput
|
|
224
259
|
| DescribeRecoverySnapshotsCommandInput
|
|
225
260
|
| DescribeReplicationConfigurationTemplatesCommandInput
|
|
261
|
+
| DescribeSourceNetworksCommandInput
|
|
226
262
|
| DescribeSourceServersCommandInput
|
|
227
263
|
| DisconnectRecoveryInstanceCommandInput
|
|
228
264
|
| DisconnectSourceServerCommandInput
|
|
265
|
+
| ExportSourceNetworkCfnTemplateCommandInput
|
|
229
266
|
| GetFailbackReplicationConfigurationCommandInput
|
|
230
267
|
| GetLaunchConfigurationCommandInput
|
|
231
268
|
| GetReplicationConfigurationCommandInput
|
|
@@ -238,8 +275,11 @@ export type ServiceInputTypes =
|
|
|
238
275
|
| StartFailbackLaunchCommandInput
|
|
239
276
|
| StartRecoveryCommandInput
|
|
240
277
|
| StartReplicationCommandInput
|
|
278
|
+
| StartSourceNetworkRecoveryCommandInput
|
|
279
|
+
| StartSourceNetworkReplicationCommandInput
|
|
241
280
|
| StopFailbackCommandInput
|
|
242
281
|
| StopReplicationCommandInput
|
|
282
|
+
| StopSourceNetworkReplicationCommandInput
|
|
243
283
|
| TagResourceCommandInput
|
|
244
284
|
| TerminateRecoveryInstancesCommandInput
|
|
245
285
|
| UntagResourceCommandInput
|
|
@@ -249,13 +289,16 @@ export type ServiceInputTypes =
|
|
|
249
289
|
| UpdateReplicationConfigurationCommandInput
|
|
250
290
|
| UpdateReplicationConfigurationTemplateCommandInput;
|
|
251
291
|
export type ServiceOutputTypes =
|
|
292
|
+
| AssociateSourceNetworkStackCommandOutput
|
|
252
293
|
| CreateExtendedSourceServerCommandOutput
|
|
253
294
|
| CreateLaunchConfigurationTemplateCommandOutput
|
|
254
295
|
| CreateReplicationConfigurationTemplateCommandOutput
|
|
296
|
+
| CreateSourceNetworkCommandOutput
|
|
255
297
|
| DeleteJobCommandOutput
|
|
256
298
|
| DeleteLaunchConfigurationTemplateCommandOutput
|
|
257
299
|
| DeleteRecoveryInstanceCommandOutput
|
|
258
300
|
| DeleteReplicationConfigurationTemplateCommandOutput
|
|
301
|
+
| DeleteSourceNetworkCommandOutput
|
|
259
302
|
| DeleteSourceServerCommandOutput
|
|
260
303
|
| DescribeJobLogItemsCommandOutput
|
|
261
304
|
| DescribeJobsCommandOutput
|
|
@@ -263,9 +306,11 @@ export type ServiceOutputTypes =
|
|
|
263
306
|
| DescribeRecoveryInstancesCommandOutput
|
|
264
307
|
| DescribeRecoverySnapshotsCommandOutput
|
|
265
308
|
| DescribeReplicationConfigurationTemplatesCommandOutput
|
|
309
|
+
| DescribeSourceNetworksCommandOutput
|
|
266
310
|
| DescribeSourceServersCommandOutput
|
|
267
311
|
| DisconnectRecoveryInstanceCommandOutput
|
|
268
312
|
| DisconnectSourceServerCommandOutput
|
|
313
|
+
| ExportSourceNetworkCfnTemplateCommandOutput
|
|
269
314
|
| GetFailbackReplicationConfigurationCommandOutput
|
|
270
315
|
| GetLaunchConfigurationCommandOutput
|
|
271
316
|
| GetReplicationConfigurationCommandOutput
|
|
@@ -278,8 +323,11 @@ export type ServiceOutputTypes =
|
|
|
278
323
|
| StartFailbackLaunchCommandOutput
|
|
279
324
|
| StartRecoveryCommandOutput
|
|
280
325
|
| StartReplicationCommandOutput
|
|
326
|
+
| StartSourceNetworkRecoveryCommandOutput
|
|
327
|
+
| StartSourceNetworkReplicationCommandOutput
|
|
281
328
|
| StopFailbackCommandOutput
|
|
282
329
|
| StopReplicationCommandOutput
|
|
330
|
+
| StopSourceNetworkReplicationCommandOutput
|
|
283
331
|
| TagResourceCommandOutput
|
|
284
332
|
| TerminateRecoveryInstancesCommandOutput
|
|
285
333
|
| UntagResourceCommandOutput
|
|
@@ -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
|
+
AssociateSourceNetworkStackRequest,
|
|
16
|
+
AssociateSourceNetworkStackResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface AssociateSourceNetworkStackCommandInput
|
|
20
|
+
extends AssociateSourceNetworkStackRequest {}
|
|
21
|
+
export interface AssociateSourceNetworkStackCommandOutput
|
|
22
|
+
extends AssociateSourceNetworkStackResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class AssociateSourceNetworkStackCommand extends $Command<
|
|
25
|
+
AssociateSourceNetworkStackCommandInput,
|
|
26
|
+
AssociateSourceNetworkStackCommandOutput,
|
|
27
|
+
DrsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: AssociateSourceNetworkStackCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: AssociateSourceNetworkStackCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DrsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
AssociateSourceNetworkStackCommandInput,
|
|
38
|
+
AssociateSourceNetworkStackCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|