@aws-sdk/client-backup 3.458.0 → 3.459.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.
- package/README.md +112 -0
- package/dist-cjs/Backup.js +28 -0
- package/dist-cjs/commands/CreateRestoreTestingPlanCommand.js +52 -0
- package/dist-cjs/commands/CreateRestoreTestingSelectionCommand.js +52 -0
- package/dist-cjs/commands/DeleteRestoreTestingPlanCommand.js +51 -0
- package/dist-cjs/commands/DeleteRestoreTestingSelectionCommand.js +51 -0
- package/dist-cjs/commands/GetRestoreJobMetadataCommand.js +52 -0
- package/dist-cjs/commands/GetRestoreTestingInferredMetadataCommand.js +51 -0
- package/dist-cjs/commands/GetRestoreTestingPlanCommand.js +51 -0
- package/dist-cjs/commands/GetRestoreTestingSelectionCommand.js +52 -0
- package/dist-cjs/commands/ListRestoreJobsByProtectedResourceCommand.js +51 -0
- package/dist-cjs/commands/ListRestoreTestingPlansCommand.js +51 -0
- package/dist-cjs/commands/ListRestoreTestingSelectionsCommand.js +51 -0
- package/dist-cjs/commands/PutRestoreValidationResultCommand.js +51 -0
- package/dist-cjs/commands/UpdateRestoreTestingPlanCommand.js +51 -0
- package/dist-cjs/commands/UpdateRestoreTestingSelectionCommand.js +52 -0
- package/dist-cjs/commands/index.js +14 -0
- package/dist-cjs/models/models_0.js +67 -1
- package/dist-cjs/pagination/ListRestoreJobsByProtectedResourcePaginator.js +29 -0
- package/dist-cjs/pagination/ListRestoreTestingPlansPaginator.js +29 -0
- package/dist-cjs/pagination/ListRestoreTestingSelectionsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1059 -71
- package/dist-es/Backup.js +28 -0
- package/dist-es/commands/CreateRestoreTestingPlanCommand.js +48 -0
- package/dist-es/commands/CreateRestoreTestingSelectionCommand.js +48 -0
- package/dist-es/commands/DeleteRestoreTestingPlanCommand.js +47 -0
- package/dist-es/commands/DeleteRestoreTestingSelectionCommand.js +47 -0
- package/dist-es/commands/GetRestoreJobMetadataCommand.js +48 -0
- package/dist-es/commands/GetRestoreTestingInferredMetadataCommand.js +47 -0
- package/dist-es/commands/GetRestoreTestingPlanCommand.js +47 -0
- package/dist-es/commands/GetRestoreTestingSelectionCommand.js +48 -0
- package/dist-es/commands/ListRestoreJobsByProtectedResourceCommand.js +47 -0
- package/dist-es/commands/ListRestoreTestingPlansCommand.js +47 -0
- package/dist-es/commands/ListRestoreTestingSelectionsCommand.js +47 -0
- package/dist-es/commands/PutRestoreValidationResultCommand.js +47 -0
- package/dist-es/commands/UpdateRestoreTestingPlanCommand.js +47 -0
- package/dist-es/commands/UpdateRestoreTestingSelectionCommand.js +48 -0
- package/dist-es/commands/index.js +14 -0
- package/dist-es/models/models_0.js +57 -0
- package/dist-es/pagination/ListRestoreJobsByProtectedResourcePaginator.js +25 -0
- package/dist-es/pagination/ListRestoreTestingPlansPaginator.js +25 -0
- package/dist-es/pagination/ListRestoreTestingSelectionsPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +1023 -63
- package/dist-types/Backup.d.ts +98 -0
- package/dist-types/BackupClient.d.ts +16 -2
- package/dist-types/commands/CreateBackupPlanCommand.d.ts +2 -0
- package/dist-types/commands/CreateRestoreTestingPlanCommand.d.ts +122 -0
- package/dist-types/commands/CreateRestoreTestingSelectionCommand.d.ts +146 -0
- package/dist-types/commands/DeleteRestoreTestingPlanCommand.d.ts +80 -0
- package/dist-types/commands/DeleteRestoreTestingSelectionCommand.d.ts +81 -0
- package/dist-types/commands/DescribeBackupJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeProtectedResourceCommand.d.ts +5 -0
- package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRestoreJobCommand.d.ts +8 -0
- package/dist-types/commands/GetBackupPlanCommand.d.ts +2 -0
- package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +2 -0
- package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +1 -0
- package/dist-types/commands/GetRestoreJobMetadataCommand.d.ts +89 -0
- package/dist-types/commands/GetRestoreTestingInferredMetadataCommand.d.ts +93 -0
- package/dist-types/commands/GetRestoreTestingPlanCommand.d.ts +104 -0
- package/dist-types/commands/GetRestoreTestingSelectionCommand.d.ts +109 -0
- package/dist-types/commands/ListBackupJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListProtectedResourcesByBackupVaultCommand.d.ts +2 -0
- package/dist-types/commands/ListProtectedResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +1 -0
- package/dist-types/commands/ListRestoreJobsByProtectedResourceCommand.d.ts +120 -0
- package/dist-types/commands/ListRestoreJobsCommand.d.ts +9 -0
- package/dist-types/commands/ListRestoreTestingPlansCommand.d.ts +93 -0
- package/dist-types/commands/ListRestoreTestingSelectionsCommand.d.ts +96 -0
- package/dist-types/commands/PutRestoreValidationResultCommand.d.ts +94 -0
- package/dist-types/commands/StartBackupJobCommand.d.ts +1 -0
- package/dist-types/commands/StartCopyJobCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBackupPlanCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRestoreTestingPlanCommand.d.ts +142 -0
- package/dist-types/commands/UpdateRestoreTestingSelectionCommand.d.ts +126 -0
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/models/models_0.d.ts +1481 -78
- package/dist-types/pagination/ListRestoreJobsByProtectedResourcePaginator.d.ts +7 -0
- package/dist-types/pagination/ListRestoreTestingPlansPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRestoreTestingSelectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
- package/dist-types/ts3.4/Backup.d.ts +250 -0
- package/dist-types/ts3.4/BackupClient.d.ts +86 -2
- package/dist-types/ts3.4/commands/CreateRestoreTestingPlanCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateRestoreTestingSelectionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteRestoreTestingPlanCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteRestoreTestingSelectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetRestoreJobMetadataCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetRestoreTestingInferredMetadataCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetRestoreTestingPlanCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetRestoreTestingSelectionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRestoreJobsByProtectedResourceCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRestoreTestingPlansCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRestoreTestingSelectionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutRestoreValidationResultCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateRestoreTestingPlanCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateRestoreTestingSelectionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/models/models_0.d.ts +276 -0
- package/dist-types/ts3.4/pagination/ListRestoreJobsByProtectedResourcePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRestoreTestingPlansPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRestoreTestingSelectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
- package/package.json +1 -1
|
@@ -35,6 +35,14 @@ import {
|
|
|
35
35
|
CreateReportPlanCommandInput,
|
|
36
36
|
CreateReportPlanCommandOutput,
|
|
37
37
|
} from "../commands/CreateReportPlanCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateRestoreTestingPlanCommandInput,
|
|
40
|
+
CreateRestoreTestingPlanCommandOutput,
|
|
41
|
+
} from "../commands/CreateRestoreTestingPlanCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateRestoreTestingSelectionCommandInput,
|
|
44
|
+
CreateRestoreTestingSelectionCommandOutput,
|
|
45
|
+
} from "../commands/CreateRestoreTestingSelectionCommand";
|
|
38
46
|
import {
|
|
39
47
|
DeleteBackupPlanCommandInput,
|
|
40
48
|
DeleteBackupPlanCommandOutput,
|
|
@@ -71,6 +79,14 @@ import {
|
|
|
71
79
|
DeleteReportPlanCommandInput,
|
|
72
80
|
DeleteReportPlanCommandOutput,
|
|
73
81
|
} from "../commands/DeleteReportPlanCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteRestoreTestingPlanCommandInput,
|
|
84
|
+
DeleteRestoreTestingPlanCommandOutput,
|
|
85
|
+
} from "../commands/DeleteRestoreTestingPlanCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteRestoreTestingSelectionCommandInput,
|
|
88
|
+
DeleteRestoreTestingSelectionCommandOutput,
|
|
89
|
+
} from "../commands/DeleteRestoreTestingSelectionCommand";
|
|
74
90
|
import {
|
|
75
91
|
DescribeBackupJobCommandInput,
|
|
76
92
|
DescribeBackupJobCommandOutput,
|
|
@@ -159,6 +175,22 @@ import {
|
|
|
159
175
|
GetRecoveryPointRestoreMetadataCommandInput,
|
|
160
176
|
GetRecoveryPointRestoreMetadataCommandOutput,
|
|
161
177
|
} from "../commands/GetRecoveryPointRestoreMetadataCommand";
|
|
178
|
+
import {
|
|
179
|
+
GetRestoreJobMetadataCommandInput,
|
|
180
|
+
GetRestoreJobMetadataCommandOutput,
|
|
181
|
+
} from "../commands/GetRestoreJobMetadataCommand";
|
|
182
|
+
import {
|
|
183
|
+
GetRestoreTestingInferredMetadataCommandInput,
|
|
184
|
+
GetRestoreTestingInferredMetadataCommandOutput,
|
|
185
|
+
} from "../commands/GetRestoreTestingInferredMetadataCommand";
|
|
186
|
+
import {
|
|
187
|
+
GetRestoreTestingPlanCommandInput,
|
|
188
|
+
GetRestoreTestingPlanCommandOutput,
|
|
189
|
+
} from "../commands/GetRestoreTestingPlanCommand";
|
|
190
|
+
import {
|
|
191
|
+
GetRestoreTestingSelectionCommandInput,
|
|
192
|
+
GetRestoreTestingSelectionCommandOutput,
|
|
193
|
+
} from "../commands/GetRestoreTestingSelectionCommand";
|
|
162
194
|
import {
|
|
163
195
|
GetSupportedResourceTypesCommandInput,
|
|
164
196
|
GetSupportedResourceTypesCommandOutput,
|
|
@@ -235,6 +267,10 @@ import {
|
|
|
235
267
|
ListReportPlansCommandInput,
|
|
236
268
|
ListReportPlansCommandOutput,
|
|
237
269
|
} from "../commands/ListReportPlansCommand";
|
|
270
|
+
import {
|
|
271
|
+
ListRestoreJobsByProtectedResourceCommandInput,
|
|
272
|
+
ListRestoreJobsByProtectedResourceCommandOutput,
|
|
273
|
+
} from "../commands/ListRestoreJobsByProtectedResourceCommand";
|
|
238
274
|
import {
|
|
239
275
|
ListRestoreJobsCommandInput,
|
|
240
276
|
ListRestoreJobsCommandOutput,
|
|
@@ -243,6 +279,14 @@ import {
|
|
|
243
279
|
ListRestoreJobSummariesCommandInput,
|
|
244
280
|
ListRestoreJobSummariesCommandOutput,
|
|
245
281
|
} from "../commands/ListRestoreJobSummariesCommand";
|
|
282
|
+
import {
|
|
283
|
+
ListRestoreTestingPlansCommandInput,
|
|
284
|
+
ListRestoreTestingPlansCommandOutput,
|
|
285
|
+
} from "../commands/ListRestoreTestingPlansCommand";
|
|
286
|
+
import {
|
|
287
|
+
ListRestoreTestingSelectionsCommandInput,
|
|
288
|
+
ListRestoreTestingSelectionsCommandOutput,
|
|
289
|
+
} from "../commands/ListRestoreTestingSelectionsCommand";
|
|
246
290
|
import {
|
|
247
291
|
ListTagsCommandInput,
|
|
248
292
|
ListTagsCommandOutput,
|
|
@@ -259,6 +303,10 @@ import {
|
|
|
259
303
|
PutBackupVaultNotificationsCommandInput,
|
|
260
304
|
PutBackupVaultNotificationsCommandOutput,
|
|
261
305
|
} from "../commands/PutBackupVaultNotificationsCommand";
|
|
306
|
+
import {
|
|
307
|
+
PutRestoreValidationResultCommandInput,
|
|
308
|
+
PutRestoreValidationResultCommandOutput,
|
|
309
|
+
} from "../commands/PutRestoreValidationResultCommand";
|
|
262
310
|
import {
|
|
263
311
|
StartBackupJobCommandInput,
|
|
264
312
|
StartBackupJobCommandOutput,
|
|
@@ -311,6 +359,14 @@ import {
|
|
|
311
359
|
UpdateReportPlanCommandInput,
|
|
312
360
|
UpdateReportPlanCommandOutput,
|
|
313
361
|
} from "../commands/UpdateReportPlanCommand";
|
|
362
|
+
import {
|
|
363
|
+
UpdateRestoreTestingPlanCommandInput,
|
|
364
|
+
UpdateRestoreTestingPlanCommandOutput,
|
|
365
|
+
} from "../commands/UpdateRestoreTestingPlanCommand";
|
|
366
|
+
import {
|
|
367
|
+
UpdateRestoreTestingSelectionCommandInput,
|
|
368
|
+
UpdateRestoreTestingSelectionCommandOutput,
|
|
369
|
+
} from "../commands/UpdateRestoreTestingSelectionCommand";
|
|
314
370
|
export declare const se_CancelLegalHoldCommand: (
|
|
315
371
|
input: CancelLegalHoldCommandInput,
|
|
316
372
|
context: __SerdeContext
|
|
@@ -343,6 +399,14 @@ export declare const se_CreateReportPlanCommand: (
|
|
|
343
399
|
input: CreateReportPlanCommandInput,
|
|
344
400
|
context: __SerdeContext
|
|
345
401
|
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const se_CreateRestoreTestingPlanCommand: (
|
|
403
|
+
input: CreateRestoreTestingPlanCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const se_CreateRestoreTestingSelectionCommand: (
|
|
407
|
+
input: CreateRestoreTestingSelectionCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
346
410
|
export declare const se_DeleteBackupPlanCommand: (
|
|
347
411
|
input: DeleteBackupPlanCommandInput,
|
|
348
412
|
context: __SerdeContext
|
|
@@ -379,6 +443,14 @@ export declare const se_DeleteReportPlanCommand: (
|
|
|
379
443
|
input: DeleteReportPlanCommandInput,
|
|
380
444
|
context: __SerdeContext
|
|
381
445
|
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const se_DeleteRestoreTestingPlanCommand: (
|
|
447
|
+
input: DeleteRestoreTestingPlanCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const se_DeleteRestoreTestingSelectionCommand: (
|
|
451
|
+
input: DeleteRestoreTestingSelectionCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
382
454
|
export declare const se_DescribeBackupJobCommand: (
|
|
383
455
|
input: DescribeBackupJobCommandInput,
|
|
384
456
|
context: __SerdeContext
|
|
@@ -467,6 +539,22 @@ export declare const se_GetRecoveryPointRestoreMetadataCommand: (
|
|
|
467
539
|
input: GetRecoveryPointRestoreMetadataCommandInput,
|
|
468
540
|
context: __SerdeContext
|
|
469
541
|
) => Promise<__HttpRequest>;
|
|
542
|
+
export declare const se_GetRestoreJobMetadataCommand: (
|
|
543
|
+
input: GetRestoreJobMetadataCommandInput,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<__HttpRequest>;
|
|
546
|
+
export declare const se_GetRestoreTestingInferredMetadataCommand: (
|
|
547
|
+
input: GetRestoreTestingInferredMetadataCommandInput,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<__HttpRequest>;
|
|
550
|
+
export declare const se_GetRestoreTestingPlanCommand: (
|
|
551
|
+
input: GetRestoreTestingPlanCommandInput,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<__HttpRequest>;
|
|
554
|
+
export declare const se_GetRestoreTestingSelectionCommand: (
|
|
555
|
+
input: GetRestoreTestingSelectionCommandInput,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<__HttpRequest>;
|
|
470
558
|
export declare const se_GetSupportedResourceTypesCommand: (
|
|
471
559
|
input: GetSupportedResourceTypesCommandInput,
|
|
472
560
|
context: __SerdeContext
|
|
@@ -547,10 +635,22 @@ export declare const se_ListRestoreJobsCommand: (
|
|
|
547
635
|
input: ListRestoreJobsCommandInput,
|
|
548
636
|
context: __SerdeContext
|
|
549
637
|
) => Promise<__HttpRequest>;
|
|
638
|
+
export declare const se_ListRestoreJobsByProtectedResourceCommand: (
|
|
639
|
+
input: ListRestoreJobsByProtectedResourceCommandInput,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<__HttpRequest>;
|
|
550
642
|
export declare const se_ListRestoreJobSummariesCommand: (
|
|
551
643
|
input: ListRestoreJobSummariesCommandInput,
|
|
552
644
|
context: __SerdeContext
|
|
553
645
|
) => Promise<__HttpRequest>;
|
|
646
|
+
export declare const se_ListRestoreTestingPlansCommand: (
|
|
647
|
+
input: ListRestoreTestingPlansCommandInput,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<__HttpRequest>;
|
|
650
|
+
export declare const se_ListRestoreTestingSelectionsCommand: (
|
|
651
|
+
input: ListRestoreTestingSelectionsCommandInput,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<__HttpRequest>;
|
|
554
654
|
export declare const se_ListTagsCommand: (
|
|
555
655
|
input: ListTagsCommandInput,
|
|
556
656
|
context: __SerdeContext
|
|
@@ -567,6 +667,10 @@ export declare const se_PutBackupVaultNotificationsCommand: (
|
|
|
567
667
|
input: PutBackupVaultNotificationsCommandInput,
|
|
568
668
|
context: __SerdeContext
|
|
569
669
|
) => Promise<__HttpRequest>;
|
|
670
|
+
export declare const se_PutRestoreValidationResultCommand: (
|
|
671
|
+
input: PutRestoreValidationResultCommandInput,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<__HttpRequest>;
|
|
570
674
|
export declare const se_StartBackupJobCommand: (
|
|
571
675
|
input: StartBackupJobCommandInput,
|
|
572
676
|
context: __SerdeContext
|
|
@@ -619,6 +723,14 @@ export declare const se_UpdateReportPlanCommand: (
|
|
|
619
723
|
input: UpdateReportPlanCommandInput,
|
|
620
724
|
context: __SerdeContext
|
|
621
725
|
) => Promise<__HttpRequest>;
|
|
726
|
+
export declare const se_UpdateRestoreTestingPlanCommand: (
|
|
727
|
+
input: UpdateRestoreTestingPlanCommandInput,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<__HttpRequest>;
|
|
730
|
+
export declare const se_UpdateRestoreTestingSelectionCommand: (
|
|
731
|
+
input: UpdateRestoreTestingSelectionCommandInput,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<__HttpRequest>;
|
|
622
734
|
export declare const de_CancelLegalHoldCommand: (
|
|
623
735
|
output: __HttpResponse,
|
|
624
736
|
context: __SerdeContext
|
|
@@ -651,6 +763,14 @@ export declare const de_CreateReportPlanCommand: (
|
|
|
651
763
|
output: __HttpResponse,
|
|
652
764
|
context: __SerdeContext
|
|
653
765
|
) => Promise<CreateReportPlanCommandOutput>;
|
|
766
|
+
export declare const de_CreateRestoreTestingPlanCommand: (
|
|
767
|
+
output: __HttpResponse,
|
|
768
|
+
context: __SerdeContext
|
|
769
|
+
) => Promise<CreateRestoreTestingPlanCommandOutput>;
|
|
770
|
+
export declare const de_CreateRestoreTestingSelectionCommand: (
|
|
771
|
+
output: __HttpResponse,
|
|
772
|
+
context: __SerdeContext
|
|
773
|
+
) => Promise<CreateRestoreTestingSelectionCommandOutput>;
|
|
654
774
|
export declare const de_DeleteBackupPlanCommand: (
|
|
655
775
|
output: __HttpResponse,
|
|
656
776
|
context: __SerdeContext
|
|
@@ -687,6 +807,14 @@ export declare const de_DeleteReportPlanCommand: (
|
|
|
687
807
|
output: __HttpResponse,
|
|
688
808
|
context: __SerdeContext
|
|
689
809
|
) => Promise<DeleteReportPlanCommandOutput>;
|
|
810
|
+
export declare const de_DeleteRestoreTestingPlanCommand: (
|
|
811
|
+
output: __HttpResponse,
|
|
812
|
+
context: __SerdeContext
|
|
813
|
+
) => Promise<DeleteRestoreTestingPlanCommandOutput>;
|
|
814
|
+
export declare const de_DeleteRestoreTestingSelectionCommand: (
|
|
815
|
+
output: __HttpResponse,
|
|
816
|
+
context: __SerdeContext
|
|
817
|
+
) => Promise<DeleteRestoreTestingSelectionCommandOutput>;
|
|
690
818
|
export declare const de_DescribeBackupJobCommand: (
|
|
691
819
|
output: __HttpResponse,
|
|
692
820
|
context: __SerdeContext
|
|
@@ -775,6 +903,22 @@ export declare const de_GetRecoveryPointRestoreMetadataCommand: (
|
|
|
775
903
|
output: __HttpResponse,
|
|
776
904
|
context: __SerdeContext
|
|
777
905
|
) => Promise<GetRecoveryPointRestoreMetadataCommandOutput>;
|
|
906
|
+
export declare const de_GetRestoreJobMetadataCommand: (
|
|
907
|
+
output: __HttpResponse,
|
|
908
|
+
context: __SerdeContext
|
|
909
|
+
) => Promise<GetRestoreJobMetadataCommandOutput>;
|
|
910
|
+
export declare const de_GetRestoreTestingInferredMetadataCommand: (
|
|
911
|
+
output: __HttpResponse,
|
|
912
|
+
context: __SerdeContext
|
|
913
|
+
) => Promise<GetRestoreTestingInferredMetadataCommandOutput>;
|
|
914
|
+
export declare const de_GetRestoreTestingPlanCommand: (
|
|
915
|
+
output: __HttpResponse,
|
|
916
|
+
context: __SerdeContext
|
|
917
|
+
) => Promise<GetRestoreTestingPlanCommandOutput>;
|
|
918
|
+
export declare const de_GetRestoreTestingSelectionCommand: (
|
|
919
|
+
output: __HttpResponse,
|
|
920
|
+
context: __SerdeContext
|
|
921
|
+
) => Promise<GetRestoreTestingSelectionCommandOutput>;
|
|
778
922
|
export declare const de_GetSupportedResourceTypesCommand: (
|
|
779
923
|
output: __HttpResponse,
|
|
780
924
|
context: __SerdeContext
|
|
@@ -855,10 +999,22 @@ export declare const de_ListRestoreJobsCommand: (
|
|
|
855
999
|
output: __HttpResponse,
|
|
856
1000
|
context: __SerdeContext
|
|
857
1001
|
) => Promise<ListRestoreJobsCommandOutput>;
|
|
1002
|
+
export declare const de_ListRestoreJobsByProtectedResourceCommand: (
|
|
1003
|
+
output: __HttpResponse,
|
|
1004
|
+
context: __SerdeContext
|
|
1005
|
+
) => Promise<ListRestoreJobsByProtectedResourceCommandOutput>;
|
|
858
1006
|
export declare const de_ListRestoreJobSummariesCommand: (
|
|
859
1007
|
output: __HttpResponse,
|
|
860
1008
|
context: __SerdeContext
|
|
861
1009
|
) => Promise<ListRestoreJobSummariesCommandOutput>;
|
|
1010
|
+
export declare const de_ListRestoreTestingPlansCommand: (
|
|
1011
|
+
output: __HttpResponse,
|
|
1012
|
+
context: __SerdeContext
|
|
1013
|
+
) => Promise<ListRestoreTestingPlansCommandOutput>;
|
|
1014
|
+
export declare const de_ListRestoreTestingSelectionsCommand: (
|
|
1015
|
+
output: __HttpResponse,
|
|
1016
|
+
context: __SerdeContext
|
|
1017
|
+
) => Promise<ListRestoreTestingSelectionsCommandOutput>;
|
|
862
1018
|
export declare const de_ListTagsCommand: (
|
|
863
1019
|
output: __HttpResponse,
|
|
864
1020
|
context: __SerdeContext
|
|
@@ -875,6 +1031,10 @@ export declare const de_PutBackupVaultNotificationsCommand: (
|
|
|
875
1031
|
output: __HttpResponse,
|
|
876
1032
|
context: __SerdeContext
|
|
877
1033
|
) => Promise<PutBackupVaultNotificationsCommandOutput>;
|
|
1034
|
+
export declare const de_PutRestoreValidationResultCommand: (
|
|
1035
|
+
output: __HttpResponse,
|
|
1036
|
+
context: __SerdeContext
|
|
1037
|
+
) => Promise<PutRestoreValidationResultCommandOutput>;
|
|
878
1038
|
export declare const de_StartBackupJobCommand: (
|
|
879
1039
|
output: __HttpResponse,
|
|
880
1040
|
context: __SerdeContext
|
|
@@ -927,3 +1087,11 @@ export declare const de_UpdateReportPlanCommand: (
|
|
|
927
1087
|
output: __HttpResponse,
|
|
928
1088
|
context: __SerdeContext
|
|
929
1089
|
) => Promise<UpdateReportPlanCommandOutput>;
|
|
1090
|
+
export declare const de_UpdateRestoreTestingPlanCommand: (
|
|
1091
|
+
output: __HttpResponse,
|
|
1092
|
+
context: __SerdeContext
|
|
1093
|
+
) => Promise<UpdateRestoreTestingPlanCommandOutput>;
|
|
1094
|
+
export declare const de_UpdateRestoreTestingSelectionCommand: (
|
|
1095
|
+
output: __HttpResponse,
|
|
1096
|
+
context: __SerdeContext
|
|
1097
|
+
) => Promise<UpdateRestoreTestingSelectionCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-backup",
|
|
3
3
|
"description": "AWS SDK for JavaScript Backup Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.459.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|