@aws-sdk/client-backup 3.458.0 → 3.460.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 (110) hide show
  1. package/README.md +112 -0
  2. package/dist-cjs/Backup.js +28 -0
  3. package/dist-cjs/commands/CreateRestoreTestingPlanCommand.js +52 -0
  4. package/dist-cjs/commands/CreateRestoreTestingSelectionCommand.js +52 -0
  5. package/dist-cjs/commands/DeleteRestoreTestingPlanCommand.js +51 -0
  6. package/dist-cjs/commands/DeleteRestoreTestingSelectionCommand.js +51 -0
  7. package/dist-cjs/commands/GetRestoreJobMetadataCommand.js +52 -0
  8. package/dist-cjs/commands/GetRestoreTestingInferredMetadataCommand.js +51 -0
  9. package/dist-cjs/commands/GetRestoreTestingPlanCommand.js +51 -0
  10. package/dist-cjs/commands/GetRestoreTestingSelectionCommand.js +52 -0
  11. package/dist-cjs/commands/ListRestoreJobsByProtectedResourceCommand.js +51 -0
  12. package/dist-cjs/commands/ListRestoreTestingPlansCommand.js +51 -0
  13. package/dist-cjs/commands/ListRestoreTestingSelectionsCommand.js +51 -0
  14. package/dist-cjs/commands/PutRestoreValidationResultCommand.js +51 -0
  15. package/dist-cjs/commands/UpdateRestoreTestingPlanCommand.js +51 -0
  16. package/dist-cjs/commands/UpdateRestoreTestingSelectionCommand.js +52 -0
  17. package/dist-cjs/commands/index.js +14 -0
  18. package/dist-cjs/models/models_0.js +67 -1
  19. package/dist-cjs/pagination/ListRestoreJobsByProtectedResourcePaginator.js +29 -0
  20. package/dist-cjs/pagination/ListRestoreTestingPlansPaginator.js +29 -0
  21. package/dist-cjs/pagination/ListRestoreTestingSelectionsPaginator.js +29 -0
  22. package/dist-cjs/pagination/index.js +3 -0
  23. package/dist-cjs/protocols/Aws_restJson1.js +1059 -71
  24. package/dist-es/Backup.js +28 -0
  25. package/dist-es/commands/CreateRestoreTestingPlanCommand.js +48 -0
  26. package/dist-es/commands/CreateRestoreTestingSelectionCommand.js +48 -0
  27. package/dist-es/commands/DeleteRestoreTestingPlanCommand.js +47 -0
  28. package/dist-es/commands/DeleteRestoreTestingSelectionCommand.js +47 -0
  29. package/dist-es/commands/GetRestoreJobMetadataCommand.js +48 -0
  30. package/dist-es/commands/GetRestoreTestingInferredMetadataCommand.js +47 -0
  31. package/dist-es/commands/GetRestoreTestingPlanCommand.js +47 -0
  32. package/dist-es/commands/GetRestoreTestingSelectionCommand.js +48 -0
  33. package/dist-es/commands/ListRestoreJobsByProtectedResourceCommand.js +47 -0
  34. package/dist-es/commands/ListRestoreTestingPlansCommand.js +47 -0
  35. package/dist-es/commands/ListRestoreTestingSelectionsCommand.js +47 -0
  36. package/dist-es/commands/PutRestoreValidationResultCommand.js +47 -0
  37. package/dist-es/commands/UpdateRestoreTestingPlanCommand.js +47 -0
  38. package/dist-es/commands/UpdateRestoreTestingSelectionCommand.js +48 -0
  39. package/dist-es/commands/index.js +14 -0
  40. package/dist-es/models/models_0.js +57 -0
  41. package/dist-es/pagination/ListRestoreJobsByProtectedResourcePaginator.js +25 -0
  42. package/dist-es/pagination/ListRestoreTestingPlansPaginator.js +25 -0
  43. package/dist-es/pagination/ListRestoreTestingSelectionsPaginator.js +25 -0
  44. package/dist-es/pagination/index.js +3 -0
  45. package/dist-es/protocols/Aws_restJson1.js +1023 -63
  46. package/dist-types/Backup.d.ts +98 -0
  47. package/dist-types/BackupClient.d.ts +16 -2
  48. package/dist-types/commands/CreateBackupPlanCommand.d.ts +2 -0
  49. package/dist-types/commands/CreateRestoreTestingPlanCommand.d.ts +122 -0
  50. package/dist-types/commands/CreateRestoreTestingSelectionCommand.d.ts +146 -0
  51. package/dist-types/commands/DeleteRestoreTestingPlanCommand.d.ts +80 -0
  52. package/dist-types/commands/DeleteRestoreTestingSelectionCommand.d.ts +81 -0
  53. package/dist-types/commands/DescribeBackupJobCommand.d.ts +1 -0
  54. package/dist-types/commands/DescribeProtectedResourceCommand.d.ts +5 -0
  55. package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +1 -0
  56. package/dist-types/commands/DescribeRestoreJobCommand.d.ts +8 -0
  57. package/dist-types/commands/GetBackupPlanCommand.d.ts +2 -0
  58. package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +2 -0
  59. package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +2 -0
  60. package/dist-types/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +1 -0
  61. package/dist-types/commands/GetRestoreJobMetadataCommand.d.ts +89 -0
  62. package/dist-types/commands/GetRestoreTestingInferredMetadataCommand.d.ts +93 -0
  63. package/dist-types/commands/GetRestoreTestingPlanCommand.d.ts +104 -0
  64. package/dist-types/commands/GetRestoreTestingSelectionCommand.d.ts +109 -0
  65. package/dist-types/commands/ListBackupJobsCommand.d.ts +1 -0
  66. package/dist-types/commands/ListProtectedResourcesByBackupVaultCommand.d.ts +2 -0
  67. package/dist-types/commands/ListProtectedResourcesCommand.d.ts +2 -0
  68. package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +1 -0
  69. package/dist-types/commands/ListRestoreJobsByProtectedResourceCommand.d.ts +120 -0
  70. package/dist-types/commands/ListRestoreJobsCommand.d.ts +9 -0
  71. package/dist-types/commands/ListRestoreTestingPlansCommand.d.ts +93 -0
  72. package/dist-types/commands/ListRestoreTestingSelectionsCommand.d.ts +96 -0
  73. package/dist-types/commands/PutRestoreValidationResultCommand.d.ts +94 -0
  74. package/dist-types/commands/StartBackupJobCommand.d.ts +1 -0
  75. package/dist-types/commands/StartCopyJobCommand.d.ts +1 -0
  76. package/dist-types/commands/UpdateBackupPlanCommand.d.ts +2 -0
  77. package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +2 -0
  78. package/dist-types/commands/UpdateRestoreTestingPlanCommand.d.ts +142 -0
  79. package/dist-types/commands/UpdateRestoreTestingSelectionCommand.d.ts +126 -0
  80. package/dist-types/commands/index.d.ts +14 -0
  81. package/dist-types/models/models_0.d.ts +1481 -78
  82. package/dist-types/pagination/ListRestoreJobsByProtectedResourcePaginator.d.ts +7 -0
  83. package/dist-types/pagination/ListRestoreTestingPlansPaginator.d.ts +7 -0
  84. package/dist-types/pagination/ListRestoreTestingSelectionsPaginator.d.ts +7 -0
  85. package/dist-types/pagination/index.d.ts +3 -0
  86. package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
  87. package/dist-types/ts3.4/Backup.d.ts +250 -0
  88. package/dist-types/ts3.4/BackupClient.d.ts +86 -2
  89. package/dist-types/ts3.4/commands/CreateRestoreTestingPlanCommand.d.ts +42 -0
  90. package/dist-types/ts3.4/commands/CreateRestoreTestingSelectionCommand.d.ts +42 -0
  91. package/dist-types/ts3.4/commands/DeleteRestoreTestingPlanCommand.d.ts +38 -0
  92. package/dist-types/ts3.4/commands/DeleteRestoreTestingSelectionCommand.d.ts +38 -0
  93. package/dist-types/ts3.4/commands/GetRestoreJobMetadataCommand.d.ts +42 -0
  94. package/dist-types/ts3.4/commands/GetRestoreTestingInferredMetadataCommand.d.ts +42 -0
  95. package/dist-types/ts3.4/commands/GetRestoreTestingPlanCommand.d.ts +42 -0
  96. package/dist-types/ts3.4/commands/GetRestoreTestingSelectionCommand.d.ts +42 -0
  97. package/dist-types/ts3.4/commands/ListRestoreJobsByProtectedResourceCommand.d.ts +42 -0
  98. package/dist-types/ts3.4/commands/ListRestoreTestingPlansCommand.d.ts +42 -0
  99. package/dist-types/ts3.4/commands/ListRestoreTestingSelectionsCommand.d.ts +42 -0
  100. package/dist-types/ts3.4/commands/PutRestoreValidationResultCommand.d.ts +38 -0
  101. package/dist-types/ts3.4/commands/UpdateRestoreTestingPlanCommand.d.ts +42 -0
  102. package/dist-types/ts3.4/commands/UpdateRestoreTestingSelectionCommand.d.ts +42 -0
  103. package/dist-types/ts3.4/commands/index.d.ts +14 -0
  104. package/dist-types/ts3.4/models/models_0.d.ts +276 -0
  105. package/dist-types/ts3.4/pagination/ListRestoreJobsByProtectedResourcePaginator.d.ts +11 -0
  106. package/dist-types/ts3.4/pagination/ListRestoreTestingPlansPaginator.d.ts +11 -0
  107. package/dist-types/ts3.4/pagination/ListRestoreTestingSelectionsPaginator.d.ts +11 -0
  108. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  109. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
  110. package/package.json +12 -12
@@ -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.458.0",
4
+ "version": "3.460.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",
@@ -21,19 +21,19 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.458.0",
24
+ "@aws-sdk/client-sts": "3.460.0",
25
25
  "@aws-sdk/core": "3.451.0",
26
- "@aws-sdk/credential-provider-node": "3.458.0",
27
- "@aws-sdk/middleware-host-header": "3.451.0",
28
- "@aws-sdk/middleware-logger": "3.451.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.451.0",
30
- "@aws-sdk/middleware-signing": "3.451.0",
31
- "@aws-sdk/middleware-user-agent": "3.451.0",
26
+ "@aws-sdk/credential-provider-node": "3.460.0",
27
+ "@aws-sdk/middleware-host-header": "3.460.0",
28
+ "@aws-sdk/middleware-logger": "3.460.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.460.0",
30
+ "@aws-sdk/middleware-signing": "3.460.0",
31
+ "@aws-sdk/middleware-user-agent": "3.460.0",
32
32
  "@aws-sdk/region-config-resolver": "3.451.0",
33
- "@aws-sdk/types": "3.451.0",
34
- "@aws-sdk/util-endpoints": "3.451.0",
35
- "@aws-sdk/util-user-agent-browser": "3.451.0",
36
- "@aws-sdk/util-user-agent-node": "3.451.0",
33
+ "@aws-sdk/types": "3.460.0",
34
+ "@aws-sdk/util-endpoints": "3.460.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.460.0",
36
+ "@aws-sdk/util-user-agent-node": "3.460.0",
37
37
  "@smithy/config-resolver": "^2.0.18",
38
38
  "@smithy/fetch-http-handler": "^2.2.6",
39
39
  "@smithy/hash-node": "^2.0.15",