@aws-sdk/client-drs 3.1086.0 → 3.1088.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.
Files changed (77) hide show
  1. package/dist-cjs/index.js +17 -11
  2. package/dist-es/models/enums.js +4 -0
  3. package/dist-es/schemas/schemas_0.js +11 -10
  4. package/dist-types/commands/CreateLaunchConfigurationTemplateCommand.d.ts +2 -0
  5. package/dist-types/commands/DescribeLaunchConfigurationTemplatesCommand.d.ts +1 -0
  6. package/dist-types/commands/GetLaunchConfigurationCommand.d.ts +1 -0
  7. package/dist-types/commands/UpdateLaunchConfigurationCommand.d.ts +2 -0
  8. package/dist-types/commands/UpdateLaunchConfigurationTemplateCommand.d.ts +2 -0
  9. package/dist-types/models/enums.d.ts +12 -0
  10. package/dist-types/models/models_0.d.ts +26 -1
  11. package/dist-types/ts3.4/Drs.d.ts +163 -229
  12. package/dist-types/ts3.4/DrsClient.d.ts +15 -28
  13. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  14. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  15. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  16. package/dist-types/ts3.4/commands/AssociateSourceNetworkStackCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateExtendedSourceServerCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateLaunchConfigurationTemplateCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/CreateReplicationConfigurationTemplateCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/CreateSourceNetworkCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +7 -5
  22. package/dist-types/ts3.4/commands/DeleteLaunchActionCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteLaunchConfigurationTemplateCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteRecoveryInstanceCommand.d.ts +3 -4
  25. package/dist-types/ts3.4/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/DeleteSourceNetworkCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DeleteSourceServerCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/DescribeJobLogItemsCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +2 -4
  30. package/dist-types/ts3.4/commands/DescribeLaunchConfigurationTemplatesCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/DescribeRecoveryInstancesCommand.d.ts +3 -5
  32. package/dist-types/ts3.4/commands/DescribeRecoverySnapshotsCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/DescribeSourceNetworksCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/DescribeSourceServersCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/DisconnectRecoveryInstanceCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/DisconnectSourceServerCommand.d.ts +5 -11
  38. package/dist-types/ts3.4/commands/ExportSourceNetworkCfnTemplateCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/GetFailbackReplicationConfigurationCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/GetLaunchConfigurationCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/GetReplicationConfigurationCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/InitializeServiceCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/ListExtensibleSourceServersCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/ListLaunchActionsCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/ListStagingAccountsCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/PutLaunchActionCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/RetryDataReplicationCommand.d.ts +4 -7
  49. package/dist-types/ts3.4/commands/ReverseReplicationCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/StartFailbackLaunchCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/StartRecoveryCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/StartSourceNetworkRecoveryCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/StartSourceNetworkReplicationCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/StopFailbackCommand.d.ts +2 -2
  56. package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +4 -9
  57. package/dist-types/ts3.4/commands/StopSourceNetworkReplicationCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  59. package/dist-types/ts3.4/commands/TerminateRecoveryInstancesCommand.d.ts +4 -6
  60. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  61. package/dist-types/ts3.4/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/UpdateLaunchConfigurationCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/UpdateLaunchConfigurationTemplateCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/UpdateReplicationConfigurationCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  67. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  68. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  69. package/dist-types/ts3.4/models/enums.d.ts +21 -32
  70. package/dist-types/ts3.4/models/errors.d.ts +7 -21
  71. package/dist-types/ts3.4/models/models_0.d.ts +20 -42
  72. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  73. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  74. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  75. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  76. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  77. package/package.json +39 -39
@@ -23,10 +23,7 @@ import {
23
23
  CreateSourceNetworkCommandInput,
24
24
  CreateSourceNetworkCommandOutput,
25
25
  } from "./commands/CreateSourceNetworkCommand";
26
- import {
27
- DeleteJobCommandInput,
28
- DeleteJobCommandOutput,
29
- } from "./commands/DeleteJobCommand";
26
+ import { DeleteJobCommandInput, DeleteJobCommandOutput } from "./commands/DeleteJobCommand";
30
27
  import {
31
28
  DeleteLaunchActionCommandInput,
32
29
  DeleteLaunchActionCommandOutput,
@@ -171,10 +168,7 @@ import {
171
168
  StopSourceNetworkReplicationCommandInput,
172
169
  StopSourceNetworkReplicationCommandOutput,
173
170
  } from "./commands/StopSourceNetworkReplicationCommand";
174
- import {
175
- TagResourceCommandInput,
176
- TagResourceCommandOutput,
177
- } from "./commands/TagResourceCommand";
171
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
178
172
  import {
179
173
  TerminateRecoveryInstancesCommandInput,
180
174
  TerminateRecoveryInstancesCommandOutput,
@@ -207,799 +201,739 @@ import { DrsClient } from "./DrsClient";
207
201
  export interface Drs {
208
202
  associateSourceNetworkStack(
209
203
  args: AssociateSourceNetworkStackCommandInput,
210
- options?: __HttpHandlerOptions
204
+ options?: __HttpHandlerOptions,
211
205
  ): Promise<AssociateSourceNetworkStackCommandOutput>;
212
206
  associateSourceNetworkStack(
213
207
  args: AssociateSourceNetworkStackCommandInput,
214
- cb: (err: any, data?: AssociateSourceNetworkStackCommandOutput) => void
208
+ cb: (err: any, data?: AssociateSourceNetworkStackCommandOutput) => void,
215
209
  ): void;
216
210
  associateSourceNetworkStack(
217
211
  args: AssociateSourceNetworkStackCommandInput,
218
212
  options: __HttpHandlerOptions,
219
- cb: (err: any, data?: AssociateSourceNetworkStackCommandOutput) => void
213
+ cb: (err: any, data?: AssociateSourceNetworkStackCommandOutput) => void,
220
214
  ): void;
221
215
  createExtendedSourceServer(
222
216
  args: CreateExtendedSourceServerCommandInput,
223
- options?: __HttpHandlerOptions
217
+ options?: __HttpHandlerOptions,
224
218
  ): Promise<CreateExtendedSourceServerCommandOutput>;
225
219
  createExtendedSourceServer(
226
220
  args: CreateExtendedSourceServerCommandInput,
227
- cb: (err: any, data?: CreateExtendedSourceServerCommandOutput) => void
221
+ cb: (err: any, data?: CreateExtendedSourceServerCommandOutput) => void,
228
222
  ): void;
229
223
  createExtendedSourceServer(
230
224
  args: CreateExtendedSourceServerCommandInput,
231
225
  options: __HttpHandlerOptions,
232
- cb: (err: any, data?: CreateExtendedSourceServerCommandOutput) => void
226
+ cb: (err: any, data?: CreateExtendedSourceServerCommandOutput) => void,
233
227
  ): void;
234
228
  createLaunchConfigurationTemplate(): Promise<CreateLaunchConfigurationTemplateCommandOutput>;
235
229
  createLaunchConfigurationTemplate(
236
230
  args: CreateLaunchConfigurationTemplateCommandInput,
237
- options?: __HttpHandlerOptions
231
+ options?: __HttpHandlerOptions,
238
232
  ): Promise<CreateLaunchConfigurationTemplateCommandOutput>;
239
233
  createLaunchConfigurationTemplate(
240
234
  args: CreateLaunchConfigurationTemplateCommandInput,
241
- cb: (
242
- err: any,
243
- data?: CreateLaunchConfigurationTemplateCommandOutput
244
- ) => void
235
+ cb: (err: any, data?: CreateLaunchConfigurationTemplateCommandOutput) => void,
245
236
  ): void;
246
237
  createLaunchConfigurationTemplate(
247
238
  args: CreateLaunchConfigurationTemplateCommandInput,
248
239
  options: __HttpHandlerOptions,
249
- cb: (
250
- err: any,
251
- data?: CreateLaunchConfigurationTemplateCommandOutput
252
- ) => void
240
+ cb: (err: any, data?: CreateLaunchConfigurationTemplateCommandOutput) => void,
253
241
  ): void;
254
242
  createReplicationConfigurationTemplate(
255
243
  args: CreateReplicationConfigurationTemplateCommandInput,
256
- options?: __HttpHandlerOptions
244
+ options?: __HttpHandlerOptions,
257
245
  ): Promise<CreateReplicationConfigurationTemplateCommandOutput>;
258
246
  createReplicationConfigurationTemplate(
259
247
  args: CreateReplicationConfigurationTemplateCommandInput,
260
- cb: (
261
- err: any,
262
- data?: CreateReplicationConfigurationTemplateCommandOutput
263
- ) => void
248
+ cb: (err: any, data?: CreateReplicationConfigurationTemplateCommandOutput) => void,
264
249
  ): void;
265
250
  createReplicationConfigurationTemplate(
266
251
  args: CreateReplicationConfigurationTemplateCommandInput,
267
252
  options: __HttpHandlerOptions,
268
- cb: (
269
- err: any,
270
- data?: CreateReplicationConfigurationTemplateCommandOutput
271
- ) => void
253
+ cb: (err: any, data?: CreateReplicationConfigurationTemplateCommandOutput) => void,
272
254
  ): void;
273
255
  createSourceNetwork(
274
256
  args: CreateSourceNetworkCommandInput,
275
- options?: __HttpHandlerOptions
257
+ options?: __HttpHandlerOptions,
276
258
  ): Promise<CreateSourceNetworkCommandOutput>;
277
259
  createSourceNetwork(
278
260
  args: CreateSourceNetworkCommandInput,
279
- cb: (err: any, data?: CreateSourceNetworkCommandOutput) => void
261
+ cb: (err: any, data?: CreateSourceNetworkCommandOutput) => void,
280
262
  ): void;
281
263
  createSourceNetwork(
282
264
  args: CreateSourceNetworkCommandInput,
283
265
  options: __HttpHandlerOptions,
284
- cb: (err: any, data?: CreateSourceNetworkCommandOutput) => void
266
+ cb: (err: any, data?: CreateSourceNetworkCommandOutput) => void,
285
267
  ): void;
286
268
  deleteJob(
287
269
  args: DeleteJobCommandInput,
288
- options?: __HttpHandlerOptions
270
+ options?: __HttpHandlerOptions,
289
271
  ): Promise<DeleteJobCommandOutput>;
290
272
  deleteJob(
291
273
  args: DeleteJobCommandInput,
292
- cb: (err: any, data?: DeleteJobCommandOutput) => void
274
+ cb: (err: any, data?: DeleteJobCommandOutput) => void,
293
275
  ): void;
294
276
  deleteJob(
295
277
  args: DeleteJobCommandInput,
296
278
  options: __HttpHandlerOptions,
297
- cb: (err: any, data?: DeleteJobCommandOutput) => void
279
+ cb: (err: any, data?: DeleteJobCommandOutput) => void,
298
280
  ): void;
299
281
  deleteLaunchAction(
300
282
  args: DeleteLaunchActionCommandInput,
301
- options?: __HttpHandlerOptions
283
+ options?: __HttpHandlerOptions,
302
284
  ): Promise<DeleteLaunchActionCommandOutput>;
303
285
  deleteLaunchAction(
304
286
  args: DeleteLaunchActionCommandInput,
305
- cb: (err: any, data?: DeleteLaunchActionCommandOutput) => void
287
+ cb: (err: any, data?: DeleteLaunchActionCommandOutput) => void,
306
288
  ): void;
307
289
  deleteLaunchAction(
308
290
  args: DeleteLaunchActionCommandInput,
309
291
  options: __HttpHandlerOptions,
310
- cb: (err: any, data?: DeleteLaunchActionCommandOutput) => void
292
+ cb: (err: any, data?: DeleteLaunchActionCommandOutput) => void,
311
293
  ): void;
312
294
  deleteLaunchConfigurationTemplate(
313
295
  args: DeleteLaunchConfigurationTemplateCommandInput,
314
- options?: __HttpHandlerOptions
296
+ options?: __HttpHandlerOptions,
315
297
  ): Promise<DeleteLaunchConfigurationTemplateCommandOutput>;
316
298
  deleteLaunchConfigurationTemplate(
317
299
  args: DeleteLaunchConfigurationTemplateCommandInput,
318
- cb: (
319
- err: any,
320
- data?: DeleteLaunchConfigurationTemplateCommandOutput
321
- ) => void
300
+ cb: (err: any, data?: DeleteLaunchConfigurationTemplateCommandOutput) => void,
322
301
  ): void;
323
302
  deleteLaunchConfigurationTemplate(
324
303
  args: DeleteLaunchConfigurationTemplateCommandInput,
325
304
  options: __HttpHandlerOptions,
326
- cb: (
327
- err: any,
328
- data?: DeleteLaunchConfigurationTemplateCommandOutput
329
- ) => void
305
+ cb: (err: any, data?: DeleteLaunchConfigurationTemplateCommandOutput) => void,
330
306
  ): void;
331
307
  deleteRecoveryInstance(
332
308
  args: DeleteRecoveryInstanceCommandInput,
333
- options?: __HttpHandlerOptions
309
+ options?: __HttpHandlerOptions,
334
310
  ): Promise<DeleteRecoveryInstanceCommandOutput>;
335
311
  deleteRecoveryInstance(
336
312
  args: DeleteRecoveryInstanceCommandInput,
337
- cb: (err: any, data?: DeleteRecoveryInstanceCommandOutput) => void
313
+ cb: (err: any, data?: DeleteRecoveryInstanceCommandOutput) => void,
338
314
  ): void;
339
315
  deleteRecoveryInstance(
340
316
  args: DeleteRecoveryInstanceCommandInput,
341
317
  options: __HttpHandlerOptions,
342
- cb: (err: any, data?: DeleteRecoveryInstanceCommandOutput) => void
318
+ cb: (err: any, data?: DeleteRecoveryInstanceCommandOutput) => void,
343
319
  ): void;
344
320
  deleteReplicationConfigurationTemplate(
345
321
  args: DeleteReplicationConfigurationTemplateCommandInput,
346
- options?: __HttpHandlerOptions
322
+ options?: __HttpHandlerOptions,
347
323
  ): Promise<DeleteReplicationConfigurationTemplateCommandOutput>;
348
324
  deleteReplicationConfigurationTemplate(
349
325
  args: DeleteReplicationConfigurationTemplateCommandInput,
350
- cb: (
351
- err: any,
352
- data?: DeleteReplicationConfigurationTemplateCommandOutput
353
- ) => void
326
+ cb: (err: any, data?: DeleteReplicationConfigurationTemplateCommandOutput) => void,
354
327
  ): void;
355
328
  deleteReplicationConfigurationTemplate(
356
329
  args: DeleteReplicationConfigurationTemplateCommandInput,
357
330
  options: __HttpHandlerOptions,
358
- cb: (
359
- err: any,
360
- data?: DeleteReplicationConfigurationTemplateCommandOutput
361
- ) => void
331
+ cb: (err: any, data?: DeleteReplicationConfigurationTemplateCommandOutput) => void,
362
332
  ): void;
363
333
  deleteSourceNetwork(
364
334
  args: DeleteSourceNetworkCommandInput,
365
- options?: __HttpHandlerOptions
335
+ options?: __HttpHandlerOptions,
366
336
  ): Promise<DeleteSourceNetworkCommandOutput>;
367
337
  deleteSourceNetwork(
368
338
  args: DeleteSourceNetworkCommandInput,
369
- cb: (err: any, data?: DeleteSourceNetworkCommandOutput) => void
339
+ cb: (err: any, data?: DeleteSourceNetworkCommandOutput) => void,
370
340
  ): void;
371
341
  deleteSourceNetwork(
372
342
  args: DeleteSourceNetworkCommandInput,
373
343
  options: __HttpHandlerOptions,
374
- cb: (err: any, data?: DeleteSourceNetworkCommandOutput) => void
344
+ cb: (err: any, data?: DeleteSourceNetworkCommandOutput) => void,
375
345
  ): void;
376
346
  deleteSourceServer(
377
347
  args: DeleteSourceServerCommandInput,
378
- options?: __HttpHandlerOptions
348
+ options?: __HttpHandlerOptions,
379
349
  ): Promise<DeleteSourceServerCommandOutput>;
380
350
  deleteSourceServer(
381
351
  args: DeleteSourceServerCommandInput,
382
- cb: (err: any, data?: DeleteSourceServerCommandOutput) => void
352
+ cb: (err: any, data?: DeleteSourceServerCommandOutput) => void,
383
353
  ): void;
384
354
  deleteSourceServer(
385
355
  args: DeleteSourceServerCommandInput,
386
356
  options: __HttpHandlerOptions,
387
- cb: (err: any, data?: DeleteSourceServerCommandOutput) => void
357
+ cb: (err: any, data?: DeleteSourceServerCommandOutput) => void,
388
358
  ): void;
389
359
  describeJobLogItems(
390
360
  args: DescribeJobLogItemsCommandInput,
391
- options?: __HttpHandlerOptions
361
+ options?: __HttpHandlerOptions,
392
362
  ): Promise<DescribeJobLogItemsCommandOutput>;
393
363
  describeJobLogItems(
394
364
  args: DescribeJobLogItemsCommandInput,
395
- cb: (err: any, data?: DescribeJobLogItemsCommandOutput) => void
365
+ cb: (err: any, data?: DescribeJobLogItemsCommandOutput) => void,
396
366
  ): void;
397
367
  describeJobLogItems(
398
368
  args: DescribeJobLogItemsCommandInput,
399
369
  options: __HttpHandlerOptions,
400
- cb: (err: any, data?: DescribeJobLogItemsCommandOutput) => void
370
+ cb: (err: any, data?: DescribeJobLogItemsCommandOutput) => void,
401
371
  ): void;
402
372
  describeJobs(): Promise<DescribeJobsCommandOutput>;
403
373
  describeJobs(
404
374
  args: DescribeJobsCommandInput,
405
- options?: __HttpHandlerOptions
375
+ options?: __HttpHandlerOptions,
406
376
  ): Promise<DescribeJobsCommandOutput>;
407
377
  describeJobs(
408
378
  args: DescribeJobsCommandInput,
409
- cb: (err: any, data?: DescribeJobsCommandOutput) => void
379
+ cb: (err: any, data?: DescribeJobsCommandOutput) => void,
410
380
  ): void;
411
381
  describeJobs(
412
382
  args: DescribeJobsCommandInput,
413
383
  options: __HttpHandlerOptions,
414
- cb: (err: any, data?: DescribeJobsCommandOutput) => void
384
+ cb: (err: any, data?: DescribeJobsCommandOutput) => void,
415
385
  ): void;
416
386
  describeLaunchConfigurationTemplates(): Promise<DescribeLaunchConfigurationTemplatesCommandOutput>;
417
387
  describeLaunchConfigurationTemplates(
418
388
  args: DescribeLaunchConfigurationTemplatesCommandInput,
419
- options?: __HttpHandlerOptions
389
+ options?: __HttpHandlerOptions,
420
390
  ): Promise<DescribeLaunchConfigurationTemplatesCommandOutput>;
421
391
  describeLaunchConfigurationTemplates(
422
392
  args: DescribeLaunchConfigurationTemplatesCommandInput,
423
- cb: (
424
- err: any,
425
- data?: DescribeLaunchConfigurationTemplatesCommandOutput
426
- ) => void
393
+ cb: (err: any, data?: DescribeLaunchConfigurationTemplatesCommandOutput) => void,
427
394
  ): void;
428
395
  describeLaunchConfigurationTemplates(
429
396
  args: DescribeLaunchConfigurationTemplatesCommandInput,
430
397
  options: __HttpHandlerOptions,
431
- cb: (
432
- err: any,
433
- data?: DescribeLaunchConfigurationTemplatesCommandOutput
434
- ) => void
398
+ cb: (err: any, data?: DescribeLaunchConfigurationTemplatesCommandOutput) => void,
435
399
  ): void;
436
400
  describeRecoveryInstances(): Promise<DescribeRecoveryInstancesCommandOutput>;
437
401
  describeRecoveryInstances(
438
402
  args: DescribeRecoveryInstancesCommandInput,
439
- options?: __HttpHandlerOptions
403
+ options?: __HttpHandlerOptions,
440
404
  ): Promise<DescribeRecoveryInstancesCommandOutput>;
441
405
  describeRecoveryInstances(
442
406
  args: DescribeRecoveryInstancesCommandInput,
443
- cb: (err: any, data?: DescribeRecoveryInstancesCommandOutput) => void
407
+ cb: (err: any, data?: DescribeRecoveryInstancesCommandOutput) => void,
444
408
  ): void;
445
409
  describeRecoveryInstances(
446
410
  args: DescribeRecoveryInstancesCommandInput,
447
411
  options: __HttpHandlerOptions,
448
- cb: (err: any, data?: DescribeRecoveryInstancesCommandOutput) => void
412
+ cb: (err: any, data?: DescribeRecoveryInstancesCommandOutput) => void,
449
413
  ): void;
450
414
  describeRecoverySnapshots(
451
415
  args: DescribeRecoverySnapshotsCommandInput,
452
- options?: __HttpHandlerOptions
416
+ options?: __HttpHandlerOptions,
453
417
  ): Promise<DescribeRecoverySnapshotsCommandOutput>;
454
418
  describeRecoverySnapshots(
455
419
  args: DescribeRecoverySnapshotsCommandInput,
456
- cb: (err: any, data?: DescribeRecoverySnapshotsCommandOutput) => void
420
+ cb: (err: any, data?: DescribeRecoverySnapshotsCommandOutput) => void,
457
421
  ): void;
458
422
  describeRecoverySnapshots(
459
423
  args: DescribeRecoverySnapshotsCommandInput,
460
424
  options: __HttpHandlerOptions,
461
- cb: (err: any, data?: DescribeRecoverySnapshotsCommandOutput) => void
425
+ cb: (err: any, data?: DescribeRecoverySnapshotsCommandOutput) => void,
462
426
  ): void;
463
427
  describeReplicationConfigurationTemplates(): Promise<DescribeReplicationConfigurationTemplatesCommandOutput>;
464
428
  describeReplicationConfigurationTemplates(
465
429
  args: DescribeReplicationConfigurationTemplatesCommandInput,
466
- options?: __HttpHandlerOptions
430
+ options?: __HttpHandlerOptions,
467
431
  ): Promise<DescribeReplicationConfigurationTemplatesCommandOutput>;
468
432
  describeReplicationConfigurationTemplates(
469
433
  args: DescribeReplicationConfigurationTemplatesCommandInput,
470
- cb: (
471
- err: any,
472
- data?: DescribeReplicationConfigurationTemplatesCommandOutput
473
- ) => void
434
+ cb: (err: any, data?: DescribeReplicationConfigurationTemplatesCommandOutput) => void,
474
435
  ): void;
475
436
  describeReplicationConfigurationTemplates(
476
437
  args: DescribeReplicationConfigurationTemplatesCommandInput,
477
438
  options: __HttpHandlerOptions,
478
- cb: (
479
- err: any,
480
- data?: DescribeReplicationConfigurationTemplatesCommandOutput
481
- ) => void
439
+ cb: (err: any, data?: DescribeReplicationConfigurationTemplatesCommandOutput) => void,
482
440
  ): void;
483
441
  describeSourceNetworks(): Promise<DescribeSourceNetworksCommandOutput>;
484
442
  describeSourceNetworks(
485
443
  args: DescribeSourceNetworksCommandInput,
486
- options?: __HttpHandlerOptions
444
+ options?: __HttpHandlerOptions,
487
445
  ): Promise<DescribeSourceNetworksCommandOutput>;
488
446
  describeSourceNetworks(
489
447
  args: DescribeSourceNetworksCommandInput,
490
- cb: (err: any, data?: DescribeSourceNetworksCommandOutput) => void
448
+ cb: (err: any, data?: DescribeSourceNetworksCommandOutput) => void,
491
449
  ): void;
492
450
  describeSourceNetworks(
493
451
  args: DescribeSourceNetworksCommandInput,
494
452
  options: __HttpHandlerOptions,
495
- cb: (err: any, data?: DescribeSourceNetworksCommandOutput) => void
453
+ cb: (err: any, data?: DescribeSourceNetworksCommandOutput) => void,
496
454
  ): void;
497
455
  describeSourceServers(): Promise<DescribeSourceServersCommandOutput>;
498
456
  describeSourceServers(
499
457
  args: DescribeSourceServersCommandInput,
500
- options?: __HttpHandlerOptions
458
+ options?: __HttpHandlerOptions,
501
459
  ): Promise<DescribeSourceServersCommandOutput>;
502
460
  describeSourceServers(
503
461
  args: DescribeSourceServersCommandInput,
504
- cb: (err: any, data?: DescribeSourceServersCommandOutput) => void
462
+ cb: (err: any, data?: DescribeSourceServersCommandOutput) => void,
505
463
  ): void;
506
464
  describeSourceServers(
507
465
  args: DescribeSourceServersCommandInput,
508
466
  options: __HttpHandlerOptions,
509
- cb: (err: any, data?: DescribeSourceServersCommandOutput) => void
467
+ cb: (err: any, data?: DescribeSourceServersCommandOutput) => void,
510
468
  ): void;
511
469
  disconnectRecoveryInstance(
512
470
  args: DisconnectRecoveryInstanceCommandInput,
513
- options?: __HttpHandlerOptions
471
+ options?: __HttpHandlerOptions,
514
472
  ): Promise<DisconnectRecoveryInstanceCommandOutput>;
515
473
  disconnectRecoveryInstance(
516
474
  args: DisconnectRecoveryInstanceCommandInput,
517
- cb: (err: any, data?: DisconnectRecoveryInstanceCommandOutput) => void
475
+ cb: (err: any, data?: DisconnectRecoveryInstanceCommandOutput) => void,
518
476
  ): void;
519
477
  disconnectRecoveryInstance(
520
478
  args: DisconnectRecoveryInstanceCommandInput,
521
479
  options: __HttpHandlerOptions,
522
- cb: (err: any, data?: DisconnectRecoveryInstanceCommandOutput) => void
480
+ cb: (err: any, data?: DisconnectRecoveryInstanceCommandOutput) => void,
523
481
  ): void;
524
482
  disconnectSourceServer(
525
483
  args: DisconnectSourceServerCommandInput,
526
- options?: __HttpHandlerOptions
484
+ options?: __HttpHandlerOptions,
527
485
  ): Promise<DisconnectSourceServerCommandOutput>;
528
486
  disconnectSourceServer(
529
487
  args: DisconnectSourceServerCommandInput,
530
- cb: (err: any, data?: DisconnectSourceServerCommandOutput) => void
488
+ cb: (err: any, data?: DisconnectSourceServerCommandOutput) => void,
531
489
  ): void;
532
490
  disconnectSourceServer(
533
491
  args: DisconnectSourceServerCommandInput,
534
492
  options: __HttpHandlerOptions,
535
- cb: (err: any, data?: DisconnectSourceServerCommandOutput) => void
493
+ cb: (err: any, data?: DisconnectSourceServerCommandOutput) => void,
536
494
  ): void;
537
495
  exportSourceNetworkCfnTemplate(
538
496
  args: ExportSourceNetworkCfnTemplateCommandInput,
539
- options?: __HttpHandlerOptions
497
+ options?: __HttpHandlerOptions,
540
498
  ): Promise<ExportSourceNetworkCfnTemplateCommandOutput>;
541
499
  exportSourceNetworkCfnTemplate(
542
500
  args: ExportSourceNetworkCfnTemplateCommandInput,
543
- cb: (err: any, data?: ExportSourceNetworkCfnTemplateCommandOutput) => void
501
+ cb: (err: any, data?: ExportSourceNetworkCfnTemplateCommandOutput) => void,
544
502
  ): void;
545
503
  exportSourceNetworkCfnTemplate(
546
504
  args: ExportSourceNetworkCfnTemplateCommandInput,
547
505
  options: __HttpHandlerOptions,
548
- cb: (err: any, data?: ExportSourceNetworkCfnTemplateCommandOutput) => void
506
+ cb: (err: any, data?: ExportSourceNetworkCfnTemplateCommandOutput) => void,
549
507
  ): void;
550
508
  getFailbackReplicationConfiguration(
551
509
  args: GetFailbackReplicationConfigurationCommandInput,
552
- options?: __HttpHandlerOptions
510
+ options?: __HttpHandlerOptions,
553
511
  ): Promise<GetFailbackReplicationConfigurationCommandOutput>;
554
512
  getFailbackReplicationConfiguration(
555
513
  args: GetFailbackReplicationConfigurationCommandInput,
556
- cb: (
557
- err: any,
558
- data?: GetFailbackReplicationConfigurationCommandOutput
559
- ) => void
514
+ cb: (err: any, data?: GetFailbackReplicationConfigurationCommandOutput) => void,
560
515
  ): void;
561
516
  getFailbackReplicationConfiguration(
562
517
  args: GetFailbackReplicationConfigurationCommandInput,
563
518
  options: __HttpHandlerOptions,
564
- cb: (
565
- err: any,
566
- data?: GetFailbackReplicationConfigurationCommandOutput
567
- ) => void
519
+ cb: (err: any, data?: GetFailbackReplicationConfigurationCommandOutput) => void,
568
520
  ): void;
569
521
  getLaunchConfiguration(
570
522
  args: GetLaunchConfigurationCommandInput,
571
- options?: __HttpHandlerOptions
523
+ options?: __HttpHandlerOptions,
572
524
  ): Promise<GetLaunchConfigurationCommandOutput>;
573
525
  getLaunchConfiguration(
574
526
  args: GetLaunchConfigurationCommandInput,
575
- cb: (err: any, data?: GetLaunchConfigurationCommandOutput) => void
527
+ cb: (err: any, data?: GetLaunchConfigurationCommandOutput) => void,
576
528
  ): void;
577
529
  getLaunchConfiguration(
578
530
  args: GetLaunchConfigurationCommandInput,
579
531
  options: __HttpHandlerOptions,
580
- cb: (err: any, data?: GetLaunchConfigurationCommandOutput) => void
532
+ cb: (err: any, data?: GetLaunchConfigurationCommandOutput) => void,
581
533
  ): void;
582
534
  getReplicationConfiguration(
583
535
  args: GetReplicationConfigurationCommandInput,
584
- options?: __HttpHandlerOptions
536
+ options?: __HttpHandlerOptions,
585
537
  ): Promise<GetReplicationConfigurationCommandOutput>;
586
538
  getReplicationConfiguration(
587
539
  args: GetReplicationConfigurationCommandInput,
588
- cb: (err: any, data?: GetReplicationConfigurationCommandOutput) => void
540
+ cb: (err: any, data?: GetReplicationConfigurationCommandOutput) => void,
589
541
  ): void;
590
542
  getReplicationConfiguration(
591
543
  args: GetReplicationConfigurationCommandInput,
592
544
  options: __HttpHandlerOptions,
593
- cb: (err: any, data?: GetReplicationConfigurationCommandOutput) => void
545
+ cb: (err: any, data?: GetReplicationConfigurationCommandOutput) => void,
594
546
  ): void;
595
547
  initializeService(): Promise<InitializeServiceCommandOutput>;
596
548
  initializeService(
597
549
  args: InitializeServiceCommandInput,
598
- options?: __HttpHandlerOptions
550
+ options?: __HttpHandlerOptions,
599
551
  ): Promise<InitializeServiceCommandOutput>;
600
552
  initializeService(
601
553
  args: InitializeServiceCommandInput,
602
- cb: (err: any, data?: InitializeServiceCommandOutput) => void
554
+ cb: (err: any, data?: InitializeServiceCommandOutput) => void,
603
555
  ): void;
604
556
  initializeService(
605
557
  args: InitializeServiceCommandInput,
606
558
  options: __HttpHandlerOptions,
607
- cb: (err: any, data?: InitializeServiceCommandOutput) => void
559
+ cb: (err: any, data?: InitializeServiceCommandOutput) => void,
608
560
  ): void;
609
561
  listExtensibleSourceServers(
610
562
  args: ListExtensibleSourceServersCommandInput,
611
- options?: __HttpHandlerOptions
563
+ options?: __HttpHandlerOptions,
612
564
  ): Promise<ListExtensibleSourceServersCommandOutput>;
613
565
  listExtensibleSourceServers(
614
566
  args: ListExtensibleSourceServersCommandInput,
615
- cb: (err: any, data?: ListExtensibleSourceServersCommandOutput) => void
567
+ cb: (err: any, data?: ListExtensibleSourceServersCommandOutput) => void,
616
568
  ): void;
617
569
  listExtensibleSourceServers(
618
570
  args: ListExtensibleSourceServersCommandInput,
619
571
  options: __HttpHandlerOptions,
620
- cb: (err: any, data?: ListExtensibleSourceServersCommandOutput) => void
572
+ cb: (err: any, data?: ListExtensibleSourceServersCommandOutput) => void,
621
573
  ): void;
622
574
  listLaunchActions(
623
575
  args: ListLaunchActionsCommandInput,
624
- options?: __HttpHandlerOptions
576
+ options?: __HttpHandlerOptions,
625
577
  ): Promise<ListLaunchActionsCommandOutput>;
626
578
  listLaunchActions(
627
579
  args: ListLaunchActionsCommandInput,
628
- cb: (err: any, data?: ListLaunchActionsCommandOutput) => void
580
+ cb: (err: any, data?: ListLaunchActionsCommandOutput) => void,
629
581
  ): void;
630
582
  listLaunchActions(
631
583
  args: ListLaunchActionsCommandInput,
632
584
  options: __HttpHandlerOptions,
633
- cb: (err: any, data?: ListLaunchActionsCommandOutput) => void
585
+ cb: (err: any, data?: ListLaunchActionsCommandOutput) => void,
634
586
  ): void;
635
587
  listStagingAccounts(): Promise<ListStagingAccountsCommandOutput>;
636
588
  listStagingAccounts(
637
589
  args: ListStagingAccountsCommandInput,
638
- options?: __HttpHandlerOptions
590
+ options?: __HttpHandlerOptions,
639
591
  ): Promise<ListStagingAccountsCommandOutput>;
640
592
  listStagingAccounts(
641
593
  args: ListStagingAccountsCommandInput,
642
- cb: (err: any, data?: ListStagingAccountsCommandOutput) => void
594
+ cb: (err: any, data?: ListStagingAccountsCommandOutput) => void,
643
595
  ): void;
644
596
  listStagingAccounts(
645
597
  args: ListStagingAccountsCommandInput,
646
598
  options: __HttpHandlerOptions,
647
- cb: (err: any, data?: ListStagingAccountsCommandOutput) => void
599
+ cb: (err: any, data?: ListStagingAccountsCommandOutput) => void,
648
600
  ): void;
649
601
  listTagsForResource(
650
602
  args: ListTagsForResourceCommandInput,
651
- options?: __HttpHandlerOptions
603
+ options?: __HttpHandlerOptions,
652
604
  ): Promise<ListTagsForResourceCommandOutput>;
653
605
  listTagsForResource(
654
606
  args: ListTagsForResourceCommandInput,
655
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
607
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
656
608
  ): void;
657
609
  listTagsForResource(
658
610
  args: ListTagsForResourceCommandInput,
659
611
  options: __HttpHandlerOptions,
660
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
612
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
661
613
  ): void;
662
614
  putLaunchAction(
663
615
  args: PutLaunchActionCommandInput,
664
- options?: __HttpHandlerOptions
616
+ options?: __HttpHandlerOptions,
665
617
  ): Promise<PutLaunchActionCommandOutput>;
666
618
  putLaunchAction(
667
619
  args: PutLaunchActionCommandInput,
668
- cb: (err: any, data?: PutLaunchActionCommandOutput) => void
620
+ cb: (err: any, data?: PutLaunchActionCommandOutput) => void,
669
621
  ): void;
670
622
  putLaunchAction(
671
623
  args: PutLaunchActionCommandInput,
672
624
  options: __HttpHandlerOptions,
673
- cb: (err: any, data?: PutLaunchActionCommandOutput) => void
625
+ cb: (err: any, data?: PutLaunchActionCommandOutput) => void,
674
626
  ): void;
675
627
  retryDataReplication(
676
628
  args: RetryDataReplicationCommandInput,
677
- options?: __HttpHandlerOptions
629
+ options?: __HttpHandlerOptions,
678
630
  ): Promise<RetryDataReplicationCommandOutput>;
679
631
  retryDataReplication(
680
632
  args: RetryDataReplicationCommandInput,
681
- cb: (err: any, data?: RetryDataReplicationCommandOutput) => void
633
+ cb: (err: any, data?: RetryDataReplicationCommandOutput) => void,
682
634
  ): void;
683
635
  retryDataReplication(
684
636
  args: RetryDataReplicationCommandInput,
685
637
  options: __HttpHandlerOptions,
686
- cb: (err: any, data?: RetryDataReplicationCommandOutput) => void
638
+ cb: (err: any, data?: RetryDataReplicationCommandOutput) => void,
687
639
  ): void;
688
640
  reverseReplication(
689
641
  args: ReverseReplicationCommandInput,
690
- options?: __HttpHandlerOptions
642
+ options?: __HttpHandlerOptions,
691
643
  ): Promise<ReverseReplicationCommandOutput>;
692
644
  reverseReplication(
693
645
  args: ReverseReplicationCommandInput,
694
- cb: (err: any, data?: ReverseReplicationCommandOutput) => void
646
+ cb: (err: any, data?: ReverseReplicationCommandOutput) => void,
695
647
  ): void;
696
648
  reverseReplication(
697
649
  args: ReverseReplicationCommandInput,
698
650
  options: __HttpHandlerOptions,
699
- cb: (err: any, data?: ReverseReplicationCommandOutput) => void
651
+ cb: (err: any, data?: ReverseReplicationCommandOutput) => void,
700
652
  ): void;
701
653
  startFailbackLaunch(
702
654
  args: StartFailbackLaunchCommandInput,
703
- options?: __HttpHandlerOptions
655
+ options?: __HttpHandlerOptions,
704
656
  ): Promise<StartFailbackLaunchCommandOutput>;
705
657
  startFailbackLaunch(
706
658
  args: StartFailbackLaunchCommandInput,
707
- cb: (err: any, data?: StartFailbackLaunchCommandOutput) => void
659
+ cb: (err: any, data?: StartFailbackLaunchCommandOutput) => void,
708
660
  ): void;
709
661
  startFailbackLaunch(
710
662
  args: StartFailbackLaunchCommandInput,
711
663
  options: __HttpHandlerOptions,
712
- cb: (err: any, data?: StartFailbackLaunchCommandOutput) => void
664
+ cb: (err: any, data?: StartFailbackLaunchCommandOutput) => void,
713
665
  ): void;
714
666
  startRecovery(
715
667
  args: StartRecoveryCommandInput,
716
- options?: __HttpHandlerOptions
668
+ options?: __HttpHandlerOptions,
717
669
  ): Promise<StartRecoveryCommandOutput>;
718
670
  startRecovery(
719
671
  args: StartRecoveryCommandInput,
720
- cb: (err: any, data?: StartRecoveryCommandOutput) => void
672
+ cb: (err: any, data?: StartRecoveryCommandOutput) => void,
721
673
  ): void;
722
674
  startRecovery(
723
675
  args: StartRecoveryCommandInput,
724
676
  options: __HttpHandlerOptions,
725
- cb: (err: any, data?: StartRecoveryCommandOutput) => void
677
+ cb: (err: any, data?: StartRecoveryCommandOutput) => void,
726
678
  ): void;
727
679
  startReplication(
728
680
  args: StartReplicationCommandInput,
729
- options?: __HttpHandlerOptions
681
+ options?: __HttpHandlerOptions,
730
682
  ): Promise<StartReplicationCommandOutput>;
731
683
  startReplication(
732
684
  args: StartReplicationCommandInput,
733
- cb: (err: any, data?: StartReplicationCommandOutput) => void
685
+ cb: (err: any, data?: StartReplicationCommandOutput) => void,
734
686
  ): void;
735
687
  startReplication(
736
688
  args: StartReplicationCommandInput,
737
689
  options: __HttpHandlerOptions,
738
- cb: (err: any, data?: StartReplicationCommandOutput) => void
690
+ cb: (err: any, data?: StartReplicationCommandOutput) => void,
739
691
  ): void;
740
692
  startSourceNetworkRecovery(
741
693
  args: StartSourceNetworkRecoveryCommandInput,
742
- options?: __HttpHandlerOptions
694
+ options?: __HttpHandlerOptions,
743
695
  ): Promise<StartSourceNetworkRecoveryCommandOutput>;
744
696
  startSourceNetworkRecovery(
745
697
  args: StartSourceNetworkRecoveryCommandInput,
746
- cb: (err: any, data?: StartSourceNetworkRecoveryCommandOutput) => void
698
+ cb: (err: any, data?: StartSourceNetworkRecoveryCommandOutput) => void,
747
699
  ): void;
748
700
  startSourceNetworkRecovery(
749
701
  args: StartSourceNetworkRecoveryCommandInput,
750
702
  options: __HttpHandlerOptions,
751
- cb: (err: any, data?: StartSourceNetworkRecoveryCommandOutput) => void
703
+ cb: (err: any, data?: StartSourceNetworkRecoveryCommandOutput) => void,
752
704
  ): void;
753
705
  startSourceNetworkReplication(
754
706
  args: StartSourceNetworkReplicationCommandInput,
755
- options?: __HttpHandlerOptions
707
+ options?: __HttpHandlerOptions,
756
708
  ): Promise<StartSourceNetworkReplicationCommandOutput>;
757
709
  startSourceNetworkReplication(
758
710
  args: StartSourceNetworkReplicationCommandInput,
759
- cb: (err: any, data?: StartSourceNetworkReplicationCommandOutput) => void
711
+ cb: (err: any, data?: StartSourceNetworkReplicationCommandOutput) => void,
760
712
  ): void;
761
713
  startSourceNetworkReplication(
762
714
  args: StartSourceNetworkReplicationCommandInput,
763
715
  options: __HttpHandlerOptions,
764
- cb: (err: any, data?: StartSourceNetworkReplicationCommandOutput) => void
716
+ cb: (err: any, data?: StartSourceNetworkReplicationCommandOutput) => void,
765
717
  ): void;
766
718
  stopFailback(
767
719
  args: StopFailbackCommandInput,
768
- options?: __HttpHandlerOptions
720
+ options?: __HttpHandlerOptions,
769
721
  ): Promise<StopFailbackCommandOutput>;
770
722
  stopFailback(
771
723
  args: StopFailbackCommandInput,
772
- cb: (err: any, data?: StopFailbackCommandOutput) => void
724
+ cb: (err: any, data?: StopFailbackCommandOutput) => void,
773
725
  ): void;
774
726
  stopFailback(
775
727
  args: StopFailbackCommandInput,
776
728
  options: __HttpHandlerOptions,
777
- cb: (err: any, data?: StopFailbackCommandOutput) => void
729
+ cb: (err: any, data?: StopFailbackCommandOutput) => void,
778
730
  ): void;
779
731
  stopReplication(
780
732
  args: StopReplicationCommandInput,
781
- options?: __HttpHandlerOptions
733
+ options?: __HttpHandlerOptions,
782
734
  ): Promise<StopReplicationCommandOutput>;
783
735
  stopReplication(
784
736
  args: StopReplicationCommandInput,
785
- cb: (err: any, data?: StopReplicationCommandOutput) => void
737
+ cb: (err: any, data?: StopReplicationCommandOutput) => void,
786
738
  ): void;
787
739
  stopReplication(
788
740
  args: StopReplicationCommandInput,
789
741
  options: __HttpHandlerOptions,
790
- cb: (err: any, data?: StopReplicationCommandOutput) => void
742
+ cb: (err: any, data?: StopReplicationCommandOutput) => void,
791
743
  ): void;
792
744
  stopSourceNetworkReplication(
793
745
  args: StopSourceNetworkReplicationCommandInput,
794
- options?: __HttpHandlerOptions
746
+ options?: __HttpHandlerOptions,
795
747
  ): Promise<StopSourceNetworkReplicationCommandOutput>;
796
748
  stopSourceNetworkReplication(
797
749
  args: StopSourceNetworkReplicationCommandInput,
798
- cb: (err: any, data?: StopSourceNetworkReplicationCommandOutput) => void
750
+ cb: (err: any, data?: StopSourceNetworkReplicationCommandOutput) => void,
799
751
  ): void;
800
752
  stopSourceNetworkReplication(
801
753
  args: StopSourceNetworkReplicationCommandInput,
802
754
  options: __HttpHandlerOptions,
803
- cb: (err: any, data?: StopSourceNetworkReplicationCommandOutput) => void
755
+ cb: (err: any, data?: StopSourceNetworkReplicationCommandOutput) => void,
804
756
  ): void;
805
757
  tagResource(
806
758
  args: TagResourceCommandInput,
807
- options?: __HttpHandlerOptions
759
+ options?: __HttpHandlerOptions,
808
760
  ): Promise<TagResourceCommandOutput>;
809
761
  tagResource(
810
762
  args: TagResourceCommandInput,
811
- cb: (err: any, data?: TagResourceCommandOutput) => void
763
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
812
764
  ): void;
813
765
  tagResource(
814
766
  args: TagResourceCommandInput,
815
767
  options: __HttpHandlerOptions,
816
- cb: (err: any, data?: TagResourceCommandOutput) => void
768
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
817
769
  ): void;
818
770
  terminateRecoveryInstances(
819
771
  args: TerminateRecoveryInstancesCommandInput,
820
- options?: __HttpHandlerOptions
772
+ options?: __HttpHandlerOptions,
821
773
  ): Promise<TerminateRecoveryInstancesCommandOutput>;
822
774
  terminateRecoveryInstances(
823
775
  args: TerminateRecoveryInstancesCommandInput,
824
- cb: (err: any, data?: TerminateRecoveryInstancesCommandOutput) => void
776
+ cb: (err: any, data?: TerminateRecoveryInstancesCommandOutput) => void,
825
777
  ): void;
826
778
  terminateRecoveryInstances(
827
779
  args: TerminateRecoveryInstancesCommandInput,
828
780
  options: __HttpHandlerOptions,
829
- cb: (err: any, data?: TerminateRecoveryInstancesCommandOutput) => void
781
+ cb: (err: any, data?: TerminateRecoveryInstancesCommandOutput) => void,
830
782
  ): void;
831
783
  untagResource(
832
784
  args: UntagResourceCommandInput,
833
- options?: __HttpHandlerOptions
785
+ options?: __HttpHandlerOptions,
834
786
  ): Promise<UntagResourceCommandOutput>;
835
787
  untagResource(
836
788
  args: UntagResourceCommandInput,
837
- cb: (err: any, data?: UntagResourceCommandOutput) => void
789
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
838
790
  ): void;
839
791
  untagResource(
840
792
  args: UntagResourceCommandInput,
841
793
  options: __HttpHandlerOptions,
842
- cb: (err: any, data?: UntagResourceCommandOutput) => void
794
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
843
795
  ): void;
844
796
  updateFailbackReplicationConfiguration(
845
797
  args: UpdateFailbackReplicationConfigurationCommandInput,
846
- options?: __HttpHandlerOptions
798
+ options?: __HttpHandlerOptions,
847
799
  ): Promise<UpdateFailbackReplicationConfigurationCommandOutput>;
848
800
  updateFailbackReplicationConfiguration(
849
801
  args: UpdateFailbackReplicationConfigurationCommandInput,
850
- cb: (
851
- err: any,
852
- data?: UpdateFailbackReplicationConfigurationCommandOutput
853
- ) => void
802
+ cb: (err: any, data?: UpdateFailbackReplicationConfigurationCommandOutput) => void,
854
803
  ): void;
855
804
  updateFailbackReplicationConfiguration(
856
805
  args: UpdateFailbackReplicationConfigurationCommandInput,
857
806
  options: __HttpHandlerOptions,
858
- cb: (
859
- err: any,
860
- data?: UpdateFailbackReplicationConfigurationCommandOutput
861
- ) => void
807
+ cb: (err: any, data?: UpdateFailbackReplicationConfigurationCommandOutput) => void,
862
808
  ): void;
863
809
  updateLaunchConfiguration(
864
810
  args: UpdateLaunchConfigurationCommandInput,
865
- options?: __HttpHandlerOptions
811
+ options?: __HttpHandlerOptions,
866
812
  ): Promise<UpdateLaunchConfigurationCommandOutput>;
867
813
  updateLaunchConfiguration(
868
814
  args: UpdateLaunchConfigurationCommandInput,
869
- cb: (err: any, data?: UpdateLaunchConfigurationCommandOutput) => void
815
+ cb: (err: any, data?: UpdateLaunchConfigurationCommandOutput) => void,
870
816
  ): void;
871
817
  updateLaunchConfiguration(
872
818
  args: UpdateLaunchConfigurationCommandInput,
873
819
  options: __HttpHandlerOptions,
874
- cb: (err: any, data?: UpdateLaunchConfigurationCommandOutput) => void
820
+ cb: (err: any, data?: UpdateLaunchConfigurationCommandOutput) => void,
875
821
  ): void;
876
822
  updateLaunchConfigurationTemplate(
877
823
  args: UpdateLaunchConfigurationTemplateCommandInput,
878
- options?: __HttpHandlerOptions
824
+ options?: __HttpHandlerOptions,
879
825
  ): Promise<UpdateLaunchConfigurationTemplateCommandOutput>;
880
826
  updateLaunchConfigurationTemplate(
881
827
  args: UpdateLaunchConfigurationTemplateCommandInput,
882
- cb: (
883
- err: any,
884
- data?: UpdateLaunchConfigurationTemplateCommandOutput
885
- ) => void
828
+ cb: (err: any, data?: UpdateLaunchConfigurationTemplateCommandOutput) => void,
886
829
  ): void;
887
830
  updateLaunchConfigurationTemplate(
888
831
  args: UpdateLaunchConfigurationTemplateCommandInput,
889
832
  options: __HttpHandlerOptions,
890
- cb: (
891
- err: any,
892
- data?: UpdateLaunchConfigurationTemplateCommandOutput
893
- ) => void
833
+ cb: (err: any, data?: UpdateLaunchConfigurationTemplateCommandOutput) => void,
894
834
  ): void;
895
835
  updateReplicationConfiguration(
896
836
  args: UpdateReplicationConfigurationCommandInput,
897
- options?: __HttpHandlerOptions
837
+ options?: __HttpHandlerOptions,
898
838
  ): Promise<UpdateReplicationConfigurationCommandOutput>;
899
839
  updateReplicationConfiguration(
900
840
  args: UpdateReplicationConfigurationCommandInput,
901
- cb: (err: any, data?: UpdateReplicationConfigurationCommandOutput) => void
841
+ cb: (err: any, data?: UpdateReplicationConfigurationCommandOutput) => void,
902
842
  ): void;
903
843
  updateReplicationConfiguration(
904
844
  args: UpdateReplicationConfigurationCommandInput,
905
845
  options: __HttpHandlerOptions,
906
- cb: (err: any, data?: UpdateReplicationConfigurationCommandOutput) => void
846
+ cb: (err: any, data?: UpdateReplicationConfigurationCommandOutput) => void,
907
847
  ): void;
908
848
  updateReplicationConfigurationTemplate(
909
849
  args: UpdateReplicationConfigurationTemplateCommandInput,
910
- options?: __HttpHandlerOptions
850
+ options?: __HttpHandlerOptions,
911
851
  ): Promise<UpdateReplicationConfigurationTemplateCommandOutput>;
912
852
  updateReplicationConfigurationTemplate(
913
853
  args: UpdateReplicationConfigurationTemplateCommandInput,
914
- cb: (
915
- err: any,
916
- data?: UpdateReplicationConfigurationTemplateCommandOutput
917
- ) => void
854
+ cb: (err: any, data?: UpdateReplicationConfigurationTemplateCommandOutput) => void,
918
855
  ): void;
919
856
  updateReplicationConfigurationTemplate(
920
857
  args: UpdateReplicationConfigurationTemplateCommandInput,
921
858
  options: __HttpHandlerOptions,
922
- cb: (
923
- err: any,
924
- data?: UpdateReplicationConfigurationTemplateCommandOutput
925
- ) => void
859
+ cb: (err: any, data?: UpdateReplicationConfigurationTemplateCommandOutput) => void,
926
860
  ): void;
927
861
  paginateDescribeJobLogItems(
928
862
  args: DescribeJobLogItemsCommandInput,
929
863
  paginationConfig?: Pick<
930
864
  PaginationConfiguration,
931
865
  Exclude<keyof PaginationConfiguration, "client">
932
- >
866
+ >,
933
867
  ): Paginator<DescribeJobLogItemsCommandOutput>;
934
868
  paginateDescribeJobs(
935
869
  args?: DescribeJobsCommandInput,
936
870
  paginationConfig?: Pick<
937
871
  PaginationConfiguration,
938
872
  Exclude<keyof PaginationConfiguration, "client">
939
- >
873
+ >,
940
874
  ): Paginator<DescribeJobsCommandOutput>;
941
875
  paginateDescribeLaunchConfigurationTemplates(
942
876
  args?: DescribeLaunchConfigurationTemplatesCommandInput,
943
877
  paginationConfig?: Pick<
944
878
  PaginationConfiguration,
945
879
  Exclude<keyof PaginationConfiguration, "client">
946
- >
880
+ >,
947
881
  ): Paginator<DescribeLaunchConfigurationTemplatesCommandOutput>;
948
882
  paginateDescribeRecoveryInstances(
949
883
  args?: DescribeRecoveryInstancesCommandInput,
950
884
  paginationConfig?: Pick<
951
885
  PaginationConfiguration,
952
886
  Exclude<keyof PaginationConfiguration, "client">
953
- >
887
+ >,
954
888
  ): Paginator<DescribeRecoveryInstancesCommandOutput>;
955
889
  paginateDescribeRecoverySnapshots(
956
890
  args: DescribeRecoverySnapshotsCommandInput,
957
891
  paginationConfig?: Pick<
958
892
  PaginationConfiguration,
959
893
  Exclude<keyof PaginationConfiguration, "client">
960
- >
894
+ >,
961
895
  ): Paginator<DescribeRecoverySnapshotsCommandOutput>;
962
896
  paginateDescribeReplicationConfigurationTemplates(
963
897
  args?: DescribeReplicationConfigurationTemplatesCommandInput,
964
898
  paginationConfig?: Pick<
965
899
  PaginationConfiguration,
966
900
  Exclude<keyof PaginationConfiguration, "client">
967
- >
901
+ >,
968
902
  ): Paginator<DescribeReplicationConfigurationTemplatesCommandOutput>;
969
903
  paginateDescribeSourceNetworks(
970
904
  args?: DescribeSourceNetworksCommandInput,
971
905
  paginationConfig?: Pick<
972
906
  PaginationConfiguration,
973
907
  Exclude<keyof PaginationConfiguration, "client">
974
- >
908
+ >,
975
909
  ): Paginator<DescribeSourceNetworksCommandOutput>;
976
910
  paginateDescribeSourceServers(
977
911
  args?: DescribeSourceServersCommandInput,
978
912
  paginationConfig?: Pick<
979
913
  PaginationConfiguration,
980
914
  Exclude<keyof PaginationConfiguration, "client">
981
- >
915
+ >,
982
916
  ): Paginator<DescribeSourceServersCommandOutput>;
983
917
  paginateListExtensibleSourceServers(
984
918
  args: ListExtensibleSourceServersCommandInput,
985
919
  paginationConfig?: Pick<
986
920
  PaginationConfiguration,
987
921
  Exclude<keyof PaginationConfiguration, "client">
988
- >
922
+ >,
989
923
  ): Paginator<ListExtensibleSourceServersCommandOutput>;
990
924
  paginateListLaunchActions(
991
925
  args: ListLaunchActionsCommandInput,
992
926
  paginationConfig?: Pick<
993
927
  PaginationConfiguration,
994
928
  Exclude<keyof PaginationConfiguration, "client">
995
- >
929
+ >,
996
930
  ): Paginator<ListLaunchActionsCommandOutput>;
997
931
  paginateListStagingAccounts(
998
932
  args?: ListStagingAccountsCommandInput,
999
933
  paginationConfig?: Pick<
1000
934
  PaginationConfiguration,
1001
935
  Exclude<keyof PaginationConfiguration, "client">
1002
- >
936
+ >,
1003
937
  ): Paginator<ListStagingAccountsCommandOutput>;
1004
938
  }
1005
939
  export declare class Drs extends DrsClient implements Drs {}