@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
@@ -28,6 +28,11 @@ import {
28
28
  RecoveryInstanceDataReplicationInitiationStepStatus,
29
29
  RecoveryInstanceDataReplicationState,
30
30
  RecoveryMode,
31
+ RecoveryPlanExecutionMode,
32
+ RecoveryPlanExecutionStatus,
33
+ RecoveryPlanExecutionStepStatus,
34
+ RecoveryPlanServerImpactLevel,
35
+ RecoveryPlanStatus,
31
36
  RecoveryResult,
32
37
  RecoverySnapshotsOrder,
33
38
  ReplicationConfigurationDataPlaneRouting,
@@ -119,6 +124,26 @@ export interface ValidationExceptionField {
119
124
  name?: string | undefined;
120
125
  message?: string | undefined;
121
126
  }
127
+ export interface CancelRecoveryPlanExecutionRequest {
128
+ recoveryPlanExecutionArn: string | undefined;
129
+ }
130
+ export interface ErrorDetail {
131
+ message: string | undefined;
132
+ code: string | undefined;
133
+ }
134
+ export interface RecoveryPlanExecution {
135
+ recoveryPlanExecutionArn: string | undefined;
136
+ recoveryPlanArn: string | undefined;
137
+ mode: RecoveryPlanExecutionMode | undefined;
138
+ status: RecoveryPlanExecutionStatus | undefined;
139
+ startedAt: string | undefined;
140
+ completedAt?: string | undefined;
141
+ errorDetail?: ErrorDetail | undefined;
142
+ tags?: Record<string, string> | undefined;
143
+ }
144
+ export interface CancelRecoveryPlanExecutionResponse {
145
+ recoveryPlanExecution: RecoveryPlanExecution | undefined;
146
+ }
122
147
  export interface ProductCode {
123
148
  productCodeId?: string | undefined;
124
149
  productCodeMode?: ProductCodeMode | undefined;
@@ -278,6 +303,78 @@ export interface LaunchConfigurationTemplate {
278
303
  export interface CreateLaunchConfigurationTemplateResponse {
279
304
  launchConfigurationTemplate?: LaunchConfigurationTemplate | undefined;
280
305
  }
306
+ export interface CreateRecoveryPlanRequest {
307
+ name: string | undefined;
308
+ description?: string | undefined;
309
+ clientToken?: string | undefined;
310
+ tags?: Record<string, string> | undefined;
311
+ }
312
+ export interface RecoveryPlan {
313
+ recoveryPlanArn: string | undefined;
314
+ name: string | undefined;
315
+ description?: string | undefined;
316
+ status: RecoveryPlanStatus | undefined;
317
+ createdAt: string | undefined;
318
+ updatedAt: string | undefined;
319
+ tags?: Record<string, string> | undefined;
320
+ }
321
+ export interface CreateRecoveryPlanResponse {
322
+ recoveryPlan: RecoveryPlan | undefined;
323
+ }
324
+ export interface RecoveryPlanServer {
325
+ serverArn: string | undefined;
326
+ impactLevel?: RecoveryPlanServerImpactLevel | undefined;
327
+ }
328
+ export interface ServerStepConfiguration {
329
+ servers: RecoveryPlanServer[] | undefined;
330
+ }
331
+ export interface WaitStepConfiguration {
332
+ waitDurationMinutes: number | undefined;
333
+ }
334
+ export type RecoveryPlanStepConfiguration =
335
+ | RecoveryPlanStepConfiguration.ServerStepConfigurationMember
336
+ | RecoveryPlanStepConfiguration.WaitStepConfigurationMember
337
+ | RecoveryPlanStepConfiguration.$UnknownMember;
338
+ export declare namespace RecoveryPlanStepConfiguration {
339
+ interface ServerStepConfigurationMember {
340
+ serverStepConfiguration: ServerStepConfiguration;
341
+ waitStepConfiguration?: never;
342
+ $unknown?: never;
343
+ }
344
+ interface WaitStepConfigurationMember {
345
+ serverStepConfiguration?: never;
346
+ waitStepConfiguration: WaitStepConfiguration;
347
+ $unknown?: never;
348
+ }
349
+ interface $UnknownMember {
350
+ serverStepConfiguration?: never;
351
+ waitStepConfiguration?: never;
352
+ $unknown: [string, any];
353
+ }
354
+ interface Visitor<T> {
355
+ serverStepConfiguration: (value: ServerStepConfiguration) => T;
356
+ waitStepConfiguration: (value: WaitStepConfiguration) => T;
357
+ _: (name: string, value: any) => T;
358
+ }
359
+ }
360
+ export interface CreateRecoveryPlanStepRequest {
361
+ recoveryPlanArn: string | undefined;
362
+ stepName: string | undefined;
363
+ stepOrder?: number | undefined;
364
+ configuration: RecoveryPlanStepConfiguration | undefined;
365
+ clientToken?: string | undefined;
366
+ }
367
+ export interface RecoveryPlanStep {
368
+ recoveryPlanStepArn: string | undefined;
369
+ stepOrder: number | undefined;
370
+ stepName: string | undefined;
371
+ configuration: RecoveryPlanStepConfiguration | undefined;
372
+ createdAt: string | undefined;
373
+ updatedAt: string | undefined;
374
+ }
375
+ export interface CreateRecoveryPlanStepResponse {
376
+ recoveryPlanStep: RecoveryPlanStep | undefined;
377
+ }
281
378
  export interface PITPolicyRule {
282
379
  ruleID?: number | undefined;
283
380
  units: PITPolicyRuleUnits | undefined;
@@ -348,6 +445,24 @@ export interface DeleteLaunchConfigurationTemplateResponse {}
348
445
  export interface DeleteRecoveryInstanceRequest {
349
446
  recoveryInstanceID: string | undefined;
350
447
  }
448
+ export interface DeleteRecoveryPlanRequest {
449
+ recoveryPlanArn: string | undefined;
450
+ }
451
+ export interface DeleteRecoveryPlanResponse {
452
+ recoveryPlanArn: string | undefined;
453
+ }
454
+ export interface DeleteRecoveryPlanExecutionRequest {
455
+ recoveryPlanExecutionArn: string | undefined;
456
+ }
457
+ export interface DeleteRecoveryPlanExecutionResponse {
458
+ recoveryPlanExecutionArn: string | undefined;
459
+ }
460
+ export interface DeleteRecoveryPlanStepRequest {
461
+ recoveryPlanStepArn: string | undefined;
462
+ }
463
+ export interface DeleteRecoveryPlanStepResponse {
464
+ recoveryPlanStepArn: string | undefined;
465
+ }
351
466
  export interface DeleteReplicationConfigurationTemplateRequest {
352
467
  replicationConfigurationTemplateID: string | undefined;
353
468
  }
@@ -599,6 +714,75 @@ export interface DisconnectRecoveryInstanceRequest {
599
714
  export interface DisconnectSourceServerRequest {
600
715
  sourceServerID: string | undefined;
601
716
  }
717
+ export interface GetRecoveryPlanRequest {
718
+ recoveryPlanArn: string | undefined;
719
+ }
720
+ export interface GetRecoveryPlanResponse {
721
+ recoveryPlan: RecoveryPlan | undefined;
722
+ }
723
+ export interface GetRecoveryPlanExecutionRequest {
724
+ recoveryPlanExecutionArn: string | undefined;
725
+ }
726
+ export interface GetRecoveryPlanExecutionResponse {
727
+ recoveryPlanExecution: RecoveryPlanExecution | undefined;
728
+ }
729
+ export interface GetRecoveryPlanExecutionStepRequest {
730
+ recoveryPlanExecutionStepArn: string | undefined;
731
+ }
732
+ export interface RecoveryPlanExecutionServer {
733
+ serverArn: string | undefined;
734
+ impactLevel?: RecoveryPlanServerImpactLevel | undefined;
735
+ jobID?: string | undefined;
736
+ }
737
+ export interface ExecutionServerStepConfiguration {
738
+ servers: RecoveryPlanExecutionServer[] | undefined;
739
+ }
740
+ export type RecoveryPlanExecutionStepConfiguration =
741
+ | RecoveryPlanExecutionStepConfiguration.ExecutionServerStepConfigurationMember
742
+ | RecoveryPlanExecutionStepConfiguration.WaitStepConfigurationMember
743
+ | RecoveryPlanExecutionStepConfiguration.$UnknownMember;
744
+ export declare namespace RecoveryPlanExecutionStepConfiguration {
745
+ interface ExecutionServerStepConfigurationMember {
746
+ executionServerStepConfiguration: ExecutionServerStepConfiguration;
747
+ waitStepConfiguration?: never;
748
+ $unknown?: never;
749
+ }
750
+ interface WaitStepConfigurationMember {
751
+ executionServerStepConfiguration?: never;
752
+ waitStepConfiguration: WaitStepConfiguration;
753
+ $unknown?: never;
754
+ }
755
+ interface $UnknownMember {
756
+ executionServerStepConfiguration?: never;
757
+ waitStepConfiguration?: never;
758
+ $unknown: [string, any];
759
+ }
760
+ interface Visitor<T> {
761
+ executionServerStepConfiguration: (value: ExecutionServerStepConfiguration) => T;
762
+ waitStepConfiguration: (value: WaitStepConfiguration) => T;
763
+ _: (name: string, value: any) => T;
764
+ }
765
+ }
766
+ export interface RecoveryPlanExecutionStep {
767
+ recoveryPlanExecutionStepArn: string | undefined;
768
+ stepIndex: number | undefined;
769
+ status: RecoveryPlanExecutionStepStatus | undefined;
770
+ stepName: string | undefined;
771
+ configuration: RecoveryPlanExecutionStepConfiguration | undefined;
772
+ errorDetail?: ErrorDetail | undefined;
773
+ attempt: number | undefined;
774
+ createdAt: string | undefined;
775
+ updatedAt: string | undefined;
776
+ }
777
+ export interface GetRecoveryPlanExecutionStepResponse {
778
+ recoveryPlanExecutionStep: RecoveryPlanExecutionStep | undefined;
779
+ }
780
+ export interface GetRecoveryPlanStepRequest {
781
+ recoveryPlanStepArn: string | undefined;
782
+ }
783
+ export interface GetRecoveryPlanStepResponse {
784
+ recoveryPlanStep: RecoveryPlanStep | undefined;
785
+ }
602
786
  export interface InitializeServiceRequest {}
603
787
  export interface InitializeServiceResponse {}
604
788
  export interface UpdateLaunchConfigurationTemplateRequest {
@@ -643,6 +827,69 @@ export interface ListLaunchActionsResponse {
643
827
  items?: LaunchAction[] | undefined;
644
828
  nextToken?: string | undefined;
645
829
  }
830
+ export interface ListRecoveryPlanExecutionsRequest {
831
+ recoveryPlanArn?: string | undefined;
832
+ status?: RecoveryPlanExecutionStatus | undefined;
833
+ maxResults?: number | undefined;
834
+ nextToken?: string | undefined;
835
+ }
836
+ export interface RecoveryPlanExecutionSummary {
837
+ recoveryPlanExecutionArn: string | undefined;
838
+ recoveryPlanArn: string | undefined;
839
+ mode: RecoveryPlanExecutionMode | undefined;
840
+ status: RecoveryPlanExecutionStatus | undefined;
841
+ startedAt: string | undefined;
842
+ errorDetail?: ErrorDetail | undefined;
843
+ }
844
+ export interface ListRecoveryPlanExecutionsResponse {
845
+ recoveryPlanExecutions: RecoveryPlanExecutionSummary[] | undefined;
846
+ nextToken?: string | undefined;
847
+ }
848
+ export interface ListRecoveryPlanExecutionStepsFilter {
849
+ status?: RecoveryPlanExecutionStepStatus | undefined;
850
+ }
851
+ export interface ListRecoveryPlanExecutionStepsRequest {
852
+ recoveryPlanExecutionArn: string | undefined;
853
+ filter?: ListRecoveryPlanExecutionStepsFilter | undefined;
854
+ maxResults?: number | undefined;
855
+ nextToken?: string | undefined;
856
+ }
857
+ export interface RecoveryPlanExecutionStepSummary {
858
+ recoveryPlanExecutionStepArn: string | undefined;
859
+ stepName: string | undefined;
860
+ stepIndex: number | undefined;
861
+ status: RecoveryPlanExecutionStepStatus | undefined;
862
+ configuration: RecoveryPlanExecutionStepConfiguration | undefined;
863
+ errorDetail?: ErrorDetail | undefined;
864
+ }
865
+ export interface ListRecoveryPlanExecutionStepsResponse {
866
+ recoveryPlanExecutionSteps: RecoveryPlanExecutionStepSummary[] | undefined;
867
+ nextToken?: string | undefined;
868
+ }
869
+ export interface ListRecoveryPlansRequest {
870
+ maxResults?: number | undefined;
871
+ nextToken?: string | undefined;
872
+ }
873
+ export interface RecoveryPlanSummary {
874
+ recoveryPlanArn: string | undefined;
875
+ name: string | undefined;
876
+ status: RecoveryPlanStatus | undefined;
877
+ createdAt: string | undefined;
878
+ updatedAt: string | undefined;
879
+ }
880
+ export interface ListRecoveryPlansResponse {
881
+ recoveryPlans: RecoveryPlanSummary[] | undefined;
882
+ nextToken?: string | undefined;
883
+ }
884
+ export interface ListRecoveryPlanStepsRequest {
885
+ recoveryPlanArn: string | undefined;
886
+ maxResults?: number | undefined;
887
+ nextToken?: string | undefined;
888
+ }
889
+ export interface ListRecoveryPlanStepsResponse {
890
+ recoveryPlanSteps: RecoveryPlanStep[] | undefined;
891
+ nextToken?: string | undefined;
892
+ }
646
893
  export interface ListStagingAccountsRequest {
647
894
  maxResults?: number | undefined;
648
895
  nextToken?: string | undefined;
@@ -723,6 +970,27 @@ export interface UpdateFailbackReplicationConfigurationRequest {
723
970
  usePrivateIP?: boolean | undefined;
724
971
  internetProtocol?: InternetProtocol | undefined;
725
972
  }
973
+ export interface RecoveryPlanExecutionSourceServer {
974
+ sourceServerID: string | undefined;
975
+ recoverySnapshotID: string | undefined;
976
+ }
977
+ export interface StartRecoveryPlanExecutionRequest {
978
+ recoveryPlanArn: string | undefined;
979
+ mode: RecoveryPlanExecutionMode | undefined;
980
+ clientToken?: string | undefined;
981
+ sourceServers?: RecoveryPlanExecutionSourceServer[] | undefined;
982
+ tags?: Record<string, string> | undefined;
983
+ }
984
+ export interface StartRecoveryPlanExecutionResponse {
985
+ recoveryPlanExecution: RecoveryPlanExecution | undefined;
986
+ }
987
+ export interface ReorderRecoveryPlanStepsRequest {
988
+ recoveryPlanArn: string | undefined;
989
+ orderedStepArns: string[] | undefined;
990
+ }
991
+ export interface ReorderRecoveryPlanStepsResponse {
992
+ recoveryPlanSteps: RecoveryPlanStep[] | undefined;
993
+ }
726
994
  export interface UpdateReplicationConfigurationTemplateRequest {
727
995
  replicationConfigurationTemplateID: string | undefined;
728
996
  arn?: string | undefined;
@@ -742,6 +1010,12 @@ export interface UpdateReplicationConfigurationTemplateRequest {
742
1010
  autoReplicateNewDisks?: boolean | undefined;
743
1011
  internetProtocol?: InternetProtocol | undefined;
744
1012
  }
1013
+ export interface RetryRecoveryPlanExecutionStepRequest {
1014
+ recoveryPlanExecutionStepArn: string | undefined;
1015
+ }
1016
+ export interface RetryRecoveryPlanExecutionStepResponse {
1017
+ recoveryPlanExecutionStep: RecoveryPlanExecutionStep | undefined;
1018
+ }
745
1019
  export interface ExportSourceNetworkCfnTemplateRequest {
746
1020
  sourceNetworkID: string | undefined;
747
1021
  }
@@ -889,3 +1163,28 @@ export interface UntagResourceRequest {
889
1163
  resourceArn: string | undefined;
890
1164
  tagKeys: string[] | undefined;
891
1165
  }
1166
+ export interface UpdateRecoveryPlanRequest {
1167
+ recoveryPlanArn: string | undefined;
1168
+ name?: string | undefined;
1169
+ description?: string | undefined;
1170
+ }
1171
+ export interface UpdateRecoveryPlanResponse {
1172
+ recoveryPlan: RecoveryPlan | undefined;
1173
+ }
1174
+ export interface UpdateRecoveryPlanExecutionStepRequest {
1175
+ recoveryPlanExecutionStepArn: string | undefined;
1176
+ status?: RecoveryPlanExecutionStepStatus | undefined;
1177
+ servers?: RecoveryPlanServer[] | undefined;
1178
+ waitDurationMinutes?: number | undefined;
1179
+ }
1180
+ export interface UpdateRecoveryPlanExecutionStepResponse {
1181
+ recoveryPlanExecutionStep: RecoveryPlanExecutionStep | undefined;
1182
+ }
1183
+ export interface UpdateRecoveryPlanStepRequest {
1184
+ recoveryPlanStepArn: string | undefined;
1185
+ stepName?: string | undefined;
1186
+ configuration?: RecoveryPlanStepConfiguration | undefined;
1187
+ }
1188
+ export interface UpdateRecoveryPlanStepResponse {
1189
+ recoveryPlanStep: RecoveryPlanStep | undefined;
1190
+ }
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListRecoveryPlanExecutionStepsCommandInput,
4
+ ListRecoveryPlanExecutionStepsCommandOutput,
5
+ } from "../commands/ListRecoveryPlanExecutionStepsCommand";
6
+ import { DrsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListRecoveryPlanExecutionSteps: (
8
+ config: DrsPaginationConfiguration,
9
+ input: ListRecoveryPlanExecutionStepsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListRecoveryPlanExecutionStepsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListRecoveryPlanExecutionsCommandInput,
4
+ ListRecoveryPlanExecutionsCommandOutput,
5
+ } from "../commands/ListRecoveryPlanExecutionsCommand";
6
+ import { DrsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListRecoveryPlanExecutions: (
8
+ config: DrsPaginationConfiguration,
9
+ input: ListRecoveryPlanExecutionsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListRecoveryPlanExecutionsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListRecoveryPlanStepsCommandInput,
4
+ ListRecoveryPlanStepsCommandOutput,
5
+ } from "../commands/ListRecoveryPlanStepsCommand";
6
+ import { DrsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListRecoveryPlanSteps: (
8
+ config: DrsPaginationConfiguration,
9
+ input: ListRecoveryPlanStepsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListRecoveryPlanStepsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListRecoveryPlansCommandInput,
4
+ ListRecoveryPlansCommandOutput,
5
+ } from "../commands/ListRecoveryPlansCommand";
6
+ import { DrsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListRecoveryPlans: (
8
+ config: DrsPaginationConfiguration,
9
+ input: ListRecoveryPlansCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListRecoveryPlansCommandOutput>;
@@ -9,4 +9,8 @@ export * from "./DescribeSourceNetworksPaginator";
9
9
  export * from "./DescribeSourceServersPaginator";
10
10
  export * from "./ListExtensibleSourceServersPaginator";
11
11
  export * from "./ListLaunchActionsPaginator";
12
+ export * from "./ListRecoveryPlanExecutionsPaginator";
13
+ export * from "./ListRecoveryPlanExecutionStepsPaginator";
14
+ export * from "./ListRecoveryPlansPaginator";
15
+ export * from "./ListRecoveryPlanStepsPaginator";
12
16
  export * from "./ListStagingAccountsPaginator";
@@ -1,81 +1,30 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { DrsClientConfig } from "./DrsClient";
3
3
  export declare const getRuntimeConfig: (config: DrsClientConfig) => {
4
- runtime: string;
5
- defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/core/client").ResolvedDefaultsMode
7
- >;
8
- bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider:
10
- | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
12
- defaultUserAgentProvider: (
13
- config?: import("@aws-sdk/core/client").PreviouslyResolved,
14
- ) => Promise<import("@smithy/types").UserAgent>;
15
- maxAttempts: number | import("@smithy/types").Provider<number>;
16
- region: string | import("@smithy/types").Provider<any>;
17
- requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
18
- retryMode: string | import("@smithy/types").Provider<string>;
19
- streamCollector: (
20
- stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
21
- ) => Promise<Uint8Array>;
22
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
23
- (boolean | import("@smithy/types").Provider<boolean | undefined>);
24
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
25
- (boolean | import("@smithy/types").Provider<boolean | undefined>);
26
- cacheMiddleware?: boolean | undefined;
27
- protocol:
28
- | import("@smithy/types").ClientProtocol<any, any>
29
- | import("@smithy/types").ClientProtocolCtor<any, any>
30
- | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
31
- protocolSettings: {
32
- defaultNamespace?: string;
33
- [setting: string]: unknown;
34
- };
35
- apiVersion: string;
36
- sha256: import("@smithy/types").HashConstructor;
37
- urlParser: import("@smithy/types").UrlParser;
38
- base64Decoder: import("@smithy/types").Decoder;
39
- base64Encoder: (_input: Uint8Array | string) => string;
40
- utf8Decoder: import("@smithy/types").Decoder;
41
- utf8Encoder: (input: Uint8Array | string) => string;
42
- disableHostPrefix: boolean;
43
- serviceId: string;
44
- profile?: string;
45
- logger: import("@smithy/types").Logger;
46
- extensions: import("./runtimeExtensions").RuntimeExtension[];
47
- customUserAgent?: string | import("@smithy/types").UserAgent;
48
- userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
4
+ cacheMiddleware?: boolean;
50
5
  endpoint?:
51
6
  | ((
52
7
  | string
53
8
  | import("@smithy/types").Endpoint
54
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
55
9
  | import("@smithy/types").EndpointV2
10
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
56
11
  | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
57
12
  ) &
58
13
  (
59
14
  | string
60
- | import("@smithy/types").Provider<string>
61
15
  | import("@smithy/types").Endpoint
62
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
63
16
  | import("@smithy/types").EndpointV2
17
+ | import("@smithy/types").Provider<string>
18
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
64
19
  | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
65
20
  ))
66
21
  | undefined;
67
- endpointProvider: (
68
- endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
69
- context?: {
70
- logger?: import("@smithy/types").Logger;
71
- },
72
- ) => import("@smithy/types").EndpointV2;
73
22
  tls?: boolean;
74
23
  ignoreConfiguredEndpointUrls?: boolean;
75
24
  serviceConfiguredEndpoint?: never;
76
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
77
- httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
78
- httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DrsHttpAuthSchemeProvider;
25
+ customUserAgent?: string | import("@smithy/types").UserAgent;
26
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
27
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
79
28
  credentials?:
80
29
  | import("@smithy/types").AwsCredentialIdentity
81
30
  | import("@smithy/types").AwsCredentialIdentityProvider;
@@ -92,4 +41,53 @@ export declare const getRuntimeConfig: (config: DrsClientConfig) => {
92
41
  import("@smithy/signature-v4").SignatureV4CryptoInit,
93
42
  ) => import("@smithy/types").RequestSigner;
94
43
  disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
44
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
45
+ apiVersion: string;
46
+ base64Decoder: import("@smithy/types").Decoder;
47
+ base64Encoder: (_input: Uint8Array | string) => string;
48
+ disableHostPrefix: boolean;
49
+ endpointProvider: (
50
+ params: import("./endpoint/EndpointParameters").EndpointParameters,
51
+ context?: {
52
+ logger?: import("@smithy/types").Logger;
53
+ },
54
+ ) => import("@smithy/types").EndpointV2;
55
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
56
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DrsHttpAuthSchemeProvider;
57
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
58
+ logger: import("@smithy/types").Logger;
59
+ protocol:
60
+ | import("@smithy/types").$ClientProtocol<any, any>
61
+ | import("@smithy/types").$ClientProtocolCtor<any, any>
62
+ | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
63
+ protocolSettings: {
64
+ [setting: string]: unknown;
65
+ defaultNamespace?: string;
66
+ };
67
+ serviceId: string;
68
+ sha256: import("@smithy/types").HashConstructor;
69
+ urlParser: import("@smithy/types").UrlParser;
70
+ utf8Decoder: import("@smithy/types").Decoder;
71
+ utf8Encoder: (input: Uint8Array | string) => string;
72
+ profile?: string;
73
+ runtime: string;
74
+ defaultsMode: import("@smithy/types").Provider<
75
+ import("@smithy/core/client").ResolvedDefaultsMode
76
+ >;
77
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
78
+ credentialDefaultProvider:
79
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
80
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
81
+ defaultUserAgentProvider: (
82
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
83
+ ) => Promise<import("@smithy/types").UserAgent>;
84
+ maxAttempts: number | import("@smithy/types").Provider<number>;
85
+ region: string | import("@smithy/types").Provider<any>;
86
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
87
+ retryMode: string | import("@smithy/types").Provider<string>;
88
+ streamCollector: (
89
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
90
+ ) => Promise<Uint8Array>;
91
+ useDualstackEndpoint: boolean | (() => Promise<boolean>);
92
+ useFipsEndpoint: boolean | (() => Promise<boolean>);
95
93
  };