@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
@@ -1,13 +1,19 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
2
  import { type AssociateSourceNetworkStackCommandInput, type AssociateSourceNetworkStackCommandOutput } from "./commands/AssociateSourceNetworkStackCommand";
3
+ import { type CancelRecoveryPlanExecutionCommandInput, type CancelRecoveryPlanExecutionCommandOutput } from "./commands/CancelRecoveryPlanExecutionCommand";
3
4
  import { type CreateExtendedSourceServerCommandInput, type CreateExtendedSourceServerCommandOutput } from "./commands/CreateExtendedSourceServerCommand";
4
5
  import { type CreateLaunchConfigurationTemplateCommandInput, type CreateLaunchConfigurationTemplateCommandOutput } from "./commands/CreateLaunchConfigurationTemplateCommand";
6
+ import { type CreateRecoveryPlanCommandInput, type CreateRecoveryPlanCommandOutput } from "./commands/CreateRecoveryPlanCommand";
7
+ import { type CreateRecoveryPlanStepCommandInput, type CreateRecoveryPlanStepCommandOutput } from "./commands/CreateRecoveryPlanStepCommand";
5
8
  import { type CreateReplicationConfigurationTemplateCommandInput, type CreateReplicationConfigurationTemplateCommandOutput } from "./commands/CreateReplicationConfigurationTemplateCommand";
6
9
  import { type CreateSourceNetworkCommandInput, type CreateSourceNetworkCommandOutput } from "./commands/CreateSourceNetworkCommand";
7
10
  import { type DeleteJobCommandInput, type DeleteJobCommandOutput } from "./commands/DeleteJobCommand";
8
11
  import { type DeleteLaunchActionCommandInput, type DeleteLaunchActionCommandOutput } from "./commands/DeleteLaunchActionCommand";
9
12
  import { type DeleteLaunchConfigurationTemplateCommandInput, type DeleteLaunchConfigurationTemplateCommandOutput } from "./commands/DeleteLaunchConfigurationTemplateCommand";
10
13
  import { type DeleteRecoveryInstanceCommandInput, type DeleteRecoveryInstanceCommandOutput } from "./commands/DeleteRecoveryInstanceCommand";
14
+ import { type DeleteRecoveryPlanCommandInput, type DeleteRecoveryPlanCommandOutput } from "./commands/DeleteRecoveryPlanCommand";
15
+ import { type DeleteRecoveryPlanExecutionCommandInput, type DeleteRecoveryPlanExecutionCommandOutput } from "./commands/DeleteRecoveryPlanExecutionCommand";
16
+ import { type DeleteRecoveryPlanStepCommandInput, type DeleteRecoveryPlanStepCommandOutput } from "./commands/DeleteRecoveryPlanStepCommand";
11
17
  import { type DeleteReplicationConfigurationTemplateCommandInput, type DeleteReplicationConfigurationTemplateCommandOutput } from "./commands/DeleteReplicationConfigurationTemplateCommand";
12
18
  import { type DeleteSourceNetworkCommandInput, type DeleteSourceNetworkCommandOutput } from "./commands/DeleteSourceNetworkCommand";
13
19
  import { type DeleteSourceServerCommandInput, type DeleteSourceServerCommandOutput } from "./commands/DeleteSourceServerCommand";
@@ -24,17 +30,28 @@ import { type DisconnectSourceServerCommandInput, type DisconnectSourceServerCom
24
30
  import { type ExportSourceNetworkCfnTemplateCommandInput, type ExportSourceNetworkCfnTemplateCommandOutput } from "./commands/ExportSourceNetworkCfnTemplateCommand";
25
31
  import { type GetFailbackReplicationConfigurationCommandInput, type GetFailbackReplicationConfigurationCommandOutput } from "./commands/GetFailbackReplicationConfigurationCommand";
26
32
  import { type GetLaunchConfigurationCommandInput, type GetLaunchConfigurationCommandOutput } from "./commands/GetLaunchConfigurationCommand";
33
+ import { type GetRecoveryPlanCommandInput, type GetRecoveryPlanCommandOutput } from "./commands/GetRecoveryPlanCommand";
34
+ import { type GetRecoveryPlanExecutionCommandInput, type GetRecoveryPlanExecutionCommandOutput } from "./commands/GetRecoveryPlanExecutionCommand";
35
+ import { type GetRecoveryPlanExecutionStepCommandInput, type GetRecoveryPlanExecutionStepCommandOutput } from "./commands/GetRecoveryPlanExecutionStepCommand";
36
+ import { type GetRecoveryPlanStepCommandInput, type GetRecoveryPlanStepCommandOutput } from "./commands/GetRecoveryPlanStepCommand";
27
37
  import { type GetReplicationConfigurationCommandInput, type GetReplicationConfigurationCommandOutput } from "./commands/GetReplicationConfigurationCommand";
28
38
  import { type InitializeServiceCommandInput, type InitializeServiceCommandOutput } from "./commands/InitializeServiceCommand";
29
39
  import { type ListExtensibleSourceServersCommandInput, type ListExtensibleSourceServersCommandOutput } from "./commands/ListExtensibleSourceServersCommand";
30
40
  import { type ListLaunchActionsCommandInput, type ListLaunchActionsCommandOutput } from "./commands/ListLaunchActionsCommand";
41
+ import { type ListRecoveryPlanExecutionsCommandInput, type ListRecoveryPlanExecutionsCommandOutput } from "./commands/ListRecoveryPlanExecutionsCommand";
42
+ import { type ListRecoveryPlanExecutionStepsCommandInput, type ListRecoveryPlanExecutionStepsCommandOutput } from "./commands/ListRecoveryPlanExecutionStepsCommand";
43
+ import { type ListRecoveryPlansCommandInput, type ListRecoveryPlansCommandOutput } from "./commands/ListRecoveryPlansCommand";
44
+ import { type ListRecoveryPlanStepsCommandInput, type ListRecoveryPlanStepsCommandOutput } from "./commands/ListRecoveryPlanStepsCommand";
31
45
  import { type ListStagingAccountsCommandInput, type ListStagingAccountsCommandOutput } from "./commands/ListStagingAccountsCommand";
32
46
  import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
33
47
  import { type PutLaunchActionCommandInput, type PutLaunchActionCommandOutput } from "./commands/PutLaunchActionCommand";
48
+ import { type ReorderRecoveryPlanStepsCommandInput, type ReorderRecoveryPlanStepsCommandOutput } from "./commands/ReorderRecoveryPlanStepsCommand";
34
49
  import { type RetryDataReplicationCommandInput, type RetryDataReplicationCommandOutput } from "./commands/RetryDataReplicationCommand";
50
+ import { type RetryRecoveryPlanExecutionStepCommandInput, type RetryRecoveryPlanExecutionStepCommandOutput } from "./commands/RetryRecoveryPlanExecutionStepCommand";
35
51
  import { type ReverseReplicationCommandInput, type ReverseReplicationCommandOutput } from "./commands/ReverseReplicationCommand";
36
52
  import { type StartFailbackLaunchCommandInput, type StartFailbackLaunchCommandOutput } from "./commands/StartFailbackLaunchCommand";
37
53
  import { type StartRecoveryCommandInput, type StartRecoveryCommandOutput } from "./commands/StartRecoveryCommand";
54
+ import { type StartRecoveryPlanExecutionCommandInput, type StartRecoveryPlanExecutionCommandOutput } from "./commands/StartRecoveryPlanExecutionCommand";
38
55
  import { type StartReplicationCommandInput, type StartReplicationCommandOutput } from "./commands/StartReplicationCommand";
39
56
  import { type StartSourceNetworkRecoveryCommandInput, type StartSourceNetworkRecoveryCommandOutput } from "./commands/StartSourceNetworkRecoveryCommand";
40
57
  import { type StartSourceNetworkReplicationCommandInput, type StartSourceNetworkReplicationCommandOutput } from "./commands/StartSourceNetworkReplicationCommand";
@@ -47,6 +64,9 @@ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from
47
64
  import { type UpdateFailbackReplicationConfigurationCommandInput, type UpdateFailbackReplicationConfigurationCommandOutput } from "./commands/UpdateFailbackReplicationConfigurationCommand";
48
65
  import { type UpdateLaunchConfigurationCommandInput, type UpdateLaunchConfigurationCommandOutput } from "./commands/UpdateLaunchConfigurationCommand";
49
66
  import { type UpdateLaunchConfigurationTemplateCommandInput, type UpdateLaunchConfigurationTemplateCommandOutput } from "./commands/UpdateLaunchConfigurationTemplateCommand";
67
+ import { type UpdateRecoveryPlanCommandInput, type UpdateRecoveryPlanCommandOutput } from "./commands/UpdateRecoveryPlanCommand";
68
+ import { type UpdateRecoveryPlanExecutionStepCommandInput, type UpdateRecoveryPlanExecutionStepCommandOutput } from "./commands/UpdateRecoveryPlanExecutionStepCommand";
69
+ import { type UpdateRecoveryPlanStepCommandInput, type UpdateRecoveryPlanStepCommandOutput } from "./commands/UpdateRecoveryPlanStepCommand";
50
70
  import { type UpdateReplicationConfigurationCommandInput, type UpdateReplicationConfigurationCommandOutput } from "./commands/UpdateReplicationConfigurationCommand";
51
71
  import { type UpdateReplicationConfigurationTemplateCommandInput, type UpdateReplicationConfigurationTemplateCommandOutput } from "./commands/UpdateReplicationConfigurationTemplateCommand";
52
72
  import { DrsClient } from "./DrsClient";
@@ -57,6 +77,12 @@ export interface Drs {
57
77
  associateSourceNetworkStack(args: AssociateSourceNetworkStackCommandInput, options?: __HttpHandlerOptions): Promise<AssociateSourceNetworkStackCommandOutput>;
58
78
  associateSourceNetworkStack(args: AssociateSourceNetworkStackCommandInput, cb: (err: any, data?: AssociateSourceNetworkStackCommandOutput) => void): void;
59
79
  associateSourceNetworkStack(args: AssociateSourceNetworkStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSourceNetworkStackCommandOutput) => void): void;
80
+ /**
81
+ * @see {@link CancelRecoveryPlanExecutionCommand}
82
+ */
83
+ cancelRecoveryPlanExecution(args: CancelRecoveryPlanExecutionCommandInput, options?: __HttpHandlerOptions): Promise<CancelRecoveryPlanExecutionCommandOutput>;
84
+ cancelRecoveryPlanExecution(args: CancelRecoveryPlanExecutionCommandInput, cb: (err: any, data?: CancelRecoveryPlanExecutionCommandOutput) => void): void;
85
+ cancelRecoveryPlanExecution(args: CancelRecoveryPlanExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelRecoveryPlanExecutionCommandOutput) => void): void;
60
86
  /**
61
87
  * @see {@link CreateExtendedSourceServerCommand}
62
88
  */
@@ -70,6 +96,18 @@ export interface Drs {
70
96
  createLaunchConfigurationTemplate(args: CreateLaunchConfigurationTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateLaunchConfigurationTemplateCommandOutput>;
71
97
  createLaunchConfigurationTemplate(args: CreateLaunchConfigurationTemplateCommandInput, cb: (err: any, data?: CreateLaunchConfigurationTemplateCommandOutput) => void): void;
72
98
  createLaunchConfigurationTemplate(args: CreateLaunchConfigurationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLaunchConfigurationTemplateCommandOutput) => void): void;
99
+ /**
100
+ * @see {@link CreateRecoveryPlanCommand}
101
+ */
102
+ createRecoveryPlan(args: CreateRecoveryPlanCommandInput, options?: __HttpHandlerOptions): Promise<CreateRecoveryPlanCommandOutput>;
103
+ createRecoveryPlan(args: CreateRecoveryPlanCommandInput, cb: (err: any, data?: CreateRecoveryPlanCommandOutput) => void): void;
104
+ createRecoveryPlan(args: CreateRecoveryPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRecoveryPlanCommandOutput) => void): void;
105
+ /**
106
+ * @see {@link CreateRecoveryPlanStepCommand}
107
+ */
108
+ createRecoveryPlanStep(args: CreateRecoveryPlanStepCommandInput, options?: __HttpHandlerOptions): Promise<CreateRecoveryPlanStepCommandOutput>;
109
+ createRecoveryPlanStep(args: CreateRecoveryPlanStepCommandInput, cb: (err: any, data?: CreateRecoveryPlanStepCommandOutput) => void): void;
110
+ createRecoveryPlanStep(args: CreateRecoveryPlanStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRecoveryPlanStepCommandOutput) => void): void;
73
111
  /**
74
112
  * @see {@link CreateReplicationConfigurationTemplateCommand}
75
113
  */
@@ -106,6 +144,24 @@ export interface Drs {
106
144
  deleteRecoveryInstance(args: DeleteRecoveryInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRecoveryInstanceCommandOutput>;
107
145
  deleteRecoveryInstance(args: DeleteRecoveryInstanceCommandInput, cb: (err: any, data?: DeleteRecoveryInstanceCommandOutput) => void): void;
108
146
  deleteRecoveryInstance(args: DeleteRecoveryInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecoveryInstanceCommandOutput) => void): void;
147
+ /**
148
+ * @see {@link DeleteRecoveryPlanCommand}
149
+ */
150
+ deleteRecoveryPlan(args: DeleteRecoveryPlanCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRecoveryPlanCommandOutput>;
151
+ deleteRecoveryPlan(args: DeleteRecoveryPlanCommandInput, cb: (err: any, data?: DeleteRecoveryPlanCommandOutput) => void): void;
152
+ deleteRecoveryPlan(args: DeleteRecoveryPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecoveryPlanCommandOutput) => void): void;
153
+ /**
154
+ * @see {@link DeleteRecoveryPlanExecutionCommand}
155
+ */
156
+ deleteRecoveryPlanExecution(args: DeleteRecoveryPlanExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRecoveryPlanExecutionCommandOutput>;
157
+ deleteRecoveryPlanExecution(args: DeleteRecoveryPlanExecutionCommandInput, cb: (err: any, data?: DeleteRecoveryPlanExecutionCommandOutput) => void): void;
158
+ deleteRecoveryPlanExecution(args: DeleteRecoveryPlanExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecoveryPlanExecutionCommandOutput) => void): void;
159
+ /**
160
+ * @see {@link DeleteRecoveryPlanStepCommand}
161
+ */
162
+ deleteRecoveryPlanStep(args: DeleteRecoveryPlanStepCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRecoveryPlanStepCommandOutput>;
163
+ deleteRecoveryPlanStep(args: DeleteRecoveryPlanStepCommandInput, cb: (err: any, data?: DeleteRecoveryPlanStepCommandOutput) => void): void;
164
+ deleteRecoveryPlanStep(args: DeleteRecoveryPlanStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecoveryPlanStepCommandOutput) => void): void;
109
165
  /**
110
166
  * @see {@link DeleteReplicationConfigurationTemplateCommand}
111
167
  */
@@ -208,6 +264,30 @@ export interface Drs {
208
264
  getLaunchConfiguration(args: GetLaunchConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetLaunchConfigurationCommandOutput>;
209
265
  getLaunchConfiguration(args: GetLaunchConfigurationCommandInput, cb: (err: any, data?: GetLaunchConfigurationCommandOutput) => void): void;
210
266
  getLaunchConfiguration(args: GetLaunchConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLaunchConfigurationCommandOutput) => void): void;
267
+ /**
268
+ * @see {@link GetRecoveryPlanCommand}
269
+ */
270
+ getRecoveryPlan(args: GetRecoveryPlanCommandInput, options?: __HttpHandlerOptions): Promise<GetRecoveryPlanCommandOutput>;
271
+ getRecoveryPlan(args: GetRecoveryPlanCommandInput, cb: (err: any, data?: GetRecoveryPlanCommandOutput) => void): void;
272
+ getRecoveryPlan(args: GetRecoveryPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecoveryPlanCommandOutput) => void): void;
273
+ /**
274
+ * @see {@link GetRecoveryPlanExecutionCommand}
275
+ */
276
+ getRecoveryPlanExecution(args: GetRecoveryPlanExecutionCommandInput, options?: __HttpHandlerOptions): Promise<GetRecoveryPlanExecutionCommandOutput>;
277
+ getRecoveryPlanExecution(args: GetRecoveryPlanExecutionCommandInput, cb: (err: any, data?: GetRecoveryPlanExecutionCommandOutput) => void): void;
278
+ getRecoveryPlanExecution(args: GetRecoveryPlanExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecoveryPlanExecutionCommandOutput) => void): void;
279
+ /**
280
+ * @see {@link GetRecoveryPlanExecutionStepCommand}
281
+ */
282
+ getRecoveryPlanExecutionStep(args: GetRecoveryPlanExecutionStepCommandInput, options?: __HttpHandlerOptions): Promise<GetRecoveryPlanExecutionStepCommandOutput>;
283
+ getRecoveryPlanExecutionStep(args: GetRecoveryPlanExecutionStepCommandInput, cb: (err: any, data?: GetRecoveryPlanExecutionStepCommandOutput) => void): void;
284
+ getRecoveryPlanExecutionStep(args: GetRecoveryPlanExecutionStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecoveryPlanExecutionStepCommandOutput) => void): void;
285
+ /**
286
+ * @see {@link GetRecoveryPlanStepCommand}
287
+ */
288
+ getRecoveryPlanStep(args: GetRecoveryPlanStepCommandInput, options?: __HttpHandlerOptions): Promise<GetRecoveryPlanStepCommandOutput>;
289
+ getRecoveryPlanStep(args: GetRecoveryPlanStepCommandInput, cb: (err: any, data?: GetRecoveryPlanStepCommandOutput) => void): void;
290
+ getRecoveryPlanStep(args: GetRecoveryPlanStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecoveryPlanStepCommandOutput) => void): void;
211
291
  /**
212
292
  * @see {@link GetReplicationConfigurationCommand}
213
293
  */
@@ -233,6 +313,32 @@ export interface Drs {
233
313
  listLaunchActions(args: ListLaunchActionsCommandInput, options?: __HttpHandlerOptions): Promise<ListLaunchActionsCommandOutput>;
234
314
  listLaunchActions(args: ListLaunchActionsCommandInput, cb: (err: any, data?: ListLaunchActionsCommandOutput) => void): void;
235
315
  listLaunchActions(args: ListLaunchActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLaunchActionsCommandOutput) => void): void;
316
+ /**
317
+ * @see {@link ListRecoveryPlanExecutionsCommand}
318
+ */
319
+ listRecoveryPlanExecutions(): Promise<ListRecoveryPlanExecutionsCommandOutput>;
320
+ listRecoveryPlanExecutions(args: ListRecoveryPlanExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecoveryPlanExecutionsCommandOutput>;
321
+ listRecoveryPlanExecutions(args: ListRecoveryPlanExecutionsCommandInput, cb: (err: any, data?: ListRecoveryPlanExecutionsCommandOutput) => void): void;
322
+ listRecoveryPlanExecutions(args: ListRecoveryPlanExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecoveryPlanExecutionsCommandOutput) => void): void;
323
+ /**
324
+ * @see {@link ListRecoveryPlanExecutionStepsCommand}
325
+ */
326
+ listRecoveryPlanExecutionSteps(args: ListRecoveryPlanExecutionStepsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecoveryPlanExecutionStepsCommandOutput>;
327
+ listRecoveryPlanExecutionSteps(args: ListRecoveryPlanExecutionStepsCommandInput, cb: (err: any, data?: ListRecoveryPlanExecutionStepsCommandOutput) => void): void;
328
+ listRecoveryPlanExecutionSteps(args: ListRecoveryPlanExecutionStepsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecoveryPlanExecutionStepsCommandOutput) => void): void;
329
+ /**
330
+ * @see {@link ListRecoveryPlansCommand}
331
+ */
332
+ listRecoveryPlans(): Promise<ListRecoveryPlansCommandOutput>;
333
+ listRecoveryPlans(args: ListRecoveryPlansCommandInput, options?: __HttpHandlerOptions): Promise<ListRecoveryPlansCommandOutput>;
334
+ listRecoveryPlans(args: ListRecoveryPlansCommandInput, cb: (err: any, data?: ListRecoveryPlansCommandOutput) => void): void;
335
+ listRecoveryPlans(args: ListRecoveryPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecoveryPlansCommandOutput) => void): void;
336
+ /**
337
+ * @see {@link ListRecoveryPlanStepsCommand}
338
+ */
339
+ listRecoveryPlanSteps(args: ListRecoveryPlanStepsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecoveryPlanStepsCommandOutput>;
340
+ listRecoveryPlanSteps(args: ListRecoveryPlanStepsCommandInput, cb: (err: any, data?: ListRecoveryPlanStepsCommandOutput) => void): void;
341
+ listRecoveryPlanSteps(args: ListRecoveryPlanStepsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecoveryPlanStepsCommandOutput) => void): void;
236
342
  /**
237
343
  * @see {@link ListStagingAccountsCommand}
238
344
  */
@@ -252,12 +358,24 @@ export interface Drs {
252
358
  putLaunchAction(args: PutLaunchActionCommandInput, options?: __HttpHandlerOptions): Promise<PutLaunchActionCommandOutput>;
253
359
  putLaunchAction(args: PutLaunchActionCommandInput, cb: (err: any, data?: PutLaunchActionCommandOutput) => void): void;
254
360
  putLaunchAction(args: PutLaunchActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLaunchActionCommandOutput) => void): void;
361
+ /**
362
+ * @see {@link ReorderRecoveryPlanStepsCommand}
363
+ */
364
+ reorderRecoveryPlanSteps(args: ReorderRecoveryPlanStepsCommandInput, options?: __HttpHandlerOptions): Promise<ReorderRecoveryPlanStepsCommandOutput>;
365
+ reorderRecoveryPlanSteps(args: ReorderRecoveryPlanStepsCommandInput, cb: (err: any, data?: ReorderRecoveryPlanStepsCommandOutput) => void): void;
366
+ reorderRecoveryPlanSteps(args: ReorderRecoveryPlanStepsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReorderRecoveryPlanStepsCommandOutput) => void): void;
255
367
  /**
256
368
  * @see {@link RetryDataReplicationCommand}
257
369
  */
258
370
  retryDataReplication(args: RetryDataReplicationCommandInput, options?: __HttpHandlerOptions): Promise<RetryDataReplicationCommandOutput>;
259
371
  retryDataReplication(args: RetryDataReplicationCommandInput, cb: (err: any, data?: RetryDataReplicationCommandOutput) => void): void;
260
372
  retryDataReplication(args: RetryDataReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetryDataReplicationCommandOutput) => void): void;
373
+ /**
374
+ * @see {@link RetryRecoveryPlanExecutionStepCommand}
375
+ */
376
+ retryRecoveryPlanExecutionStep(args: RetryRecoveryPlanExecutionStepCommandInput, options?: __HttpHandlerOptions): Promise<RetryRecoveryPlanExecutionStepCommandOutput>;
377
+ retryRecoveryPlanExecutionStep(args: RetryRecoveryPlanExecutionStepCommandInput, cb: (err: any, data?: RetryRecoveryPlanExecutionStepCommandOutput) => void): void;
378
+ retryRecoveryPlanExecutionStep(args: RetryRecoveryPlanExecutionStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetryRecoveryPlanExecutionStepCommandOutput) => void): void;
261
379
  /**
262
380
  * @see {@link ReverseReplicationCommand}
263
381
  */
@@ -276,6 +394,12 @@ export interface Drs {
276
394
  startRecovery(args: StartRecoveryCommandInput, options?: __HttpHandlerOptions): Promise<StartRecoveryCommandOutput>;
277
395
  startRecovery(args: StartRecoveryCommandInput, cb: (err: any, data?: StartRecoveryCommandOutput) => void): void;
278
396
  startRecovery(args: StartRecoveryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRecoveryCommandOutput) => void): void;
397
+ /**
398
+ * @see {@link StartRecoveryPlanExecutionCommand}
399
+ */
400
+ startRecoveryPlanExecution(args: StartRecoveryPlanExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StartRecoveryPlanExecutionCommandOutput>;
401
+ startRecoveryPlanExecution(args: StartRecoveryPlanExecutionCommandInput, cb: (err: any, data?: StartRecoveryPlanExecutionCommandOutput) => void): void;
402
+ startRecoveryPlanExecution(args: StartRecoveryPlanExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRecoveryPlanExecutionCommandOutput) => void): void;
279
403
  /**
280
404
  * @see {@link StartReplicationCommand}
281
405
  */
@@ -348,6 +472,24 @@ export interface Drs {
348
472
  updateLaunchConfigurationTemplate(args: UpdateLaunchConfigurationTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLaunchConfigurationTemplateCommandOutput>;
349
473
  updateLaunchConfigurationTemplate(args: UpdateLaunchConfigurationTemplateCommandInput, cb: (err: any, data?: UpdateLaunchConfigurationTemplateCommandOutput) => void): void;
350
474
  updateLaunchConfigurationTemplate(args: UpdateLaunchConfigurationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLaunchConfigurationTemplateCommandOutput) => void): void;
475
+ /**
476
+ * @see {@link UpdateRecoveryPlanCommand}
477
+ */
478
+ updateRecoveryPlan(args: UpdateRecoveryPlanCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRecoveryPlanCommandOutput>;
479
+ updateRecoveryPlan(args: UpdateRecoveryPlanCommandInput, cb: (err: any, data?: UpdateRecoveryPlanCommandOutput) => void): void;
480
+ updateRecoveryPlan(args: UpdateRecoveryPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRecoveryPlanCommandOutput) => void): void;
481
+ /**
482
+ * @see {@link UpdateRecoveryPlanExecutionStepCommand}
483
+ */
484
+ updateRecoveryPlanExecutionStep(args: UpdateRecoveryPlanExecutionStepCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRecoveryPlanExecutionStepCommandOutput>;
485
+ updateRecoveryPlanExecutionStep(args: UpdateRecoveryPlanExecutionStepCommandInput, cb: (err: any, data?: UpdateRecoveryPlanExecutionStepCommandOutput) => void): void;
486
+ updateRecoveryPlanExecutionStep(args: UpdateRecoveryPlanExecutionStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRecoveryPlanExecutionStepCommandOutput) => void): void;
487
+ /**
488
+ * @see {@link UpdateRecoveryPlanStepCommand}
489
+ */
490
+ updateRecoveryPlanStep(args: UpdateRecoveryPlanStepCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRecoveryPlanStepCommandOutput>;
491
+ updateRecoveryPlanStep(args: UpdateRecoveryPlanStepCommandInput, cb: (err: any, data?: UpdateRecoveryPlanStepCommandOutput) => void): void;
492
+ updateRecoveryPlanStep(args: UpdateRecoveryPlanStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRecoveryPlanStepCommandOutput) => void): void;
351
493
  /**
352
494
  * @see {@link UpdateReplicationConfigurationCommand}
353
495
  */
@@ -430,6 +572,34 @@ export interface Drs {
430
572
  * @returns AsyncIterable of {@link ListLaunchActionsCommandOutput}.
431
573
  */
432
574
  paginateListLaunchActions(args: ListLaunchActionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListLaunchActionsCommandOutput>;
575
+ /**
576
+ * @see {@link ListRecoveryPlanExecutionsCommand}
577
+ * @param args - command input.
578
+ * @param paginationConfig - optional pagination config.
579
+ * @returns AsyncIterable of {@link ListRecoveryPlanExecutionsCommandOutput}.
580
+ */
581
+ paginateListRecoveryPlanExecutions(args?: ListRecoveryPlanExecutionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecoveryPlanExecutionsCommandOutput>;
582
+ /**
583
+ * @see {@link ListRecoveryPlanExecutionStepsCommand}
584
+ * @param args - command input.
585
+ * @param paginationConfig - optional pagination config.
586
+ * @returns AsyncIterable of {@link ListRecoveryPlanExecutionStepsCommandOutput}.
587
+ */
588
+ paginateListRecoveryPlanExecutionSteps(args: ListRecoveryPlanExecutionStepsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecoveryPlanExecutionStepsCommandOutput>;
589
+ /**
590
+ * @see {@link ListRecoveryPlansCommand}
591
+ * @param args - command input.
592
+ * @param paginationConfig - optional pagination config.
593
+ * @returns AsyncIterable of {@link ListRecoveryPlansCommandOutput}.
594
+ */
595
+ paginateListRecoveryPlans(args?: ListRecoveryPlansCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecoveryPlansCommandOutput>;
596
+ /**
597
+ * @see {@link ListRecoveryPlanStepsCommand}
598
+ * @param args - command input.
599
+ * @param paginationConfig - optional pagination config.
600
+ * @returns AsyncIterable of {@link ListRecoveryPlanStepsCommandOutput}.
601
+ */
602
+ paginateListRecoveryPlanSteps(args: ListRecoveryPlanStepsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecoveryPlanStepsCommandOutput>;
433
603
  /**
434
604
  * @see {@link ListStagingAccountsCommand}
435
605
  * @param args - command input.
@@ -7,14 +7,20 @@ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/re
7
7
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
8
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
9
9
  import type { AssociateSourceNetworkStackCommandInput, AssociateSourceNetworkStackCommandOutput } from "./commands/AssociateSourceNetworkStackCommand";
10
+ import type { CancelRecoveryPlanExecutionCommandInput, CancelRecoveryPlanExecutionCommandOutput } from "./commands/CancelRecoveryPlanExecutionCommand";
10
11
  import type { CreateExtendedSourceServerCommandInput, CreateExtendedSourceServerCommandOutput } from "./commands/CreateExtendedSourceServerCommand";
11
12
  import type { CreateLaunchConfigurationTemplateCommandInput, CreateLaunchConfigurationTemplateCommandOutput } from "./commands/CreateLaunchConfigurationTemplateCommand";
13
+ import type { CreateRecoveryPlanCommandInput, CreateRecoveryPlanCommandOutput } from "./commands/CreateRecoveryPlanCommand";
14
+ import type { CreateRecoveryPlanStepCommandInput, CreateRecoveryPlanStepCommandOutput } from "./commands/CreateRecoveryPlanStepCommand";
12
15
  import type { CreateReplicationConfigurationTemplateCommandInput, CreateReplicationConfigurationTemplateCommandOutput } from "./commands/CreateReplicationConfigurationTemplateCommand";
13
16
  import type { CreateSourceNetworkCommandInput, CreateSourceNetworkCommandOutput } from "./commands/CreateSourceNetworkCommand";
14
17
  import type { DeleteJobCommandInput, DeleteJobCommandOutput } from "./commands/DeleteJobCommand";
15
18
  import type { DeleteLaunchActionCommandInput, DeleteLaunchActionCommandOutput } from "./commands/DeleteLaunchActionCommand";
16
19
  import type { DeleteLaunchConfigurationTemplateCommandInput, DeleteLaunchConfigurationTemplateCommandOutput } from "./commands/DeleteLaunchConfigurationTemplateCommand";
17
20
  import type { DeleteRecoveryInstanceCommandInput, DeleteRecoveryInstanceCommandOutput } from "./commands/DeleteRecoveryInstanceCommand";
21
+ import type { DeleteRecoveryPlanCommandInput, DeleteRecoveryPlanCommandOutput } from "./commands/DeleteRecoveryPlanCommand";
22
+ import type { DeleteRecoveryPlanExecutionCommandInput, DeleteRecoveryPlanExecutionCommandOutput } from "./commands/DeleteRecoveryPlanExecutionCommand";
23
+ import type { DeleteRecoveryPlanStepCommandInput, DeleteRecoveryPlanStepCommandOutput } from "./commands/DeleteRecoveryPlanStepCommand";
18
24
  import type { DeleteReplicationConfigurationTemplateCommandInput, DeleteReplicationConfigurationTemplateCommandOutput } from "./commands/DeleteReplicationConfigurationTemplateCommand";
19
25
  import type { DeleteSourceNetworkCommandInput, DeleteSourceNetworkCommandOutput } from "./commands/DeleteSourceNetworkCommand";
20
26
  import type { DeleteSourceServerCommandInput, DeleteSourceServerCommandOutput } from "./commands/DeleteSourceServerCommand";
@@ -31,17 +37,28 @@ import type { DisconnectSourceServerCommandInput, DisconnectSourceServerCommandO
31
37
  import type { ExportSourceNetworkCfnTemplateCommandInput, ExportSourceNetworkCfnTemplateCommandOutput } from "./commands/ExportSourceNetworkCfnTemplateCommand";
32
38
  import type { GetFailbackReplicationConfigurationCommandInput, GetFailbackReplicationConfigurationCommandOutput } from "./commands/GetFailbackReplicationConfigurationCommand";
33
39
  import type { GetLaunchConfigurationCommandInput, GetLaunchConfigurationCommandOutput } from "./commands/GetLaunchConfigurationCommand";
40
+ import type { GetRecoveryPlanCommandInput, GetRecoveryPlanCommandOutput } from "./commands/GetRecoveryPlanCommand";
41
+ import type { GetRecoveryPlanExecutionCommandInput, GetRecoveryPlanExecutionCommandOutput } from "./commands/GetRecoveryPlanExecutionCommand";
42
+ import type { GetRecoveryPlanExecutionStepCommandInput, GetRecoveryPlanExecutionStepCommandOutput } from "./commands/GetRecoveryPlanExecutionStepCommand";
43
+ import type { GetRecoveryPlanStepCommandInput, GetRecoveryPlanStepCommandOutput } from "./commands/GetRecoveryPlanStepCommand";
34
44
  import type { GetReplicationConfigurationCommandInput, GetReplicationConfigurationCommandOutput } from "./commands/GetReplicationConfigurationCommand";
35
45
  import type { InitializeServiceCommandInput, InitializeServiceCommandOutput } from "./commands/InitializeServiceCommand";
36
46
  import type { ListExtensibleSourceServersCommandInput, ListExtensibleSourceServersCommandOutput } from "./commands/ListExtensibleSourceServersCommand";
37
47
  import type { ListLaunchActionsCommandInput, ListLaunchActionsCommandOutput } from "./commands/ListLaunchActionsCommand";
48
+ import type { ListRecoveryPlanExecutionsCommandInput, ListRecoveryPlanExecutionsCommandOutput } from "./commands/ListRecoveryPlanExecutionsCommand";
49
+ import type { ListRecoveryPlanExecutionStepsCommandInput, ListRecoveryPlanExecutionStepsCommandOutput } from "./commands/ListRecoveryPlanExecutionStepsCommand";
50
+ import type { ListRecoveryPlansCommandInput, ListRecoveryPlansCommandOutput } from "./commands/ListRecoveryPlansCommand";
51
+ import type { ListRecoveryPlanStepsCommandInput, ListRecoveryPlanStepsCommandOutput } from "./commands/ListRecoveryPlanStepsCommand";
38
52
  import type { ListStagingAccountsCommandInput, ListStagingAccountsCommandOutput } from "./commands/ListStagingAccountsCommand";
39
53
  import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
40
54
  import type { PutLaunchActionCommandInput, PutLaunchActionCommandOutput } from "./commands/PutLaunchActionCommand";
55
+ import type { ReorderRecoveryPlanStepsCommandInput, ReorderRecoveryPlanStepsCommandOutput } from "./commands/ReorderRecoveryPlanStepsCommand";
41
56
  import type { RetryDataReplicationCommandInput, RetryDataReplicationCommandOutput } from "./commands/RetryDataReplicationCommand";
57
+ import type { RetryRecoveryPlanExecutionStepCommandInput, RetryRecoveryPlanExecutionStepCommandOutput } from "./commands/RetryRecoveryPlanExecutionStepCommand";
42
58
  import type { ReverseReplicationCommandInput, ReverseReplicationCommandOutput } from "./commands/ReverseReplicationCommand";
43
59
  import type { StartFailbackLaunchCommandInput, StartFailbackLaunchCommandOutput } from "./commands/StartFailbackLaunchCommand";
44
60
  import type { StartRecoveryCommandInput, StartRecoveryCommandOutput } from "./commands/StartRecoveryCommand";
61
+ import type { StartRecoveryPlanExecutionCommandInput, StartRecoveryPlanExecutionCommandOutput } from "./commands/StartRecoveryPlanExecutionCommand";
45
62
  import type { StartReplicationCommandInput, StartReplicationCommandOutput } from "./commands/StartReplicationCommand";
46
63
  import type { StartSourceNetworkRecoveryCommandInput, StartSourceNetworkRecoveryCommandOutput } from "./commands/StartSourceNetworkRecoveryCommand";
47
64
  import type { StartSourceNetworkReplicationCommandInput, StartSourceNetworkReplicationCommandOutput } from "./commands/StartSourceNetworkReplicationCommand";
@@ -54,6 +71,9 @@ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./co
54
71
  import type { UpdateFailbackReplicationConfigurationCommandInput, UpdateFailbackReplicationConfigurationCommandOutput } from "./commands/UpdateFailbackReplicationConfigurationCommand";
55
72
  import type { UpdateLaunchConfigurationCommandInput, UpdateLaunchConfigurationCommandOutput } from "./commands/UpdateLaunchConfigurationCommand";
56
73
  import type { UpdateLaunchConfigurationTemplateCommandInput, UpdateLaunchConfigurationTemplateCommandOutput } from "./commands/UpdateLaunchConfigurationTemplateCommand";
74
+ import type { UpdateRecoveryPlanCommandInput, UpdateRecoveryPlanCommandOutput } from "./commands/UpdateRecoveryPlanCommand";
75
+ import type { UpdateRecoveryPlanExecutionStepCommandInput, UpdateRecoveryPlanExecutionStepCommandOutput } from "./commands/UpdateRecoveryPlanExecutionStepCommand";
76
+ import type { UpdateRecoveryPlanStepCommandInput, UpdateRecoveryPlanStepCommandOutput } from "./commands/UpdateRecoveryPlanStepCommand";
57
77
  import type { UpdateReplicationConfigurationCommandInput, UpdateReplicationConfigurationCommandOutput } from "./commands/UpdateReplicationConfigurationCommand";
58
78
  import type { UpdateReplicationConfigurationTemplateCommandInput, UpdateReplicationConfigurationTemplateCommandOutput } from "./commands/UpdateReplicationConfigurationTemplateCommand";
59
79
  import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
@@ -62,11 +82,11 @@ export { __Client };
62
82
  /**
63
83
  * @public
64
84
  */
65
- export type ServiceInputTypes = AssociateSourceNetworkStackCommandInput | CreateExtendedSourceServerCommandInput | CreateLaunchConfigurationTemplateCommandInput | CreateReplicationConfigurationTemplateCommandInput | CreateSourceNetworkCommandInput | DeleteJobCommandInput | DeleteLaunchActionCommandInput | DeleteLaunchConfigurationTemplateCommandInput | DeleteRecoveryInstanceCommandInput | DeleteReplicationConfigurationTemplateCommandInput | DeleteSourceNetworkCommandInput | DeleteSourceServerCommandInput | DescribeJobLogItemsCommandInput | DescribeJobsCommandInput | DescribeLaunchConfigurationTemplatesCommandInput | DescribeRecoveryInstancesCommandInput | DescribeRecoverySnapshotsCommandInput | DescribeReplicationConfigurationTemplatesCommandInput | DescribeSourceNetworksCommandInput | DescribeSourceServersCommandInput | DisconnectRecoveryInstanceCommandInput | DisconnectSourceServerCommandInput | ExportSourceNetworkCfnTemplateCommandInput | GetFailbackReplicationConfigurationCommandInput | GetLaunchConfigurationCommandInput | GetReplicationConfigurationCommandInput | InitializeServiceCommandInput | ListExtensibleSourceServersCommandInput | ListLaunchActionsCommandInput | ListStagingAccountsCommandInput | ListTagsForResourceCommandInput | PutLaunchActionCommandInput | RetryDataReplicationCommandInput | ReverseReplicationCommandInput | StartFailbackLaunchCommandInput | StartRecoveryCommandInput | StartReplicationCommandInput | StartSourceNetworkRecoveryCommandInput | StartSourceNetworkReplicationCommandInput | StopFailbackCommandInput | StopReplicationCommandInput | StopSourceNetworkReplicationCommandInput | TagResourceCommandInput | TerminateRecoveryInstancesCommandInput | UntagResourceCommandInput | UpdateFailbackReplicationConfigurationCommandInput | UpdateLaunchConfigurationCommandInput | UpdateLaunchConfigurationTemplateCommandInput | UpdateReplicationConfigurationCommandInput | UpdateReplicationConfigurationTemplateCommandInput;
85
+ export type ServiceInputTypes = AssociateSourceNetworkStackCommandInput | CancelRecoveryPlanExecutionCommandInput | CreateExtendedSourceServerCommandInput | CreateLaunchConfigurationTemplateCommandInput | CreateRecoveryPlanCommandInput | CreateRecoveryPlanStepCommandInput | CreateReplicationConfigurationTemplateCommandInput | CreateSourceNetworkCommandInput | DeleteJobCommandInput | DeleteLaunchActionCommandInput | DeleteLaunchConfigurationTemplateCommandInput | DeleteRecoveryInstanceCommandInput | DeleteRecoveryPlanCommandInput | DeleteRecoveryPlanExecutionCommandInput | DeleteRecoveryPlanStepCommandInput | DeleteReplicationConfigurationTemplateCommandInput | DeleteSourceNetworkCommandInput | DeleteSourceServerCommandInput | DescribeJobLogItemsCommandInput | DescribeJobsCommandInput | DescribeLaunchConfigurationTemplatesCommandInput | DescribeRecoveryInstancesCommandInput | DescribeRecoverySnapshotsCommandInput | DescribeReplicationConfigurationTemplatesCommandInput | DescribeSourceNetworksCommandInput | DescribeSourceServersCommandInput | DisconnectRecoveryInstanceCommandInput | DisconnectSourceServerCommandInput | ExportSourceNetworkCfnTemplateCommandInput | GetFailbackReplicationConfigurationCommandInput | GetLaunchConfigurationCommandInput | GetRecoveryPlanCommandInput | GetRecoveryPlanExecutionCommandInput | GetRecoveryPlanExecutionStepCommandInput | GetRecoveryPlanStepCommandInput | GetReplicationConfigurationCommandInput | InitializeServiceCommandInput | ListExtensibleSourceServersCommandInput | ListLaunchActionsCommandInput | ListRecoveryPlanExecutionStepsCommandInput | ListRecoveryPlanExecutionsCommandInput | ListRecoveryPlanStepsCommandInput | ListRecoveryPlansCommandInput | ListStagingAccountsCommandInput | ListTagsForResourceCommandInput | PutLaunchActionCommandInput | ReorderRecoveryPlanStepsCommandInput | RetryDataReplicationCommandInput | RetryRecoveryPlanExecutionStepCommandInput | ReverseReplicationCommandInput | StartFailbackLaunchCommandInput | StartRecoveryCommandInput | StartRecoveryPlanExecutionCommandInput | StartReplicationCommandInput | StartSourceNetworkRecoveryCommandInput | StartSourceNetworkReplicationCommandInput | StopFailbackCommandInput | StopReplicationCommandInput | StopSourceNetworkReplicationCommandInput | TagResourceCommandInput | TerminateRecoveryInstancesCommandInput | UntagResourceCommandInput | UpdateFailbackReplicationConfigurationCommandInput | UpdateLaunchConfigurationCommandInput | UpdateLaunchConfigurationTemplateCommandInput | UpdateRecoveryPlanCommandInput | UpdateRecoveryPlanExecutionStepCommandInput | UpdateRecoveryPlanStepCommandInput | UpdateReplicationConfigurationCommandInput | UpdateReplicationConfigurationTemplateCommandInput;
66
86
  /**
67
87
  * @public
68
88
  */
69
- export type ServiceOutputTypes = AssociateSourceNetworkStackCommandOutput | CreateExtendedSourceServerCommandOutput | CreateLaunchConfigurationTemplateCommandOutput | CreateReplicationConfigurationTemplateCommandOutput | CreateSourceNetworkCommandOutput | DeleteJobCommandOutput | DeleteLaunchActionCommandOutput | DeleteLaunchConfigurationTemplateCommandOutput | DeleteRecoveryInstanceCommandOutput | DeleteReplicationConfigurationTemplateCommandOutput | DeleteSourceNetworkCommandOutput | DeleteSourceServerCommandOutput | DescribeJobLogItemsCommandOutput | DescribeJobsCommandOutput | DescribeLaunchConfigurationTemplatesCommandOutput | DescribeRecoveryInstancesCommandOutput | DescribeRecoverySnapshotsCommandOutput | DescribeReplicationConfigurationTemplatesCommandOutput | DescribeSourceNetworksCommandOutput | DescribeSourceServersCommandOutput | DisconnectRecoveryInstanceCommandOutput | DisconnectSourceServerCommandOutput | ExportSourceNetworkCfnTemplateCommandOutput | GetFailbackReplicationConfigurationCommandOutput | GetLaunchConfigurationCommandOutput | GetReplicationConfigurationCommandOutput | InitializeServiceCommandOutput | ListExtensibleSourceServersCommandOutput | ListLaunchActionsCommandOutput | ListStagingAccountsCommandOutput | ListTagsForResourceCommandOutput | PutLaunchActionCommandOutput | RetryDataReplicationCommandOutput | ReverseReplicationCommandOutput | StartFailbackLaunchCommandOutput | StartRecoveryCommandOutput | StartReplicationCommandOutput | StartSourceNetworkRecoveryCommandOutput | StartSourceNetworkReplicationCommandOutput | StopFailbackCommandOutput | StopReplicationCommandOutput | StopSourceNetworkReplicationCommandOutput | TagResourceCommandOutput | TerminateRecoveryInstancesCommandOutput | UntagResourceCommandOutput | UpdateFailbackReplicationConfigurationCommandOutput | UpdateLaunchConfigurationCommandOutput | UpdateLaunchConfigurationTemplateCommandOutput | UpdateReplicationConfigurationCommandOutput | UpdateReplicationConfigurationTemplateCommandOutput;
89
+ export type ServiceOutputTypes = AssociateSourceNetworkStackCommandOutput | CancelRecoveryPlanExecutionCommandOutput | CreateExtendedSourceServerCommandOutput | CreateLaunchConfigurationTemplateCommandOutput | CreateRecoveryPlanCommandOutput | CreateRecoveryPlanStepCommandOutput | CreateReplicationConfigurationTemplateCommandOutput | CreateSourceNetworkCommandOutput | DeleteJobCommandOutput | DeleteLaunchActionCommandOutput | DeleteLaunchConfigurationTemplateCommandOutput | DeleteRecoveryInstanceCommandOutput | DeleteRecoveryPlanCommandOutput | DeleteRecoveryPlanExecutionCommandOutput | DeleteRecoveryPlanStepCommandOutput | DeleteReplicationConfigurationTemplateCommandOutput | DeleteSourceNetworkCommandOutput | DeleteSourceServerCommandOutput | DescribeJobLogItemsCommandOutput | DescribeJobsCommandOutput | DescribeLaunchConfigurationTemplatesCommandOutput | DescribeRecoveryInstancesCommandOutput | DescribeRecoverySnapshotsCommandOutput | DescribeReplicationConfigurationTemplatesCommandOutput | DescribeSourceNetworksCommandOutput | DescribeSourceServersCommandOutput | DisconnectRecoveryInstanceCommandOutput | DisconnectSourceServerCommandOutput | ExportSourceNetworkCfnTemplateCommandOutput | GetFailbackReplicationConfigurationCommandOutput | GetLaunchConfigurationCommandOutput | GetRecoveryPlanCommandOutput | GetRecoveryPlanExecutionCommandOutput | GetRecoveryPlanExecutionStepCommandOutput | GetRecoveryPlanStepCommandOutput | GetReplicationConfigurationCommandOutput | InitializeServiceCommandOutput | ListExtensibleSourceServersCommandOutput | ListLaunchActionsCommandOutput | ListRecoveryPlanExecutionStepsCommandOutput | ListRecoveryPlanExecutionsCommandOutput | ListRecoveryPlanStepsCommandOutput | ListRecoveryPlansCommandOutput | ListStagingAccountsCommandOutput | ListTagsForResourceCommandOutput | PutLaunchActionCommandOutput | ReorderRecoveryPlanStepsCommandOutput | RetryDataReplicationCommandOutput | RetryRecoveryPlanExecutionStepCommandOutput | ReverseReplicationCommandOutput | StartFailbackLaunchCommandOutput | StartRecoveryCommandOutput | StartRecoveryPlanExecutionCommandOutput | StartReplicationCommandOutput | StartSourceNetworkRecoveryCommandOutput | StartSourceNetworkReplicationCommandOutput | StopFailbackCommandOutput | StopReplicationCommandOutput | StopSourceNetworkReplicationCommandOutput | TagResourceCommandOutput | TerminateRecoveryInstancesCommandOutput | UntagResourceCommandOutput | UpdateFailbackReplicationConfigurationCommandOutput | UpdateLaunchConfigurationCommandOutput | UpdateLaunchConfigurationTemplateCommandOutput | UpdateRecoveryPlanCommandOutput | UpdateRecoveryPlanExecutionStepCommandOutput | UpdateRecoveryPlanStepCommandOutput | UpdateReplicationConfigurationCommandOutput | UpdateReplicationConfigurationTemplateCommandOutput;
70
90
  /**
71
91
  * @public
72
92
  */
@@ -0,0 +1,106 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { CancelRecoveryPlanExecutionRequest, CancelRecoveryPlanExecutionResponse } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link CancelRecoveryPlanExecutionCommand}.
11
+ */
12
+ export interface CancelRecoveryPlanExecutionCommandInput extends CancelRecoveryPlanExecutionRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link CancelRecoveryPlanExecutionCommand}.
18
+ */
19
+ export interface CancelRecoveryPlanExecutionCommandOutput extends CancelRecoveryPlanExecutionResponse, __MetadataBearer {
20
+ }
21
+ declare const CancelRecoveryPlanExecutionCommand_base: {
22
+ new (input: CancelRecoveryPlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<CancelRecoveryPlanExecutionCommandInput, CancelRecoveryPlanExecutionCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CancelRecoveryPlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<CancelRecoveryPlanExecutionCommandInput, CancelRecoveryPlanExecutionCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Cancels an in-progress Recovery Plan execution. Remaining steps are skipped.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { DrsClient, CancelRecoveryPlanExecutionCommand } from "@aws-sdk/client-drs"; // ES Modules import
32
+ * // const { DrsClient, CancelRecoveryPlanExecutionCommand } = require("@aws-sdk/client-drs"); // CommonJS import
33
+ * // import type { DrsClientConfig } from "@aws-sdk/client-drs";
34
+ * const config = {}; // type is DrsClientConfig
35
+ * const client = new DrsClient(config);
36
+ * const input = { // CancelRecoveryPlanExecutionRequest
37
+ * recoveryPlanExecutionArn: "STRING_VALUE", // required
38
+ * };
39
+ * const command = new CancelRecoveryPlanExecutionCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // CancelRecoveryPlanExecutionResponse
42
+ * // recoveryPlanExecution: { // RecoveryPlanExecution
43
+ * // recoveryPlanExecutionArn: "STRING_VALUE", // required
44
+ * // recoveryPlanArn: "STRING_VALUE", // required
45
+ * // mode: "STRING_VALUE", // required
46
+ * // status: "STRING_VALUE", // required
47
+ * // startedAt: "STRING_VALUE", // required
48
+ * // completedAt: "STRING_VALUE",
49
+ * // errorDetail: { // ErrorDetail
50
+ * // message: "STRING_VALUE", // required
51
+ * // code: "STRING_VALUE", // required
52
+ * // },
53
+ * // tags: { // TagsMap
54
+ * // "<keys>": "STRING_VALUE",
55
+ * // },
56
+ * // },
57
+ * // };
58
+ *
59
+ * ```
60
+ *
61
+ * @param CancelRecoveryPlanExecutionCommandInput - {@link CancelRecoveryPlanExecutionCommandInput}
62
+ * @returns {@link CancelRecoveryPlanExecutionCommandOutput}
63
+ * @see {@link CancelRecoveryPlanExecutionCommandInput} for command's `input` shape.
64
+ * @see {@link CancelRecoveryPlanExecutionCommandOutput} for command's `response` shape.
65
+ * @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
66
+ *
67
+ * @throws {@link AccessDeniedException} (client fault)
68
+ * <p>You do not have sufficient access to perform this action.</p>
69
+ *
70
+ * @throws {@link ConflictException} (client fault)
71
+ * <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
72
+ *
73
+ * @throws {@link InternalServerException} (server fault)
74
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
75
+ *
76
+ * @throws {@link ResourceNotFoundException} (client fault)
77
+ * <p>The resource for this operation was not found.</p>
78
+ *
79
+ * @throws {@link ThrottlingException} (client fault)
80
+ * <p>The request was denied due to request throttling.</p>
81
+ *
82
+ * @throws {@link UninitializedAccountException} (client fault)
83
+ * <p>The account performing the request has not been initialized.</p>
84
+ *
85
+ * @throws {@link ValidationException} (client fault)
86
+ * <p>The input fails to satisfy the constraints specified by the AWS service.</p>
87
+ *
88
+ * @throws {@link DrsServiceException}
89
+ * <p>Base exception class for all service exceptions from Drs service.</p>
90
+ *
91
+ *
92
+ * @public
93
+ */
94
+ export declare class CancelRecoveryPlanExecutionCommand extends CancelRecoveryPlanExecutionCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: CancelRecoveryPlanExecutionRequest;
99
+ output: CancelRecoveryPlanExecutionResponse;
100
+ };
101
+ sdk: {
102
+ input: CancelRecoveryPlanExecutionCommandInput;
103
+ output: CancelRecoveryPlanExecutionCommandOutput;
104
+ };
105
+ };
106
+ }
@@ -0,0 +1,107 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { CreateRecoveryPlanRequest, CreateRecoveryPlanResponse } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link CreateRecoveryPlanCommand}.
11
+ */
12
+ export interface CreateRecoveryPlanCommandInput extends CreateRecoveryPlanRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link CreateRecoveryPlanCommand}.
18
+ */
19
+ export interface CreateRecoveryPlanCommandOutput extends CreateRecoveryPlanResponse, __MetadataBearer {
20
+ }
21
+ declare const CreateRecoveryPlanCommand_base: {
22
+ new (input: CreateRecoveryPlanCommandInput): import("@smithy/core/client").CommandImpl<CreateRecoveryPlanCommandInput, CreateRecoveryPlanCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateRecoveryPlanCommandInput): import("@smithy/core/client").CommandImpl<CreateRecoveryPlanCommandInput, CreateRecoveryPlanCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Creates a Recovery Plan to orchestrate multi-server disaster recovery.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { DrsClient, CreateRecoveryPlanCommand } from "@aws-sdk/client-drs"; // ES Modules import
32
+ * // const { DrsClient, CreateRecoveryPlanCommand } = require("@aws-sdk/client-drs"); // CommonJS import
33
+ * // import type { DrsClientConfig } from "@aws-sdk/client-drs";
34
+ * const config = {}; // type is DrsClientConfig
35
+ * const client = new DrsClient(config);
36
+ * const input = { // CreateRecoveryPlanRequest
37
+ * name: "STRING_VALUE", // required
38
+ * description: "STRING_VALUE",
39
+ * clientToken: "STRING_VALUE",
40
+ * tags: { // TagsMap
41
+ * "<keys>": "STRING_VALUE",
42
+ * },
43
+ * };
44
+ * const command = new CreateRecoveryPlanCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // CreateRecoveryPlanResponse
47
+ * // recoveryPlan: { // RecoveryPlan
48
+ * // recoveryPlanArn: "STRING_VALUE", // required
49
+ * // name: "STRING_VALUE", // required
50
+ * // description: "STRING_VALUE",
51
+ * // status: "STRING_VALUE", // required
52
+ * // createdAt: "STRING_VALUE", // required
53
+ * // updatedAt: "STRING_VALUE", // required
54
+ * // tags: { // TagsMap
55
+ * // "<keys>": "STRING_VALUE",
56
+ * // },
57
+ * // },
58
+ * // };
59
+ *
60
+ * ```
61
+ *
62
+ * @param CreateRecoveryPlanCommandInput - {@link CreateRecoveryPlanCommandInput}
63
+ * @returns {@link CreateRecoveryPlanCommandOutput}
64
+ * @see {@link CreateRecoveryPlanCommandInput} for command's `input` shape.
65
+ * @see {@link CreateRecoveryPlanCommandOutput} for command's `response` shape.
66
+ * @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
67
+ *
68
+ * @throws {@link AccessDeniedException} (client fault)
69
+ * <p>You do not have sufficient access to perform this action.</p>
70
+ *
71
+ * @throws {@link ConflictException} (client fault)
72
+ * <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
73
+ *
74
+ * @throws {@link InternalServerException} (server fault)
75
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
76
+ *
77
+ * @throws {@link ServiceQuotaExceededException} (client fault)
78
+ * <p>The request could not be completed because its exceeded the service quota.</p>
79
+ *
80
+ * @throws {@link ThrottlingException} (client fault)
81
+ * <p>The request was denied due to request throttling.</p>
82
+ *
83
+ * @throws {@link UninitializedAccountException} (client fault)
84
+ * <p>The account performing the request has not been initialized.</p>
85
+ *
86
+ * @throws {@link ValidationException} (client fault)
87
+ * <p>The input fails to satisfy the constraints specified by the AWS service.</p>
88
+ *
89
+ * @throws {@link DrsServiceException}
90
+ * <p>Base exception class for all service exceptions from Drs service.</p>
91
+ *
92
+ *
93
+ * @public
94
+ */
95
+ export declare class CreateRecoveryPlanCommand extends CreateRecoveryPlanCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: CreateRecoveryPlanRequest;
100
+ output: CreateRecoveryPlanResponse;
101
+ };
102
+ sdk: {
103
+ input: CreateRecoveryPlanCommandInput;
104
+ output: CreateRecoveryPlanCommandOutput;
105
+ };
106
+ };
107
+ }