@aws-sdk/client-backup 3.830.0 → 3.831.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 (45) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +445 -122
  3. package/dist-es/Backup.js +10 -0
  4. package/dist-es/commands/AssociateBackupVaultMpaApprovalTeamCommand.js +23 -0
  5. package/dist-es/commands/CreateRestoreAccessBackupVaultCommand.js +23 -0
  6. package/dist-es/commands/DisassociateBackupVaultMpaApprovalTeamCommand.js +23 -0
  7. package/dist-es/commands/ListRestoreAccessBackupVaultsCommand.js +22 -0
  8. package/dist-es/commands/RevokeRestoreAccessBackupVaultCommand.js +23 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/models_0.js +110 -82
  11. package/dist-es/pagination/ListRestoreAccessBackupVaultsPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/protocols/Aws_restJson1.js +195 -14
  14. package/dist-types/Backup.d.ts +35 -0
  15. package/dist-types/BackupClient.d.ts +7 -2
  16. package/dist-types/commands/AssociateBackupVaultMpaApprovalTeamCommand.d.ts +89 -0
  17. package/dist-types/commands/CreateRestoreAccessBackupVaultCommand.d.ts +105 -0
  18. package/dist-types/commands/DescribeBackupVaultCommand.d.ts +11 -1
  19. package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +2 -1
  20. package/dist-types/commands/DisassociateBackupVaultMpaApprovalTeamCommand.d.ts +88 -0
  21. package/dist-types/commands/GetBackupVaultNotificationsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListBackupVaultsCommand.d.ts +2 -2
  23. package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +2 -1
  24. package/dist-types/commands/ListRecoveryPointsByResourceCommand.d.ts +1 -1
  25. package/dist-types/commands/ListRestoreAccessBackupVaultsCommand.d.ts +102 -0
  26. package/dist-types/commands/PutBackupVaultNotificationsCommand.d.ts +1 -1
  27. package/dist-types/commands/RevokeRestoreAccessBackupVaultCommand.d.ts +89 -0
  28. package/dist-types/commands/index.d.ts +5 -0
  29. package/dist-types/models/models_0.d.ts +437 -161
  30. package/dist-types/pagination/ListRestoreAccessBackupVaultsPaginator.d.ts +7 -0
  31. package/dist-types/pagination/index.d.ts +1 -0
  32. package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
  33. package/dist-types/ts3.4/Backup.d.ts +97 -0
  34. package/dist-types/ts3.4/BackupClient.d.ts +30 -0
  35. package/dist-types/ts3.4/commands/AssociateBackupVaultMpaApprovalTeamCommand.d.ts +47 -0
  36. package/dist-types/ts3.4/commands/CreateRestoreAccessBackupVaultCommand.d.ts +51 -0
  37. package/dist-types/ts3.4/commands/DisassociateBackupVaultMpaApprovalTeamCommand.d.ts +47 -0
  38. package/dist-types/ts3.4/commands/ListRestoreAccessBackupVaultsCommand.d.ts +51 -0
  39. package/dist-types/ts3.4/commands/RevokeRestoreAccessBackupVaultCommand.d.ts +47 -0
  40. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  41. package/dist-types/ts3.4/models/models_0.d.ts +145 -55
  42. package/dist-types/ts3.4/pagination/ListRestoreAccessBackupVaultsPaginator.d.ts +11 -0
  43. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  44. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  45. package/package.json +1 -1
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListRestoreAccessBackupVaultsCommandInput, ListRestoreAccessBackupVaultsCommandOutput } from "../commands/ListRestoreAccessBackupVaultsCommand";
3
+ import { BackupPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListRestoreAccessBackupVaults: (config: BackupPaginationConfiguration, input: ListRestoreAccessBackupVaultsCommandInput, ...rest: any[]) => Paginator<ListRestoreAccessBackupVaultsCommandOutput>;
@@ -18,6 +18,7 @@ export * from "./ListRecoveryPointsByLegalHoldPaginator";
18
18
  export * from "./ListRecoveryPointsByResourcePaginator";
19
19
  export * from "./ListReportJobsPaginator";
20
20
  export * from "./ListReportPlansPaginator";
21
+ export * from "./ListRestoreAccessBackupVaultsPaginator";
21
22
  export * from "./ListRestoreJobSummariesPaginator";
22
23
  export * from "./ListRestoreJobsByProtectedResourcePaginator";
23
24
  export * from "./ListRestoreJobsPaginator";
@@ -1,5 +1,6 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@smithy/types";
3
+ import { AssociateBackupVaultMpaApprovalTeamCommandInput, AssociateBackupVaultMpaApprovalTeamCommandOutput } from "../commands/AssociateBackupVaultMpaApprovalTeamCommand";
3
4
  import { CancelLegalHoldCommandInput, CancelLegalHoldCommandOutput } from "../commands/CancelLegalHoldCommand";
4
5
  import { CreateBackupPlanCommandInput, CreateBackupPlanCommandOutput } from "../commands/CreateBackupPlanCommand";
5
6
  import { CreateBackupSelectionCommandInput, CreateBackupSelectionCommandOutput } from "../commands/CreateBackupSelectionCommand";
@@ -8,6 +9,7 @@ import { CreateFrameworkCommandInput, CreateFrameworkCommandOutput } from "../co
8
9
  import { CreateLegalHoldCommandInput, CreateLegalHoldCommandOutput } from "../commands/CreateLegalHoldCommand";
9
10
  import { CreateLogicallyAirGappedBackupVaultCommandInput, CreateLogicallyAirGappedBackupVaultCommandOutput } from "../commands/CreateLogicallyAirGappedBackupVaultCommand";
10
11
  import { CreateReportPlanCommandInput, CreateReportPlanCommandOutput } from "../commands/CreateReportPlanCommand";
12
+ import { CreateRestoreAccessBackupVaultCommandInput, CreateRestoreAccessBackupVaultCommandOutput } from "../commands/CreateRestoreAccessBackupVaultCommand";
11
13
  import { CreateRestoreTestingPlanCommandInput, CreateRestoreTestingPlanCommandOutput } from "../commands/CreateRestoreTestingPlanCommand";
12
14
  import { CreateRestoreTestingSelectionCommandInput, CreateRestoreTestingSelectionCommandOutput } from "../commands/CreateRestoreTestingSelectionCommand";
13
15
  import { DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput } from "../commands/DeleteBackupPlanCommand";
@@ -32,6 +34,7 @@ import { DescribeRegionSettingsCommandInput, DescribeRegionSettingsCommandOutput
32
34
  import { DescribeReportJobCommandInput, DescribeReportJobCommandOutput } from "../commands/DescribeReportJobCommand";
33
35
  import { DescribeReportPlanCommandInput, DescribeReportPlanCommandOutput } from "../commands/DescribeReportPlanCommand";
34
36
  import { DescribeRestoreJobCommandInput, DescribeRestoreJobCommandOutput } from "../commands/DescribeRestoreJobCommand";
37
+ import { DisassociateBackupVaultMpaApprovalTeamCommandInput, DisassociateBackupVaultMpaApprovalTeamCommandOutput } from "../commands/DisassociateBackupVaultMpaApprovalTeamCommand";
35
38
  import { DisassociateRecoveryPointCommandInput, DisassociateRecoveryPointCommandOutput } from "../commands/DisassociateRecoveryPointCommand";
36
39
  import { DisassociateRecoveryPointFromParentCommandInput, DisassociateRecoveryPointFromParentCommandOutput } from "../commands/DisassociateRecoveryPointFromParentCommand";
37
40
  import { ExportBackupPlanTemplateCommandInput, ExportBackupPlanTemplateCommandOutput } from "../commands/ExportBackupPlanTemplateCommand";
@@ -68,6 +71,7 @@ import { ListRecoveryPointsByLegalHoldCommandInput, ListRecoveryPointsByLegalHol
68
71
  import { ListRecoveryPointsByResourceCommandInput, ListRecoveryPointsByResourceCommandOutput } from "../commands/ListRecoveryPointsByResourceCommand";
69
72
  import { ListReportJobsCommandInput, ListReportJobsCommandOutput } from "../commands/ListReportJobsCommand";
70
73
  import { ListReportPlansCommandInput, ListReportPlansCommandOutput } from "../commands/ListReportPlansCommand";
74
+ import { ListRestoreAccessBackupVaultsCommandInput, ListRestoreAccessBackupVaultsCommandOutput } from "../commands/ListRestoreAccessBackupVaultsCommand";
71
75
  import { ListRestoreJobsByProtectedResourceCommandInput, ListRestoreJobsByProtectedResourceCommandOutput } from "../commands/ListRestoreJobsByProtectedResourceCommand";
72
76
  import { ListRestoreJobsCommandInput, ListRestoreJobsCommandOutput } from "../commands/ListRestoreJobsCommand";
73
77
  import { ListRestoreJobSummariesCommandInput, ListRestoreJobSummariesCommandOutput } from "../commands/ListRestoreJobSummariesCommand";
@@ -78,6 +82,7 @@ import { PutBackupVaultAccessPolicyCommandInput, PutBackupVaultAccessPolicyComma
78
82
  import { PutBackupVaultLockConfigurationCommandInput, PutBackupVaultLockConfigurationCommandOutput } from "../commands/PutBackupVaultLockConfigurationCommand";
79
83
  import { PutBackupVaultNotificationsCommandInput, PutBackupVaultNotificationsCommandOutput } from "../commands/PutBackupVaultNotificationsCommand";
80
84
  import { PutRestoreValidationResultCommandInput, PutRestoreValidationResultCommandOutput } from "../commands/PutRestoreValidationResultCommand";
85
+ import { RevokeRestoreAccessBackupVaultCommandInput, RevokeRestoreAccessBackupVaultCommandOutput } from "../commands/RevokeRestoreAccessBackupVaultCommand";
81
86
  import { StartBackupJobCommandInput, StartBackupJobCommandOutput } from "../commands/StartBackupJobCommand";
82
87
  import { StartCopyJobCommandInput, StartCopyJobCommandOutput } from "../commands/StartCopyJobCommand";
83
88
  import { StartReportJobCommandInput, StartReportJobCommandOutput } from "../commands/StartReportJobCommand";
@@ -94,6 +99,10 @@ import { UpdateRegionSettingsCommandInput, UpdateRegionSettingsCommandOutput } f
94
99
  import { UpdateReportPlanCommandInput, UpdateReportPlanCommandOutput } from "../commands/UpdateReportPlanCommand";
95
100
  import { UpdateRestoreTestingPlanCommandInput, UpdateRestoreTestingPlanCommandOutput } from "../commands/UpdateRestoreTestingPlanCommand";
96
101
  import { UpdateRestoreTestingSelectionCommandInput, UpdateRestoreTestingSelectionCommandOutput } from "../commands/UpdateRestoreTestingSelectionCommand";
102
+ /**
103
+ * serializeAws_restJson1AssociateBackupVaultMpaApprovalTeamCommand
104
+ */
105
+ export declare const se_AssociateBackupVaultMpaApprovalTeamCommand: (input: AssociateBackupVaultMpaApprovalTeamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
106
  /**
98
107
  * serializeAws_restJson1CancelLegalHoldCommand
99
108
  */
@@ -126,6 +135,10 @@ export declare const se_CreateLogicallyAirGappedBackupVaultCommand: (input: Crea
126
135
  * serializeAws_restJson1CreateReportPlanCommand
127
136
  */
128
137
  export declare const se_CreateReportPlanCommand: (input: CreateReportPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
+ /**
139
+ * serializeAws_restJson1CreateRestoreAccessBackupVaultCommand
140
+ */
141
+ export declare const se_CreateRestoreAccessBackupVaultCommand: (input: CreateRestoreAccessBackupVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
142
  /**
130
143
  * serializeAws_restJson1CreateRestoreTestingPlanCommand
131
144
  */
@@ -222,6 +235,10 @@ export declare const se_DescribeReportPlanCommand: (input: DescribeReportPlanCom
222
235
  * serializeAws_restJson1DescribeRestoreJobCommand
223
236
  */
224
237
  export declare const se_DescribeRestoreJobCommand: (input: DescribeRestoreJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
+ /**
239
+ * serializeAws_restJson1DisassociateBackupVaultMpaApprovalTeamCommand
240
+ */
241
+ export declare const se_DisassociateBackupVaultMpaApprovalTeamCommand: (input: DisassociateBackupVaultMpaApprovalTeamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
242
  /**
226
243
  * serializeAws_restJson1DisassociateRecoveryPointCommand
227
244
  */
@@ -366,6 +383,10 @@ export declare const se_ListReportJobsCommand: (input: ListReportJobsCommandInpu
366
383
  * serializeAws_restJson1ListReportPlansCommand
367
384
  */
368
385
  export declare const se_ListReportPlansCommand: (input: ListReportPlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
386
+ /**
387
+ * serializeAws_restJson1ListRestoreAccessBackupVaultsCommand
388
+ */
389
+ export declare const se_ListRestoreAccessBackupVaultsCommand: (input: ListRestoreAccessBackupVaultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
369
390
  /**
370
391
  * serializeAws_restJson1ListRestoreJobsCommand
371
392
  */
@@ -406,6 +427,10 @@ export declare const se_PutBackupVaultNotificationsCommand: (input: PutBackupVau
406
427
  * serializeAws_restJson1PutRestoreValidationResultCommand
407
428
  */
408
429
  export declare const se_PutRestoreValidationResultCommand: (input: PutRestoreValidationResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
430
+ /**
431
+ * serializeAws_restJson1RevokeRestoreAccessBackupVaultCommand
432
+ */
433
+ export declare const se_RevokeRestoreAccessBackupVaultCommand: (input: RevokeRestoreAccessBackupVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
409
434
  /**
410
435
  * serializeAws_restJson1StartBackupJobCommand
411
436
  */
@@ -470,6 +495,10 @@ export declare const se_UpdateRestoreTestingPlanCommand: (input: UpdateRestoreTe
470
495
  * serializeAws_restJson1UpdateRestoreTestingSelectionCommand
471
496
  */
472
497
  export declare const se_UpdateRestoreTestingSelectionCommand: (input: UpdateRestoreTestingSelectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
498
+ /**
499
+ * deserializeAws_restJson1AssociateBackupVaultMpaApprovalTeamCommand
500
+ */
501
+ export declare const de_AssociateBackupVaultMpaApprovalTeamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateBackupVaultMpaApprovalTeamCommandOutput>;
473
502
  /**
474
503
  * deserializeAws_restJson1CancelLegalHoldCommand
475
504
  */
@@ -502,6 +531,10 @@ export declare const de_CreateLogicallyAirGappedBackupVaultCommand: (output: __H
502
531
  * deserializeAws_restJson1CreateReportPlanCommand
503
532
  */
504
533
  export declare const de_CreateReportPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReportPlanCommandOutput>;
534
+ /**
535
+ * deserializeAws_restJson1CreateRestoreAccessBackupVaultCommand
536
+ */
537
+ export declare const de_CreateRestoreAccessBackupVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRestoreAccessBackupVaultCommandOutput>;
505
538
  /**
506
539
  * deserializeAws_restJson1CreateRestoreTestingPlanCommand
507
540
  */
@@ -598,6 +631,10 @@ export declare const de_DescribeReportPlanCommand: (output: __HttpResponse, cont
598
631
  * deserializeAws_restJson1DescribeRestoreJobCommand
599
632
  */
600
633
  export declare const de_DescribeRestoreJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRestoreJobCommandOutput>;
634
+ /**
635
+ * deserializeAws_restJson1DisassociateBackupVaultMpaApprovalTeamCommand
636
+ */
637
+ export declare const de_DisassociateBackupVaultMpaApprovalTeamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateBackupVaultMpaApprovalTeamCommandOutput>;
601
638
  /**
602
639
  * deserializeAws_restJson1DisassociateRecoveryPointCommand
603
640
  */
@@ -742,6 +779,10 @@ export declare const de_ListReportJobsCommand: (output: __HttpResponse, context:
742
779
  * deserializeAws_restJson1ListReportPlansCommand
743
780
  */
744
781
  export declare const de_ListReportPlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReportPlansCommandOutput>;
782
+ /**
783
+ * deserializeAws_restJson1ListRestoreAccessBackupVaultsCommand
784
+ */
785
+ export declare const de_ListRestoreAccessBackupVaultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRestoreAccessBackupVaultsCommandOutput>;
745
786
  /**
746
787
  * deserializeAws_restJson1ListRestoreJobsCommand
747
788
  */
@@ -782,6 +823,10 @@ export declare const de_PutBackupVaultNotificationsCommand: (output: __HttpRespo
782
823
  * deserializeAws_restJson1PutRestoreValidationResultCommand
783
824
  */
784
825
  export declare const de_PutRestoreValidationResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRestoreValidationResultCommandOutput>;
826
+ /**
827
+ * deserializeAws_restJson1RevokeRestoreAccessBackupVaultCommand
828
+ */
829
+ export declare const de_RevokeRestoreAccessBackupVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeRestoreAccessBackupVaultCommandOutput>;
785
830
  /**
786
831
  * deserializeAws_restJson1StartBackupJobCommand
787
832
  */
@@ -1,5 +1,9 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { BackupClient } from "./BackupClient";
3
+ import {
4
+ AssociateBackupVaultMpaApprovalTeamCommandInput,
5
+ AssociateBackupVaultMpaApprovalTeamCommandOutput,
6
+ } from "./commands/AssociateBackupVaultMpaApprovalTeamCommand";
3
7
  import {
4
8
  CancelLegalHoldCommandInput,
5
9
  CancelLegalHoldCommandOutput,
@@ -32,6 +36,10 @@ import {
32
36
  CreateReportPlanCommandInput,
33
37
  CreateReportPlanCommandOutput,
34
38
  } from "./commands/CreateReportPlanCommand";
39
+ import {
40
+ CreateRestoreAccessBackupVaultCommandInput,
41
+ CreateRestoreAccessBackupVaultCommandOutput,
42
+ } from "./commands/CreateRestoreAccessBackupVaultCommand";
35
43
  import {
36
44
  CreateRestoreTestingPlanCommandInput,
37
45
  CreateRestoreTestingPlanCommandOutput,
@@ -128,6 +136,10 @@ import {
128
136
  DescribeRestoreJobCommandInput,
129
137
  DescribeRestoreJobCommandOutput,
130
138
  } from "./commands/DescribeRestoreJobCommand";
139
+ import {
140
+ DisassociateBackupVaultMpaApprovalTeamCommandInput,
141
+ DisassociateBackupVaultMpaApprovalTeamCommandOutput,
142
+ } from "./commands/DisassociateBackupVaultMpaApprovalTeamCommand";
131
143
  import {
132
144
  DisassociateRecoveryPointCommandInput,
133
145
  DisassociateRecoveryPointCommandOutput,
@@ -272,6 +284,10 @@ import {
272
284
  ListReportPlansCommandInput,
273
285
  ListReportPlansCommandOutput,
274
286
  } from "./commands/ListReportPlansCommand";
287
+ import {
288
+ ListRestoreAccessBackupVaultsCommandInput,
289
+ ListRestoreAccessBackupVaultsCommandOutput,
290
+ } from "./commands/ListRestoreAccessBackupVaultsCommand";
275
291
  import {
276
292
  ListRestoreJobsByProtectedResourceCommandInput,
277
293
  ListRestoreJobsByProtectedResourceCommandOutput,
@@ -312,6 +328,10 @@ import {
312
328
  PutRestoreValidationResultCommandInput,
313
329
  PutRestoreValidationResultCommandOutput,
314
330
  } from "./commands/PutRestoreValidationResultCommand";
331
+ import {
332
+ RevokeRestoreAccessBackupVaultCommandInput,
333
+ RevokeRestoreAccessBackupVaultCommandOutput,
334
+ } from "./commands/RevokeRestoreAccessBackupVaultCommand";
315
335
  import {
316
336
  StartBackupJobCommandInput,
317
337
  StartBackupJobCommandOutput,
@@ -377,6 +397,25 @@ import {
377
397
  UpdateRestoreTestingSelectionCommandOutput,
378
398
  } from "./commands/UpdateRestoreTestingSelectionCommand";
379
399
  export interface Backup {
400
+ associateBackupVaultMpaApprovalTeam(
401
+ args: AssociateBackupVaultMpaApprovalTeamCommandInput,
402
+ options?: __HttpHandlerOptions
403
+ ): Promise<AssociateBackupVaultMpaApprovalTeamCommandOutput>;
404
+ associateBackupVaultMpaApprovalTeam(
405
+ args: AssociateBackupVaultMpaApprovalTeamCommandInput,
406
+ cb: (
407
+ err: any,
408
+ data?: AssociateBackupVaultMpaApprovalTeamCommandOutput
409
+ ) => void
410
+ ): void;
411
+ associateBackupVaultMpaApprovalTeam(
412
+ args: AssociateBackupVaultMpaApprovalTeamCommandInput,
413
+ options: __HttpHandlerOptions,
414
+ cb: (
415
+ err: any,
416
+ data?: AssociateBackupVaultMpaApprovalTeamCommandOutput
417
+ ) => void
418
+ ): void;
380
419
  cancelLegalHold(
381
420
  args: CancelLegalHoldCommandInput,
382
421
  options?: __HttpHandlerOptions
@@ -487,6 +526,19 @@ export interface Backup {
487
526
  options: __HttpHandlerOptions,
488
527
  cb: (err: any, data?: CreateReportPlanCommandOutput) => void
489
528
  ): void;
529
+ createRestoreAccessBackupVault(
530
+ args: CreateRestoreAccessBackupVaultCommandInput,
531
+ options?: __HttpHandlerOptions
532
+ ): Promise<CreateRestoreAccessBackupVaultCommandOutput>;
533
+ createRestoreAccessBackupVault(
534
+ args: CreateRestoreAccessBackupVaultCommandInput,
535
+ cb: (err: any, data?: CreateRestoreAccessBackupVaultCommandOutput) => void
536
+ ): void;
537
+ createRestoreAccessBackupVault(
538
+ args: CreateRestoreAccessBackupVaultCommandInput,
539
+ options: __HttpHandlerOptions,
540
+ cb: (err: any, data?: CreateRestoreAccessBackupVaultCommandOutput) => void
541
+ ): void;
490
542
  createRestoreTestingPlan(
491
543
  args: CreateRestoreTestingPlanCommandInput,
492
544
  options?: __HttpHandlerOptions
@@ -807,6 +859,25 @@ export interface Backup {
807
859
  options: __HttpHandlerOptions,
808
860
  cb: (err: any, data?: DescribeRestoreJobCommandOutput) => void
809
861
  ): void;
862
+ disassociateBackupVaultMpaApprovalTeam(
863
+ args: DisassociateBackupVaultMpaApprovalTeamCommandInput,
864
+ options?: __HttpHandlerOptions
865
+ ): Promise<DisassociateBackupVaultMpaApprovalTeamCommandOutput>;
866
+ disassociateBackupVaultMpaApprovalTeam(
867
+ args: DisassociateBackupVaultMpaApprovalTeamCommandInput,
868
+ cb: (
869
+ err: any,
870
+ data?: DisassociateBackupVaultMpaApprovalTeamCommandOutput
871
+ ) => void
872
+ ): void;
873
+ disassociateBackupVaultMpaApprovalTeam(
874
+ args: DisassociateBackupVaultMpaApprovalTeamCommandInput,
875
+ options: __HttpHandlerOptions,
876
+ cb: (
877
+ err: any,
878
+ data?: DisassociateBackupVaultMpaApprovalTeamCommandOutput
879
+ ) => void
880
+ ): void;
810
881
  disassociateRecoveryPoint(
811
882
  args: DisassociateRecoveryPointCommandInput,
812
883
  options?: __HttpHandlerOptions
@@ -1307,6 +1378,19 @@ export interface Backup {
1307
1378
  options: __HttpHandlerOptions,
1308
1379
  cb: (err: any, data?: ListReportPlansCommandOutput) => void
1309
1380
  ): void;
1381
+ listRestoreAccessBackupVaults(
1382
+ args: ListRestoreAccessBackupVaultsCommandInput,
1383
+ options?: __HttpHandlerOptions
1384
+ ): Promise<ListRestoreAccessBackupVaultsCommandOutput>;
1385
+ listRestoreAccessBackupVaults(
1386
+ args: ListRestoreAccessBackupVaultsCommandInput,
1387
+ cb: (err: any, data?: ListRestoreAccessBackupVaultsCommandOutput) => void
1388
+ ): void;
1389
+ listRestoreAccessBackupVaults(
1390
+ args: ListRestoreAccessBackupVaultsCommandInput,
1391
+ options: __HttpHandlerOptions,
1392
+ cb: (err: any, data?: ListRestoreAccessBackupVaultsCommandOutput) => void
1393
+ ): void;
1310
1394
  listRestoreJobs(): Promise<ListRestoreJobsCommandOutput>;
1311
1395
  listRestoreJobs(
1312
1396
  args: ListRestoreJobsCommandInput,
@@ -1446,6 +1530,19 @@ export interface Backup {
1446
1530
  options: __HttpHandlerOptions,
1447
1531
  cb: (err: any, data?: PutRestoreValidationResultCommandOutput) => void
1448
1532
  ): void;
1533
+ revokeRestoreAccessBackupVault(
1534
+ args: RevokeRestoreAccessBackupVaultCommandInput,
1535
+ options?: __HttpHandlerOptions
1536
+ ): Promise<RevokeRestoreAccessBackupVaultCommandOutput>;
1537
+ revokeRestoreAccessBackupVault(
1538
+ args: RevokeRestoreAccessBackupVaultCommandInput,
1539
+ cb: (err: any, data?: RevokeRestoreAccessBackupVaultCommandOutput) => void
1540
+ ): void;
1541
+ revokeRestoreAccessBackupVault(
1542
+ args: RevokeRestoreAccessBackupVaultCommandInput,
1543
+ options: __HttpHandlerOptions,
1544
+ cb: (err: any, data?: RevokeRestoreAccessBackupVaultCommandOutput) => void
1545
+ ): void;
1449
1546
  startBackupJob(
1450
1547
  args: StartBackupJobCommandInput,
1451
1548
  options?: __HttpHandlerOptions
@@ -45,6 +45,10 @@ import {
45
45
  HttpAuthSchemeInputConfig,
46
46
  HttpAuthSchemeResolvedConfig,
47
47
  } from "./auth/httpAuthSchemeProvider";
48
+ import {
49
+ AssociateBackupVaultMpaApprovalTeamCommandInput,
50
+ AssociateBackupVaultMpaApprovalTeamCommandOutput,
51
+ } from "./commands/AssociateBackupVaultMpaApprovalTeamCommand";
48
52
  import {
49
53
  CancelLegalHoldCommandInput,
50
54
  CancelLegalHoldCommandOutput,
@@ -77,6 +81,10 @@ import {
77
81
  CreateReportPlanCommandInput,
78
82
  CreateReportPlanCommandOutput,
79
83
  } from "./commands/CreateReportPlanCommand";
84
+ import {
85
+ CreateRestoreAccessBackupVaultCommandInput,
86
+ CreateRestoreAccessBackupVaultCommandOutput,
87
+ } from "./commands/CreateRestoreAccessBackupVaultCommand";
80
88
  import {
81
89
  CreateRestoreTestingPlanCommandInput,
82
90
  CreateRestoreTestingPlanCommandOutput,
@@ -173,6 +181,10 @@ import {
173
181
  DescribeRestoreJobCommandInput,
174
182
  DescribeRestoreJobCommandOutput,
175
183
  } from "./commands/DescribeRestoreJobCommand";
184
+ import {
185
+ DisassociateBackupVaultMpaApprovalTeamCommandInput,
186
+ DisassociateBackupVaultMpaApprovalTeamCommandOutput,
187
+ } from "./commands/DisassociateBackupVaultMpaApprovalTeamCommand";
176
188
  import {
177
189
  DisassociateRecoveryPointCommandInput,
178
190
  DisassociateRecoveryPointCommandOutput,
@@ -317,6 +329,10 @@ import {
317
329
  ListReportPlansCommandInput,
318
330
  ListReportPlansCommandOutput,
319
331
  } from "./commands/ListReportPlansCommand";
332
+ import {
333
+ ListRestoreAccessBackupVaultsCommandInput,
334
+ ListRestoreAccessBackupVaultsCommandOutput,
335
+ } from "./commands/ListRestoreAccessBackupVaultsCommand";
320
336
  import {
321
337
  ListRestoreJobsByProtectedResourceCommandInput,
322
338
  ListRestoreJobsByProtectedResourceCommandOutput,
@@ -357,6 +373,10 @@ import {
357
373
  PutRestoreValidationResultCommandInput,
358
374
  PutRestoreValidationResultCommandOutput,
359
375
  } from "./commands/PutRestoreValidationResultCommand";
376
+ import {
377
+ RevokeRestoreAccessBackupVaultCommandInput,
378
+ RevokeRestoreAccessBackupVaultCommandOutput,
379
+ } from "./commands/RevokeRestoreAccessBackupVaultCommand";
360
380
  import {
361
381
  StartBackupJobCommandInput,
362
382
  StartBackupJobCommandOutput,
@@ -429,6 +449,7 @@ import {
429
449
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
430
450
  export { __Client };
431
451
  export type ServiceInputTypes =
452
+ | AssociateBackupVaultMpaApprovalTeamCommandInput
432
453
  | CancelLegalHoldCommandInput
433
454
  | CreateBackupPlanCommandInput
434
455
  | CreateBackupSelectionCommandInput
@@ -437,6 +458,7 @@ export type ServiceInputTypes =
437
458
  | CreateLegalHoldCommandInput
438
459
  | CreateLogicallyAirGappedBackupVaultCommandInput
439
460
  | CreateReportPlanCommandInput
461
+ | CreateRestoreAccessBackupVaultCommandInput
440
462
  | CreateRestoreTestingPlanCommandInput
441
463
  | CreateRestoreTestingSelectionCommandInput
442
464
  | DeleteBackupPlanCommandInput
@@ -461,6 +483,7 @@ export type ServiceInputTypes =
461
483
  | DescribeReportJobCommandInput
462
484
  | DescribeReportPlanCommandInput
463
485
  | DescribeRestoreJobCommandInput
486
+ | DisassociateBackupVaultMpaApprovalTeamCommandInput
464
487
  | DisassociateRecoveryPointCommandInput
465
488
  | DisassociateRecoveryPointFromParentCommandInput
466
489
  | ExportBackupPlanTemplateCommandInput
@@ -497,6 +520,7 @@ export type ServiceInputTypes =
497
520
  | ListRecoveryPointsByResourceCommandInput
498
521
  | ListReportJobsCommandInput
499
522
  | ListReportPlansCommandInput
523
+ | ListRestoreAccessBackupVaultsCommandInput
500
524
  | ListRestoreJobSummariesCommandInput
501
525
  | ListRestoreJobsByProtectedResourceCommandInput
502
526
  | ListRestoreJobsCommandInput
@@ -507,6 +531,7 @@ export type ServiceInputTypes =
507
531
  | PutBackupVaultLockConfigurationCommandInput
508
532
  | PutBackupVaultNotificationsCommandInput
509
533
  | PutRestoreValidationResultCommandInput
534
+ | RevokeRestoreAccessBackupVaultCommandInput
510
535
  | StartBackupJobCommandInput
511
536
  | StartCopyJobCommandInput
512
537
  | StartReportJobCommandInput
@@ -524,6 +549,7 @@ export type ServiceInputTypes =
524
549
  | UpdateRestoreTestingPlanCommandInput
525
550
  | UpdateRestoreTestingSelectionCommandInput;
526
551
  export type ServiceOutputTypes =
552
+ | AssociateBackupVaultMpaApprovalTeamCommandOutput
527
553
  | CancelLegalHoldCommandOutput
528
554
  | CreateBackupPlanCommandOutput
529
555
  | CreateBackupSelectionCommandOutput
@@ -532,6 +558,7 @@ export type ServiceOutputTypes =
532
558
  | CreateLegalHoldCommandOutput
533
559
  | CreateLogicallyAirGappedBackupVaultCommandOutput
534
560
  | CreateReportPlanCommandOutput
561
+ | CreateRestoreAccessBackupVaultCommandOutput
535
562
  | CreateRestoreTestingPlanCommandOutput
536
563
  | CreateRestoreTestingSelectionCommandOutput
537
564
  | DeleteBackupPlanCommandOutput
@@ -556,6 +583,7 @@ export type ServiceOutputTypes =
556
583
  | DescribeReportJobCommandOutput
557
584
  | DescribeReportPlanCommandOutput
558
585
  | DescribeRestoreJobCommandOutput
586
+ | DisassociateBackupVaultMpaApprovalTeamCommandOutput
559
587
  | DisassociateRecoveryPointCommandOutput
560
588
  | DisassociateRecoveryPointFromParentCommandOutput
561
589
  | ExportBackupPlanTemplateCommandOutput
@@ -592,6 +620,7 @@ export type ServiceOutputTypes =
592
620
  | ListRecoveryPointsByResourceCommandOutput
593
621
  | ListReportJobsCommandOutput
594
622
  | ListReportPlansCommandOutput
623
+ | ListRestoreAccessBackupVaultsCommandOutput
595
624
  | ListRestoreJobSummariesCommandOutput
596
625
  | ListRestoreJobsByProtectedResourceCommandOutput
597
626
  | ListRestoreJobsCommandOutput
@@ -602,6 +631,7 @@ export type ServiceOutputTypes =
602
631
  | PutBackupVaultLockConfigurationCommandOutput
603
632
  | PutBackupVaultNotificationsCommandOutput
604
633
  | PutRestoreValidationResultCommandOutput
634
+ | RevokeRestoreAccessBackupVaultCommandOutput
605
635
  | StartBackupJobCommandOutput
606
636
  | StartCopyJobCommandOutput
607
637
  | StartReportJobCommandOutput
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BackupClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BackupClient";
8
+ import { AssociateBackupVaultMpaApprovalTeamInput } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface AssociateBackupVaultMpaApprovalTeamCommandInput
12
+ extends AssociateBackupVaultMpaApprovalTeamInput {}
13
+ export interface AssociateBackupVaultMpaApprovalTeamCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const AssociateBackupVaultMpaApprovalTeamCommand_base: {
16
+ new (
17
+ input: AssociateBackupVaultMpaApprovalTeamCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ AssociateBackupVaultMpaApprovalTeamCommandInput,
20
+ AssociateBackupVaultMpaApprovalTeamCommandOutput,
21
+ BackupClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: AssociateBackupVaultMpaApprovalTeamCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ AssociateBackupVaultMpaApprovalTeamCommandInput,
29
+ AssociateBackupVaultMpaApprovalTeamCommandOutput,
30
+ BackupClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class AssociateBackupVaultMpaApprovalTeamCommand extends AssociateBackupVaultMpaApprovalTeamCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: AssociateBackupVaultMpaApprovalTeamInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: AssociateBackupVaultMpaApprovalTeamCommandInput;
44
+ output: AssociateBackupVaultMpaApprovalTeamCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BackupClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BackupClient";
8
+ import {
9
+ CreateRestoreAccessBackupVaultInput,
10
+ CreateRestoreAccessBackupVaultOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateRestoreAccessBackupVaultCommandInput
15
+ extends CreateRestoreAccessBackupVaultInput {}
16
+ export interface CreateRestoreAccessBackupVaultCommandOutput
17
+ extends CreateRestoreAccessBackupVaultOutput,
18
+ __MetadataBearer {}
19
+ declare const CreateRestoreAccessBackupVaultCommand_base: {
20
+ new (
21
+ input: CreateRestoreAccessBackupVaultCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateRestoreAccessBackupVaultCommandInput,
24
+ CreateRestoreAccessBackupVaultCommandOutput,
25
+ BackupClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateRestoreAccessBackupVaultCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateRestoreAccessBackupVaultCommandInput,
33
+ CreateRestoreAccessBackupVaultCommandOutput,
34
+ BackupClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateRestoreAccessBackupVaultCommand extends CreateRestoreAccessBackupVaultCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateRestoreAccessBackupVaultInput;
44
+ output: CreateRestoreAccessBackupVaultOutput;
45
+ };
46
+ sdk: {
47
+ input: CreateRestoreAccessBackupVaultCommandInput;
48
+ output: CreateRestoreAccessBackupVaultCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BackupClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BackupClient";
8
+ import { DisassociateBackupVaultMpaApprovalTeamInput } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DisassociateBackupVaultMpaApprovalTeamCommandInput
12
+ extends DisassociateBackupVaultMpaApprovalTeamInput {}
13
+ export interface DisassociateBackupVaultMpaApprovalTeamCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const DisassociateBackupVaultMpaApprovalTeamCommand_base: {
16
+ new (
17
+ input: DisassociateBackupVaultMpaApprovalTeamCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DisassociateBackupVaultMpaApprovalTeamCommandInput,
20
+ DisassociateBackupVaultMpaApprovalTeamCommandOutput,
21
+ BackupClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: DisassociateBackupVaultMpaApprovalTeamCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DisassociateBackupVaultMpaApprovalTeamCommandInput,
29
+ DisassociateBackupVaultMpaApprovalTeamCommandOutput,
30
+ BackupClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DisassociateBackupVaultMpaApprovalTeamCommand extends DisassociateBackupVaultMpaApprovalTeamCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DisassociateBackupVaultMpaApprovalTeamInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DisassociateBackupVaultMpaApprovalTeamCommandInput;
44
+ output: DisassociateBackupVaultMpaApprovalTeamCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BackupClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BackupClient";
8
+ import {
9
+ ListRestoreAccessBackupVaultsInput,
10
+ ListRestoreAccessBackupVaultsOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListRestoreAccessBackupVaultsCommandInput
15
+ extends ListRestoreAccessBackupVaultsInput {}
16
+ export interface ListRestoreAccessBackupVaultsCommandOutput
17
+ extends ListRestoreAccessBackupVaultsOutput,
18
+ __MetadataBearer {}
19
+ declare const ListRestoreAccessBackupVaultsCommand_base: {
20
+ new (
21
+ input: ListRestoreAccessBackupVaultsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListRestoreAccessBackupVaultsCommandInput,
24
+ ListRestoreAccessBackupVaultsCommandOutput,
25
+ BackupClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ListRestoreAccessBackupVaultsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListRestoreAccessBackupVaultsCommandInput,
33
+ ListRestoreAccessBackupVaultsCommandOutput,
34
+ BackupClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListRestoreAccessBackupVaultsCommand extends ListRestoreAccessBackupVaultsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRestoreAccessBackupVaultsInput;
44
+ output: ListRestoreAccessBackupVaultsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListRestoreAccessBackupVaultsCommandInput;
48
+ output: ListRestoreAccessBackupVaultsCommandOutput;
49
+ };
50
+ };
51
+ }