@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
@@ -7,6 +7,10 @@ import {
7
7
  AssociateSourceNetworkStackCommandInput,
8
8
  AssociateSourceNetworkStackCommandOutput,
9
9
  } from "./commands/AssociateSourceNetworkStackCommand";
10
+ import {
11
+ CancelRecoveryPlanExecutionCommandInput,
12
+ CancelRecoveryPlanExecutionCommandOutput,
13
+ } from "./commands/CancelRecoveryPlanExecutionCommand";
10
14
  import {
11
15
  CreateExtendedSourceServerCommandInput,
12
16
  CreateExtendedSourceServerCommandOutput,
@@ -15,6 +19,14 @@ import {
15
19
  CreateLaunchConfigurationTemplateCommandInput,
16
20
  CreateLaunchConfigurationTemplateCommandOutput,
17
21
  } from "./commands/CreateLaunchConfigurationTemplateCommand";
22
+ import {
23
+ CreateRecoveryPlanCommandInput,
24
+ CreateRecoveryPlanCommandOutput,
25
+ } from "./commands/CreateRecoveryPlanCommand";
26
+ import {
27
+ CreateRecoveryPlanStepCommandInput,
28
+ CreateRecoveryPlanStepCommandOutput,
29
+ } from "./commands/CreateRecoveryPlanStepCommand";
18
30
  import {
19
31
  CreateReplicationConfigurationTemplateCommandInput,
20
32
  CreateReplicationConfigurationTemplateCommandOutput,
@@ -36,6 +48,18 @@ import {
36
48
  DeleteRecoveryInstanceCommandInput,
37
49
  DeleteRecoveryInstanceCommandOutput,
38
50
  } from "./commands/DeleteRecoveryInstanceCommand";
51
+ import {
52
+ DeleteRecoveryPlanCommandInput,
53
+ DeleteRecoveryPlanCommandOutput,
54
+ } from "./commands/DeleteRecoveryPlanCommand";
55
+ import {
56
+ DeleteRecoveryPlanExecutionCommandInput,
57
+ DeleteRecoveryPlanExecutionCommandOutput,
58
+ } from "./commands/DeleteRecoveryPlanExecutionCommand";
59
+ import {
60
+ DeleteRecoveryPlanStepCommandInput,
61
+ DeleteRecoveryPlanStepCommandOutput,
62
+ } from "./commands/DeleteRecoveryPlanStepCommand";
39
63
  import {
40
64
  DeleteReplicationConfigurationTemplateCommandInput,
41
65
  DeleteReplicationConfigurationTemplateCommandOutput,
@@ -100,6 +124,22 @@ import {
100
124
  GetLaunchConfigurationCommandInput,
101
125
  GetLaunchConfigurationCommandOutput,
102
126
  } from "./commands/GetLaunchConfigurationCommand";
127
+ import {
128
+ GetRecoveryPlanCommandInput,
129
+ GetRecoveryPlanCommandOutput,
130
+ } from "./commands/GetRecoveryPlanCommand";
131
+ import {
132
+ GetRecoveryPlanExecutionCommandInput,
133
+ GetRecoveryPlanExecutionCommandOutput,
134
+ } from "./commands/GetRecoveryPlanExecutionCommand";
135
+ import {
136
+ GetRecoveryPlanExecutionStepCommandInput,
137
+ GetRecoveryPlanExecutionStepCommandOutput,
138
+ } from "./commands/GetRecoveryPlanExecutionStepCommand";
139
+ import {
140
+ GetRecoveryPlanStepCommandInput,
141
+ GetRecoveryPlanStepCommandOutput,
142
+ } from "./commands/GetRecoveryPlanStepCommand";
103
143
  import {
104
144
  GetReplicationConfigurationCommandInput,
105
145
  GetReplicationConfigurationCommandOutput,
@@ -116,6 +156,22 @@ import {
116
156
  ListLaunchActionsCommandInput,
117
157
  ListLaunchActionsCommandOutput,
118
158
  } from "./commands/ListLaunchActionsCommand";
159
+ import {
160
+ ListRecoveryPlanExecutionsCommandInput,
161
+ ListRecoveryPlanExecutionsCommandOutput,
162
+ } from "./commands/ListRecoveryPlanExecutionsCommand";
163
+ import {
164
+ ListRecoveryPlanExecutionStepsCommandInput,
165
+ ListRecoveryPlanExecutionStepsCommandOutput,
166
+ } from "./commands/ListRecoveryPlanExecutionStepsCommand";
167
+ import {
168
+ ListRecoveryPlansCommandInput,
169
+ ListRecoveryPlansCommandOutput,
170
+ } from "./commands/ListRecoveryPlansCommand";
171
+ import {
172
+ ListRecoveryPlanStepsCommandInput,
173
+ ListRecoveryPlanStepsCommandOutput,
174
+ } from "./commands/ListRecoveryPlanStepsCommand";
119
175
  import {
120
176
  ListStagingAccountsCommandInput,
121
177
  ListStagingAccountsCommandOutput,
@@ -128,10 +184,18 @@ import {
128
184
  PutLaunchActionCommandInput,
129
185
  PutLaunchActionCommandOutput,
130
186
  } from "./commands/PutLaunchActionCommand";
187
+ import {
188
+ ReorderRecoveryPlanStepsCommandInput,
189
+ ReorderRecoveryPlanStepsCommandOutput,
190
+ } from "./commands/ReorderRecoveryPlanStepsCommand";
131
191
  import {
132
192
  RetryDataReplicationCommandInput,
133
193
  RetryDataReplicationCommandOutput,
134
194
  } from "./commands/RetryDataReplicationCommand";
195
+ import {
196
+ RetryRecoveryPlanExecutionStepCommandInput,
197
+ RetryRecoveryPlanExecutionStepCommandOutput,
198
+ } from "./commands/RetryRecoveryPlanExecutionStepCommand";
135
199
  import {
136
200
  ReverseReplicationCommandInput,
137
201
  ReverseReplicationCommandOutput,
@@ -144,6 +208,10 @@ import {
144
208
  StartRecoveryCommandInput,
145
209
  StartRecoveryCommandOutput,
146
210
  } from "./commands/StartRecoveryCommand";
211
+ import {
212
+ StartRecoveryPlanExecutionCommandInput,
213
+ StartRecoveryPlanExecutionCommandOutput,
214
+ } from "./commands/StartRecoveryPlanExecutionCommand";
147
215
  import {
148
216
  StartReplicationCommandInput,
149
217
  StartReplicationCommandOutput,
@@ -189,6 +257,18 @@ import {
189
257
  UpdateLaunchConfigurationTemplateCommandInput,
190
258
  UpdateLaunchConfigurationTemplateCommandOutput,
191
259
  } from "./commands/UpdateLaunchConfigurationTemplateCommand";
260
+ import {
261
+ UpdateRecoveryPlanCommandInput,
262
+ UpdateRecoveryPlanCommandOutput,
263
+ } from "./commands/UpdateRecoveryPlanCommand";
264
+ import {
265
+ UpdateRecoveryPlanExecutionStepCommandInput,
266
+ UpdateRecoveryPlanExecutionStepCommandOutput,
267
+ } from "./commands/UpdateRecoveryPlanExecutionStepCommand";
268
+ import {
269
+ UpdateRecoveryPlanStepCommandInput,
270
+ UpdateRecoveryPlanStepCommandOutput,
271
+ } from "./commands/UpdateRecoveryPlanStepCommand";
192
272
  import {
193
273
  UpdateReplicationConfigurationCommandInput,
194
274
  UpdateReplicationConfigurationCommandOutput,
@@ -212,6 +292,19 @@ export interface Drs {
212
292
  options: __HttpHandlerOptions,
213
293
  cb: (err: any, data?: AssociateSourceNetworkStackCommandOutput) => void,
214
294
  ): void;
295
+ cancelRecoveryPlanExecution(
296
+ args: CancelRecoveryPlanExecutionCommandInput,
297
+ options?: __HttpHandlerOptions,
298
+ ): Promise<CancelRecoveryPlanExecutionCommandOutput>;
299
+ cancelRecoveryPlanExecution(
300
+ args: CancelRecoveryPlanExecutionCommandInput,
301
+ cb: (err: any, data?: CancelRecoveryPlanExecutionCommandOutput) => void,
302
+ ): void;
303
+ cancelRecoveryPlanExecution(
304
+ args: CancelRecoveryPlanExecutionCommandInput,
305
+ options: __HttpHandlerOptions,
306
+ cb: (err: any, data?: CancelRecoveryPlanExecutionCommandOutput) => void,
307
+ ): void;
215
308
  createExtendedSourceServer(
216
309
  args: CreateExtendedSourceServerCommandInput,
217
310
  options?: __HttpHandlerOptions,
@@ -239,6 +332,32 @@ export interface Drs {
239
332
  options: __HttpHandlerOptions,
240
333
  cb: (err: any, data?: CreateLaunchConfigurationTemplateCommandOutput) => void,
241
334
  ): void;
335
+ createRecoveryPlan(
336
+ args: CreateRecoveryPlanCommandInput,
337
+ options?: __HttpHandlerOptions,
338
+ ): Promise<CreateRecoveryPlanCommandOutput>;
339
+ createRecoveryPlan(
340
+ args: CreateRecoveryPlanCommandInput,
341
+ cb: (err: any, data?: CreateRecoveryPlanCommandOutput) => void,
342
+ ): void;
343
+ createRecoveryPlan(
344
+ args: CreateRecoveryPlanCommandInput,
345
+ options: __HttpHandlerOptions,
346
+ cb: (err: any, data?: CreateRecoveryPlanCommandOutput) => void,
347
+ ): void;
348
+ createRecoveryPlanStep(
349
+ args: CreateRecoveryPlanStepCommandInput,
350
+ options?: __HttpHandlerOptions,
351
+ ): Promise<CreateRecoveryPlanStepCommandOutput>;
352
+ createRecoveryPlanStep(
353
+ args: CreateRecoveryPlanStepCommandInput,
354
+ cb: (err: any, data?: CreateRecoveryPlanStepCommandOutput) => void,
355
+ ): void;
356
+ createRecoveryPlanStep(
357
+ args: CreateRecoveryPlanStepCommandInput,
358
+ options: __HttpHandlerOptions,
359
+ cb: (err: any, data?: CreateRecoveryPlanStepCommandOutput) => void,
360
+ ): void;
242
361
  createReplicationConfigurationTemplate(
243
362
  args: CreateReplicationConfigurationTemplateCommandInput,
244
363
  options?: __HttpHandlerOptions,
@@ -317,6 +436,45 @@ export interface Drs {
317
436
  options: __HttpHandlerOptions,
318
437
  cb: (err: any, data?: DeleteRecoveryInstanceCommandOutput) => void,
319
438
  ): void;
439
+ deleteRecoveryPlan(
440
+ args: DeleteRecoveryPlanCommandInput,
441
+ options?: __HttpHandlerOptions,
442
+ ): Promise<DeleteRecoveryPlanCommandOutput>;
443
+ deleteRecoveryPlan(
444
+ args: DeleteRecoveryPlanCommandInput,
445
+ cb: (err: any, data?: DeleteRecoveryPlanCommandOutput) => void,
446
+ ): void;
447
+ deleteRecoveryPlan(
448
+ args: DeleteRecoveryPlanCommandInput,
449
+ options: __HttpHandlerOptions,
450
+ cb: (err: any, data?: DeleteRecoveryPlanCommandOutput) => void,
451
+ ): void;
452
+ deleteRecoveryPlanExecution(
453
+ args: DeleteRecoveryPlanExecutionCommandInput,
454
+ options?: __HttpHandlerOptions,
455
+ ): Promise<DeleteRecoveryPlanExecutionCommandOutput>;
456
+ deleteRecoveryPlanExecution(
457
+ args: DeleteRecoveryPlanExecutionCommandInput,
458
+ cb: (err: any, data?: DeleteRecoveryPlanExecutionCommandOutput) => void,
459
+ ): void;
460
+ deleteRecoveryPlanExecution(
461
+ args: DeleteRecoveryPlanExecutionCommandInput,
462
+ options: __HttpHandlerOptions,
463
+ cb: (err: any, data?: DeleteRecoveryPlanExecutionCommandOutput) => void,
464
+ ): void;
465
+ deleteRecoveryPlanStep(
466
+ args: DeleteRecoveryPlanStepCommandInput,
467
+ options?: __HttpHandlerOptions,
468
+ ): Promise<DeleteRecoveryPlanStepCommandOutput>;
469
+ deleteRecoveryPlanStep(
470
+ args: DeleteRecoveryPlanStepCommandInput,
471
+ cb: (err: any, data?: DeleteRecoveryPlanStepCommandOutput) => void,
472
+ ): void;
473
+ deleteRecoveryPlanStep(
474
+ args: DeleteRecoveryPlanStepCommandInput,
475
+ options: __HttpHandlerOptions,
476
+ cb: (err: any, data?: DeleteRecoveryPlanStepCommandOutput) => void,
477
+ ): void;
320
478
  deleteReplicationConfigurationTemplate(
321
479
  args: DeleteReplicationConfigurationTemplateCommandInput,
322
480
  options?: __HttpHandlerOptions,
@@ -531,6 +689,58 @@ export interface Drs {
531
689
  options: __HttpHandlerOptions,
532
690
  cb: (err: any, data?: GetLaunchConfigurationCommandOutput) => void,
533
691
  ): void;
692
+ getRecoveryPlan(
693
+ args: GetRecoveryPlanCommandInput,
694
+ options?: __HttpHandlerOptions,
695
+ ): Promise<GetRecoveryPlanCommandOutput>;
696
+ getRecoveryPlan(
697
+ args: GetRecoveryPlanCommandInput,
698
+ cb: (err: any, data?: GetRecoveryPlanCommandOutput) => void,
699
+ ): void;
700
+ getRecoveryPlan(
701
+ args: GetRecoveryPlanCommandInput,
702
+ options: __HttpHandlerOptions,
703
+ cb: (err: any, data?: GetRecoveryPlanCommandOutput) => void,
704
+ ): void;
705
+ getRecoveryPlanExecution(
706
+ args: GetRecoveryPlanExecutionCommandInput,
707
+ options?: __HttpHandlerOptions,
708
+ ): Promise<GetRecoveryPlanExecutionCommandOutput>;
709
+ getRecoveryPlanExecution(
710
+ args: GetRecoveryPlanExecutionCommandInput,
711
+ cb: (err: any, data?: GetRecoveryPlanExecutionCommandOutput) => void,
712
+ ): void;
713
+ getRecoveryPlanExecution(
714
+ args: GetRecoveryPlanExecutionCommandInput,
715
+ options: __HttpHandlerOptions,
716
+ cb: (err: any, data?: GetRecoveryPlanExecutionCommandOutput) => void,
717
+ ): void;
718
+ getRecoveryPlanExecutionStep(
719
+ args: GetRecoveryPlanExecutionStepCommandInput,
720
+ options?: __HttpHandlerOptions,
721
+ ): Promise<GetRecoveryPlanExecutionStepCommandOutput>;
722
+ getRecoveryPlanExecutionStep(
723
+ args: GetRecoveryPlanExecutionStepCommandInput,
724
+ cb: (err: any, data?: GetRecoveryPlanExecutionStepCommandOutput) => void,
725
+ ): void;
726
+ getRecoveryPlanExecutionStep(
727
+ args: GetRecoveryPlanExecutionStepCommandInput,
728
+ options: __HttpHandlerOptions,
729
+ cb: (err: any, data?: GetRecoveryPlanExecutionStepCommandOutput) => void,
730
+ ): void;
731
+ getRecoveryPlanStep(
732
+ args: GetRecoveryPlanStepCommandInput,
733
+ options?: __HttpHandlerOptions,
734
+ ): Promise<GetRecoveryPlanStepCommandOutput>;
735
+ getRecoveryPlanStep(
736
+ args: GetRecoveryPlanStepCommandInput,
737
+ cb: (err: any, data?: GetRecoveryPlanStepCommandOutput) => void,
738
+ ): void;
739
+ getRecoveryPlanStep(
740
+ args: GetRecoveryPlanStepCommandInput,
741
+ options: __HttpHandlerOptions,
742
+ cb: (err: any, data?: GetRecoveryPlanStepCommandOutput) => void,
743
+ ): void;
534
744
  getReplicationConfiguration(
535
745
  args: GetReplicationConfigurationCommandInput,
536
746
  options?: __HttpHandlerOptions,
@@ -584,6 +794,60 @@ export interface Drs {
584
794
  options: __HttpHandlerOptions,
585
795
  cb: (err: any, data?: ListLaunchActionsCommandOutput) => void,
586
796
  ): void;
797
+ listRecoveryPlanExecutions(): Promise<ListRecoveryPlanExecutionsCommandOutput>;
798
+ listRecoveryPlanExecutions(
799
+ args: ListRecoveryPlanExecutionsCommandInput,
800
+ options?: __HttpHandlerOptions,
801
+ ): Promise<ListRecoveryPlanExecutionsCommandOutput>;
802
+ listRecoveryPlanExecutions(
803
+ args: ListRecoveryPlanExecutionsCommandInput,
804
+ cb: (err: any, data?: ListRecoveryPlanExecutionsCommandOutput) => void,
805
+ ): void;
806
+ listRecoveryPlanExecutions(
807
+ args: ListRecoveryPlanExecutionsCommandInput,
808
+ options: __HttpHandlerOptions,
809
+ cb: (err: any, data?: ListRecoveryPlanExecutionsCommandOutput) => void,
810
+ ): void;
811
+ listRecoveryPlanExecutionSteps(
812
+ args: ListRecoveryPlanExecutionStepsCommandInput,
813
+ options?: __HttpHandlerOptions,
814
+ ): Promise<ListRecoveryPlanExecutionStepsCommandOutput>;
815
+ listRecoveryPlanExecutionSteps(
816
+ args: ListRecoveryPlanExecutionStepsCommandInput,
817
+ cb: (err: any, data?: ListRecoveryPlanExecutionStepsCommandOutput) => void,
818
+ ): void;
819
+ listRecoveryPlanExecutionSteps(
820
+ args: ListRecoveryPlanExecutionStepsCommandInput,
821
+ options: __HttpHandlerOptions,
822
+ cb: (err: any, data?: ListRecoveryPlanExecutionStepsCommandOutput) => void,
823
+ ): void;
824
+ listRecoveryPlans(): Promise<ListRecoveryPlansCommandOutput>;
825
+ listRecoveryPlans(
826
+ args: ListRecoveryPlansCommandInput,
827
+ options?: __HttpHandlerOptions,
828
+ ): Promise<ListRecoveryPlansCommandOutput>;
829
+ listRecoveryPlans(
830
+ args: ListRecoveryPlansCommandInput,
831
+ cb: (err: any, data?: ListRecoveryPlansCommandOutput) => void,
832
+ ): void;
833
+ listRecoveryPlans(
834
+ args: ListRecoveryPlansCommandInput,
835
+ options: __HttpHandlerOptions,
836
+ cb: (err: any, data?: ListRecoveryPlansCommandOutput) => void,
837
+ ): void;
838
+ listRecoveryPlanSteps(
839
+ args: ListRecoveryPlanStepsCommandInput,
840
+ options?: __HttpHandlerOptions,
841
+ ): Promise<ListRecoveryPlanStepsCommandOutput>;
842
+ listRecoveryPlanSteps(
843
+ args: ListRecoveryPlanStepsCommandInput,
844
+ cb: (err: any, data?: ListRecoveryPlanStepsCommandOutput) => void,
845
+ ): void;
846
+ listRecoveryPlanSteps(
847
+ args: ListRecoveryPlanStepsCommandInput,
848
+ options: __HttpHandlerOptions,
849
+ cb: (err: any, data?: ListRecoveryPlanStepsCommandOutput) => void,
850
+ ): void;
587
851
  listStagingAccounts(): Promise<ListStagingAccountsCommandOutput>;
588
852
  listStagingAccounts(
589
853
  args: ListStagingAccountsCommandInput,
@@ -624,6 +888,19 @@ export interface Drs {
624
888
  options: __HttpHandlerOptions,
625
889
  cb: (err: any, data?: PutLaunchActionCommandOutput) => void,
626
890
  ): void;
891
+ reorderRecoveryPlanSteps(
892
+ args: ReorderRecoveryPlanStepsCommandInput,
893
+ options?: __HttpHandlerOptions,
894
+ ): Promise<ReorderRecoveryPlanStepsCommandOutput>;
895
+ reorderRecoveryPlanSteps(
896
+ args: ReorderRecoveryPlanStepsCommandInput,
897
+ cb: (err: any, data?: ReorderRecoveryPlanStepsCommandOutput) => void,
898
+ ): void;
899
+ reorderRecoveryPlanSteps(
900
+ args: ReorderRecoveryPlanStepsCommandInput,
901
+ options: __HttpHandlerOptions,
902
+ cb: (err: any, data?: ReorderRecoveryPlanStepsCommandOutput) => void,
903
+ ): void;
627
904
  retryDataReplication(
628
905
  args: RetryDataReplicationCommandInput,
629
906
  options?: __HttpHandlerOptions,
@@ -637,6 +914,19 @@ export interface Drs {
637
914
  options: __HttpHandlerOptions,
638
915
  cb: (err: any, data?: RetryDataReplicationCommandOutput) => void,
639
916
  ): void;
917
+ retryRecoveryPlanExecutionStep(
918
+ args: RetryRecoveryPlanExecutionStepCommandInput,
919
+ options?: __HttpHandlerOptions,
920
+ ): Promise<RetryRecoveryPlanExecutionStepCommandOutput>;
921
+ retryRecoveryPlanExecutionStep(
922
+ args: RetryRecoveryPlanExecutionStepCommandInput,
923
+ cb: (err: any, data?: RetryRecoveryPlanExecutionStepCommandOutput) => void,
924
+ ): void;
925
+ retryRecoveryPlanExecutionStep(
926
+ args: RetryRecoveryPlanExecutionStepCommandInput,
927
+ options: __HttpHandlerOptions,
928
+ cb: (err: any, data?: RetryRecoveryPlanExecutionStepCommandOutput) => void,
929
+ ): void;
640
930
  reverseReplication(
641
931
  args: ReverseReplicationCommandInput,
642
932
  options?: __HttpHandlerOptions,
@@ -676,6 +966,19 @@ export interface Drs {
676
966
  options: __HttpHandlerOptions,
677
967
  cb: (err: any, data?: StartRecoveryCommandOutput) => void,
678
968
  ): void;
969
+ startRecoveryPlanExecution(
970
+ args: StartRecoveryPlanExecutionCommandInput,
971
+ options?: __HttpHandlerOptions,
972
+ ): Promise<StartRecoveryPlanExecutionCommandOutput>;
973
+ startRecoveryPlanExecution(
974
+ args: StartRecoveryPlanExecutionCommandInput,
975
+ cb: (err: any, data?: StartRecoveryPlanExecutionCommandOutput) => void,
976
+ ): void;
977
+ startRecoveryPlanExecution(
978
+ args: StartRecoveryPlanExecutionCommandInput,
979
+ options: __HttpHandlerOptions,
980
+ cb: (err: any, data?: StartRecoveryPlanExecutionCommandOutput) => void,
981
+ ): void;
679
982
  startReplication(
680
983
  args: StartReplicationCommandInput,
681
984
  options?: __HttpHandlerOptions,
@@ -832,6 +1135,45 @@ export interface Drs {
832
1135
  options: __HttpHandlerOptions,
833
1136
  cb: (err: any, data?: UpdateLaunchConfigurationTemplateCommandOutput) => void,
834
1137
  ): void;
1138
+ updateRecoveryPlan(
1139
+ args: UpdateRecoveryPlanCommandInput,
1140
+ options?: __HttpHandlerOptions,
1141
+ ): Promise<UpdateRecoveryPlanCommandOutput>;
1142
+ updateRecoveryPlan(
1143
+ args: UpdateRecoveryPlanCommandInput,
1144
+ cb: (err: any, data?: UpdateRecoveryPlanCommandOutput) => void,
1145
+ ): void;
1146
+ updateRecoveryPlan(
1147
+ args: UpdateRecoveryPlanCommandInput,
1148
+ options: __HttpHandlerOptions,
1149
+ cb: (err: any, data?: UpdateRecoveryPlanCommandOutput) => void,
1150
+ ): void;
1151
+ updateRecoveryPlanExecutionStep(
1152
+ args: UpdateRecoveryPlanExecutionStepCommandInput,
1153
+ options?: __HttpHandlerOptions,
1154
+ ): Promise<UpdateRecoveryPlanExecutionStepCommandOutput>;
1155
+ updateRecoveryPlanExecutionStep(
1156
+ args: UpdateRecoveryPlanExecutionStepCommandInput,
1157
+ cb: (err: any, data?: UpdateRecoveryPlanExecutionStepCommandOutput) => void,
1158
+ ): void;
1159
+ updateRecoveryPlanExecutionStep(
1160
+ args: UpdateRecoveryPlanExecutionStepCommandInput,
1161
+ options: __HttpHandlerOptions,
1162
+ cb: (err: any, data?: UpdateRecoveryPlanExecutionStepCommandOutput) => void,
1163
+ ): void;
1164
+ updateRecoveryPlanStep(
1165
+ args: UpdateRecoveryPlanStepCommandInput,
1166
+ options?: __HttpHandlerOptions,
1167
+ ): Promise<UpdateRecoveryPlanStepCommandOutput>;
1168
+ updateRecoveryPlanStep(
1169
+ args: UpdateRecoveryPlanStepCommandInput,
1170
+ cb: (err: any, data?: UpdateRecoveryPlanStepCommandOutput) => void,
1171
+ ): void;
1172
+ updateRecoveryPlanStep(
1173
+ args: UpdateRecoveryPlanStepCommandInput,
1174
+ options: __HttpHandlerOptions,
1175
+ cb: (err: any, data?: UpdateRecoveryPlanStepCommandOutput) => void,
1176
+ ): void;
835
1177
  updateReplicationConfiguration(
836
1178
  args: UpdateReplicationConfigurationCommandInput,
837
1179
  options?: __HttpHandlerOptions,
@@ -928,6 +1270,34 @@ export interface Drs {
928
1270
  Exclude<keyof PaginationConfiguration, "client">
929
1271
  >,
930
1272
  ): Paginator<ListLaunchActionsCommandOutput>;
1273
+ paginateListRecoveryPlanExecutions(
1274
+ args?: ListRecoveryPlanExecutionsCommandInput,
1275
+ paginationConfig?: Pick<
1276
+ PaginationConfiguration,
1277
+ Exclude<keyof PaginationConfiguration, "client">
1278
+ >,
1279
+ ): Paginator<ListRecoveryPlanExecutionsCommandOutput>;
1280
+ paginateListRecoveryPlanExecutionSteps(
1281
+ args: ListRecoveryPlanExecutionStepsCommandInput,
1282
+ paginationConfig?: Pick<
1283
+ PaginationConfiguration,
1284
+ Exclude<keyof PaginationConfiguration, "client">
1285
+ >,
1286
+ ): Paginator<ListRecoveryPlanExecutionStepsCommandOutput>;
1287
+ paginateListRecoveryPlans(
1288
+ args?: ListRecoveryPlansCommandInput,
1289
+ paginationConfig?: Pick<
1290
+ PaginationConfiguration,
1291
+ Exclude<keyof PaginationConfiguration, "client">
1292
+ >,
1293
+ ): Paginator<ListRecoveryPlansCommandOutput>;
1294
+ paginateListRecoveryPlanSteps(
1295
+ args: ListRecoveryPlanStepsCommandInput,
1296
+ paginationConfig?: Pick<
1297
+ PaginationConfiguration,
1298
+ Exclude<keyof PaginationConfiguration, "client">
1299
+ >,
1300
+ ): Paginator<ListRecoveryPlanStepsCommandOutput>;
931
1301
  paginateListStagingAccounts(
932
1302
  args?: ListStagingAccountsCommandInput,
933
1303
  paginationConfig?: Pick<