@aws-sdk/client-drs 3.1110.0 → 3.1112.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 (102) hide show
  1. package/README.md +147 -7
  2. package/dist-cjs/index.js +715 -5
  3. package/dist-es/Drs.js +48 -0
  4. package/dist-es/commands/CancelRecoveryPlanExecutionCommand.js +4 -0
  5. package/dist-es/commands/CreateRecoveryPlanCommand.js +4 -0
  6. package/dist-es/commands/CreateRecoveryPlanStepCommand.js +4 -0
  7. package/dist-es/commands/DeleteRecoveryPlanCommand.js +4 -0
  8. package/dist-es/commands/DeleteRecoveryPlanExecutionCommand.js +4 -0
  9. package/dist-es/commands/DeleteRecoveryPlanStepCommand.js +4 -0
  10. package/dist-es/commands/GetRecoveryPlanCommand.js +4 -0
  11. package/dist-es/commands/GetRecoveryPlanExecutionCommand.js +4 -0
  12. package/dist-es/commands/GetRecoveryPlanExecutionStepCommand.js +4 -0
  13. package/dist-es/commands/GetRecoveryPlanStepCommand.js +4 -0
  14. package/dist-es/commands/ListRecoveryPlanExecutionStepsCommand.js +4 -0
  15. package/dist-es/commands/ListRecoveryPlanExecutionsCommand.js +4 -0
  16. package/dist-es/commands/ListRecoveryPlanStepsCommand.js +4 -0
  17. package/dist-es/commands/ListRecoveryPlansCommand.js +4 -0
  18. package/dist-es/commands/ReorderRecoveryPlanStepsCommand.js +4 -0
  19. package/dist-es/commands/RetryRecoveryPlanExecutionStepCommand.js +4 -0
  20. package/dist-es/commands/StartRecoveryPlanExecutionCommand.js +4 -0
  21. package/dist-es/commands/UpdateRecoveryPlanCommand.js +4 -0
  22. package/dist-es/commands/UpdateRecoveryPlanExecutionStepCommand.js +4 -0
  23. package/dist-es/commands/UpdateRecoveryPlanStepCommand.js +4 -0
  24. package/dist-es/commands/index.js +20 -0
  25. package/dist-es/models/enums.js +29 -0
  26. package/dist-es/pagination/ListRecoveryPlanExecutionStepsPaginator.js +4 -0
  27. package/dist-es/pagination/ListRecoveryPlanExecutionsPaginator.js +4 -0
  28. package/dist-es/pagination/ListRecoveryPlanStepsPaginator.js +4 -0
  29. package/dist-es/pagination/ListRecoveryPlansPaginator.js +4 -0
  30. package/dist-es/pagination/index.js +4 -0
  31. package/dist-es/schemas/schemas_0.js +488 -4
  32. package/dist-types/Drs.d.ts +170 -0
  33. package/dist-types/DrsClient.d.ts +22 -2
  34. package/dist-types/commands/CancelRecoveryPlanExecutionCommand.d.ts +106 -0
  35. package/dist-types/commands/CreateRecoveryPlanCommand.d.ts +107 -0
  36. package/dist-types/commands/CreateRecoveryPlanStepCommand.d.ts +130 -0
  37. package/dist-types/commands/DeleteRecoveryPlanCommand.d.ts +92 -0
  38. package/dist-types/commands/DeleteRecoveryPlanExecutionCommand.d.ts +92 -0
  39. package/dist-types/commands/DeleteRecoveryPlanStepCommand.d.ts +92 -0
  40. package/dist-types/commands/GetRecoveryPlanCommand.d.ts +99 -0
  41. package/dist-types/commands/GetRecoveryPlanExecutionCommand.d.ts +103 -0
  42. package/dist-types/commands/GetRecoveryPlanExecutionStepCommand.d.ts +115 -0
  43. package/dist-types/commands/GetRecoveryPlanStepCommand.d.ts +108 -0
  44. package/dist-types/commands/ListRecoveryPlanExecutionStepsCommand.d.ts +120 -0
  45. package/dist-types/commands/ListRecoveryPlanExecutionsCommand.d.ts +102 -0
  46. package/dist-types/commands/ListRecoveryPlanStepsCommand.d.ts +113 -0
  47. package/dist-types/commands/ListRecoveryPlansCommand.d.ts +96 -0
  48. package/dist-types/commands/ReorderRecoveryPlanStepsCommand.d.ts +116 -0
  49. package/dist-types/commands/RetryRecoveryPlanExecutionStepCommand.d.ts +118 -0
  50. package/dist-types/commands/StartRecoveryPlanExecutionCommand.d.ts +120 -0
  51. package/dist-types/commands/UpdateRecoveryPlanCommand.d.ts +104 -0
  52. package/dist-types/commands/UpdateRecoveryPlanExecutionStepCommand.d.ts +126 -0
  53. package/dist-types/commands/UpdateRecoveryPlanStepCommand.d.ts +125 -0
  54. package/dist-types/commands/index.d.ts +20 -0
  55. package/dist-types/models/enums.d.ts +69 -0
  56. package/dist-types/models/models_0.d.ts +1049 -2
  57. package/dist-types/pagination/ListRecoveryPlanExecutionStepsPaginator.d.ts +7 -0
  58. package/dist-types/pagination/ListRecoveryPlanExecutionsPaginator.d.ts +7 -0
  59. package/dist-types/pagination/ListRecoveryPlanStepsPaginator.d.ts +7 -0
  60. package/dist-types/pagination/ListRecoveryPlansPaginator.d.ts +7 -0
  61. package/dist-types/pagination/index.d.ts +4 -0
  62. package/dist-types/runtimeConfig.browser.d.ts +40 -40
  63. package/dist-types/runtimeConfig.d.ts +36 -36
  64. package/dist-types/runtimeConfig.native.d.ts +38 -38
  65. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  66. package/dist-types/schemas/schemas_0.d.ts +77 -0
  67. package/dist-types/ts3.4/Drs.d.ts +370 -0
  68. package/dist-types/ts3.4/DrsClient.d.ts +120 -0
  69. package/dist-types/ts3.4/commands/CancelRecoveryPlanExecutionCommand.d.ts +42 -0
  70. package/dist-types/ts3.4/commands/CreateRecoveryPlanCommand.d.ts +39 -0
  71. package/dist-types/ts3.4/commands/CreateRecoveryPlanStepCommand.d.ts +39 -0
  72. package/dist-types/ts3.4/commands/DeleteRecoveryPlanCommand.d.ts +39 -0
  73. package/dist-types/ts3.4/commands/DeleteRecoveryPlanExecutionCommand.d.ts +42 -0
  74. package/dist-types/ts3.4/commands/DeleteRecoveryPlanStepCommand.d.ts +39 -0
  75. package/dist-types/ts3.4/commands/GetRecoveryPlanCommand.d.ts +38 -0
  76. package/dist-types/ts3.4/commands/GetRecoveryPlanExecutionCommand.d.ts +42 -0
  77. package/dist-types/ts3.4/commands/GetRecoveryPlanExecutionStepCommand.d.ts +42 -0
  78. package/dist-types/ts3.4/commands/GetRecoveryPlanStepCommand.d.ts +39 -0
  79. package/dist-types/ts3.4/commands/ListRecoveryPlanExecutionStepsCommand.d.ts +42 -0
  80. package/dist-types/ts3.4/commands/ListRecoveryPlanExecutionsCommand.d.ts +42 -0
  81. package/dist-types/ts3.4/commands/ListRecoveryPlanStepsCommand.d.ts +39 -0
  82. package/dist-types/ts3.4/commands/ListRecoveryPlansCommand.d.ts +39 -0
  83. package/dist-types/ts3.4/commands/ReorderRecoveryPlanStepsCommand.d.ts +42 -0
  84. package/dist-types/ts3.4/commands/RetryRecoveryPlanExecutionStepCommand.d.ts +42 -0
  85. package/dist-types/ts3.4/commands/StartRecoveryPlanExecutionCommand.d.ts +42 -0
  86. package/dist-types/ts3.4/commands/UpdateRecoveryPlanCommand.d.ts +39 -0
  87. package/dist-types/ts3.4/commands/UpdateRecoveryPlanExecutionStepCommand.d.ts +42 -0
  88. package/dist-types/ts3.4/commands/UpdateRecoveryPlanStepCommand.d.ts +39 -0
  89. package/dist-types/ts3.4/commands/index.d.ts +20 -0
  90. package/dist-types/ts3.4/models/enums.d.ts +38 -0
  91. package/dist-types/ts3.4/models/models_0.d.ts +299 -0
  92. package/dist-types/ts3.4/pagination/ListRecoveryPlanExecutionStepsPaginator.d.ts +11 -0
  93. package/dist-types/ts3.4/pagination/ListRecoveryPlanExecutionsPaginator.d.ts +11 -0
  94. package/dist-types/ts3.4/pagination/ListRecoveryPlanStepsPaginator.d.ts +11 -0
  95. package/dist-types/ts3.4/pagination/ListRecoveryPlansPaginator.d.ts +11 -0
  96. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  97. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +56 -58
  98. package/dist-types/ts3.4/runtimeConfig.d.ts +58 -58
  99. package/dist-types/ts3.4/runtimeConfig.native.d.ts +60 -62
  100. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  101. package/dist-types/ts3.4/schemas/schemas_0.d.ts +77 -0
  102. package/package.json +5 -5
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1109.0";
72
+ var version = "3.1111.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -293,6 +293,15 @@ const _CP = "ConversionProperties";
293
293
  const _CPU = "CPU";
294
294
  const _CRCT = "CreateReplicationConfigurationTemplate";
295
295
  const _CRCTR = "CreateReplicationConfigurationTemplateRequest";
296
+ const _CRP = "CreateRecoveryPlan";
297
+ const _CRPE = "CancelRecoveryPlanExecution";
298
+ const _CRPER = "CancelRecoveryPlanExecutionRequest";
299
+ const _CRPERa = "CancelRecoveryPlanExecutionResponse";
300
+ const _CRPR = "CreateRecoveryPlanRequest";
301
+ const _CRPRr = "CreateRecoveryPlanResponse";
302
+ const _CRPS = "CreateRecoveryPlanStep";
303
+ const _CRPSR = "CreateRecoveryPlanStepRequest";
304
+ const _CRPSRr = "CreateRecoveryPlanStepResponse";
296
305
  const _CSN = "CfnStackName";
297
306
  const _CSNR = "CreateSourceNetworkRequest";
298
307
  const _CSNRr = "CreateSourceNetworkResponse";
@@ -339,6 +348,15 @@ const _DRIa = "DataReplicationInitiation";
339
348
  const _DRIe = "DeleteRecoveryInstance";
340
349
  const _DRIes = "DescribeRecoveryInstances";
341
350
  const _DRIi = "DisconnectRecoveryInstance";
351
+ const _DRP = "DeleteRecoveryPlan";
352
+ const _DRPE = "DeleteRecoveryPlanExecution";
353
+ const _DRPER = "DeleteRecoveryPlanExecutionRequest";
354
+ const _DRPERe = "DeleteRecoveryPlanExecutionResponse";
355
+ const _DRPR = "DeleteRecoveryPlanRequest";
356
+ const _DRPRe = "DeleteRecoveryPlanResponse";
357
+ const _DRPS = "DeleteRecoveryPlanStep";
358
+ const _DRPSR = "DeleteRecoveryPlanStepRequest";
359
+ const _DRPSRe = "DeleteRecoveryPlanStepResponse";
342
360
  const _DRS = "DescribeRecoverySnapshots";
343
361
  const _DRSR = "DescribeRecoverySnapshotsRequest";
344
362
  const _DRSRF = "DescribeRecoverySnapshotsRequestFilters";
@@ -360,10 +378,12 @@ const _DSSRi = "DisconnectSourceServerRequest";
360
378
  const _DSSe = "DescribeSourceServers";
361
379
  const _DSSi = "DisconnectSourceServer";
362
380
  const _Di = "Disks";
381
+ const _ED = "ErrorDetail";
363
382
  const _ERD = "EventResourceData";
364
383
  const _ESNCT = "ExportSourceNetworkCfnTemplate";
365
384
  const _ESNCTR = "ExportSourceNetworkCfnTemplateRequest";
366
385
  const _ESNCTRx = "ExportSourceNetworkCfnTemplateResponse";
386
+ const _ESSC = "ExecutionServerStepConfiguration";
367
387
  const _GFRC = "GetFailbackReplicationConfiguration";
368
388
  const _GFRCR = "GetFailbackReplicationConfigurationRequest";
369
389
  const _GFRCRe = "GetFailbackReplicationConfigurationResponse";
@@ -371,6 +391,18 @@ const _GLC = "GetLaunchConfiguration";
371
391
  const _GLCR = "GetLaunchConfigurationRequest";
372
392
  const _GRC = "GetReplicationConfiguration";
373
393
  const _GRCR = "GetReplicationConfigurationRequest";
394
+ const _GRP = "GetRecoveryPlan";
395
+ const _GRPE = "GetRecoveryPlanExecution";
396
+ const _GRPER = "GetRecoveryPlanExecutionRequest";
397
+ const _GRPERe = "GetRecoveryPlanExecutionResponse";
398
+ const _GRPES = "GetRecoveryPlanExecutionStep";
399
+ const _GRPESR = "GetRecoveryPlanExecutionStepRequest";
400
+ const _GRPESRe = "GetRecoveryPlanExecutionStepResponse";
401
+ const _GRPR = "GetRecoveryPlanRequest";
402
+ const _GRPRe = "GetRecoveryPlanResponse";
403
+ const _GRPS = "GetRecoveryPlanStep";
404
+ const _GRPSR = "GetRecoveryPlanStepRequest";
405
+ const _GRPSRe = "GetRecoveryPlanStepResponse";
374
406
  const _IH = "IdentificationHints";
375
407
  const _IS = "InitializeService";
376
408
  const _ISE = "InternalServerException";
@@ -403,6 +435,19 @@ const _LIIP = "LaunchIntoInstanceProperties";
403
435
  const _LLA = "ListLaunchActions";
404
436
  const _LLAR = "ListLaunchActionsRequest";
405
437
  const _LLARi = "ListLaunchActionsResponse";
438
+ const _LRP = "ListRecoveryPlans";
439
+ const _LRPE = "ListRecoveryPlanExecutions";
440
+ const _LRPER = "ListRecoveryPlanExecutionsRequest";
441
+ const _LRPERi = "ListRecoveryPlanExecutionsResponse";
442
+ const _LRPES = "ListRecoveryPlanExecutionSteps";
443
+ const _LRPESF = "ListRecoveryPlanExecutionStepsFilter";
444
+ const _LRPESR = "ListRecoveryPlanExecutionStepsRequest";
445
+ const _LRPESRi = "ListRecoveryPlanExecutionStepsResponse";
446
+ const _LRPR = "ListRecoveryPlansRequest";
447
+ const _LRPRi = "ListRecoveryPlansResponse";
448
+ const _LRPS = "ListRecoveryPlanSteps";
449
+ const _LRPSR = "ListRecoveryPlanStepsRequest";
450
+ const _LRPSRi = "ListRecoveryPlanStepsResponse";
406
451
  const _LSA = "ListStagingAccounts";
407
452
  const _LSAR = "ListStagingAccountsRequest";
408
453
  const _LSARi = "ListStagingAccountsResponse";
@@ -446,7 +491,32 @@ const _RIF = "RecoveryInstanceFailback";
446
491
  const _RIP = "RecoveryInstanceProperties";
447
492
  const _RLC = "RecoveryLifeCycle";
448
493
  const _RNFE = "ResourceNotFoundException";
494
+ const _RP = "RecoveryPlan";
495
+ const _RPE = "RecoveryPlanExecution";
496
+ const _RPES = "RecoveryPlanExecutionServer";
497
+ const _RPESC = "RecoveryPlanExecutionStepConfiguration";
498
+ const _RPESL = "RecoveryPlanExecutionSummaryList";
499
+ const _RPESS = "RecoveryPlanExecutionSourceServer";
500
+ const _RPESSL = "RecoveryPlanExecutionSourceServerList";
501
+ const _RPESSLe = "RecoveryPlanExecutionStepSummaryList";
502
+ const _RPESSe = "RecoveryPlanExecutionStepSummary";
503
+ const _RPESe = "RecoveryPlanExecutionStep";
504
+ const _RPESec = "RecoveryPlanExecutionSummary";
505
+ const _RPESeco = "RecoveryPlanExecutionServers";
506
+ const _RPS = "RecoveryPlanServer";
507
+ const _RPSC = "RecoveryPlanStepConfiguration";
508
+ const _RPSL = "RecoveryPlanStepList";
509
+ const _RPSLe = "RecoveryPlanSummaryList";
510
+ const _RPSe = "RecoveryPlanStep";
511
+ const _RPSec = "RecoveryPlanSummary";
512
+ const _RPSeco = "RecoveryPlanServers";
449
513
  const _RR = "ReverseReplication";
514
+ const _RRPES = "RetryRecoveryPlanExecutionStep";
515
+ const _RRPESR = "RetryRecoveryPlanExecutionStepRequest";
516
+ const _RRPESRe = "RetryRecoveryPlanExecutionStepResponse";
517
+ const _RRPS = "ReorderRecoveryPlanSteps";
518
+ const _RRPSR = "ReorderRecoveryPlanStepsRequest";
519
+ const _RRPSRe = "ReorderRecoveryPlanStepsResponse";
450
520
  const _RRR = "ReverseReplicationRequest";
451
521
  const _RRRe = "ReverseReplicationResponse";
452
522
  const _RS = "RecoverySnapshot";
@@ -465,6 +535,9 @@ const _SNL = "SourceNetworksList";
465
535
  const _SP = "SourceProperties";
466
536
  const _SQEE = "ServiceQuotaExceededException";
467
537
  const _SR = "StartRecovery";
538
+ const _SRPE = "StartRecoveryPlanExecution";
539
+ const _SRPER = "StartRecoveryPlanExecutionRequest";
540
+ const _SRPERt = "StartRecoveryPlanExecutionResponse";
468
541
  const _SRR = "StartRecoveryRequest";
469
542
  const _SRRSS = "StartRecoveryRequestSourceServer";
470
543
  const _SRRSSt = "StartRecoveryRequestSourceServers";
@@ -476,6 +549,7 @@ const _SRRtop = "StopReplicationResponse";
476
549
  const _SRt = "StartReplication";
477
550
  const _SRto = "StopReplication";
478
551
  const _SS = "SourceServer";
552
+ const _SSC = "ServerStepConfiguration";
479
553
  const _SSL = "SourceServersList";
480
554
  const _SSNR = "StartSourceNetworkRecovery";
481
555
  const _SSNRR = "StartSourceNetworkRecoveryRequest";
@@ -511,12 +585,22 @@ const _URC = "UpdateReplicationConfiguration";
511
585
  const _URCR = "UpdateReplicationConfigurationRequest";
512
586
  const _URCT = "UpdateReplicationConfigurationTemplate";
513
587
  const _URCTR = "UpdateReplicationConfigurationTemplateRequest";
588
+ const _URP = "UpdateRecoveryPlan";
589
+ const _URPES = "UpdateRecoveryPlanExecutionStep";
590
+ const _URPESR = "UpdateRecoveryPlanExecutionStepRequest";
591
+ const _URPESRp = "UpdateRecoveryPlanExecutionStepResponse";
592
+ const _URPR = "UpdateRecoveryPlanRequest";
593
+ const _URPRp = "UpdateRecoveryPlanResponse";
594
+ const _URPS = "UpdateRecoveryPlanStep";
595
+ const _URPSR = "UpdateRecoveryPlanStepRequest";
596
+ const _URPSRp = "UpdateRecoveryPlanStepResponse";
514
597
  const _URR = "UntagResourceRequest";
515
598
  const _VE = "ValidationException";
516
599
  const _VEF = "ValidationExceptionField";
517
600
  const _VEFL = "ValidationExceptionFieldList";
518
601
  const _VTCM = "VolumeToConversionMap";
519
602
  const _VTPC = "VolumeToProductCodes";
603
+ const _WSC = "WaitStepConfiguration";
520
604
  const _a = "arn";
521
605
  const _aC = "attemptCount";
522
606
  const _aCDT = "apiCallDateTime";
@@ -534,10 +618,13 @@ const _aVg = "agentVersion";
534
618
  const _ac = "active";
535
619
  const _acc = "accounts";
536
620
  const _act = "action";
621
+ const _at = "attempt";
537
622
  const _b = "bytes";
538
623
  const _bSB = "backloggedStorageBytes";
539
624
  const _bT = "bandwidthThrottling";
540
625
  const _c = "client";
626
+ const _cA = "createdAt";
627
+ const _cAo = "completedAt";
541
628
  const _cDT = "creationDateTime";
542
629
  const _cP = "conversionProperties";
543
630
  const _cPI = "copyPrivateIp";
@@ -545,8 +632,10 @@ const _cPIP = "createPublicIP";
545
632
  const _cSID = "conversionServerID";
546
633
  const _cSN = "cfnStackName";
547
634
  const _cT = "copyTags";
635
+ const _cTl = "clientToken";
548
636
  const _ca = "category";
549
637
  const _co = "code";
638
+ const _con = "configuration";
550
639
  const _cor = "cores";
551
640
  const _cp = "cpus";
552
641
  const _d = "description";
@@ -565,6 +654,7 @@ const _eBA = "exportBucketArn";
565
654
  const _eD = "eventData";
566
655
  const _eDT = "etaDateTime";
567
656
  const _eDTn = "endDateTime";
657
+ const _eDr = "errorDetail";
568
658
  const _eE = "ebsEncryption";
569
659
  const _eEKA = "ebsEncryptionKeyArn";
570
660
  const _eIID = "ec2InstanceID";
@@ -574,6 +664,7 @@ const _eM = "errorMessage";
574
664
  const _eRD = "eventResourceData";
575
665
  const _eRDl = "elapsedReplicationDuration";
576
666
  const _eS = "ebsSnapshots";
667
+ const _eSSC = "executionServerStepConfiguration";
577
668
  const _eT = "expectedTimestamp";
578
669
  const _eVID = "ebsVolumeID";
579
670
  const _en = "enabled";
@@ -593,6 +684,7 @@ const _fS = "fullString";
593
684
  const _fTOS = "failbackToOriginalServer";
594
685
  const _fU = "forceUefi";
595
686
  const _fa = "failback";
687
+ const _fi = "filter";
596
688
  const _fq = "fqdn";
597
689
  const _h = "hostname";
598
690
  const _hE = "httpError";
@@ -606,6 +698,7 @@ const _iBD = "isBootDisk";
606
698
  const _iD = "isDrill";
607
699
  const _iDN = "internalDeviceName";
608
700
  const _iH = "identificationHints";
701
+ const _iL = "impactLevel";
609
702
  const _iP = "internetProtocol";
610
703
  const _iPs = "isPrimary";
611
704
  const _in = "initiated";
@@ -640,6 +733,7 @@ const _mA = "macAddress";
640
733
  const _mAC = "maxAttemptsCount";
641
734
  const _mN = "modelName";
642
735
  const _mR = "maxResults";
736
+ const _mo = "mode";
643
737
  const _n = "name";
644
738
  const _nADT = "nextAttemptDateTime";
645
739
  const _nI = "networkInterfaces";
@@ -650,6 +744,7 @@ const _oAZ = "originAvailabilityZone";
650
744
  const _oB = "osByol";
651
745
  const _oE = "originEnvironment";
652
746
  const _oR = "originRegion";
747
+ const _oSA = "orderedStepArns";
653
748
  const _oSDT = "optimizedStagingDiskType";
654
749
  const _op = "optional";
655
750
  const _os = "os";
@@ -683,6 +778,18 @@ const _rIP = "recoveryInstanceProperties";
683
778
  const _rIT = "recommendedInstanceType";
684
779
  const _rIu = "runId";
685
780
  const _rM = "recoveryMode";
781
+ const _rP = "recoveryPlan";
782
+ const _rPA = "recoveryPlanArn";
783
+ const _rPE = "recoveryPlanExecution";
784
+ const _rPEA = "recoveryPlanExecutionArn";
785
+ const _rPES = "recoveryPlanExecutionStep";
786
+ const _rPESA = "recoveryPlanExecutionStepArn";
787
+ const _rPESe = "recoveryPlanExecutionSteps";
788
+ const _rPEe = "recoveryPlanExecutions";
789
+ const _rPS = "recoveryPlanStep";
790
+ const _rPSA = "recoveryPlanStepArn";
791
+ const _rPSe = "recoveryPlanSteps";
792
+ const _rPe = "recoveryPlans";
686
793
  const _rS = "replicationStatus";
687
794
  const _rSB = "replicatedStorageBytes";
688
795
  const _rSBe = "rescannedStorageBytes";
@@ -694,7 +801,7 @@ const _rT = "resourceType";
694
801
  const _rVN = "rootVolumeName";
695
802
  const _ru = "runs";
696
803
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.drs";
697
- const _sA = "stagingArea";
804
+ const _sA = "startedAt";
698
805
  const _sADD = "ssmAgentDiscoveryDatetime";
699
806
  const _sAID = "stagingAccountIDs";
700
807
  const _sAIDo = "sourceAccountID";
@@ -702,25 +809,31 @@ const _sAIDt = "stagingAccountID";
702
809
  const _sASI = "stagingAreaSubnetId";
703
810
  const _sAT = "stagingAreaTags";
704
811
  const _sAZ = "stagingAvailabilityZone";
812
+ const _sAe = "serverArn";
813
+ const _sAt = "stagingArea";
705
814
  const _sC = "serviceCode";
706
815
  const _sCP = "sourceCloudProperties";
707
816
  const _sDT = "startDateTime";
708
817
  const _sDTt = "stagingDiskType";
709
818
  const _sDU = "s3DestinationUrl";
819
+ const _sI = "stepIndex";
710
820
  const _sID = "snapshotID";
711
- const _sN = "stackName";
821
+ const _sN = "stepName";
712
822
  const _sND = "sourceNetworkData";
713
823
  const _sNI = "supportsNitroInstances";
714
824
  const _sNID = "sourceNetworkID";
715
825
  const _sNIDo = "sourceNetworkIDs";
716
826
  const _sNo = "sourceNetworks";
717
827
  const _sNou = "sourceNetwork";
828
+ const _sNt = "stackName";
829
+ const _sO = "stepOrder";
718
830
  const _sOA = "stagingOutpostArn";
719
831
  const _sOAo = "sourceOutpostArn";
720
832
  const _sP = "sourceProperties";
721
833
  const _sR = "sourceRegion";
722
834
  const _sS = "sourceServer";
723
835
  const _sSA = "sourceServerArn";
836
+ const _sSC = "serverStepConfiguration";
724
837
  const _sSID = "sourceServerID";
725
838
  const _sSIDo = "sourceServerIDs";
726
839
  const _sSSA = "stagingSourceServerArn";
@@ -728,6 +841,7 @@ const _sSo = "sourceServers";
728
841
  const _sV = "sourceVpc";
729
842
  const _sVID = "sourceVpcID";
730
843
  const _se = "server";
844
+ const _ser = "servers";
731
845
  const _st = "steps";
732
846
  const _sta = "status";
733
847
  const _stat = "state";
@@ -743,6 +857,7 @@ const _th = "throughput";
743
857
  const _ti = "timestamp";
744
858
  const _ty = "type";
745
859
  const _u = "units";
860
+ const _uA = "updatedAt";
746
861
  const _uDRS = "useDedicatedReplicationServer";
747
862
  const _uPIP = "usePrivateIP";
748
863
  const _v = "value";
@@ -752,6 +867,8 @@ const _vTCM = "volumeToConversionMap";
752
867
  const _vTPC = "volumeToProductCodes";
753
868
  const _vTVS = "volumeToVolumeSize";
754
869
  const _vWU = "vmWareUuid";
870
+ const _wDM = "waitDurationMinutes";
871
+ const _wSC = "waitStepConfiguration";
755
872
  const n0 = "com.amazonaws.drs";
756
873
  const _s_registry = TypeRegistry.for(_s);
757
874
  var DrsServiceException$ = [-3, _s, "DrsServiceException", 0, [], []];
@@ -826,6 +943,16 @@ var AssociateSourceNetworkStackResponse$ = [3, n0, _ASNSRs,
826
943
  [_j],
827
944
  [[() => Job$, 0]]
828
945
  ];
946
+ var CancelRecoveryPlanExecutionRequest$ = [3, n0, _CRPER,
947
+ 0,
948
+ [_rPEA],
949
+ [0], 1
950
+ ];
951
+ var CancelRecoveryPlanExecutionResponse$ = [3, n0, _CRPERa,
952
+ 0,
953
+ [_rPE],
954
+ [[() => RecoveryPlanExecution$, 0]], 1
955
+ ];
829
956
  var ConversionProperties$ = [3, n0, _CP,
830
957
  0,
831
958
  [_vTCM, _rVN, _fU, _dT, _vTVS, _vTPC],
@@ -856,6 +983,26 @@ var CreateLaunchConfigurationTemplateResponse$ = [3, n0, _CLCTRr,
856
983
  [_lCT],
857
984
  [[() => LaunchConfigurationTemplate$, 0]]
858
985
  ];
986
+ var CreateRecoveryPlanRequest$ = [3, n0, _CRPR,
987
+ 0,
988
+ [_n, _d, _cTl, _t],
989
+ [0, 0, [0, 4], [() => TagsMap, 0]], 1
990
+ ];
991
+ var CreateRecoveryPlanResponse$ = [3, n0, _CRPRr,
992
+ 0,
993
+ [_rP],
994
+ [[() => RecoveryPlan$, 0]], 1
995
+ ];
996
+ var CreateRecoveryPlanStepRequest$ = [3, n0, _CRPSR,
997
+ 0,
998
+ [_rPA, _sN, _con, _sO, _cTl],
999
+ [0, 0, () => RecoveryPlanStepConfiguration$, 1, [0, 4]], 3
1000
+ ];
1001
+ var CreateRecoveryPlanStepResponse$ = [3, n0, _CRPSRr,
1002
+ 0,
1003
+ [_rPS],
1004
+ [() => RecoveryPlanStep$], 1
1005
+ ];
859
1006
  var CreateReplicationConfigurationTemplateRequest$ = [3, n0, _CRCTR,
860
1007
  0,
861
1008
  [_sASI, _rSSGID, _eE, _bT, _sAT, _pP, _aDSG, _rSIT, _uDRS, _dLSDT, _eEKA, _dPR, _cPIP, _t, _aRND, _iP],
@@ -931,6 +1078,36 @@ var DeleteRecoveryInstanceRequest$ = [3, n0, _DRIR,
931
1078
  [_rIID],
932
1079
  [0], 1
933
1080
  ];
1081
+ var DeleteRecoveryPlanExecutionRequest$ = [3, n0, _DRPER,
1082
+ 0,
1083
+ [_rPEA],
1084
+ [0], 1
1085
+ ];
1086
+ var DeleteRecoveryPlanExecutionResponse$ = [3, n0, _DRPERe,
1087
+ 0,
1088
+ [_rPEA],
1089
+ [0], 1
1090
+ ];
1091
+ var DeleteRecoveryPlanRequest$ = [3, n0, _DRPR,
1092
+ 0,
1093
+ [_rPA],
1094
+ [0], 1
1095
+ ];
1096
+ var DeleteRecoveryPlanResponse$ = [3, n0, _DRPRe,
1097
+ 0,
1098
+ [_rPA],
1099
+ [0], 1
1100
+ ];
1101
+ var DeleteRecoveryPlanStepRequest$ = [3, n0, _DRPSR,
1102
+ 0,
1103
+ [_rPSA],
1104
+ [0], 1
1105
+ ];
1106
+ var DeleteRecoveryPlanStepResponse$ = [3, n0, _DRPSRe,
1107
+ 0,
1108
+ [_rPSA],
1109
+ [0], 1
1110
+ ];
934
1111
  var DeleteReplicationConfigurationTemplateRequest$ = [3, n0, _DRCTR,
935
1112
  0,
936
1113
  [_rCTID],
@@ -1081,6 +1258,16 @@ var Disk$ = [3, n0, _D,
1081
1258
  [_dN, _b],
1082
1259
  [0, 1]
1083
1260
  ];
1261
+ var ErrorDetail$ = [3, n0, _ED,
1262
+ 0,
1263
+ [_m, _co],
1264
+ [0, 0], 2
1265
+ ];
1266
+ var ExecutionServerStepConfiguration$ = [3, n0, _ESSC,
1267
+ 0,
1268
+ [_ser],
1269
+ [() => RecoveryPlanExecutionServers], 1
1270
+ ];
1084
1271
  var ExportSourceNetworkCfnTemplateRequest$ = [3, n0, _ESNCTR,
1085
1272
  0,
1086
1273
  [_sNID],
@@ -1106,6 +1293,46 @@ var GetLaunchConfigurationRequest$ = [3, n0, _GLCR,
1106
1293
  [_sSID],
1107
1294
  [0], 1
1108
1295
  ];
1296
+ var GetRecoveryPlanExecutionRequest$ = [3, n0, _GRPER,
1297
+ 0,
1298
+ [_rPEA],
1299
+ [0], 1
1300
+ ];
1301
+ var GetRecoveryPlanExecutionResponse$ = [3, n0, _GRPERe,
1302
+ 0,
1303
+ [_rPE],
1304
+ [[() => RecoveryPlanExecution$, 0]], 1
1305
+ ];
1306
+ var GetRecoveryPlanExecutionStepRequest$ = [3, n0, _GRPESR,
1307
+ 0,
1308
+ [_rPESA],
1309
+ [0], 1
1310
+ ];
1311
+ var GetRecoveryPlanExecutionStepResponse$ = [3, n0, _GRPESRe,
1312
+ 0,
1313
+ [_rPES],
1314
+ [() => RecoveryPlanExecutionStep$], 1
1315
+ ];
1316
+ var GetRecoveryPlanRequest$ = [3, n0, _GRPR,
1317
+ 0,
1318
+ [_rPA],
1319
+ [0], 1
1320
+ ];
1321
+ var GetRecoveryPlanResponse$ = [3, n0, _GRPRe,
1322
+ 0,
1323
+ [_rP],
1324
+ [[() => RecoveryPlan$, 0]], 1
1325
+ ];
1326
+ var GetRecoveryPlanStepRequest$ = [3, n0, _GRPSR,
1327
+ 0,
1328
+ [_rPSA],
1329
+ [0], 1
1330
+ ];
1331
+ var GetRecoveryPlanStepResponse$ = [3, n0, _GRPSRe,
1332
+ 0,
1333
+ [_rPS],
1334
+ [() => RecoveryPlanStep$], 1
1335
+ ];
1109
1336
  var GetReplicationConfigurationRequest$ = [3, n0, _GRCR,
1110
1337
  0,
1111
1338
  [_sSID],
@@ -1221,6 +1448,51 @@ var ListLaunchActionsResponse$ = [3, n0, _LLARi,
1221
1448
  [_i, _nT],
1222
1449
  [() => LaunchActions, 0]
1223
1450
  ];
1451
+ var ListRecoveryPlanExecutionsRequest$ = [3, n0, _LRPER,
1452
+ 0,
1453
+ [_rPA, _sta, _mR, _nT],
1454
+ [0, 0, 1, 0]
1455
+ ];
1456
+ var ListRecoveryPlanExecutionsResponse$ = [3, n0, _LRPERi,
1457
+ 0,
1458
+ [_rPEe, _nT],
1459
+ [() => RecoveryPlanExecutionSummaryList, 0], 1
1460
+ ];
1461
+ var ListRecoveryPlanExecutionStepsFilter$ = [3, n0, _LRPESF,
1462
+ 0,
1463
+ [_sta],
1464
+ [0]
1465
+ ];
1466
+ var ListRecoveryPlanExecutionStepsRequest$ = [3, n0, _LRPESR,
1467
+ 0,
1468
+ [_rPEA, _fi, _mR, _nT],
1469
+ [0, () => ListRecoveryPlanExecutionStepsFilter$, 1, 0], 1
1470
+ ];
1471
+ var ListRecoveryPlanExecutionStepsResponse$ = [3, n0, _LRPESRi,
1472
+ 0,
1473
+ [_rPESe, _nT],
1474
+ [() => RecoveryPlanExecutionStepSummaryList, 0], 1
1475
+ ];
1476
+ var ListRecoveryPlansRequest$ = [3, n0, _LRPR,
1477
+ 0,
1478
+ [_mR, _nT],
1479
+ [1, 0]
1480
+ ];
1481
+ var ListRecoveryPlansResponse$ = [3, n0, _LRPRi,
1482
+ 0,
1483
+ [_rPe, _nT],
1484
+ [() => RecoveryPlanSummaryList, 0], 1
1485
+ ];
1486
+ var ListRecoveryPlanStepsRequest$ = [3, n0, _LRPSR,
1487
+ 0,
1488
+ [_rPA, _mR, _nT],
1489
+ [0, 1, 0], 1
1490
+ ];
1491
+ var ListRecoveryPlanStepsResponse$ = [3, n0, _LRPSRi,
1492
+ 0,
1493
+ [_rPSe, _nT],
1494
+ [() => RecoveryPlanStepList, 0], 1
1495
+ ];
1224
1496
  var ListStagingAccountsRequest$ = [3, n0, _LSAR,
1225
1497
  0,
1226
1498
  [_mR, _nT],
@@ -1331,11 +1603,71 @@ var RecoveryLifeCycle$ = [3, n0, _RLC,
1331
1603
  [_aCDT, _jID, _lRR],
1332
1604
  [5, 0, 0]
1333
1605
  ];
1606
+ var RecoveryPlan$ = [3, n0, _RP,
1607
+ 0,
1608
+ [_rPA, _n, _sta, _cA, _uA, _d, _t],
1609
+ [0, 0, 0, 0, 0, 0, [() => TagsMap, 0]], 5
1610
+ ];
1611
+ var RecoveryPlanExecution$ = [3, n0, _RPE,
1612
+ 0,
1613
+ [_rPEA, _rPA, _mo, _sta, _sA, _cAo, _eDr, _t],
1614
+ [0, 0, 0, 0, 0, 0, () => ErrorDetail$, [() => TagsMap, 0]], 5
1615
+ ];
1616
+ var RecoveryPlanExecutionServer$ = [3, n0, _RPES,
1617
+ 0,
1618
+ [_sAe, _iL, _jID],
1619
+ [0, 0, 0], 1
1620
+ ];
1621
+ var RecoveryPlanExecutionSourceServer$ = [3, n0, _RPESS,
1622
+ 0,
1623
+ [_sSID, _rSID],
1624
+ [0, 0], 2
1625
+ ];
1626
+ var RecoveryPlanExecutionStep$ = [3, n0, _RPESe,
1627
+ 0,
1628
+ [_rPESA, _sI, _sta, _sN, _con, _at, _cA, _uA, _eDr],
1629
+ [0, 1, 0, 0, () => RecoveryPlanExecutionStepConfiguration$, 1, 0, 0, () => ErrorDetail$], 8
1630
+ ];
1631
+ var RecoveryPlanExecutionStepSummary$ = [3, n0, _RPESSe,
1632
+ 0,
1633
+ [_rPESA, _sN, _sI, _sta, _con, _eDr],
1634
+ [0, 0, 1, 0, () => RecoveryPlanExecutionStepConfiguration$, () => ErrorDetail$], 5
1635
+ ];
1636
+ var RecoveryPlanExecutionSummary$ = [3, n0, _RPESec,
1637
+ 0,
1638
+ [_rPEA, _rPA, _mo, _sta, _sA, _eDr],
1639
+ [0, 0, 0, 0, 0, () => ErrorDetail$], 5
1640
+ ];
1641
+ var RecoveryPlanServer$ = [3, n0, _RPS,
1642
+ 0,
1643
+ [_sAe, _iL],
1644
+ [0, 0], 1
1645
+ ];
1646
+ var RecoveryPlanStep$ = [3, n0, _RPSe,
1647
+ 0,
1648
+ [_rPSA, _sO, _sN, _con, _cA, _uA],
1649
+ [0, 1, 0, () => RecoveryPlanStepConfiguration$, 0, 0], 6
1650
+ ];
1651
+ var RecoveryPlanSummary$ = [3, n0, _RPSec,
1652
+ 0,
1653
+ [_rPA, _n, _sta, _cA, _uA],
1654
+ [0, 0, 0, 0, 0], 5
1655
+ ];
1334
1656
  var RecoverySnapshot$ = [3, n0, _RS,
1335
1657
  0,
1336
1658
  [_sID, _sSID, _eT, _ti, _eS],
1337
1659
  [0, 0, 0, 0, 64 | 0], 3
1338
1660
  ];
1661
+ var ReorderRecoveryPlanStepsRequest$ = [3, n0, _RRPSR,
1662
+ 0,
1663
+ [_rPA, _oSA],
1664
+ [0, 64 | 0], 2
1665
+ ];
1666
+ var ReorderRecoveryPlanStepsResponse$ = [3, n0, _RRPSRe,
1667
+ 0,
1668
+ [_rPSe],
1669
+ [() => RecoveryPlanStepList], 1
1670
+ ];
1339
1671
  var ReplicationConfiguration$ = [3, n0, _RC,
1340
1672
  0,
1341
1673
  [_sSID, _n, _sASI, _aDSG, _rSSGID, _rSIT, _uDRS, _dLSDT, _rD, _eE, _eEKA, _bT, _dPR, _cPIP, _sAT, _pP, _aRND, _iP],
@@ -1356,6 +1688,16 @@ var RetryDataReplicationRequest$ = [3, n0, _RDRR,
1356
1688
  [_sSID],
1357
1689
  [0], 1
1358
1690
  ];
1691
+ var RetryRecoveryPlanExecutionStepRequest$ = [3, n0, _RRPESR,
1692
+ 0,
1693
+ [_rPESA],
1694
+ [0], 1
1695
+ ];
1696
+ var RetryRecoveryPlanExecutionStepResponse$ = [3, n0, _RRPESRe,
1697
+ 0,
1698
+ [_rPES],
1699
+ [() => RecoveryPlanExecutionStep$], 1
1700
+ ];
1359
1701
  var ReverseReplicationRequest$ = [3, n0, _RRR,
1360
1702
  0,
1361
1703
  [_rIID],
@@ -1366,6 +1708,11 @@ var ReverseReplicationResponse$ = [3, n0, _RRRe,
1366
1708
  [_rDSSA],
1367
1709
  [0]
1368
1710
  ];
1711
+ var ServerStepConfiguration$ = [3, n0, _SSC,
1712
+ 0,
1713
+ [_ser],
1714
+ [() => RecoveryPlanServers], 1
1715
+ ];
1369
1716
  var SourceCloudProperties$ = [3, n0, _SCP,
1370
1717
  0,
1371
1718
  [_oAID, _oR, _oAZ, _sOAo],
@@ -1378,7 +1725,7 @@ var SourceNetwork$ = [3, n0, _SN,
1378
1725
  ];
1379
1726
  var SourceNetworkData$ = [3, n0, _SND,
1380
1727
  0,
1381
- [_sNID, _sV, _tV, _sN],
1728
+ [_sNID, _sV, _tV, _sNt],
1382
1729
  [0, 0, 0, 0]
1383
1730
  ];
1384
1731
  var SourceProperties$ = [3, n0, _SP,
@@ -1388,7 +1735,7 @@ var SourceProperties$ = [3, n0, _SP,
1388
1735
  ];
1389
1736
  var SourceServer$ = [3, n0, _SS,
1390
1737
  0,
1391
- [_sSID, _a, _t, _rII, _lLR, _dRIa, _lC, _sP, _sA, _sCP, _rDep, _rDSSA, _sNID, _aVg],
1738
+ [_sSID, _a, _t, _rII, _lLR, _dRIa, _lC, _sP, _sAt, _sCP, _rDep, _rDSSA, _sNID, _aVg],
1392
1739
  [0, 0, [() => TagsMap, 0], 0, 0, () => DataReplicationInfo$, () => LifeCycle$, () => SourceProperties$, () => StagingArea$, () => SourceCloudProperties$, 0, 0, 0, 0]
1393
1740
  ];
1394
1741
  var StagingArea$ = [3, n0, _SA,
@@ -1411,6 +1758,16 @@ var StartFailbackLaunchResponse$ = [3, n0, _SFLRt,
1411
1758
  [_j],
1412
1759
  [[() => Job$, 0]]
1413
1760
  ];
1761
+ var StartRecoveryPlanExecutionRequest$ = [3, n0, _SRPER,
1762
+ 0,
1763
+ [_rPA, _mo, _cTl, _sSo, _t],
1764
+ [0, 0, [0, 4], () => RecoveryPlanExecutionSourceServerList, [() => TagsMap, 0]], 2
1765
+ ];
1766
+ var StartRecoveryPlanExecutionResponse$ = [3, n0, _SRPERt,
1767
+ 0,
1768
+ [_rPE],
1769
+ [[() => RecoveryPlanExecution$, 0]], 1
1770
+ ];
1414
1771
  var StartRecoveryRequest$ = [3, n0, _SRR,
1415
1772
  0,
1416
1773
  [_sSo, _iD, _t],
@@ -1526,6 +1883,36 @@ var UpdateLaunchConfigurationTemplateResponse$ = [3, n0, _ULCTRp,
1526
1883
  [_lCT],
1527
1884
  [[() => LaunchConfigurationTemplate$, 0]]
1528
1885
  ];
1886
+ var UpdateRecoveryPlanExecutionStepRequest$ = [3, n0, _URPESR,
1887
+ 0,
1888
+ [_rPESA, _sta, _ser, _wDM],
1889
+ [0, 0, () => RecoveryPlanServers, 1], 1
1890
+ ];
1891
+ var UpdateRecoveryPlanExecutionStepResponse$ = [3, n0, _URPESRp,
1892
+ 0,
1893
+ [_rPES],
1894
+ [() => RecoveryPlanExecutionStep$], 1
1895
+ ];
1896
+ var UpdateRecoveryPlanRequest$ = [3, n0, _URPR,
1897
+ 0,
1898
+ [_rPA, _n, _d],
1899
+ [0, 0, 0], 1
1900
+ ];
1901
+ var UpdateRecoveryPlanResponse$ = [3, n0, _URPRp,
1902
+ 0,
1903
+ [_rP],
1904
+ [[() => RecoveryPlan$, 0]], 1
1905
+ ];
1906
+ var UpdateRecoveryPlanStepRequest$ = [3, n0, _URPSR,
1907
+ 0,
1908
+ [_rPSA, _sN, _con],
1909
+ [0, 0, () => RecoveryPlanStepConfiguration$], 1
1910
+ ];
1911
+ var UpdateRecoveryPlanStepResponse$ = [3, n0, _URPSRp,
1912
+ 0,
1913
+ [_rPS],
1914
+ [() => RecoveryPlanStep$], 1
1915
+ ];
1529
1916
  var UpdateReplicationConfigurationRequest$ = [3, n0, _URCR,
1530
1917
  0,
1531
1918
  [_sSID, _n, _sASI, _aDSG, _rSSGID, _rSIT, _uDRS, _dLSDT, _rD, _eE, _eEKA, _bT, _dPR, _cPIP, _sAT, _pP, _aRND, _iP],
@@ -1541,6 +1928,11 @@ var ValidationExceptionField$ = [3, n0, _VEF,
1541
1928
  [_n, _m],
1542
1929
  [0, 0]
1543
1930
  ];
1931
+ var WaitStepConfiguration$ = [3, n0, _WSC,
1932
+ 0,
1933
+ [_wDM],
1934
+ [1], 1
1935
+ ];
1544
1936
  var __Unit = "unit";
1545
1937
  var Accounts = [1, n0, _Ac,
1546
1938
  0, () => Account$
@@ -1602,6 +1994,27 @@ var RecoveryInstanceDataReplicationInitiationSteps = [1, n0, _RIDRISe,
1602
1994
  var RecoveryInstanceDisks = [1, n0, _RIDe,
1603
1995
  0, () => RecoveryInstanceDisk$
1604
1996
  ];
1997
+ var RecoveryPlanExecutionServers = [1, n0, _RPESeco,
1998
+ 0, () => RecoveryPlanExecutionServer$
1999
+ ];
2000
+ var RecoveryPlanExecutionSourceServerList = [1, n0, _RPESSL,
2001
+ 0, () => RecoveryPlanExecutionSourceServer$
2002
+ ];
2003
+ var RecoveryPlanExecutionStepSummaryList = [1, n0, _RPESSLe,
2004
+ 0, () => RecoveryPlanExecutionStepSummary$
2005
+ ];
2006
+ var RecoveryPlanExecutionSummaryList = [1, n0, _RPESL,
2007
+ 0, () => RecoveryPlanExecutionSummary$
2008
+ ];
2009
+ var RecoveryPlanServers = [1, n0, _RPSeco,
2010
+ 0, () => RecoveryPlanServer$
2011
+ ];
2012
+ var RecoveryPlanStepList = [1, n0, _RPSL,
2013
+ 0, () => RecoveryPlanStep$
2014
+ ];
2015
+ var RecoveryPlanSummaryList = [1, n0, _RPSLe,
2016
+ 0, () => RecoveryPlanSummary$
2017
+ ];
1605
2018
  var RecoverySnapshotsList = [1, n0, _RSL,
1606
2019
  0, () => RecoverySnapshot$
1607
2020
  ];
@@ -1656,15 +2069,34 @@ var ParticipatingResourceID$ = [4, n0, _PRID,
1656
2069
  [_sNID],
1657
2070
  [0]
1658
2071
  ];
2072
+ var RecoveryPlanExecutionStepConfiguration$ = [4, n0, _RPESC,
2073
+ 0,
2074
+ [_eSSC, _wSC],
2075
+ [() => ExecutionServerStepConfiguration$, () => WaitStepConfiguration$]
2076
+ ];
2077
+ var RecoveryPlanStepConfiguration$ = [4, n0, _RPSC,
2078
+ 0,
2079
+ [_sSC, _wSC],
2080
+ [() => ServerStepConfiguration$, () => WaitStepConfiguration$]
2081
+ ];
1659
2082
  var AssociateSourceNetworkStack$ = [9, n0, _ASNS,
1660
2083
  { [_ht]: ["POST", "/AssociateSourceNetworkStack", 202] }, () => AssociateSourceNetworkStackRequest$, () => AssociateSourceNetworkStackResponse$
1661
2084
  ];
2085
+ var CancelRecoveryPlanExecution$ = [9, n0, _CRPE,
2086
+ { [_ht]: ["POST", "/CancelRecoveryPlanExecution", 200] }, () => CancelRecoveryPlanExecutionRequest$, () => CancelRecoveryPlanExecutionResponse$
2087
+ ];
1662
2088
  var CreateExtendedSourceServer$ = [9, n0, _CESS,
1663
2089
  { [_ht]: ["POST", "/CreateExtendedSourceServer", 201] }, () => CreateExtendedSourceServerRequest$, () => CreateExtendedSourceServerResponse$
1664
2090
  ];
1665
2091
  var CreateLaunchConfigurationTemplate$ = [9, n0, _CLCT,
1666
2092
  { [_ht]: ["POST", "/CreateLaunchConfigurationTemplate", 201] }, () => CreateLaunchConfigurationTemplateRequest$, () => CreateLaunchConfigurationTemplateResponse$
1667
2093
  ];
2094
+ var CreateRecoveryPlan$ = [9, n0, _CRP,
2095
+ { [_ht]: ["POST", "/CreateRecoveryPlan", 201] }, () => CreateRecoveryPlanRequest$, () => CreateRecoveryPlanResponse$
2096
+ ];
2097
+ var CreateRecoveryPlanStep$ = [9, n0, _CRPS,
2098
+ { [_ht]: ["POST", "/CreateRecoveryPlanStep", 201] }, () => CreateRecoveryPlanStepRequest$, () => CreateRecoveryPlanStepResponse$
2099
+ ];
1668
2100
  var CreateReplicationConfigurationTemplate$ = [9, n0, _CRCT,
1669
2101
  { [_ht]: ["POST", "/CreateReplicationConfigurationTemplate", 201] }, () => CreateReplicationConfigurationTemplateRequest$, () => ReplicationConfigurationTemplate$
1670
2102
  ];
@@ -1683,6 +2115,15 @@ var DeleteLaunchConfigurationTemplate$ = [9, n0, _DLCT,
1683
2115
  var DeleteRecoveryInstance$ = [9, n0, _DRIe,
1684
2116
  { [_ht]: ["POST", "/DeleteRecoveryInstance", 200] }, () => DeleteRecoveryInstanceRequest$, () => __Unit
1685
2117
  ];
2118
+ var DeleteRecoveryPlan$ = [9, n0, _DRP,
2119
+ { [_ht]: ["POST", "/DeleteRecoveryPlan", 200] }, () => DeleteRecoveryPlanRequest$, () => DeleteRecoveryPlanResponse$
2120
+ ];
2121
+ var DeleteRecoveryPlanExecution$ = [9, n0, _DRPE,
2122
+ { [_ht]: ["POST", "/DeleteRecoveryPlanExecution", 200] }, () => DeleteRecoveryPlanExecutionRequest$, () => DeleteRecoveryPlanExecutionResponse$
2123
+ ];
2124
+ var DeleteRecoveryPlanStep$ = [9, n0, _DRPS,
2125
+ { [_ht]: ["POST", "/DeleteRecoveryPlanStep", 200] }, () => DeleteRecoveryPlanStepRequest$, () => DeleteRecoveryPlanStepResponse$
2126
+ ];
1686
2127
  var DeleteReplicationConfigurationTemplate$ = [9, n0, _DRCT,
1687
2128
  { [_ht]: ["POST", "/DeleteReplicationConfigurationTemplate", 204] }, () => DeleteReplicationConfigurationTemplateRequest$, () => DeleteReplicationConfigurationTemplateResponse$
1688
2129
  ];
@@ -1731,6 +2172,18 @@ var GetFailbackReplicationConfiguration$ = [9, n0, _GFRC,
1731
2172
  var GetLaunchConfiguration$ = [9, n0, _GLC,
1732
2173
  { [_ht]: ["POST", "/GetLaunchConfiguration", 200] }, () => GetLaunchConfigurationRequest$, () => LaunchConfiguration$
1733
2174
  ];
2175
+ var GetRecoveryPlan$ = [9, n0, _GRP,
2176
+ { [_ht]: ["POST", "/GetRecoveryPlan", 200] }, () => GetRecoveryPlanRequest$, () => GetRecoveryPlanResponse$
2177
+ ];
2178
+ var GetRecoveryPlanExecution$ = [9, n0, _GRPE,
2179
+ { [_ht]: ["POST", "/GetRecoveryPlanExecution", 200] }, () => GetRecoveryPlanExecutionRequest$, () => GetRecoveryPlanExecutionResponse$
2180
+ ];
2181
+ var GetRecoveryPlanExecutionStep$ = [9, n0, _GRPES,
2182
+ { [_ht]: ["POST", "/GetRecoveryPlanExecutionStep", 200] }, () => GetRecoveryPlanExecutionStepRequest$, () => GetRecoveryPlanExecutionStepResponse$
2183
+ ];
2184
+ var GetRecoveryPlanStep$ = [9, n0, _GRPS,
2185
+ { [_ht]: ["POST", "/GetRecoveryPlanStep", 200] }, () => GetRecoveryPlanStepRequest$, () => GetRecoveryPlanStepResponse$
2186
+ ];
1734
2187
  var GetReplicationConfiguration$ = [9, n0, _GRC,
1735
2188
  { [_ht]: ["POST", "/GetReplicationConfiguration", 200] }, () => GetReplicationConfigurationRequest$, () => ReplicationConfiguration$
1736
2189
  ];
@@ -1743,6 +2196,18 @@ var ListExtensibleSourceServers$ = [9, n0, _LESS,
1743
2196
  var ListLaunchActions$ = [9, n0, _LLA,
1744
2197
  { [_ht]: ["POST", "/ListLaunchActions", 200] }, () => ListLaunchActionsRequest$, () => ListLaunchActionsResponse$
1745
2198
  ];
2199
+ var ListRecoveryPlanExecutions$ = [9, n0, _LRPE,
2200
+ { [_ht]: ["POST", "/ListRecoveryPlanExecutions", 200] }, () => ListRecoveryPlanExecutionsRequest$, () => ListRecoveryPlanExecutionsResponse$
2201
+ ];
2202
+ var ListRecoveryPlanExecutionSteps$ = [9, n0, _LRPES,
2203
+ { [_ht]: ["POST", "/ListRecoveryPlanExecutionSteps", 200] }, () => ListRecoveryPlanExecutionStepsRequest$, () => ListRecoveryPlanExecutionStepsResponse$
2204
+ ];
2205
+ var ListRecoveryPlans$ = [9, n0, _LRP,
2206
+ { [_ht]: ["POST", "/ListRecoveryPlans", 200] }, () => ListRecoveryPlansRequest$, () => ListRecoveryPlansResponse$
2207
+ ];
2208
+ var ListRecoveryPlanSteps$ = [9, n0, _LRPS,
2209
+ { [_ht]: ["POST", "/ListRecoveryPlanSteps", 200] }, () => ListRecoveryPlanStepsRequest$, () => ListRecoveryPlanStepsResponse$
2210
+ ];
1746
2211
  var ListStagingAccounts$ = [9, n0, _LSA,
1747
2212
  { [_ht]: ["GET", "/ListStagingAccounts", 200] }, () => ListStagingAccountsRequest$, () => ListStagingAccountsResponse$
1748
2213
  ];
@@ -1752,9 +2217,15 @@ var ListTagsForResource$ = [9, n0, _LTFR,
1752
2217
  var PutLaunchAction$ = [9, n0, _PLA,
1753
2218
  { [_ht]: ["POST", "/PutLaunchAction", 200] }, () => PutLaunchActionRequest$, () => PutLaunchActionResponse$
1754
2219
  ];
2220
+ var ReorderRecoveryPlanSteps$ = [9, n0, _RRPS,
2221
+ { [_ht]: ["POST", "/ReorderRecoveryPlanSteps", 200] }, () => ReorderRecoveryPlanStepsRequest$, () => ReorderRecoveryPlanStepsResponse$
2222
+ ];
1755
2223
  var RetryDataReplication$ = [9, n0, _RDR,
1756
2224
  { [_ht]: ["POST", "/RetryDataReplication", 200] }, () => RetryDataReplicationRequest$, () => SourceServer$
1757
2225
  ];
2226
+ var RetryRecoveryPlanExecutionStep$ = [9, n0, _RRPES,
2227
+ { [_ht]: ["POST", "/RetryRecoveryPlanExecutionStep", 200] }, () => RetryRecoveryPlanExecutionStepRequest$, () => RetryRecoveryPlanExecutionStepResponse$
2228
+ ];
1758
2229
  var ReverseReplication$ = [9, n0, _RR,
1759
2230
  { [_ht]: ["POST", "/ReverseReplication", 200] }, () => ReverseReplicationRequest$, () => ReverseReplicationResponse$
1760
2231
  ];
@@ -1764,6 +2235,9 @@ var StartFailbackLaunch$ = [9, n0, _SFL,
1764
2235
  var StartRecovery$ = [9, n0, _SR,
1765
2236
  { [_ht]: ["POST", "/StartRecovery", 202] }, () => StartRecoveryRequest$, () => StartRecoveryResponse$
1766
2237
  ];
2238
+ var StartRecoveryPlanExecution$ = [9, n0, _SRPE,
2239
+ { [_ht]: ["POST", "/StartRecoveryPlanExecution", 201] }, () => StartRecoveryPlanExecutionRequest$, () => StartRecoveryPlanExecutionResponse$
2240
+ ];
1767
2241
  var StartReplication$ = [9, n0, _SRt,
1768
2242
  { [_ht]: ["POST", "/StartReplication", 200] }, () => StartReplicationRequest$, () => StartReplicationResponse$
1769
2243
  ];
@@ -1800,6 +2274,15 @@ var UpdateLaunchConfiguration$ = [9, n0, _ULC,
1800
2274
  var UpdateLaunchConfigurationTemplate$ = [9, n0, _ULCT,
1801
2275
  { [_ht]: ["POST", "/UpdateLaunchConfigurationTemplate", 200] }, () => UpdateLaunchConfigurationTemplateRequest$, () => UpdateLaunchConfigurationTemplateResponse$
1802
2276
  ];
2277
+ var UpdateRecoveryPlan$ = [9, n0, _URP,
2278
+ { [_ht]: ["POST", "/UpdateRecoveryPlan", 200] }, () => UpdateRecoveryPlanRequest$, () => UpdateRecoveryPlanResponse$
2279
+ ];
2280
+ var UpdateRecoveryPlanExecutionStep$ = [9, n0, _URPES,
2281
+ { [_ht]: ["POST", "/UpdateRecoveryPlanExecutionStep", 200] }, () => UpdateRecoveryPlanExecutionStepRequest$, () => UpdateRecoveryPlanExecutionStepResponse$
2282
+ ];
2283
+ var UpdateRecoveryPlanStep$ = [9, n0, _URPS,
2284
+ { [_ht]: ["POST", "/UpdateRecoveryPlanStep", 200] }, () => UpdateRecoveryPlanStepRequest$, () => UpdateRecoveryPlanStepResponse$
2285
+ ];
1803
2286
  var UpdateReplicationConfiguration$ = [9, n0, _URC,
1804
2287
  { [_ht]: ["POST", "/UpdateReplicationConfiguration", 200] }, () => UpdateReplicationConfigurationRequest$, () => ReplicationConfiguration$
1805
2288
  ];
@@ -1960,12 +2443,21 @@ const _mw0 = (Command, cs, config, o) => [];
1960
2443
  class AssociateSourceNetworkStackCommand extends command(_ep0, _mw0, "AssociateSourceNetworkStack", AssociateSourceNetworkStack$) {
1961
2444
  }
1962
2445
 
2446
+ class CancelRecoveryPlanExecutionCommand extends command(_ep0, _mw0, "CancelRecoveryPlanExecution", CancelRecoveryPlanExecution$) {
2447
+ }
2448
+
1963
2449
  class CreateExtendedSourceServerCommand extends command(_ep0, _mw0, "CreateExtendedSourceServer", CreateExtendedSourceServer$) {
1964
2450
  }
1965
2451
 
1966
2452
  class CreateLaunchConfigurationTemplateCommand extends command(_ep0, _mw0, "CreateLaunchConfigurationTemplate", CreateLaunchConfigurationTemplate$) {
1967
2453
  }
1968
2454
 
2455
+ class CreateRecoveryPlanCommand extends command(_ep0, _mw0, "CreateRecoveryPlan", CreateRecoveryPlan$) {
2456
+ }
2457
+
2458
+ class CreateRecoveryPlanStepCommand extends command(_ep0, _mw0, "CreateRecoveryPlanStep", CreateRecoveryPlanStep$) {
2459
+ }
2460
+
1969
2461
  class CreateReplicationConfigurationTemplateCommand extends command(_ep0, _mw0, "CreateReplicationConfigurationTemplate", CreateReplicationConfigurationTemplate$) {
1970
2462
  }
1971
2463
 
@@ -1984,6 +2476,15 @@ class DeleteLaunchConfigurationTemplateCommand extends command(_ep0, _mw0, "Dele
1984
2476
  class DeleteRecoveryInstanceCommand extends command(_ep0, _mw0, "DeleteRecoveryInstance", DeleteRecoveryInstance$) {
1985
2477
  }
1986
2478
 
2479
+ class DeleteRecoveryPlanCommand extends command(_ep0, _mw0, "DeleteRecoveryPlan", DeleteRecoveryPlan$) {
2480
+ }
2481
+
2482
+ class DeleteRecoveryPlanExecutionCommand extends command(_ep0, _mw0, "DeleteRecoveryPlanExecution", DeleteRecoveryPlanExecution$) {
2483
+ }
2484
+
2485
+ class DeleteRecoveryPlanStepCommand extends command(_ep0, _mw0, "DeleteRecoveryPlanStep", DeleteRecoveryPlanStep$) {
2486
+ }
2487
+
1987
2488
  class DeleteReplicationConfigurationTemplateCommand extends command(_ep0, _mw0, "DeleteReplicationConfigurationTemplate", DeleteReplicationConfigurationTemplate$) {
1988
2489
  }
1989
2490
 
@@ -2032,6 +2533,18 @@ class GetFailbackReplicationConfigurationCommand extends command(_ep0, _mw0, "Ge
2032
2533
  class GetLaunchConfigurationCommand extends command(_ep0, _mw0, "GetLaunchConfiguration", GetLaunchConfiguration$) {
2033
2534
  }
2034
2535
 
2536
+ class GetRecoveryPlanCommand extends command(_ep0, _mw0, "GetRecoveryPlan", GetRecoveryPlan$) {
2537
+ }
2538
+
2539
+ class GetRecoveryPlanExecutionCommand extends command(_ep0, _mw0, "GetRecoveryPlanExecution", GetRecoveryPlanExecution$) {
2540
+ }
2541
+
2542
+ class GetRecoveryPlanExecutionStepCommand extends command(_ep0, _mw0, "GetRecoveryPlanExecutionStep", GetRecoveryPlanExecutionStep$) {
2543
+ }
2544
+
2545
+ class GetRecoveryPlanStepCommand extends command(_ep0, _mw0, "GetRecoveryPlanStep", GetRecoveryPlanStep$) {
2546
+ }
2547
+
2035
2548
  class GetReplicationConfigurationCommand extends command(_ep0, _mw0, "GetReplicationConfiguration", GetReplicationConfiguration$) {
2036
2549
  }
2037
2550
 
@@ -2044,6 +2557,18 @@ class ListExtensibleSourceServersCommand extends command(_ep0, _mw0, "ListExtens
2044
2557
  class ListLaunchActionsCommand extends command(_ep0, _mw0, "ListLaunchActions", ListLaunchActions$) {
2045
2558
  }
2046
2559
 
2560
+ class ListRecoveryPlanExecutionsCommand extends command(_ep0, _mw0, "ListRecoveryPlanExecutions", ListRecoveryPlanExecutions$) {
2561
+ }
2562
+
2563
+ class ListRecoveryPlanExecutionStepsCommand extends command(_ep0, _mw0, "ListRecoveryPlanExecutionSteps", ListRecoveryPlanExecutionSteps$) {
2564
+ }
2565
+
2566
+ class ListRecoveryPlansCommand extends command(_ep0, _mw0, "ListRecoveryPlans", ListRecoveryPlans$) {
2567
+ }
2568
+
2569
+ class ListRecoveryPlanStepsCommand extends command(_ep0, _mw0, "ListRecoveryPlanSteps", ListRecoveryPlanSteps$) {
2570
+ }
2571
+
2047
2572
  class ListStagingAccountsCommand extends command(_ep0, _mw0, "ListStagingAccounts", ListStagingAccounts$) {
2048
2573
  }
2049
2574
 
@@ -2053,9 +2578,15 @@ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResourc
2053
2578
  class PutLaunchActionCommand extends command(_ep0, _mw0, "PutLaunchAction", PutLaunchAction$) {
2054
2579
  }
2055
2580
 
2581
+ class ReorderRecoveryPlanStepsCommand extends command(_ep0, _mw0, "ReorderRecoveryPlanSteps", ReorderRecoveryPlanSteps$) {
2582
+ }
2583
+
2056
2584
  class RetryDataReplicationCommand extends command(_ep0, _mw0, "RetryDataReplication", RetryDataReplication$) {
2057
2585
  }
2058
2586
 
2587
+ class RetryRecoveryPlanExecutionStepCommand extends command(_ep0, _mw0, "RetryRecoveryPlanExecutionStep", RetryRecoveryPlanExecutionStep$) {
2588
+ }
2589
+
2059
2590
  class ReverseReplicationCommand extends command(_ep0, _mw0, "ReverseReplication", ReverseReplication$) {
2060
2591
  }
2061
2592
 
@@ -2065,6 +2596,9 @@ class StartFailbackLaunchCommand extends command(_ep0, _mw0, "StartFailbackLaunc
2065
2596
  class StartRecoveryCommand extends command(_ep0, _mw0, "StartRecovery", StartRecovery$) {
2066
2597
  }
2067
2598
 
2599
+ class StartRecoveryPlanExecutionCommand extends command(_ep0, _mw0, "StartRecoveryPlanExecution", StartRecoveryPlanExecution$) {
2600
+ }
2601
+
2068
2602
  class StartReplicationCommand extends command(_ep0, _mw0, "StartReplication", StartReplication$) {
2069
2603
  }
2070
2604
 
@@ -2101,6 +2635,15 @@ class UpdateLaunchConfigurationCommand extends command(_ep0, _mw0, "UpdateLaunch
2101
2635
  class UpdateLaunchConfigurationTemplateCommand extends command(_ep0, _mw0, "UpdateLaunchConfigurationTemplate", UpdateLaunchConfigurationTemplate$) {
2102
2636
  }
2103
2637
 
2638
+ class UpdateRecoveryPlanCommand extends command(_ep0, _mw0, "UpdateRecoveryPlan", UpdateRecoveryPlan$) {
2639
+ }
2640
+
2641
+ class UpdateRecoveryPlanExecutionStepCommand extends command(_ep0, _mw0, "UpdateRecoveryPlanExecutionStep", UpdateRecoveryPlanExecutionStep$) {
2642
+ }
2643
+
2644
+ class UpdateRecoveryPlanStepCommand extends command(_ep0, _mw0, "UpdateRecoveryPlanStep", UpdateRecoveryPlanStep$) {
2645
+ }
2646
+
2104
2647
  class UpdateReplicationConfigurationCommand extends command(_ep0, _mw0, "UpdateReplicationConfiguration", UpdateReplicationConfiguration$) {
2105
2648
  }
2106
2649
 
@@ -2127,18 +2670,32 @@ const paginateListExtensibleSourceServers = createPaginator(DrsClient, ListExten
2127
2670
 
2128
2671
  const paginateListLaunchActions = createPaginator(DrsClient, ListLaunchActionsCommand, "nextToken", "nextToken", "maxResults");
2129
2672
 
2673
+ const paginateListRecoveryPlanExecutions = createPaginator(DrsClient, ListRecoveryPlanExecutionsCommand, "nextToken", "nextToken", "maxResults");
2674
+
2675
+ const paginateListRecoveryPlanExecutionSteps = createPaginator(DrsClient, ListRecoveryPlanExecutionStepsCommand, "nextToken", "nextToken", "maxResults");
2676
+
2677
+ const paginateListRecoveryPlans = createPaginator(DrsClient, ListRecoveryPlansCommand, "nextToken", "nextToken", "maxResults");
2678
+
2679
+ const paginateListRecoveryPlanSteps = createPaginator(DrsClient, ListRecoveryPlanStepsCommand, "nextToken", "nextToken", "maxResults");
2680
+
2130
2681
  const paginateListStagingAccounts = createPaginator(DrsClient, ListStagingAccountsCommand, "nextToken", "nextToken", "maxResults");
2131
2682
 
2132
2683
  const commands = {
2133
2684
  AssociateSourceNetworkStackCommand,
2685
+ CancelRecoveryPlanExecutionCommand,
2134
2686
  CreateExtendedSourceServerCommand,
2135
2687
  CreateLaunchConfigurationTemplateCommand,
2688
+ CreateRecoveryPlanCommand,
2689
+ CreateRecoveryPlanStepCommand,
2136
2690
  CreateReplicationConfigurationTemplateCommand,
2137
2691
  CreateSourceNetworkCommand,
2138
2692
  DeleteJobCommand,
2139
2693
  DeleteLaunchActionCommand,
2140
2694
  DeleteLaunchConfigurationTemplateCommand,
2141
2695
  DeleteRecoveryInstanceCommand,
2696
+ DeleteRecoveryPlanCommand,
2697
+ DeleteRecoveryPlanExecutionCommand,
2698
+ DeleteRecoveryPlanStepCommand,
2142
2699
  DeleteReplicationConfigurationTemplateCommand,
2143
2700
  DeleteSourceNetworkCommand,
2144
2701
  DeleteSourceServerCommand,
@@ -2155,17 +2712,28 @@ const commands = {
2155
2712
  ExportSourceNetworkCfnTemplateCommand,
2156
2713
  GetFailbackReplicationConfigurationCommand,
2157
2714
  GetLaunchConfigurationCommand,
2715
+ GetRecoveryPlanCommand,
2716
+ GetRecoveryPlanExecutionCommand,
2717
+ GetRecoveryPlanExecutionStepCommand,
2718
+ GetRecoveryPlanStepCommand,
2158
2719
  GetReplicationConfigurationCommand,
2159
2720
  InitializeServiceCommand,
2160
2721
  ListExtensibleSourceServersCommand,
2161
2722
  ListLaunchActionsCommand,
2723
+ ListRecoveryPlanExecutionsCommand,
2724
+ ListRecoveryPlanExecutionStepsCommand,
2725
+ ListRecoveryPlansCommand,
2726
+ ListRecoveryPlanStepsCommand,
2162
2727
  ListStagingAccountsCommand,
2163
2728
  ListTagsForResourceCommand,
2164
2729
  PutLaunchActionCommand,
2730
+ ReorderRecoveryPlanStepsCommand,
2165
2731
  RetryDataReplicationCommand,
2732
+ RetryRecoveryPlanExecutionStepCommand,
2166
2733
  ReverseReplicationCommand,
2167
2734
  StartFailbackLaunchCommand,
2168
2735
  StartRecoveryCommand,
2736
+ StartRecoveryPlanExecutionCommand,
2169
2737
  StartReplicationCommand,
2170
2738
  StartSourceNetworkRecoveryCommand,
2171
2739
  StartSourceNetworkReplicationCommand,
@@ -2178,6 +2746,9 @@ const commands = {
2178
2746
  UpdateFailbackReplicationConfigurationCommand,
2179
2747
  UpdateLaunchConfigurationCommand,
2180
2748
  UpdateLaunchConfigurationTemplateCommand,
2749
+ UpdateRecoveryPlanCommand,
2750
+ UpdateRecoveryPlanExecutionStepCommand,
2751
+ UpdateRecoveryPlanStepCommand,
2181
2752
  UpdateReplicationConfigurationCommand,
2182
2753
  UpdateReplicationConfigurationTemplateCommand,
2183
2754
  };
@@ -2192,6 +2763,10 @@ const paginators = {
2192
2763
  paginateDescribeSourceServers,
2193
2764
  paginateListExtensibleSourceServers,
2194
2765
  paginateListLaunchActions,
2766
+ paginateListRecoveryPlanExecutions,
2767
+ paginateListRecoveryPlanExecutionSteps,
2768
+ paginateListRecoveryPlans,
2769
+ paginateListRecoveryPlanSteps,
2195
2770
  paginateListStagingAccounts,
2196
2771
  };
2197
2772
  class Drs extends DrsClient {
@@ -2252,6 +2827,18 @@ const ValidationExceptionReason = {
2252
2827
  OTHER: "other",
2253
2828
  UNKNOWN_OPERATION: "unknownOperation",
2254
2829
  };
2830
+ const RecoveryPlanExecutionMode = {
2831
+ DRILL: "DRILL",
2832
+ RECOVERY: "RECOVERY",
2833
+ };
2834
+ const RecoveryPlanExecutionStatus = {
2835
+ CANCELLED: "CANCELLED",
2836
+ CANCELLING: "CANCELLING",
2837
+ COMPLETED: "COMPLETED",
2838
+ CREATED: "CREATED",
2839
+ FAILED: "FAILED",
2840
+ IN_PROGRESS: "IN_PROGRESS",
2841
+ };
2255
2842
  const ProductCodeMode = {
2256
2843
  DISABLED: "DISABLED",
2257
2844
  ENABLED: "ENABLED",
@@ -2343,6 +2930,14 @@ const TargetInstanceTypeRightSizingMethod = {
2343
2930
  IN_AWS: "IN_AWS",
2344
2931
  NONE: "NONE",
2345
2932
  };
2933
+ const RecoveryPlanStatus = {
2934
+ ACTIVE: "ACTIVE",
2935
+ INVALID: "INVALID",
2936
+ };
2937
+ const RecoveryPlanServerImpactLevel = {
2938
+ CRITICAL: "CRITICAL",
2939
+ OPTIONAL: "OPTIONAL",
2940
+ };
2346
2941
  const ReplicationConfigurationDataPlaneRouting = {
2347
2942
  PRIVATE_IP: "PRIVATE_IP",
2348
2943
  PUBLIC_IP: "PUBLIC_IP",
@@ -2505,6 +3100,15 @@ const ReplicationStatus = {
2505
3100
  PROTECTED: "PROTECTED",
2506
3101
  STOPPED: "STOPPED",
2507
3102
  };
3103
+ const RecoveryPlanExecutionStepStatus = {
3104
+ COMPLETED: "COMPLETED",
3105
+ EXECUTING: "EXECUTING",
3106
+ FAILED: "FAILED",
3107
+ NOT_STARTED: "NOT_STARTED",
3108
+ SKIPPED: "SKIPPED",
3109
+ TIMED_OUT: "TIMED_OUT",
3110
+ WAITING: "WAITING",
3111
+ };
2508
3112
  const ReplicationConfigurationReplicatedDiskStagingDiskType = {
2509
3113
  AUTO: "AUTO",
2510
3114
  GP2: "GP2",
@@ -2523,6 +3127,10 @@ exports.AssociateSourceNetworkStackCommand = AssociateSourceNetworkStackCommand;
2523
3127
  exports.AssociateSourceNetworkStackRequest$ = AssociateSourceNetworkStackRequest$;
2524
3128
  exports.AssociateSourceNetworkStackResponse$ = AssociateSourceNetworkStackResponse$;
2525
3129
  exports.CPU$ = CPU$;
3130
+ exports.CancelRecoveryPlanExecution$ = CancelRecoveryPlanExecution$;
3131
+ exports.CancelRecoveryPlanExecutionCommand = CancelRecoveryPlanExecutionCommand;
3132
+ exports.CancelRecoveryPlanExecutionRequest$ = CancelRecoveryPlanExecutionRequest$;
3133
+ exports.CancelRecoveryPlanExecutionResponse$ = CancelRecoveryPlanExecutionResponse$;
2526
3134
  exports.ConflictException = ConflictException;
2527
3135
  exports.ConflictException$ = ConflictException$;
2528
3136
  exports.ConversionProperties$ = ConversionProperties$;
@@ -2534,6 +3142,14 @@ exports.CreateLaunchConfigurationTemplate$ = CreateLaunchConfigurationTemplate$;
2534
3142
  exports.CreateLaunchConfigurationTemplateCommand = CreateLaunchConfigurationTemplateCommand;
2535
3143
  exports.CreateLaunchConfigurationTemplateRequest$ = CreateLaunchConfigurationTemplateRequest$;
2536
3144
  exports.CreateLaunchConfigurationTemplateResponse$ = CreateLaunchConfigurationTemplateResponse$;
3145
+ exports.CreateRecoveryPlan$ = CreateRecoveryPlan$;
3146
+ exports.CreateRecoveryPlanCommand = CreateRecoveryPlanCommand;
3147
+ exports.CreateRecoveryPlanRequest$ = CreateRecoveryPlanRequest$;
3148
+ exports.CreateRecoveryPlanResponse$ = CreateRecoveryPlanResponse$;
3149
+ exports.CreateRecoveryPlanStep$ = CreateRecoveryPlanStep$;
3150
+ exports.CreateRecoveryPlanStepCommand = CreateRecoveryPlanStepCommand;
3151
+ exports.CreateRecoveryPlanStepRequest$ = CreateRecoveryPlanStepRequest$;
3152
+ exports.CreateRecoveryPlanStepResponse$ = CreateRecoveryPlanStepResponse$;
2537
3153
  exports.CreateReplicationConfigurationTemplate$ = CreateReplicationConfigurationTemplate$;
2538
3154
  exports.CreateReplicationConfigurationTemplateCommand = CreateReplicationConfigurationTemplateCommand;
2539
3155
  exports.CreateReplicationConfigurationTemplateRequest$ = CreateReplicationConfigurationTemplateRequest$;
@@ -2565,6 +3181,18 @@ exports.DeleteLaunchConfigurationTemplateResponse$ = DeleteLaunchConfigurationTe
2565
3181
  exports.DeleteRecoveryInstance$ = DeleteRecoveryInstance$;
2566
3182
  exports.DeleteRecoveryInstanceCommand = DeleteRecoveryInstanceCommand;
2567
3183
  exports.DeleteRecoveryInstanceRequest$ = DeleteRecoveryInstanceRequest$;
3184
+ exports.DeleteRecoveryPlan$ = DeleteRecoveryPlan$;
3185
+ exports.DeleteRecoveryPlanCommand = DeleteRecoveryPlanCommand;
3186
+ exports.DeleteRecoveryPlanExecution$ = DeleteRecoveryPlanExecution$;
3187
+ exports.DeleteRecoveryPlanExecutionCommand = DeleteRecoveryPlanExecutionCommand;
3188
+ exports.DeleteRecoveryPlanExecutionRequest$ = DeleteRecoveryPlanExecutionRequest$;
3189
+ exports.DeleteRecoveryPlanExecutionResponse$ = DeleteRecoveryPlanExecutionResponse$;
3190
+ exports.DeleteRecoveryPlanRequest$ = DeleteRecoveryPlanRequest$;
3191
+ exports.DeleteRecoveryPlanResponse$ = DeleteRecoveryPlanResponse$;
3192
+ exports.DeleteRecoveryPlanStep$ = DeleteRecoveryPlanStep$;
3193
+ exports.DeleteRecoveryPlanStepCommand = DeleteRecoveryPlanStepCommand;
3194
+ exports.DeleteRecoveryPlanStepRequest$ = DeleteRecoveryPlanStepRequest$;
3195
+ exports.DeleteRecoveryPlanStepResponse$ = DeleteRecoveryPlanStepResponse$;
2568
3196
  exports.DeleteReplicationConfigurationTemplate$ = DeleteReplicationConfigurationTemplate$;
2569
3197
  exports.DeleteReplicationConfigurationTemplateCommand = DeleteReplicationConfigurationTemplateCommand;
2570
3198
  exports.DeleteReplicationConfigurationTemplateRequest$ = DeleteReplicationConfigurationTemplateRequest$;
@@ -2626,7 +3254,9 @@ exports.DrsClient = DrsClient;
2626
3254
  exports.DrsServiceException = DrsServiceException;
2627
3255
  exports.DrsServiceException$ = DrsServiceException$;
2628
3256
  exports.EC2InstanceState = EC2InstanceState;
3257
+ exports.ErrorDetail$ = ErrorDetail$;
2629
3258
  exports.EventResourceData$ = EventResourceData$;
3259
+ exports.ExecutionServerStepConfiguration$ = ExecutionServerStepConfiguration$;
2630
3260
  exports.ExportSourceNetworkCfnTemplate$ = ExportSourceNetworkCfnTemplate$;
2631
3261
  exports.ExportSourceNetworkCfnTemplateCommand = ExportSourceNetworkCfnTemplateCommand;
2632
3262
  exports.ExportSourceNetworkCfnTemplateRequest$ = ExportSourceNetworkCfnTemplateRequest$;
@@ -2642,6 +3272,22 @@ exports.GetFailbackReplicationConfigurationResponse$ = GetFailbackReplicationCon
2642
3272
  exports.GetLaunchConfiguration$ = GetLaunchConfiguration$;
2643
3273
  exports.GetLaunchConfigurationCommand = GetLaunchConfigurationCommand;
2644
3274
  exports.GetLaunchConfigurationRequest$ = GetLaunchConfigurationRequest$;
3275
+ exports.GetRecoveryPlan$ = GetRecoveryPlan$;
3276
+ exports.GetRecoveryPlanCommand = GetRecoveryPlanCommand;
3277
+ exports.GetRecoveryPlanExecution$ = GetRecoveryPlanExecution$;
3278
+ exports.GetRecoveryPlanExecutionCommand = GetRecoveryPlanExecutionCommand;
3279
+ exports.GetRecoveryPlanExecutionRequest$ = GetRecoveryPlanExecutionRequest$;
3280
+ exports.GetRecoveryPlanExecutionResponse$ = GetRecoveryPlanExecutionResponse$;
3281
+ exports.GetRecoveryPlanExecutionStep$ = GetRecoveryPlanExecutionStep$;
3282
+ exports.GetRecoveryPlanExecutionStepCommand = GetRecoveryPlanExecutionStepCommand;
3283
+ exports.GetRecoveryPlanExecutionStepRequest$ = GetRecoveryPlanExecutionStepRequest$;
3284
+ exports.GetRecoveryPlanExecutionStepResponse$ = GetRecoveryPlanExecutionStepResponse$;
3285
+ exports.GetRecoveryPlanRequest$ = GetRecoveryPlanRequest$;
3286
+ exports.GetRecoveryPlanResponse$ = GetRecoveryPlanResponse$;
3287
+ exports.GetRecoveryPlanStep$ = GetRecoveryPlanStep$;
3288
+ exports.GetRecoveryPlanStepCommand = GetRecoveryPlanStepCommand;
3289
+ exports.GetRecoveryPlanStepRequest$ = GetRecoveryPlanStepRequest$;
3290
+ exports.GetRecoveryPlanStepResponse$ = GetRecoveryPlanStepResponse$;
2645
3291
  exports.GetReplicationConfiguration$ = GetReplicationConfiguration$;
2646
3292
  exports.GetReplicationConfigurationCommand = GetReplicationConfigurationCommand;
2647
3293
  exports.GetReplicationConfigurationRequest$ = GetReplicationConfigurationRequest$;
@@ -2688,6 +3334,23 @@ exports.ListLaunchActions$ = ListLaunchActions$;
2688
3334
  exports.ListLaunchActionsCommand = ListLaunchActionsCommand;
2689
3335
  exports.ListLaunchActionsRequest$ = ListLaunchActionsRequest$;
2690
3336
  exports.ListLaunchActionsResponse$ = ListLaunchActionsResponse$;
3337
+ exports.ListRecoveryPlanExecutionSteps$ = ListRecoveryPlanExecutionSteps$;
3338
+ exports.ListRecoveryPlanExecutionStepsCommand = ListRecoveryPlanExecutionStepsCommand;
3339
+ exports.ListRecoveryPlanExecutionStepsFilter$ = ListRecoveryPlanExecutionStepsFilter$;
3340
+ exports.ListRecoveryPlanExecutionStepsRequest$ = ListRecoveryPlanExecutionStepsRequest$;
3341
+ exports.ListRecoveryPlanExecutionStepsResponse$ = ListRecoveryPlanExecutionStepsResponse$;
3342
+ exports.ListRecoveryPlanExecutions$ = ListRecoveryPlanExecutions$;
3343
+ exports.ListRecoveryPlanExecutionsCommand = ListRecoveryPlanExecutionsCommand;
3344
+ exports.ListRecoveryPlanExecutionsRequest$ = ListRecoveryPlanExecutionsRequest$;
3345
+ exports.ListRecoveryPlanExecutionsResponse$ = ListRecoveryPlanExecutionsResponse$;
3346
+ exports.ListRecoveryPlanSteps$ = ListRecoveryPlanSteps$;
3347
+ exports.ListRecoveryPlanStepsCommand = ListRecoveryPlanStepsCommand;
3348
+ exports.ListRecoveryPlanStepsRequest$ = ListRecoveryPlanStepsRequest$;
3349
+ exports.ListRecoveryPlanStepsResponse$ = ListRecoveryPlanStepsResponse$;
3350
+ exports.ListRecoveryPlans$ = ListRecoveryPlans$;
3351
+ exports.ListRecoveryPlansCommand = ListRecoveryPlansCommand;
3352
+ exports.ListRecoveryPlansRequest$ = ListRecoveryPlansRequest$;
3353
+ exports.ListRecoveryPlansResponse$ = ListRecoveryPlansResponse$;
2691
3354
  exports.ListStagingAccounts$ = ListStagingAccounts$;
2692
3355
  exports.ListStagingAccountsCommand = ListStagingAccountsCommand;
2693
3356
  exports.ListStagingAccountsRequest$ = ListStagingAccountsRequest$;
@@ -2724,9 +3387,30 @@ exports.RecoveryInstanceFailback$ = RecoveryInstanceFailback$;
2724
3387
  exports.RecoveryInstanceProperties$ = RecoveryInstanceProperties$;
2725
3388
  exports.RecoveryLifeCycle$ = RecoveryLifeCycle$;
2726
3389
  exports.RecoveryMode = RecoveryMode;
3390
+ exports.RecoveryPlan$ = RecoveryPlan$;
3391
+ exports.RecoveryPlanExecution$ = RecoveryPlanExecution$;
3392
+ exports.RecoveryPlanExecutionMode = RecoveryPlanExecutionMode;
3393
+ exports.RecoveryPlanExecutionServer$ = RecoveryPlanExecutionServer$;
3394
+ exports.RecoveryPlanExecutionSourceServer$ = RecoveryPlanExecutionSourceServer$;
3395
+ exports.RecoveryPlanExecutionStatus = RecoveryPlanExecutionStatus;
3396
+ exports.RecoveryPlanExecutionStep$ = RecoveryPlanExecutionStep$;
3397
+ exports.RecoveryPlanExecutionStepConfiguration$ = RecoveryPlanExecutionStepConfiguration$;
3398
+ exports.RecoveryPlanExecutionStepStatus = RecoveryPlanExecutionStepStatus;
3399
+ exports.RecoveryPlanExecutionStepSummary$ = RecoveryPlanExecutionStepSummary$;
3400
+ exports.RecoveryPlanExecutionSummary$ = RecoveryPlanExecutionSummary$;
3401
+ exports.RecoveryPlanServer$ = RecoveryPlanServer$;
3402
+ exports.RecoveryPlanServerImpactLevel = RecoveryPlanServerImpactLevel;
3403
+ exports.RecoveryPlanStatus = RecoveryPlanStatus;
3404
+ exports.RecoveryPlanStep$ = RecoveryPlanStep$;
3405
+ exports.RecoveryPlanStepConfiguration$ = RecoveryPlanStepConfiguration$;
3406
+ exports.RecoveryPlanSummary$ = RecoveryPlanSummary$;
2727
3407
  exports.RecoveryResult = RecoveryResult;
2728
3408
  exports.RecoverySnapshot$ = RecoverySnapshot$;
2729
3409
  exports.RecoverySnapshotsOrder = RecoverySnapshotsOrder;
3410
+ exports.ReorderRecoveryPlanSteps$ = ReorderRecoveryPlanSteps$;
3411
+ exports.ReorderRecoveryPlanStepsCommand = ReorderRecoveryPlanStepsCommand;
3412
+ exports.ReorderRecoveryPlanStepsRequest$ = ReorderRecoveryPlanStepsRequest$;
3413
+ exports.ReorderRecoveryPlanStepsResponse$ = ReorderRecoveryPlanStepsResponse$;
2730
3414
  exports.ReplicationConfiguration$ = ReplicationConfiguration$;
2731
3415
  exports.ReplicationConfigurationDataPlaneRouting = ReplicationConfigurationDataPlaneRouting;
2732
3416
  exports.ReplicationConfigurationDefaultLargeStagingDiskType = ReplicationConfigurationDefaultLargeStagingDiskType;
@@ -2741,10 +3425,15 @@ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2741
3425
  exports.RetryDataReplication$ = RetryDataReplication$;
2742
3426
  exports.RetryDataReplicationCommand = RetryDataReplicationCommand;
2743
3427
  exports.RetryDataReplicationRequest$ = RetryDataReplicationRequest$;
3428
+ exports.RetryRecoveryPlanExecutionStep$ = RetryRecoveryPlanExecutionStep$;
3429
+ exports.RetryRecoveryPlanExecutionStepCommand = RetryRecoveryPlanExecutionStepCommand;
3430
+ exports.RetryRecoveryPlanExecutionStepRequest$ = RetryRecoveryPlanExecutionStepRequest$;
3431
+ exports.RetryRecoveryPlanExecutionStepResponse$ = RetryRecoveryPlanExecutionStepResponse$;
2744
3432
  exports.ReverseReplication$ = ReverseReplication$;
2745
3433
  exports.ReverseReplicationCommand = ReverseReplicationCommand;
2746
3434
  exports.ReverseReplicationRequest$ = ReverseReplicationRequest$;
2747
3435
  exports.ReverseReplicationResponse$ = ReverseReplicationResponse$;
3436
+ exports.ServerStepConfiguration$ = ServerStepConfiguration$;
2748
3437
  exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2749
3438
  exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2750
3439
  exports.SourceCloudProperties$ = SourceCloudProperties$;
@@ -2760,6 +3449,10 @@ exports.StartFailbackLaunchRequest$ = StartFailbackLaunchRequest$;
2760
3449
  exports.StartFailbackLaunchResponse$ = StartFailbackLaunchResponse$;
2761
3450
  exports.StartRecovery$ = StartRecovery$;
2762
3451
  exports.StartRecoveryCommand = StartRecoveryCommand;
3452
+ exports.StartRecoveryPlanExecution$ = StartRecoveryPlanExecution$;
3453
+ exports.StartRecoveryPlanExecutionCommand = StartRecoveryPlanExecutionCommand;
3454
+ exports.StartRecoveryPlanExecutionRequest$ = StartRecoveryPlanExecutionRequest$;
3455
+ exports.StartRecoveryPlanExecutionResponse$ = StartRecoveryPlanExecutionResponse$;
2763
3456
  exports.StartRecoveryRequest$ = StartRecoveryRequest$;
2764
3457
  exports.StartRecoveryRequestSourceServer$ = StartRecoveryRequestSourceServer$;
2765
3458
  exports.StartRecoveryResponse$ = StartRecoveryResponse$;
@@ -2812,6 +3505,18 @@ exports.UpdateLaunchConfigurationTemplate$ = UpdateLaunchConfigurationTemplate$;
2812
3505
  exports.UpdateLaunchConfigurationTemplateCommand = UpdateLaunchConfigurationTemplateCommand;
2813
3506
  exports.UpdateLaunchConfigurationTemplateRequest$ = UpdateLaunchConfigurationTemplateRequest$;
2814
3507
  exports.UpdateLaunchConfigurationTemplateResponse$ = UpdateLaunchConfigurationTemplateResponse$;
3508
+ exports.UpdateRecoveryPlan$ = UpdateRecoveryPlan$;
3509
+ exports.UpdateRecoveryPlanCommand = UpdateRecoveryPlanCommand;
3510
+ exports.UpdateRecoveryPlanExecutionStep$ = UpdateRecoveryPlanExecutionStep$;
3511
+ exports.UpdateRecoveryPlanExecutionStepCommand = UpdateRecoveryPlanExecutionStepCommand;
3512
+ exports.UpdateRecoveryPlanExecutionStepRequest$ = UpdateRecoveryPlanExecutionStepRequest$;
3513
+ exports.UpdateRecoveryPlanExecutionStepResponse$ = UpdateRecoveryPlanExecutionStepResponse$;
3514
+ exports.UpdateRecoveryPlanRequest$ = UpdateRecoveryPlanRequest$;
3515
+ exports.UpdateRecoveryPlanResponse$ = UpdateRecoveryPlanResponse$;
3516
+ exports.UpdateRecoveryPlanStep$ = UpdateRecoveryPlanStep$;
3517
+ exports.UpdateRecoveryPlanStepCommand = UpdateRecoveryPlanStepCommand;
3518
+ exports.UpdateRecoveryPlanStepRequest$ = UpdateRecoveryPlanStepRequest$;
3519
+ exports.UpdateRecoveryPlanStepResponse$ = UpdateRecoveryPlanStepResponse$;
2815
3520
  exports.UpdateReplicationConfiguration$ = UpdateReplicationConfiguration$;
2816
3521
  exports.UpdateReplicationConfigurationCommand = UpdateReplicationConfigurationCommand;
2817
3522
  exports.UpdateReplicationConfigurationRequest$ = UpdateReplicationConfigurationRequest$;
@@ -2823,6 +3528,7 @@ exports.ValidationException$ = ValidationException$;
2823
3528
  exports.ValidationExceptionField$ = ValidationExceptionField$;
2824
3529
  exports.ValidationExceptionReason = ValidationExceptionReason;
2825
3530
  exports.VolumeStatus = VolumeStatus;
3531
+ exports.WaitStepConfiguration$ = WaitStepConfiguration$;
2826
3532
  exports.errorTypeRegistries = errorTypeRegistries;
2827
3533
  exports.paginateDescribeJobLogItems = paginateDescribeJobLogItems;
2828
3534
  exports.paginateDescribeJobs = paginateDescribeJobs;
@@ -2834,4 +3540,8 @@ exports.paginateDescribeSourceNetworks = paginateDescribeSourceNetworks;
2834
3540
  exports.paginateDescribeSourceServers = paginateDescribeSourceServers;
2835
3541
  exports.paginateListExtensibleSourceServers = paginateListExtensibleSourceServers;
2836
3542
  exports.paginateListLaunchActions = paginateListLaunchActions;
3543
+ exports.paginateListRecoveryPlanExecutionSteps = paginateListRecoveryPlanExecutionSteps;
3544
+ exports.paginateListRecoveryPlanExecutions = paginateListRecoveryPlanExecutions;
3545
+ exports.paginateListRecoveryPlanSteps = paginateListRecoveryPlanSteps;
3546
+ exports.paginateListRecoveryPlans = paginateListRecoveryPlans;
2837
3547
  exports.paginateListStagingAccounts = paginateListStagingAccounts;