@aws-sdk/client-backup 3.131.0 → 3.137.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 (138) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/CreateBackupPlanCommand.js +2 -2
  3. package/dist-cjs/commands/CreateBackupSelectionCommand.js +2 -2
  4. package/dist-cjs/commands/CreateBackupVaultCommand.js +2 -2
  5. package/dist-cjs/commands/CreateFrameworkCommand.js +2 -2
  6. package/dist-cjs/commands/CreateReportPlanCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteBackupPlanCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteBackupSelectionCommand.js +1 -1
  9. package/dist-cjs/commands/DeleteBackupVaultAccessPolicyCommand.js +1 -1
  10. package/dist-cjs/commands/DeleteBackupVaultCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteBackupVaultLockConfigurationCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteBackupVaultNotificationsCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteFrameworkCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteRecoveryPointCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteReportPlanCommand.js +1 -1
  16. package/dist-cjs/commands/DescribeBackupJobCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeBackupVaultCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeCopyJobCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeFrameworkCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeGlobalSettingsCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeProtectedResourceCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeRecoveryPointCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeRegionSettingsCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeReportJobCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeReportPlanCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeRestoreJobCommand.js +2 -2
  27. package/dist-cjs/commands/DisassociateRecoveryPointCommand.js +1 -1
  28. package/dist-cjs/commands/ExportBackupPlanTemplateCommand.js +2 -2
  29. package/dist-cjs/commands/GetBackupPlanCommand.js +2 -2
  30. package/dist-cjs/commands/GetBackupPlanFromJSONCommand.js +2 -2
  31. package/dist-cjs/commands/GetBackupPlanFromTemplateCommand.js +2 -2
  32. package/dist-cjs/commands/GetBackupSelectionCommand.js +2 -2
  33. package/dist-cjs/commands/GetBackupVaultAccessPolicyCommand.js +2 -2
  34. package/dist-cjs/commands/GetBackupVaultNotificationsCommand.js +2 -2
  35. package/dist-cjs/commands/GetRecoveryPointRestoreMetadataCommand.js +2 -2
  36. package/dist-cjs/commands/GetSupportedResourceTypesCommand.js +1 -1
  37. package/dist-cjs/commands/ListBackupJobsCommand.js +2 -2
  38. package/dist-cjs/commands/ListBackupPlanTemplatesCommand.js +2 -2
  39. package/dist-cjs/commands/ListBackupPlanVersionsCommand.js +2 -2
  40. package/dist-cjs/commands/ListBackupPlansCommand.js +2 -2
  41. package/dist-cjs/commands/ListBackupSelectionsCommand.js +2 -2
  42. package/dist-cjs/commands/ListBackupVaultsCommand.js +2 -2
  43. package/dist-cjs/commands/ListCopyJobsCommand.js +2 -2
  44. package/dist-cjs/commands/ListFrameworksCommand.js +2 -2
  45. package/dist-cjs/commands/ListProtectedResourcesCommand.js +2 -2
  46. package/dist-cjs/commands/ListRecoveryPointsByBackupVaultCommand.js +2 -2
  47. package/dist-cjs/commands/ListRecoveryPointsByResourceCommand.js +2 -2
  48. package/dist-cjs/commands/ListReportJobsCommand.js +2 -2
  49. package/dist-cjs/commands/ListReportPlansCommand.js +2 -2
  50. package/dist-cjs/commands/ListRestoreJobsCommand.js +2 -2
  51. package/dist-cjs/commands/ListTagsCommand.js +2 -2
  52. package/dist-cjs/commands/PutBackupVaultAccessPolicyCommand.js +1 -1
  53. package/dist-cjs/commands/PutBackupVaultLockConfigurationCommand.js +1 -1
  54. package/dist-cjs/commands/PutBackupVaultNotificationsCommand.js +1 -1
  55. package/dist-cjs/commands/StartBackupJobCommand.js +2 -2
  56. package/dist-cjs/commands/StartCopyJobCommand.js +2 -2
  57. package/dist-cjs/commands/StartReportJobCommand.js +2 -2
  58. package/dist-cjs/commands/StartRestoreJobCommand.js +2 -2
  59. package/dist-cjs/commands/StopBackupJobCommand.js +1 -1
  60. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  61. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  62. package/dist-cjs/commands/UpdateBackupPlanCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateFrameworkCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +1 -1
  65. package/dist-cjs/commands/UpdateRecoveryPointLifecycleCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateRegionSettingsCommand.js +1 -1
  67. package/dist-cjs/commands/UpdateReportPlanCommand.js +2 -2
  68. package/dist-cjs/models/models_0.js +605 -897
  69. package/dist-es/commands/CreateBackupPlanCommand.js +3 -3
  70. package/dist-es/commands/CreateBackupSelectionCommand.js +3 -3
  71. package/dist-es/commands/CreateBackupVaultCommand.js +3 -3
  72. package/dist-es/commands/CreateFrameworkCommand.js +3 -3
  73. package/dist-es/commands/CreateReportPlanCommand.js +3 -3
  74. package/dist-es/commands/DeleteBackupPlanCommand.js +3 -3
  75. package/dist-es/commands/DeleteBackupSelectionCommand.js +2 -2
  76. package/dist-es/commands/DeleteBackupVaultAccessPolicyCommand.js +2 -2
  77. package/dist-es/commands/DeleteBackupVaultCommand.js +2 -2
  78. package/dist-es/commands/DeleteBackupVaultLockConfigurationCommand.js +2 -2
  79. package/dist-es/commands/DeleteBackupVaultNotificationsCommand.js +2 -2
  80. package/dist-es/commands/DeleteFrameworkCommand.js +2 -2
  81. package/dist-es/commands/DeleteRecoveryPointCommand.js +2 -2
  82. package/dist-es/commands/DeleteReportPlanCommand.js +2 -2
  83. package/dist-es/commands/DescribeBackupJobCommand.js +3 -3
  84. package/dist-es/commands/DescribeBackupVaultCommand.js +3 -3
  85. package/dist-es/commands/DescribeCopyJobCommand.js +3 -3
  86. package/dist-es/commands/DescribeFrameworkCommand.js +3 -3
  87. package/dist-es/commands/DescribeGlobalSettingsCommand.js +3 -3
  88. package/dist-es/commands/DescribeProtectedResourceCommand.js +3 -3
  89. package/dist-es/commands/DescribeRecoveryPointCommand.js +3 -3
  90. package/dist-es/commands/DescribeRegionSettingsCommand.js +3 -3
  91. package/dist-es/commands/DescribeReportJobCommand.js +3 -3
  92. package/dist-es/commands/DescribeReportPlanCommand.js +3 -3
  93. package/dist-es/commands/DescribeRestoreJobCommand.js +3 -3
  94. package/dist-es/commands/DisassociateRecoveryPointCommand.js +2 -2
  95. package/dist-es/commands/ExportBackupPlanTemplateCommand.js +3 -3
  96. package/dist-es/commands/GetBackupPlanCommand.js +3 -3
  97. package/dist-es/commands/GetBackupPlanFromJSONCommand.js +3 -3
  98. package/dist-es/commands/GetBackupPlanFromTemplateCommand.js +3 -3
  99. package/dist-es/commands/GetBackupSelectionCommand.js +3 -3
  100. package/dist-es/commands/GetBackupVaultAccessPolicyCommand.js +3 -3
  101. package/dist-es/commands/GetBackupVaultNotificationsCommand.js +3 -3
  102. package/dist-es/commands/GetRecoveryPointRestoreMetadataCommand.js +3 -3
  103. package/dist-es/commands/GetSupportedResourceTypesCommand.js +2 -2
  104. package/dist-es/commands/ListBackupJobsCommand.js +3 -3
  105. package/dist-es/commands/ListBackupPlanTemplatesCommand.js +3 -3
  106. package/dist-es/commands/ListBackupPlanVersionsCommand.js +3 -3
  107. package/dist-es/commands/ListBackupPlansCommand.js +3 -3
  108. package/dist-es/commands/ListBackupSelectionsCommand.js +3 -3
  109. package/dist-es/commands/ListBackupVaultsCommand.js +3 -3
  110. package/dist-es/commands/ListCopyJobsCommand.js +3 -3
  111. package/dist-es/commands/ListFrameworksCommand.js +3 -3
  112. package/dist-es/commands/ListProtectedResourcesCommand.js +3 -3
  113. package/dist-es/commands/ListRecoveryPointsByBackupVaultCommand.js +3 -3
  114. package/dist-es/commands/ListRecoveryPointsByResourceCommand.js +3 -3
  115. package/dist-es/commands/ListReportJobsCommand.js +3 -3
  116. package/dist-es/commands/ListReportPlansCommand.js +3 -3
  117. package/dist-es/commands/ListRestoreJobsCommand.js +3 -3
  118. package/dist-es/commands/ListTagsCommand.js +3 -3
  119. package/dist-es/commands/PutBackupVaultAccessPolicyCommand.js +2 -2
  120. package/dist-es/commands/PutBackupVaultLockConfigurationCommand.js +2 -2
  121. package/dist-es/commands/PutBackupVaultNotificationsCommand.js +2 -2
  122. package/dist-es/commands/StartBackupJobCommand.js +3 -3
  123. package/dist-es/commands/StartCopyJobCommand.js +3 -3
  124. package/dist-es/commands/StartReportJobCommand.js +3 -3
  125. package/dist-es/commands/StartRestoreJobCommand.js +3 -3
  126. package/dist-es/commands/StopBackupJobCommand.js +2 -2
  127. package/dist-es/commands/TagResourceCommand.js +2 -2
  128. package/dist-es/commands/UntagResourceCommand.js +2 -2
  129. package/dist-es/commands/UpdateBackupPlanCommand.js +3 -3
  130. package/dist-es/commands/UpdateFrameworkCommand.js +3 -3
  131. package/dist-es/commands/UpdateGlobalSettingsCommand.js +2 -2
  132. package/dist-es/commands/UpdateRecoveryPointLifecycleCommand.js +3 -3
  133. package/dist-es/commands/UpdateRegionSettingsCommand.js +2 -2
  134. package/dist-es/commands/UpdateReportPlanCommand.js +3 -3
  135. package/dist-es/models/models_0.js +146 -584
  136. package/dist-types/models/models_0.d.ts +584 -876
  137. package/dist-types/ts3.4/models/models_0.d.ts +292 -584
  138. package/package.json +6 -6
@@ -27,12 +27,6 @@ export interface AdvancedBackupSetting {
27
27
  */
28
28
  BackupOptions?: Record<string, string>;
29
29
  }
30
- export declare namespace AdvancedBackupSetting {
31
- /**
32
- * @internal
33
- */
34
- const filterSensitiveLog: (obj: AdvancedBackupSetting) => any;
35
- }
36
30
  /**
37
31
  * <p>The required resource already exists.</p>
38
32
  */
@@ -87,12 +81,6 @@ export interface RecoveryPointCreator {
87
81
  */
88
82
  BackupRuleId?: string;
89
83
  }
90
- export declare namespace RecoveryPointCreator {
91
- /**
92
- * @internal
93
- */
94
- const filterSensitiveLog: (obj: RecoveryPointCreator) => any;
95
- }
96
84
  export declare enum BackupJobState {
97
85
  ABORTED = "ABORTED",
98
86
  ABORTING = "ABORTING",
@@ -221,12 +209,6 @@ export interface BackupJob {
221
209
  */
222
210
  BackupType?: string;
223
211
  }
224
- export declare namespace BackupJob {
225
- /**
226
- * @internal
227
- */
228
- const filterSensitiveLog: (obj: BackupJob) => any;
229
- }
230
212
  /**
231
213
  * <p>Contains an array of <code>Transition</code> objects specifying how long in days before
232
214
  * a recovery point transitions to cold storage or is deleted.</p>
@@ -251,12 +233,6 @@ export interface Lifecycle {
251
233
  */
252
234
  DeleteAfterDays?: number;
253
235
  }
254
- export declare namespace Lifecycle {
255
- /**
256
- * @internal
257
- */
258
- const filterSensitiveLog: (obj: Lifecycle) => any;
259
- }
260
236
  /**
261
237
  * <p>The details of the copy operation.</p>
262
238
  */
@@ -281,12 +257,6 @@ export interface CopyAction {
281
257
  */
282
258
  DestinationBackupVaultArn: string | undefined;
283
259
  }
284
- export declare namespace CopyAction {
285
- /**
286
- * @internal
287
- */
288
- const filterSensitiveLog: (obj: CopyAction) => any;
289
- }
290
260
  /**
291
261
  * <p>Specifies a scheduled task used to back up a selection of resources.</p>
292
262
  */
@@ -357,12 +327,6 @@ export interface BackupRule {
357
327
  */
358
328
  EnableContinuousBackup?: boolean;
359
329
  }
360
- export declare namespace BackupRule {
361
- /**
362
- * @internal
363
- */
364
- const filterSensitiveLog: (obj: BackupRule) => any;
365
- }
366
330
  /**
367
331
  * <p>Contains an optional backup plan display name and an array of <code>BackupRule</code>
368
332
  * objects, each of which specifies a backup rule. Each rule in a backup plan is a separate
@@ -385,12 +349,6 @@ export interface BackupPlan {
385
349
  */
386
350
  AdvancedBackupSettings?: AdvancedBackupSetting[];
387
351
  }
388
- export declare namespace BackupPlan {
389
- /**
390
- * @internal
391
- */
392
- const filterSensitiveLog: (obj: BackupPlan) => any;
393
- }
394
352
  /**
395
353
  * <p>Specifies a scheduled task used to back up a selection of resources.</p>
396
354
  */
@@ -452,12 +410,6 @@ export interface BackupRuleInput {
452
410
  */
453
411
  EnableContinuousBackup?: boolean;
454
412
  }
455
- export declare namespace BackupRuleInput {
456
- /**
457
- * @internal
458
- */
459
- const filterSensitiveLog: (obj: BackupRuleInput) => any;
460
- }
461
413
  /**
462
414
  * <p>Contains an optional backup plan display name and an array of <code>BackupRule</code>
463
415
  * objects, each of which specifies a backup rule. Each rule in a backup plan is a separate
@@ -480,12 +432,6 @@ export interface BackupPlanInput {
480
432
  */
481
433
  AdvancedBackupSettings?: AdvancedBackupSetting[];
482
434
  }
483
- export declare namespace BackupPlanInput {
484
- /**
485
- * @internal
486
- */
487
- const filterSensitiveLog: (obj: BackupPlanInput) => any;
488
- }
489
435
  /**
490
436
  * <p>Contains metadata about a backup plan.</p>
491
437
  */
@@ -540,12 +486,6 @@ export interface BackupPlansListMember {
540
486
  */
541
487
  AdvancedBackupSettings?: AdvancedBackupSetting[];
542
488
  }
543
- export declare namespace BackupPlansListMember {
544
- /**
545
- * @internal
546
- */
547
- const filterSensitiveLog: (obj: BackupPlansListMember) => any;
548
- }
549
489
  /**
550
490
  * <p>An object specifying metadata associated with a backup plan template.</p>
551
491
  */
@@ -559,12 +499,6 @@ export interface BackupPlanTemplatesListMember {
559
499
  */
560
500
  BackupPlanTemplateName?: string;
561
501
  }
562
- export declare namespace BackupPlanTemplatesListMember {
563
- /**
564
- * @internal
565
- */
566
- const filterSensitiveLog: (obj: BackupPlanTemplatesListMember) => any;
567
- }
568
502
  /**
569
503
  * <p>Includes information about tags you define to assign tagged resources to a backup
570
504
  * plan.</p>
@@ -581,12 +515,6 @@ export interface ConditionParameter {
581
515
  */
582
516
  ConditionValue?: string;
583
517
  }
584
- export declare namespace ConditionParameter {
585
- /**
586
- * @internal
587
- */
588
- const filterSensitiveLog: (obj: ConditionParameter) => any;
589
- }
590
518
  /**
591
519
  * <p>Contains information about which resources to include or exclude from a backup plan
592
520
  * using their tags. Conditions are case sensitive.</p>
@@ -614,12 +542,6 @@ export interface Conditions {
614
542
  */
615
543
  StringNotLike?: ConditionParameter[];
616
544
  }
617
- export declare namespace Conditions {
618
- /**
619
- * @internal
620
- */
621
- const filterSensitiveLog: (obj: Conditions) => any;
622
- }
623
545
  export declare enum ConditionType {
624
546
  STRINGEQUALS = "STRINGEQUALS"
625
547
  }
@@ -649,12 +571,6 @@ export interface Condition {
649
571
  */
650
572
  ConditionValue: string | undefined;
651
573
  }
652
- export declare namespace Condition {
653
- /**
654
- * @internal
655
- */
656
- const filterSensitiveLog: (obj: Condition) => any;
657
- }
658
574
  /**
659
575
  * <p>Used to specify a set of resources to a backup plan.</p>
660
576
  * <p>Specifying your desired <code>Conditions</code>, <code>ListOfTags</code>, <code>NotResources</code>,
@@ -737,12 +653,6 @@ export interface BackupSelection {
737
653
  */
738
654
  Conditions?: Conditions;
739
655
  }
740
- export declare namespace BackupSelection {
741
- /**
742
- * @internal
743
- */
744
- const filterSensitiveLog: (obj: BackupSelection) => any;
745
- }
746
656
  /**
747
657
  * <p>Contains metadata about a <code>BackupSelection</code> object.</p>
748
658
  */
@@ -778,12 +688,6 @@ export interface BackupSelectionsListMember {
778
688
  */
779
689
  IamRoleArn?: string;
780
690
  }
781
- export declare namespace BackupSelectionsListMember {
782
- /**
783
- * @internal
784
- */
785
- const filterSensitiveLog: (obj: BackupSelectionsListMember) => any;
786
- }
787
691
  export declare enum BackupVaultEvent {
788
692
  BACKUP_JOB_COMPLETED = "BACKUP_JOB_COMPLETED",
789
693
  BACKUP_JOB_EXPIRED = "BACKUP_JOB_EXPIRED",
@@ -891,12 +795,6 @@ export interface BackupVaultListMember {
891
795
  */
892
796
  LockDate?: Date;
893
797
  }
894
- export declare namespace BackupVaultListMember {
895
- /**
896
- * @internal
897
- */
898
- const filterSensitiveLog: (obj: BackupVaultListMember) => any;
899
- }
900
798
  /**
901
799
  * <p>Contains <code>DeleteAt</code> and <code>MoveToColdStorageAt</code> timestamps, which
902
800
  * are used to specify a lifecycle for a recovery point.</p>
@@ -922,12 +820,6 @@ export interface CalculatedLifecycle {
922
820
  */
923
821
  DeleteAt?: Date;
924
822
  }
925
- export declare namespace CalculatedLifecycle {
926
- /**
927
- * @internal
928
- */
929
- const filterSensitiveLog: (obj: CalculatedLifecycle) => any;
930
- }
931
823
  /**
932
824
  * <p>Backup can't perform the action that you requested until it finishes
933
825
  * performing a previous action. Try again later.</p>
@@ -966,12 +858,6 @@ export interface ControlInputParameter {
966
858
  */
967
859
  ParameterValue?: string;
968
860
  }
969
- export declare namespace ControlInputParameter {
970
- /**
971
- * @internal
972
- */
973
- const filterSensitiveLog: (obj: ControlInputParameter) => any;
974
- }
975
861
  /**
976
862
  * <p>A framework consists of one or more controls. Each control has its own control scope.
977
863
  * The control scope can include one or more resource types, a combination of a tag key and
@@ -1003,12 +889,6 @@ export interface ControlScope {
1003
889
  */
1004
890
  Tags?: Record<string, string>;
1005
891
  }
1006
- export declare namespace ControlScope {
1007
- /**
1008
- * @internal
1009
- */
1010
- const filterSensitiveLog: (obj: ControlScope) => any;
1011
- }
1012
892
  export declare enum CopyJobState {
1013
893
  COMPLETED = "COMPLETED",
1014
894
  CREATED = "CREATED",
@@ -1092,12 +972,6 @@ export interface CopyJob {
1092
972
  */
1093
973
  ResourceType?: string;
1094
974
  }
1095
- export declare namespace CopyJob {
1096
- /**
1097
- * @internal
1098
- */
1099
- const filterSensitiveLog: (obj: CopyJob) => any;
1100
- }
1101
975
  export interface CreateBackupPlanInput {
1102
976
  /**
1103
977
  * <p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or
@@ -1118,12 +992,6 @@ export interface CreateBackupPlanInput {
1118
992
  */
1119
993
  CreatorRequestId?: string;
1120
994
  }
1121
- export declare namespace CreateBackupPlanInput {
1122
- /**
1123
- * @internal
1124
- */
1125
- const filterSensitiveLog: (obj: CreateBackupPlanInput) => any;
1126
- }
1127
995
  export interface CreateBackupPlanOutput {
1128
996
  /**
1129
997
  * <p>Uniquely identifies a backup plan.</p>
@@ -1152,12 +1020,6 @@ export interface CreateBackupPlanOutput {
1152
1020
  */
1153
1021
  AdvancedBackupSettings?: AdvancedBackupSetting[];
1154
1022
  }
1155
- export declare namespace CreateBackupPlanOutput {
1156
- /**
1157
- * @internal
1158
- */
1159
- const filterSensitiveLog: (obj: CreateBackupPlanOutput) => any;
1160
- }
1161
1023
  /**
1162
1024
  * <p>Indicates that something is wrong with a parameter's value. For example, the value is
1163
1025
  * out of range.</p>
@@ -1261,12 +1123,6 @@ export interface CreateBackupSelectionInput {
1261
1123
  */
1262
1124
  CreatorRequestId?: string;
1263
1125
  }
1264
- export declare namespace CreateBackupSelectionInput {
1265
- /**
1266
- * @internal
1267
- */
1268
- const filterSensitiveLog: (obj: CreateBackupSelectionInput) => any;
1269
- }
1270
1126
  export interface CreateBackupSelectionOutput {
1271
1127
  /**
1272
1128
  * <p>Uniquely identifies the body of a request to assign a set of resources to a backup
@@ -1285,12 +1141,6 @@ export interface CreateBackupSelectionOutput {
1285
1141
  */
1286
1142
  CreationDate?: Date;
1287
1143
  }
1288
- export declare namespace CreateBackupSelectionOutput {
1289
- /**
1290
- * @internal
1291
- */
1292
- const filterSensitiveLog: (obj: CreateBackupSelectionOutput) => any;
1293
- }
1294
1144
  export interface CreateBackupVaultInput {
1295
1145
  /**
1296
1146
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -1315,12 +1165,6 @@ export interface CreateBackupVaultInput {
1315
1165
  */
1316
1166
  CreatorRequestId?: string;
1317
1167
  }
1318
- export declare namespace CreateBackupVaultInput {
1319
- /**
1320
- * @internal
1321
- */
1322
- const filterSensitiveLog: (obj: CreateBackupVaultInput) => any;
1323
- }
1324
1168
  export interface CreateBackupVaultOutput {
1325
1169
  /**
1326
1170
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -1341,12 +1185,6 @@ export interface CreateBackupVaultOutput {
1341
1185
  */
1342
1186
  CreationDate?: Date;
1343
1187
  }
1344
- export declare namespace CreateBackupVaultOutput {
1345
- /**
1346
- * @internal
1347
- */
1348
- const filterSensitiveLog: (obj: CreateBackupVaultOutput) => any;
1349
- }
1350
1188
  /**
1351
1189
  * <p>Contains detailed information about all of the controls of a framework. Each framework
1352
1190
  * must contain at least one control.</p>
@@ -1369,12 +1207,6 @@ export interface FrameworkControl {
1369
1207
  */
1370
1208
  ControlScope?: ControlScope;
1371
1209
  }
1372
- export declare namespace FrameworkControl {
1373
- /**
1374
- * @internal
1375
- */
1376
- const filterSensitiveLog: (obj: FrameworkControl) => any;
1377
- }
1378
1210
  export interface CreateFrameworkInput {
1379
1211
  /**
1380
1212
  * <p>The unique name of the framework. The name must be between 1 and 256 characters,
@@ -1403,12 +1235,6 @@ export interface CreateFrameworkInput {
1403
1235
  */
1404
1236
  FrameworkTags?: Record<string, string>;
1405
1237
  }
1406
- export declare namespace CreateFrameworkInput {
1407
- /**
1408
- * @internal
1409
- */
1410
- const filterSensitiveLog: (obj: CreateFrameworkInput) => any;
1411
- }
1412
1238
  export interface CreateFrameworkOutput {
1413
1239
  /**
1414
1240
  * <p>The unique name of the framework. The name must be between 1 and 256 characters,
@@ -1422,12 +1248,6 @@ export interface CreateFrameworkOutput {
1422
1248
  */
1423
1249
  FrameworkArn?: string;
1424
1250
  }
1425
- export declare namespace CreateFrameworkOutput {
1426
- /**
1427
- * @internal
1428
- */
1429
- const filterSensitiveLog: (obj: CreateFrameworkOutput) => any;
1430
- }
1431
1251
  /**
1432
1252
  * <p>Contains information from your report plan about where to deliver your reports,
1433
1253
  * specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your
@@ -1450,12 +1270,6 @@ export interface ReportDeliveryChannel {
1450
1270
  */
1451
1271
  Formats?: string[];
1452
1272
  }
1453
- export declare namespace ReportDeliveryChannel {
1454
- /**
1455
- * @internal
1456
- */
1457
- const filterSensitiveLog: (obj: ReportDeliveryChannel) => any;
1458
- }
1459
1273
  /**
1460
1274
  * <p>Contains detailed information about a report setting.</p>
1461
1275
  */
@@ -1478,12 +1292,6 @@ export interface ReportSetting {
1478
1292
  */
1479
1293
  NumberOfFrameworks?: number;
1480
1294
  }
1481
- export declare namespace ReportSetting {
1482
- /**
1483
- * @internal
1484
- */
1485
- const filterSensitiveLog: (obj: ReportSetting) => any;
1486
- }
1487
1295
  export interface CreateReportPlanInput {
1488
1296
  /**
1489
1297
  * <p>The unique name of the report plan. The name must be between 1 and 256 characters,
@@ -1525,12 +1333,6 @@ export interface CreateReportPlanInput {
1525
1333
  */
1526
1334
  IdempotencyToken?: string;
1527
1335
  }
1528
- export declare namespace CreateReportPlanInput {
1529
- /**
1530
- * @internal
1531
- */
1532
- const filterSensitiveLog: (obj: CreateReportPlanInput) => any;
1533
- }
1534
1336
  export interface CreateReportPlanOutput {
1535
1337
  /**
1536
1338
  * <p>The unique name of the report plan.</p>
@@ -1549,24 +1351,12 @@ export interface CreateReportPlanOutput {
1549
1351
  */
1550
1352
  CreationTime?: Date;
1551
1353
  }
1552
- export declare namespace CreateReportPlanOutput {
1553
- /**
1554
- * @internal
1555
- */
1556
- const filterSensitiveLog: (obj: CreateReportPlanOutput) => any;
1557
- }
1558
1354
  export interface DeleteBackupPlanInput {
1559
1355
  /**
1560
1356
  * <p>Uniquely identifies a backup plan.</p>
1561
1357
  */
1562
1358
  BackupPlanId: string | undefined;
1563
1359
  }
1564
- export declare namespace DeleteBackupPlanInput {
1565
- /**
1566
- * @internal
1567
- */
1568
- const filterSensitiveLog: (obj: DeleteBackupPlanInput) => any;
1569
- }
1570
1360
  export interface DeleteBackupPlanOutput {
1571
1361
  /**
1572
1362
  * <p>Uniquely identifies a backup plan.</p>
@@ -1590,12 +1380,6 @@ export interface DeleteBackupPlanOutput {
1590
1380
  */
1591
1381
  VersionId?: string;
1592
1382
  }
1593
- export declare namespace DeleteBackupPlanOutput {
1594
- /**
1595
- * @internal
1596
- */
1597
- const filterSensitiveLog: (obj: DeleteBackupPlanOutput) => any;
1598
- }
1599
1383
  /**
1600
1384
  * <p>Indicates that something is wrong with the input to the request. For example, a
1601
1385
  * parameter is of the wrong type.</p>
@@ -1650,12 +1434,6 @@ export interface DeleteBackupSelectionInput {
1650
1434
  */
1651
1435
  SelectionId: string | undefined;
1652
1436
  }
1653
- export declare namespace DeleteBackupSelectionInput {
1654
- /**
1655
- * @internal
1656
- */
1657
- const filterSensitiveLog: (obj: DeleteBackupSelectionInput) => any;
1658
- }
1659
1437
  export interface DeleteBackupVaultInput {
1660
1438
  /**
1661
1439
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -1665,12 +1443,6 @@ export interface DeleteBackupVaultInput {
1665
1443
  */
1666
1444
  BackupVaultName: string | undefined;
1667
1445
  }
1668
- export declare namespace DeleteBackupVaultInput {
1669
- /**
1670
- * @internal
1671
- */
1672
- const filterSensitiveLog: (obj: DeleteBackupVaultInput) => any;
1673
- }
1674
1446
  export interface DeleteBackupVaultAccessPolicyInput {
1675
1447
  /**
1676
1448
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -1680,24 +1452,12 @@ export interface DeleteBackupVaultAccessPolicyInput {
1680
1452
  */
1681
1453
  BackupVaultName: string | undefined;
1682
1454
  }
1683
- export declare namespace DeleteBackupVaultAccessPolicyInput {
1684
- /**
1685
- * @internal
1686
- */
1687
- const filterSensitiveLog: (obj: DeleteBackupVaultAccessPolicyInput) => any;
1688
- }
1689
1455
  export interface DeleteBackupVaultLockConfigurationInput {
1690
1456
  /**
1691
1457
  * <p>The name of the backup vault from which to delete Backup Vault Lock.</p>
1692
1458
  */
1693
1459
  BackupVaultName: string | undefined;
1694
1460
  }
1695
- export declare namespace DeleteBackupVaultLockConfigurationInput {
1696
- /**
1697
- * @internal
1698
- */
1699
- const filterSensitiveLog: (obj: DeleteBackupVaultLockConfigurationInput) => any;
1700
- }
1701
1461
  export interface DeleteBackupVaultNotificationsInput {
1702
1462
  /**
1703
1463
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -1706,24 +1466,12 @@ export interface DeleteBackupVaultNotificationsInput {
1706
1466
  */
1707
1467
  BackupVaultName: string | undefined;
1708
1468
  }
1709
- export declare namespace DeleteBackupVaultNotificationsInput {
1710
- /**
1711
- * @internal
1712
- */
1713
- const filterSensitiveLog: (obj: DeleteBackupVaultNotificationsInput) => any;
1714
- }
1715
1469
  export interface DeleteFrameworkInput {
1716
1470
  /**
1717
1471
  * <p>The unique name of a framework.</p>
1718
1472
  */
1719
1473
  FrameworkName: string | undefined;
1720
1474
  }
1721
- export declare namespace DeleteFrameworkInput {
1722
- /**
1723
- * @internal
1724
- */
1725
- const filterSensitiveLog: (obj: DeleteFrameworkInput) => any;
1726
- }
1727
1475
  export interface DeleteRecoveryPointInput {
1728
1476
  /**
1729
1477
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -1738,12 +1486,6 @@ export interface DeleteRecoveryPointInput {
1738
1486
  */
1739
1487
  RecoveryPointArn: string | undefined;
1740
1488
  }
1741
- export declare namespace DeleteRecoveryPointInput {
1742
- /**
1743
- * @internal
1744
- */
1745
- const filterSensitiveLog: (obj: DeleteRecoveryPointInput) => any;
1746
- }
1747
1489
  /**
1748
1490
  * <p>Backup is already performing an action on this recovery point. It can't
1749
1491
  * perform the action you requested until the first action finishes. Try again later.</p>
@@ -1772,12 +1514,6 @@ export interface DeleteReportPlanInput {
1772
1514
  */
1773
1515
  ReportPlanName: string | undefined;
1774
1516
  }
1775
- export declare namespace DeleteReportPlanInput {
1776
- /**
1777
- * @internal
1778
- */
1779
- const filterSensitiveLog: (obj: DeleteReportPlanInput) => any;
1780
- }
1781
1517
  /**
1782
1518
  * <p>A dependent Amazon Web Services service or resource returned an error to the Backup service, and the action cannot be completed.</p>
1783
1519
  */
@@ -1805,12 +1541,6 @@ export interface DescribeBackupJobInput {
1805
1541
  */
1806
1542
  BackupJobId: string | undefined;
1807
1543
  }
1808
- export declare namespace DescribeBackupJobInput {
1809
- /**
1810
- * @internal
1811
- */
1812
- const filterSensitiveLog: (obj: DescribeBackupJobInput) => any;
1813
- }
1814
1544
  export interface DescribeBackupJobOutput {
1815
1545
  /**
1816
1546
  * <p>Returns the account ID that owns the backup job.</p>
@@ -1921,12 +1651,6 @@ export interface DescribeBackupJobOutput {
1921
1651
  */
1922
1652
  BackupType?: string;
1923
1653
  }
1924
- export declare namespace DescribeBackupJobOutput {
1925
- /**
1926
- * @internal
1927
- */
1928
- const filterSensitiveLog: (obj: DescribeBackupJobOutput) => any;
1929
- }
1930
1654
  export interface DescribeBackupVaultInput {
1931
1655
  /**
1932
1656
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -1936,12 +1660,6 @@ export interface DescribeBackupVaultInput {
1936
1660
  */
1937
1661
  BackupVaultName: string | undefined;
1938
1662
  }
1939
- export declare namespace DescribeBackupVaultInput {
1940
- /**
1941
- * @internal
1942
- */
1943
- const filterSensitiveLog: (obj: DescribeBackupVaultInput) => any;
1944
- }
1945
1663
  export interface DescribeBackupVaultOutput {
1946
1664
  /**
1947
1665
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -2018,48 +1736,24 @@ export interface DescribeBackupVaultOutput {
2018
1736
  */
2019
1737
  LockDate?: Date;
2020
1738
  }
2021
- export declare namespace DescribeBackupVaultOutput {
2022
- /**
2023
- * @internal
2024
- */
2025
- const filterSensitiveLog: (obj: DescribeBackupVaultOutput) => any;
2026
- }
2027
1739
  export interface DescribeCopyJobInput {
2028
1740
  /**
2029
1741
  * <p>Uniquely identifies a copy job.</p>
2030
1742
  */
2031
1743
  CopyJobId: string | undefined;
2032
1744
  }
2033
- export declare namespace DescribeCopyJobInput {
2034
- /**
2035
- * @internal
2036
- */
2037
- const filterSensitiveLog: (obj: DescribeCopyJobInput) => any;
2038
- }
2039
1745
  export interface DescribeCopyJobOutput {
2040
1746
  /**
2041
1747
  * <p>Contains detailed information about a copy job.</p>
2042
1748
  */
2043
1749
  CopyJob?: CopyJob;
2044
1750
  }
2045
- export declare namespace DescribeCopyJobOutput {
2046
- /**
2047
- * @internal
2048
- */
2049
- const filterSensitiveLog: (obj: DescribeCopyJobOutput) => any;
2050
- }
2051
1751
  export interface DescribeFrameworkInput {
2052
1752
  /**
2053
1753
  * <p>The unique name of a framework.</p>
2054
1754
  */
2055
1755
  FrameworkName: string | undefined;
2056
1756
  }
2057
- export declare namespace DescribeFrameworkInput {
2058
- /**
2059
- * @internal
2060
- */
2061
- const filterSensitiveLog: (obj: DescribeFrameworkInput) => any;
2062
- }
2063
1757
  export interface DescribeFrameworkOutput {
2064
1758
  /**
2065
1759
  * <p>The unique name of a framework.</p>
@@ -2129,20 +1823,8 @@ export interface DescribeFrameworkOutput {
2129
1823
  */
2130
1824
  IdempotencyToken?: string;
2131
1825
  }
2132
- export declare namespace DescribeFrameworkOutput {
2133
- /**
2134
- * @internal
2135
- */
2136
- const filterSensitiveLog: (obj: DescribeFrameworkOutput) => any;
2137
- }
2138
1826
  export interface DescribeGlobalSettingsInput {
2139
1827
  }
2140
- export declare namespace DescribeGlobalSettingsInput {
2141
- /**
2142
- * @internal
2143
- */
2144
- const filterSensitiveLog: (obj: DescribeGlobalSettingsInput) => any;
2145
- }
2146
1828
  export interface DescribeGlobalSettingsOutput {
2147
1829
  /**
2148
1830
  * <p>The status of the flag <code>isCrossAccountBackupEnabled</code>.</p>
@@ -2156,12 +1838,6 @@ export interface DescribeGlobalSettingsOutput {
2156
1838
  */
2157
1839
  LastUpdateTime?: Date;
2158
1840
  }
2159
- export declare namespace DescribeGlobalSettingsOutput {
2160
- /**
2161
- * @internal
2162
- */
2163
- const filterSensitiveLog: (obj: DescribeGlobalSettingsOutput) => any;
2164
- }
2165
1841
  export interface DescribeProtectedResourceInput {
2166
1842
  /**
2167
1843
  * <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
@@ -2169,12 +1845,6 @@ export interface DescribeProtectedResourceInput {
2169
1845
  */
2170
1846
  ResourceArn: string | undefined;
2171
1847
  }
2172
- export declare namespace DescribeProtectedResourceInput {
2173
- /**
2174
- * @internal
2175
- */
2176
- const filterSensitiveLog: (obj: DescribeProtectedResourceInput) => any;
2177
- }
2178
1848
  export interface DescribeProtectedResourceOutput {
2179
1849
  /**
2180
1850
  * <p>An ARN that uniquely identifies a resource. The format of the ARN depends on the
@@ -2194,12 +1864,6 @@ export interface DescribeProtectedResourceOutput {
2194
1864
  */
2195
1865
  LastBackupTime?: Date;
2196
1866
  }
2197
- export declare namespace DescribeProtectedResourceOutput {
2198
- /**
2199
- * @internal
2200
- */
2201
- const filterSensitiveLog: (obj: DescribeProtectedResourceOutput) => any;
2202
- }
2203
1867
  export interface DescribeRecoveryPointInput {
2204
1868
  /**
2205
1869
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -2214,12 +1878,6 @@ export interface DescribeRecoveryPointInput {
2214
1878
  */
2215
1879
  RecoveryPointArn: string | undefined;
2216
1880
  }
2217
- export declare namespace DescribeRecoveryPointInput {
2218
- /**
2219
- * @internal
2220
- */
2221
- const filterSensitiveLog: (obj: DescribeRecoveryPointInput) => any;
2222
- }
2223
1881
  export declare enum RecoveryPointStatus {
2224
1882
  COMPLETED = "COMPLETED",
2225
1883
  DELETING = "DELETING",
@@ -2356,20 +2014,8 @@ export interface DescribeRecoveryPointOutput {
2356
2014
  */
2357
2015
  LastRestoreTime?: Date;
2358
2016
  }
2359
- export declare namespace DescribeRecoveryPointOutput {
2360
- /**
2361
- * @internal
2362
- */
2363
- const filterSensitiveLog: (obj: DescribeRecoveryPointOutput) => any;
2364
- }
2365
2017
  export interface DescribeRegionSettingsInput {
2366
2018
  }
2367
- export declare namespace DescribeRegionSettingsInput {
2368
- /**
2369
- * @internal
2370
- */
2371
- const filterSensitiveLog: (obj: DescribeRegionSettingsInput) => any;
2372
- }
2373
2019
  export interface DescribeRegionSettingsOutput {
2374
2020
  /**
2375
2021
  * <p>Returns a list of all services along with the opt-in preferences in the Region.</p>
@@ -2387,12 +2033,6 @@ export interface DescribeRegionSettingsOutput {
2387
2033
  */
2388
2034
  ResourceTypeManagementPreference?: Record<string, boolean>;
2389
2035
  }
2390
- export declare namespace DescribeRegionSettingsOutput {
2391
- /**
2392
- * @internal
2393
- */
2394
- const filterSensitiveLog: (obj: DescribeRegionSettingsOutput) => any;
2395
- }
2396
2036
  export interface DescribeReportJobInput {
2397
2037
  /**
2398
2038
  * <p>The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded
@@ -2400,12 +2040,6 @@ export interface DescribeReportJobInput {
2400
2040
  */
2401
2041
  ReportJobId: string | undefined;
2402
2042
  }
2403
- export declare namespace DescribeReportJobInput {
2404
- /**
2405
- * @internal
2406
- */
2407
- const filterSensitiveLog: (obj: DescribeReportJobInput) => any;
2408
- }
2409
2043
  /**
2410
2044
  * <p>Contains information from your report job about your report destination.</p>
2411
2045
  */
@@ -2419,12 +2053,6 @@ export interface ReportDestination {
2419
2053
  */
2420
2054
  S3Keys?: string[];
2421
2055
  }
2422
- export declare namespace ReportDestination {
2423
- /**
2424
- * @internal
2425
- */
2426
- const filterSensitiveLog: (obj: ReportDestination) => any;
2427
- }
2428
2056
  /**
2429
2057
  * <p>Contains detailed information about a report job. A report job compiles a report based
2430
2058
  * on a report plan and publishes it to Amazon S3.</p>
@@ -2484,12 +2112,6 @@ export interface ReportJob {
2484
2112
  */
2485
2113
  ReportDestination?: ReportDestination;
2486
2114
  }
2487
- export declare namespace ReportJob {
2488
- /**
2489
- * @internal
2490
- */
2491
- const filterSensitiveLog: (obj: ReportJob) => any;
2492
- }
2493
2115
  export interface DescribeReportJobOutput {
2494
2116
  /**
2495
2117
  * <p>A list of information about a report job, including its completion and creation times,
@@ -2498,24 +2120,12 @@ export interface DescribeReportJobOutput {
2498
2120
  */
2499
2121
  ReportJob?: ReportJob;
2500
2122
  }
2501
- export declare namespace DescribeReportJobOutput {
2502
- /**
2503
- * @internal
2504
- */
2505
- const filterSensitiveLog: (obj: DescribeReportJobOutput) => any;
2506
- }
2507
2123
  export interface DescribeReportPlanInput {
2508
2124
  /**
2509
2125
  * <p>The unique name of a report plan.</p>
2510
2126
  */
2511
2127
  ReportPlanName: string | undefined;
2512
2128
  }
2513
- export declare namespace DescribeReportPlanInput {
2514
- /**
2515
- * @internal
2516
- */
2517
- const filterSensitiveLog: (obj: DescribeReportPlanInput) => any;
2518
- }
2519
2129
  /**
2520
2130
  * <p>Contains detailed information about a report plan.</p>
2521
2131
  */
@@ -2582,12 +2192,6 @@ export interface ReportPlan {
2582
2192
  */
2583
2193
  LastSuccessfulExecutionTime?: Date;
2584
2194
  }
2585
- export declare namespace ReportPlan {
2586
- /**
2587
- * @internal
2588
- */
2589
- const filterSensitiveLog: (obj: ReportPlan) => any;
2590
- }
2591
2195
  export interface DescribeReportPlanOutput {
2592
2196
  /**
2593
2197
  * <p>Returns details about the report plan that is specified by its name. These details
@@ -2597,24 +2201,12 @@ export interface DescribeReportPlanOutput {
2597
2201
  */
2598
2202
  ReportPlan?: ReportPlan;
2599
2203
  }
2600
- export declare namespace DescribeReportPlanOutput {
2601
- /**
2602
- * @internal
2603
- */
2604
- const filterSensitiveLog: (obj: DescribeReportPlanOutput) => any;
2605
- }
2606
2204
  export interface DescribeRestoreJobInput {
2607
2205
  /**
2608
2206
  * <p>Uniquely identifies the job that restores a recovery point.</p>
2609
2207
  */
2610
2208
  RestoreJobId: string | undefined;
2611
2209
  }
2612
- export declare namespace DescribeRestoreJobInput {
2613
- /**
2614
- * @internal
2615
- */
2616
- const filterSensitiveLog: (obj: DescribeRestoreJobInput) => any;
2617
- }
2618
2210
  export declare enum RestoreJobStatus {
2619
2211
  ABORTED = "ABORTED",
2620
2212
  COMPLETED = "COMPLETED",
@@ -2689,12 +2281,6 @@ export interface DescribeRestoreJobOutput {
2689
2281
  */
2690
2282
  ResourceType?: string;
2691
2283
  }
2692
- export declare namespace DescribeRestoreJobOutput {
2693
- /**
2694
- * @internal
2695
- */
2696
- const filterSensitiveLog: (obj: DescribeRestoreJobOutput) => any;
2697
- }
2698
2284
  export interface DisassociateRecoveryPointInput {
2699
2285
  /**
2700
2286
  * <p>The unique name of an Backup vault.</p>
@@ -2706,24 +2292,12 @@ export interface DisassociateRecoveryPointInput {
2706
2292
  */
2707
2293
  RecoveryPointArn: string | undefined;
2708
2294
  }
2709
- export declare namespace DisassociateRecoveryPointInput {
2710
- /**
2711
- * @internal
2712
- */
2713
- const filterSensitiveLog: (obj: DisassociateRecoveryPointInput) => any;
2714
- }
2715
2295
  export interface ExportBackupPlanTemplateInput {
2716
2296
  /**
2717
2297
  * <p>Uniquely identifies a backup plan.</p>
2718
2298
  */
2719
2299
  BackupPlanId: string | undefined;
2720
2300
  }
2721
- export declare namespace ExportBackupPlanTemplateInput {
2722
- /**
2723
- * @internal
2724
- */
2725
- const filterSensitiveLog: (obj: ExportBackupPlanTemplateInput) => any;
2726
- }
2727
2301
  export interface ExportBackupPlanTemplateOutput {
2728
2302
  /**
2729
2303
  * <p>The body of a backup plan template in JSON format.</p>
@@ -2735,12 +2309,6 @@ export interface ExportBackupPlanTemplateOutput {
2735
2309
  */
2736
2310
  BackupPlanTemplateJson?: string;
2737
2311
  }
2738
- export declare namespace ExportBackupPlanTemplateOutput {
2739
- /**
2740
- * @internal
2741
- */
2742
- const filterSensitiveLog: (obj: ExportBackupPlanTemplateOutput) => any;
2743
- }
2744
2312
  export interface GetBackupPlanInput {
2745
2313
  /**
2746
2314
  * <p>Uniquely identifies a backup plan.</p>
@@ -2752,12 +2320,6 @@ export interface GetBackupPlanInput {
2752
2320
  */
2753
2321
  VersionId?: string;
2754
2322
  }
2755
- export declare namespace GetBackupPlanInput {
2756
- /**
2757
- * @internal
2758
- */
2759
- const filterSensitiveLog: (obj: GetBackupPlanInput) => any;
2760
- }
2761
2323
  export interface GetBackupPlanOutput {
2762
2324
  /**
2763
2325
  * <p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or
@@ -2810,24 +2372,12 @@ export interface GetBackupPlanOutput {
2810
2372
  */
2811
2373
  AdvancedBackupSettings?: AdvancedBackupSetting[];
2812
2374
  }
2813
- export declare namespace GetBackupPlanOutput {
2814
- /**
2815
- * @internal
2816
- */
2817
- const filterSensitiveLog: (obj: GetBackupPlanOutput) => any;
2818
- }
2819
2375
  export interface GetBackupPlanFromJSONInput {
2820
2376
  /**
2821
2377
  * <p>A customer-supplied backup plan document in JSON format.</p>
2822
2378
  */
2823
2379
  BackupPlanTemplateJson: string | undefined;
2824
2380
  }
2825
- export declare namespace GetBackupPlanFromJSONInput {
2826
- /**
2827
- * @internal
2828
- */
2829
- const filterSensitiveLog: (obj: GetBackupPlanFromJSONInput) => any;
2830
- }
2831
2381
  export interface GetBackupPlanFromJSONOutput {
2832
2382
  /**
2833
2383
  * <p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or
@@ -2835,24 +2385,12 @@ export interface GetBackupPlanFromJSONOutput {
2835
2385
  */
2836
2386
  BackupPlan?: BackupPlan;
2837
2387
  }
2838
- export declare namespace GetBackupPlanFromJSONOutput {
2839
- /**
2840
- * @internal
2841
- */
2842
- const filterSensitiveLog: (obj: GetBackupPlanFromJSONOutput) => any;
2843
- }
2844
2388
  export interface GetBackupPlanFromTemplateInput {
2845
2389
  /**
2846
2390
  * <p>Uniquely identifies a stored backup plan template.</p>
2847
2391
  */
2848
2392
  BackupPlanTemplateId: string | undefined;
2849
2393
  }
2850
- export declare namespace GetBackupPlanFromTemplateInput {
2851
- /**
2852
- * @internal
2853
- */
2854
- const filterSensitiveLog: (obj: GetBackupPlanFromTemplateInput) => any;
2855
- }
2856
2394
  export interface GetBackupPlanFromTemplateOutput {
2857
2395
  /**
2858
2396
  * <p>Returns the body of a backup plan based on the target template, including the name,
@@ -2860,12 +2398,6 @@ export interface GetBackupPlanFromTemplateOutput {
2860
2398
  */
2861
2399
  BackupPlanDocument?: BackupPlan;
2862
2400
  }
2863
- export declare namespace GetBackupPlanFromTemplateOutput {
2864
- /**
2865
- * @internal
2866
- */
2867
- const filterSensitiveLog: (obj: GetBackupPlanFromTemplateOutput) => any;
2868
- }
2869
2401
  export interface GetBackupSelectionInput {
2870
2402
  /**
2871
2403
  * <p>Uniquely identifies a backup plan.</p>
@@ -2877,12 +2409,6 @@ export interface GetBackupSelectionInput {
2877
2409
  */
2878
2410
  SelectionId: string | undefined;
2879
2411
  }
2880
- export declare namespace GetBackupSelectionInput {
2881
- /**
2882
- * @internal
2883
- */
2884
- const filterSensitiveLog: (obj: GetBackupSelectionInput) => any;
2885
- }
2886
2412
  export interface GetBackupSelectionOutput {
2887
2413
  /**
2888
2414
  * <p>Specifies the body of a request to assign a set of resources to a backup plan.</p>
@@ -2910,12 +2436,6 @@ export interface GetBackupSelectionOutput {
2910
2436
  */
2911
2437
  CreatorRequestId?: string;
2912
2438
  }
2913
- export declare namespace GetBackupSelectionOutput {
2914
- /**
2915
- * @internal
2916
- */
2917
- const filterSensitiveLog: (obj: GetBackupSelectionOutput) => any;
2918
- }
2919
2439
  export interface GetBackupVaultAccessPolicyInput {
2920
2440
  /**
2921
2441
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -2925,12 +2445,6 @@ export interface GetBackupVaultAccessPolicyInput {
2925
2445
  */
2926
2446
  BackupVaultName: string | undefined;
2927
2447
  }
2928
- export declare namespace GetBackupVaultAccessPolicyInput {
2929
- /**
2930
- * @internal
2931
- */
2932
- const filterSensitiveLog: (obj: GetBackupVaultAccessPolicyInput) => any;
2933
- }
2934
2448
  export interface GetBackupVaultAccessPolicyOutput {
2935
2449
  /**
2936
2450
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -2948,12 +2462,6 @@ export interface GetBackupVaultAccessPolicyOutput {
2948
2462
  */
2949
2463
  Policy?: string;
2950
2464
  }
2951
- export declare namespace GetBackupVaultAccessPolicyOutput {
2952
- /**
2953
- * @internal
2954
- */
2955
- const filterSensitiveLog: (obj: GetBackupVaultAccessPolicyOutput) => any;
2956
- }
2957
2465
  export interface GetBackupVaultNotificationsInput {
2958
2466
  /**
2959
2467
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -2963,12 +2471,6 @@ export interface GetBackupVaultNotificationsInput {
2963
2471
  */
2964
2472
  BackupVaultName: string | undefined;
2965
2473
  }
2966
- export declare namespace GetBackupVaultNotificationsInput {
2967
- /**
2968
- * @internal
2969
- */
2970
- const filterSensitiveLog: (obj: GetBackupVaultNotificationsInput) => any;
2971
- }
2972
2474
  export interface GetBackupVaultNotificationsOutput {
2973
2475
  /**
2974
2476
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -2992,12 +2494,6 @@ export interface GetBackupVaultNotificationsOutput {
2992
2494
  */
2993
2495
  BackupVaultEvents?: (BackupVaultEvent | string)[];
2994
2496
  }
2995
- export declare namespace GetBackupVaultNotificationsOutput {
2996
- /**
2997
- * @internal
2998
- */
2999
- const filterSensitiveLog: (obj: GetBackupVaultNotificationsOutput) => any;
3000
- }
3001
2497
  export interface GetRecoveryPointRestoreMetadataInput {
3002
2498
  /**
3003
2499
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -3012,12 +2508,6 @@ export interface GetRecoveryPointRestoreMetadataInput {
3012
2508
  */
3013
2509
  RecoveryPointArn: string | undefined;
3014
2510
  }
3015
- export declare namespace GetRecoveryPointRestoreMetadataInput {
3016
- /**
3017
- * @internal
3018
- */
3019
- const filterSensitiveLog: (obj: GetRecoveryPointRestoreMetadataInput) => any;
3020
- }
3021
2511
  export interface GetRecoveryPointRestoreMetadataOutput {
3022
2512
  /**
3023
2513
  * <p>An ARN that uniquely identifies a backup vault; for example,
@@ -3036,12 +2526,6 @@ export interface GetRecoveryPointRestoreMetadataOutput {
3036
2526
  */
3037
2527
  RestoreMetadata?: Record<string, string>;
3038
2528
  }
3039
- export declare namespace GetRecoveryPointRestoreMetadataOutput {
3040
- /**
3041
- * @internal
3042
- */
3043
- const filterSensitiveLog: (obj: GetRecoveryPointRestoreMetadataOutput) => any;
3044
- }
3045
2529
  export interface GetSupportedResourceTypesOutput {
3046
2530
  /**
3047
2531
  * <p>Contains a string with the supported Amazon Web Services resource types:</p>
@@ -3090,12 +2574,6 @@ export interface GetSupportedResourceTypesOutput {
3090
2574
  */
3091
2575
  ResourceTypes?: string[];
3092
2576
  }
3093
- export declare namespace GetSupportedResourceTypesOutput {
3094
- /**
3095
- * @internal
3096
- */
3097
- const filterSensitiveLog: (obj: GetSupportedResourceTypesOutput) => any;
3098
- }
3099
2577
  export interface ListBackupJobsInput {
3100
2578
  /**
3101
2579
  * <p>The next item following a partial list of returned items. For example, if a request is
@@ -3204,12 +2682,6 @@ export interface ListBackupJobsInput {
3204
2682
  */
3205
2683
  ByCompleteBefore?: Date;
3206
2684
  }
3207
- export declare namespace ListBackupJobsInput {
3208
- /**
3209
- * @internal
3210
- */
3211
- const filterSensitiveLog: (obj: ListBackupJobsInput) => any;
3212
- }
3213
2685
  export interface ListBackupJobsOutput {
3214
2686
  /**
3215
2687
  * <p>An array of structures containing metadata about your backup jobs returned in JSON
@@ -3224,12 +2696,6 @@ export interface ListBackupJobsOutput {
3224
2696
  */
3225
2697
  NextToken?: string;
3226
2698
  }
3227
- export declare namespace ListBackupJobsOutput {
3228
- /**
3229
- * @internal
3230
- */
3231
- const filterSensitiveLog: (obj: ListBackupJobsOutput) => any;
3232
- }
3233
2699
  export interface ListBackupPlansInput {
3234
2700
  /**
3235
2701
  * <p>The next item following a partial list of returned items. For example, if a request is
@@ -3248,12 +2714,6 @@ export interface ListBackupPlansInput {
3248
2714
  */
3249
2715
  IncludeDeleted?: boolean;
3250
2716
  }
3251
- export declare namespace ListBackupPlansInput {
3252
- /**
3253
- * @internal
3254
- */
3255
- const filterSensitiveLog: (obj: ListBackupPlansInput) => any;
3256
- }
3257
2717
  export interface ListBackupPlansOutput {
3258
2718
  /**
3259
2719
  * <p>The next item following a partial list of returned items. For example, if a request is
@@ -3268,12 +2728,6 @@ export interface ListBackupPlansOutput {
3268
2728
  */
3269
2729
  BackupPlansList?: BackupPlansListMember[];
3270
2730
  }
3271
- export declare namespace ListBackupPlansOutput {
3272
- /**
3273
- * @internal
3274
- */
3275
- const filterSensitiveLog: (obj: ListBackupPlansOutput) => any;
3276
- }
3277
2731
  export interface ListBackupPlanTemplatesInput {
3278
2732
  /**
3279
2733
  * <p>The next item following a partial list of returned items. For example, if a request is
@@ -3287,12 +2741,6 @@ export interface ListBackupPlanTemplatesInput {
3287
2741
  */
3288
2742
  MaxResults?: number;
3289
2743
  }
3290
- export declare namespace ListBackupPlanTemplatesInput {
3291
- /**
3292
- * @internal
3293
- */
3294
- const filterSensitiveLog: (obj: ListBackupPlanTemplatesInput) => any;
3295
- }
3296
2744
  export interface ListBackupPlanTemplatesOutput {
3297
2745
  /**
3298
2746
  * <p>The next item following a partial list of returned items. For example, if a request is
@@ -3306,12 +2754,6 @@ export interface ListBackupPlanTemplatesOutput {
3306
2754
  */
3307
2755
  BackupPlanTemplatesList?: BackupPlanTemplatesListMember[];
3308
2756
  }
3309
- export declare namespace ListBackupPlanTemplatesOutput {
3310
- /**
3311
- * @internal
3312
- */
3313
- const filterSensitiveLog: (obj: ListBackupPlanTemplatesOutput) => any;
3314
- }
3315
2757
  export interface ListBackupPlanVersionsInput {
3316
2758
  /**
3317
2759
  * <p>Uniquely identifies a backup plan.</p>
@@ -3329,12 +2771,6 @@ export interface ListBackupPlanVersionsInput {
3329
2771
  */
3330
2772
  MaxResults?: number;
3331
2773
  }
3332
- export declare namespace ListBackupPlanVersionsInput {
3333
- /**
3334
- * @internal
3335
- */
3336
- const filterSensitiveLog: (obj: ListBackupPlanVersionsInput) => any;
3337
- }
3338
2774
  export interface ListBackupPlanVersionsOutput {
3339
2775
  /**
3340
2776
  * <p>The next item following a partial list of returned items. For example, if a request is
@@ -3348,12 +2784,6 @@ export interface ListBackupPlanVersionsOutput {
3348
2784
  */
3349
2785
  BackupPlanVersionsList?: BackupPlansListMember[];
3350
2786
  }
3351
- export declare namespace ListBackupPlanVersionsOutput {
3352
- /**
3353
- * @internal
3354
- */
3355
- const filterSensitiveLog: (obj: ListBackupPlanVersionsOutput) => any;
3356
- }
3357
2787
  export interface ListBackupSelectionsInput {
3358
2788
  /**
3359
2789
  * <p>Uniquely identifies a backup plan.</p>
@@ -3371,12 +2801,6 @@ export interface ListBackupSelectionsInput {
3371
2801
  */
3372
2802
  MaxResults?: number;
3373
2803
  }
3374
- export declare namespace ListBackupSelectionsInput {
3375
- /**
3376
- * @internal
3377
- */
3378
- const filterSensitiveLog: (obj: ListBackupSelectionsInput) => any;
3379
- }
3380
2804
  export interface ListBackupSelectionsOutput {
3381
2805
  /**
3382
2806
  * <p>The next item following a partial list of returned items. For example, if a request is
@@ -3391,12 +2815,6 @@ export interface ListBackupSelectionsOutput {
3391
2815
  */
3392
2816
  BackupSelectionsList?: BackupSelectionsListMember[];
3393
2817
  }
3394
- export declare namespace ListBackupSelectionsOutput {
3395
- /**
3396
- * @internal
3397
- */
3398
- const filterSensitiveLog: (obj: ListBackupSelectionsOutput) => any;
3399
- }
3400
2818
  export interface ListBackupVaultsInput {
3401
2819
  /**
3402
2820
  * <p>The next item following a partial list of returned items. For example, if a request is
@@ -3410,12 +2828,6 @@ export interface ListBackupVaultsInput {
3410
2828
  */
3411
2829
  MaxResults?: number;
3412
2830
  }
3413
- export declare namespace ListBackupVaultsInput {
3414
- /**
3415
- * @internal
3416
- */
3417
- const filterSensitiveLog: (obj: ListBackupVaultsInput) => any;
3418
- }
3419
2831
  export interface ListBackupVaultsOutput {
3420
2832
  /**
3421
2833
  * <p>An array of backup vault list members containing vault metadata, including Amazon
@@ -3431,12 +2843,6 @@ export interface ListBackupVaultsOutput {
3431
2843
  */
3432
2844
  NextToken?: string;
3433
2845
  }
3434
- export declare namespace ListBackupVaultsOutput {
3435
- /**
3436
- * @internal
3437
- */
3438
- const filterSensitiveLog: (obj: ListBackupVaultsOutput) => any;
3439
- }
3440
2846
  export interface ListCopyJobsInput {
3441
2847
  /**
3442
2848
  * <p>The next item following a partial list of returned items. For example, if a request is
@@ -3541,12 +2947,6 @@ export interface ListCopyJobsInput {
3541
2947
  */
3542
2948
  ByCompleteAfter?: Date;
3543
2949
  }
3544
- export declare namespace ListCopyJobsInput {
3545
- /**
3546
- * @internal
3547
- */
3548
- const filterSensitiveLog: (obj: ListCopyJobsInput) => any;
3549
- }
3550
2950
  export interface ListCopyJobsOutput {
3551
2951
  /**
3552
2952
  * <p>An array of structures containing metadata about your copy jobs returned in JSON format.
@@ -3560,12 +2960,6 @@ export interface ListCopyJobsOutput {
3560
2960
  */
3561
2961
  NextToken?: string;
3562
2962
  }
3563
- export declare namespace ListCopyJobsOutput {
3564
- /**
3565
- * @internal
3566
- */
3567
- const filterSensitiveLog: (obj: ListCopyJobsOutput) => any;
3568
- }
3569
2963
  export interface ListFrameworksInput {
3570
2964
  /**
3571
2965
  * <p>The number of desired results from 1 to 1000. Optional. If unspecified, the query will
@@ -3578,12 +2972,6 @@ export interface ListFrameworksInput {
3578
2972
  */
3579
2973
  NextToken?: string;
3580
2974
  }
3581
- export declare namespace ListFrameworksInput {
3582
- /**
3583
- * @internal
3584
- */
3585
- const filterSensitiveLog: (obj: ListFrameworksInput) => any;
3586
- }
3587
2975
  /**
3588
2976
  * <p>Contains detailed information about a framework. Frameworks contain controls, which
3589
2977
  * evaluate and report on your backup events and resources. Frameworks generate daily
@@ -3624,12 +3012,6 @@ export interface Framework {
3624
3012
  */
3625
3013
  DeploymentStatus?: string;
3626
3014
  }
3627
- export declare namespace Framework {
3628
- /**
3629
- * @internal
3630
- */
3631
- const filterSensitiveLog: (obj: Framework) => any;
3632
- }
3633
3015
  export interface ListFrameworksOutput {
3634
3016
  /**
3635
3017
  * <p>A list of frameworks with details for each framework, including the framework name,
@@ -3643,12 +3025,6 @@ export interface ListFrameworksOutput {
3643
3025
  */
3644
3026
  NextToken?: string;
3645
3027
  }
3646
- export declare namespace ListFrameworksOutput {
3647
- /**
3648
- * @internal
3649
- */
3650
- const filterSensitiveLog: (obj: ListFrameworksOutput) => any;
3651
- }
3652
3028
  export interface ListProtectedResourcesInput {
3653
3029
  /**
3654
3030
  * <p>The next item following a partial list of returned items. For example, if a request is
@@ -3662,12 +3038,6 @@ export interface ListProtectedResourcesInput {
3662
3038
  */
3663
3039
  MaxResults?: number;
3664
3040
  }
3665
- export declare namespace ListProtectedResourcesInput {
3666
- /**
3667
- * @internal
3668
- */
3669
- const filterSensitiveLog: (obj: ListProtectedResourcesInput) => any;
3670
- }
3671
3041
  /**
3672
3042
  * <p>A structure that contains information about a backed-up resource.</p>
3673
3043
  */
@@ -3691,12 +3061,6 @@ export interface ProtectedResource {
3691
3061
  */
3692
3062
  LastBackupTime?: Date;
3693
3063
  }
3694
- export declare namespace ProtectedResource {
3695
- /**
3696
- * @internal
3697
- */
3698
- const filterSensitiveLog: (obj: ProtectedResource) => any;
3699
- }
3700
3064
  export interface ListProtectedResourcesOutput {
3701
3065
  /**
3702
3066
  * <p>An array of resources successfully backed up by Backup including the time
@@ -3712,12 +3076,6 @@ export interface ListProtectedResourcesOutput {
3712
3076
  */
3713
3077
  NextToken?: string;
3714
3078
  }
3715
- export declare namespace ListProtectedResourcesOutput {
3716
- /**
3717
- * @internal
3718
- */
3719
- const filterSensitiveLog: (obj: ListProtectedResourcesOutput) => any;
3720
- }
3721
3079
  export interface ListRecoveryPointsByBackupVaultInput {
3722
3080
  /**
3723
3081
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -3763,12 +3121,6 @@ export interface ListRecoveryPointsByBackupVaultInput {
3763
3121
  */
3764
3122
  ByCreatedAfter?: Date;
3765
3123
  }
3766
- export declare namespace ListRecoveryPointsByBackupVaultInput {
3767
- /**
3768
- * @internal
3769
- */
3770
- const filterSensitiveLog: (obj: ListRecoveryPointsByBackupVaultInput) => any;
3771
- }
3772
3124
  /**
3773
3125
  * <p>Contains detailed information about the recovery points stored in a backup vault.</p>
3774
3126
  */
@@ -3880,12 +3232,6 @@ export interface RecoveryPointByBackupVault {
3880
3232
  */
3881
3233
  LastRestoreTime?: Date;
3882
3234
  }
3883
- export declare namespace RecoveryPointByBackupVault {
3884
- /**
3885
- * @internal
3886
- */
3887
- const filterSensitiveLog: (obj: RecoveryPointByBackupVault) => any;
3888
- }
3889
3235
  export interface ListRecoveryPointsByBackupVaultOutput {
3890
3236
  /**
3891
3237
  * <p>The next item following a partial list of returned items. For example, if a request is
@@ -3900,12 +3246,6 @@ export interface ListRecoveryPointsByBackupVaultOutput {
3900
3246
  */
3901
3247
  RecoveryPoints?: RecoveryPointByBackupVault[];
3902
3248
  }
3903
- export declare namespace ListRecoveryPointsByBackupVaultOutput {
3904
- /**
3905
- * @internal
3906
- */
3907
- const filterSensitiveLog: (obj: ListRecoveryPointsByBackupVaultOutput) => any;
3908
- }
3909
3249
  export interface ListRecoveryPointsByResourceInput {
3910
3250
  /**
3911
3251
  * <p>An ARN that uniquely identifies a resource. The format of the ARN depends on the
@@ -3927,12 +3267,6 @@ export interface ListRecoveryPointsByResourceInput {
3927
3267
  */
3928
3268
  MaxResults?: number;
3929
3269
  }
3930
- export declare namespace ListRecoveryPointsByResourceInput {
3931
- /**
3932
- * @internal
3933
- */
3934
- const filterSensitiveLog: (obj: ListRecoveryPointsByResourceInput) => any;
3935
- }
3936
3270
  /**
3937
3271
  * <p>Contains detailed information about a saved recovery point.</p>
3938
3272
  */
@@ -3974,12 +3308,6 @@ export interface RecoveryPointByResource {
3974
3308
  */
3975
3309
  BackupVaultName?: string;
3976
3310
  }
3977
- export declare namespace RecoveryPointByResource {
3978
- /**
3979
- * @internal
3980
- */
3981
- const filterSensitiveLog: (obj: RecoveryPointByResource) => any;
3982
- }
3983
3311
  export interface ListRecoveryPointsByResourceOutput {
3984
3312
  /**
3985
3313
  * <p>The next item following a partial list of returned items. For example, if a request is
@@ -3998,12 +3326,6 @@ export interface ListRecoveryPointsByResourceOutput {
3998
3326
  */
3999
3327
  RecoveryPoints?: RecoveryPointByResource[];
4000
3328
  }
4001
- export declare namespace ListRecoveryPointsByResourceOutput {
4002
- /**
4003
- * @internal
4004
- */
4005
- const filterSensitiveLog: (obj: ListRecoveryPointsByResourceOutput) => any;
4006
- }
4007
3329
  export interface ListReportJobsInput {
4008
3330
  /**
4009
3331
  * <p>Returns only report jobs with the specified report plan name.</p>
@@ -4039,12 +3361,6 @@ export interface ListReportJobsInput {
4039
3361
  */
4040
3362
  NextToken?: string;
4041
3363
  }
4042
- export declare namespace ListReportJobsInput {
4043
- /**
4044
- * @internal
4045
- */
4046
- const filterSensitiveLog: (obj: ListReportJobsInput) => any;
4047
- }
4048
3364
  export interface ListReportJobsOutput {
4049
3365
  /**
4050
3366
  * <p>Details about your report jobs in JSON format.</p>
@@ -4056,12 +3372,6 @@ export interface ListReportJobsOutput {
4056
3372
  */
4057
3373
  NextToken?: string;
4058
3374
  }
4059
- export declare namespace ListReportJobsOutput {
4060
- /**
4061
- * @internal
4062
- */
4063
- const filterSensitiveLog: (obj: ListReportJobsOutput) => any;
4064
- }
4065
3375
  export interface ListReportPlansInput {
4066
3376
  /**
4067
3377
  * <p>The number of desired results from 1 to 1000. Optional. If unspecified, the query will
@@ -4074,12 +3384,6 @@ export interface ListReportPlansInput {
4074
3384
  */
4075
3385
  NextToken?: string;
4076
3386
  }
4077
- export declare namespace ListReportPlansInput {
4078
- /**
4079
- * @internal
4080
- */
4081
- const filterSensitiveLog: (obj: ListReportPlansInput) => any;
4082
- }
4083
3387
  export interface ListReportPlansOutput {
4084
3388
  /**
4085
3389
  * <p>A list of your report plans with detailed information for each plan. This information
@@ -4094,12 +3398,6 @@ export interface ListReportPlansOutput {
4094
3398
  */
4095
3399
  NextToken?: string;
4096
3400
  }
4097
- export declare namespace ListReportPlansOutput {
4098
- /**
4099
- * @internal
4100
- */
4101
- const filterSensitiveLog: (obj: ListReportPlansOutput) => any;
4102
- }
4103
3401
  export interface ListRestoreJobsInput {
4104
3402
  /**
4105
3403
  * <p>The next item following a partial list of returned items. For example, if a request is
@@ -4140,12 +3438,6 @@ export interface ListRestoreJobsInput {
4140
3438
  */
4141
3439
  ByCompleteAfter?: Date;
4142
3440
  }
4143
- export declare namespace ListRestoreJobsInput {
4144
- /**
4145
- * @internal
4146
- */
4147
- const filterSensitiveLog: (obj: ListRestoreJobsInput) => any;
4148
- }
4149
3441
  /**
4150
3442
  * <p>Contains metadata about a restore job.</p>
4151
3443
  */
@@ -4218,12 +3510,6 @@ export interface RestoreJobsListMember {
4218
3510
  */
4219
3511
  ResourceType?: string;
4220
3512
  }
4221
- export declare namespace RestoreJobsListMember {
4222
- /**
4223
- * @internal
4224
- */
4225
- const filterSensitiveLog: (obj: RestoreJobsListMember) => any;
4226
- }
4227
3513
  export interface ListRestoreJobsOutput {
4228
3514
  /**
4229
3515
  * <p>An array of objects that contain detailed information about jobs to restore saved
@@ -4238,12 +3524,6 @@ export interface ListRestoreJobsOutput {
4238
3524
  */
4239
3525
  NextToken?: string;
4240
3526
  }
4241
- export declare namespace ListRestoreJobsOutput {
4242
- /**
4243
- * @internal
4244
- */
4245
- const filterSensitiveLog: (obj: ListRestoreJobsOutput) => any;
4246
- }
4247
3527
  export interface ListTagsInput {
4248
3528
  /**
4249
3529
  * <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
@@ -4263,12 +3543,6 @@ export interface ListTagsInput {
4263
3543
  */
4264
3544
  MaxResults?: number;
4265
3545
  }
4266
- export declare namespace ListTagsInput {
4267
- /**
4268
- * @internal
4269
- */
4270
- const filterSensitiveLog: (obj: ListTagsInput) => any;
4271
- }
4272
3546
  export interface ListTagsOutput {
4273
3547
  /**
4274
3548
  * <p>The next item following a partial list of returned items. For example, if a request is
@@ -4283,12 +3557,6 @@ export interface ListTagsOutput {
4283
3557
  */
4284
3558
  Tags?: Record<string, string>;
4285
3559
  }
4286
- export declare namespace ListTagsOutput {
4287
- /**
4288
- * @internal
4289
- */
4290
- const filterSensitiveLog: (obj: ListTagsOutput) => any;
4291
- }
4292
3560
  export interface PutBackupVaultAccessPolicyInput {
4293
3561
  /**
4294
3562
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -4302,12 +3570,6 @@ export interface PutBackupVaultAccessPolicyInput {
4302
3570
  */
4303
3571
  Policy?: string;
4304
3572
  }
4305
- export declare namespace PutBackupVaultAccessPolicyInput {
4306
- /**
4307
- * @internal
4308
- */
4309
- const filterSensitiveLog: (obj: PutBackupVaultAccessPolicyInput) => any;
4310
- }
4311
3573
  export interface PutBackupVaultLockConfigurationInput {
4312
3574
  /**
4313
3575
  * <p>The Backup Vault Lock configuration that specifies the name of the backup
@@ -4365,12 +3627,6 @@ export interface PutBackupVaultLockConfigurationInput {
4365
3627
  */
4366
3628
  ChangeableForDays?: number;
4367
3629
  }
4368
- export declare namespace PutBackupVaultLockConfigurationInput {
4369
- /**
4370
- * @internal
4371
- */
4372
- const filterSensitiveLog: (obj: PutBackupVaultLockConfigurationInput) => any;
4373
- }
4374
3630
  export interface PutBackupVaultNotificationsInput {
4375
3631
  /**
4376
3632
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -4421,12 +3677,6 @@ export interface PutBackupVaultNotificationsInput {
4421
3677
  */
4422
3678
  BackupVaultEvents: (BackupVaultEvent | string)[] | undefined;
4423
3679
  }
4424
- export declare namespace PutBackupVaultNotificationsInput {
4425
- /**
4426
- * @internal
4427
- */
4428
- const filterSensitiveLog: (obj: PutBackupVaultNotificationsInput) => any;
4429
- }
4430
3680
  export interface StartBackupJobInput {
4431
3681
  /**
4432
3682
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -4492,12 +3742,6 @@ export interface StartBackupJobInput {
4492
3742
  */
4493
3743
  BackupOptions?: Record<string, string>;
4494
3744
  }
4495
- export declare namespace StartBackupJobInput {
4496
- /**
4497
- * @internal
4498
- */
4499
- const filterSensitiveLog: (obj: StartBackupJobInput) => any;
4500
- }
4501
3745
  export interface StartBackupJobOutput {
4502
3746
  /**
4503
3747
  * <p>Uniquely identifies a request to Backup to back up a resource.</p>
@@ -4516,12 +3760,6 @@ export interface StartBackupJobOutput {
4516
3760
  */
4517
3761
  CreationDate?: Date;
4518
3762
  }
4519
- export declare namespace StartBackupJobOutput {
4520
- /**
4521
- * @internal
4522
- */
4523
- const filterSensitiveLog: (obj: StartBackupJobOutput) => any;
4524
- }
4525
3763
  export interface StartCopyJobInput {
4526
3764
  /**
4527
3765
  * <p>An ARN that uniquely identifies a recovery point to use for the copy job; for example,
@@ -4566,12 +3804,6 @@ export interface StartCopyJobInput {
4566
3804
  */
4567
3805
  Lifecycle?: Lifecycle;
4568
3806
  }
4569
- export declare namespace StartCopyJobInput {
4570
- /**
4571
- * @internal
4572
- */
4573
- const filterSensitiveLog: (obj: StartCopyJobInput) => any;
4574
- }
4575
3807
  export interface StartCopyJobOutput {
4576
3808
  /**
4577
3809
  * <p>Uniquely identifies a copy job.</p>
@@ -4585,12 +3817,6 @@ export interface StartCopyJobOutput {
4585
3817
  */
4586
3818
  CreationDate?: Date;
4587
3819
  }
4588
- export declare namespace StartCopyJobOutput {
4589
- /**
4590
- * @internal
4591
- */
4592
- const filterSensitiveLog: (obj: StartCopyJobOutput) => any;
4593
- }
4594
3820
  export interface StartReportJobInput {
4595
3821
  /**
4596
3822
  * <p>The unique name of a report plan.</p>
@@ -4603,12 +3829,6 @@ export interface StartReportJobInput {
4603
3829
  */
4604
3830
  IdempotencyToken?: string;
4605
3831
  }
4606
- export declare namespace StartReportJobInput {
4607
- /**
4608
- * @internal
4609
- */
4610
- const filterSensitiveLog: (obj: StartReportJobInput) => any;
4611
- }
4612
3832
  export interface StartReportJobOutput {
4613
3833
  /**
4614
3834
  * <p>The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded
@@ -4616,12 +3836,6 @@ export interface StartReportJobOutput {
4616
3836
  */
4617
3837
  ReportJobId?: string;
4618
3838
  }
4619
- export declare namespace StartReportJobOutput {
4620
- /**
4621
- * @internal
4622
- */
4623
- const filterSensitiveLog: (obj: StartReportJobOutput) => any;
4624
- }
4625
3839
  export interface StartRestoreJobInput {
4626
3840
  /**
4627
3841
  * <p>An ARN that uniquely identifies a recovery point; for example,
@@ -4747,36 +3961,18 @@ export interface StartRestoreJobInput {
4747
3961
  */
4748
3962
  ResourceType?: string;
4749
3963
  }
4750
- export declare namespace StartRestoreJobInput {
4751
- /**
4752
- * @internal
4753
- */
4754
- const filterSensitiveLog: (obj: StartRestoreJobInput) => any;
4755
- }
4756
3964
  export interface StartRestoreJobOutput {
4757
3965
  /**
4758
3966
  * <p>Uniquely identifies the job that restores a recovery point.</p>
4759
3967
  */
4760
3968
  RestoreJobId?: string;
4761
3969
  }
4762
- export declare namespace StartRestoreJobOutput {
4763
- /**
4764
- * @internal
4765
- */
4766
- const filterSensitiveLog: (obj: StartRestoreJobOutput) => any;
4767
- }
4768
3970
  export interface StopBackupJobInput {
4769
3971
  /**
4770
3972
  * <p>Uniquely identifies a request to Backup to back up a resource.</p>
4771
3973
  */
4772
3974
  BackupJobId: string | undefined;
4773
3975
  }
4774
- export declare namespace StopBackupJobInput {
4775
- /**
4776
- * @internal
4777
- */
4778
- const filterSensitiveLog: (obj: StopBackupJobInput) => any;
4779
- }
4780
3976
  export interface TagResourceInput {
4781
3977
  /**
4782
3978
  * <p>An ARN that uniquely identifies a resource. The format of the ARN depends on the type of
@@ -4790,12 +3986,6 @@ export interface TagResourceInput {
4790
3986
  */
4791
3987
  Tags: Record<string, string> | undefined;
4792
3988
  }
4793
- export declare namespace TagResourceInput {
4794
- /**
4795
- * @internal
4796
- */
4797
- const filterSensitiveLog: (obj: TagResourceInput) => any;
4798
- }
4799
3989
  export interface UntagResourceInput {
4800
3990
  /**
4801
3991
  * <p>An ARN that uniquely identifies a resource. The format of the ARN depends on the type of
@@ -4807,12 +3997,6 @@ export interface UntagResourceInput {
4807
3997
  */
4808
3998
  TagKeyList: string[] | undefined;
4809
3999
  }
4810
- export declare namespace UntagResourceInput {
4811
- /**
4812
- * @internal
4813
- */
4814
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
4815
- }
4816
4000
  export interface UpdateBackupPlanInput {
4817
4001
  /**
4818
4002
  * <p>Uniquely identifies a backup plan.</p>
@@ -4824,12 +4008,6 @@ export interface UpdateBackupPlanInput {
4824
4008
  */
4825
4009
  BackupPlan: BackupPlanInput | undefined;
4826
4010
  }
4827
- export declare namespace UpdateBackupPlanInput {
4828
- /**
4829
- * @internal
4830
- */
4831
- const filterSensitiveLog: (obj: UpdateBackupPlanInput) => any;
4832
- }
4833
4011
  export interface UpdateBackupPlanOutput {
4834
4012
  /**
4835
4013
  * <p>Uniquely identifies a backup plan.</p>
@@ -4857,12 +4035,6 @@ export interface UpdateBackupPlanOutput {
4857
4035
  */
4858
4036
  AdvancedBackupSettings?: AdvancedBackupSetting[];
4859
4037
  }
4860
- export declare namespace UpdateBackupPlanOutput {
4861
- /**
4862
- * @internal
4863
- */
4864
- const filterSensitiveLog: (obj: UpdateBackupPlanOutput) => any;
4865
- }
4866
4038
  export interface UpdateFrameworkInput {
4867
4039
  /**
4868
4040
  * <p>The unique name of a framework. This name is between 1 and 256 characters, starting with
@@ -4885,12 +4057,6 @@ export interface UpdateFrameworkInput {
4885
4057
  */
4886
4058
  IdempotencyToken?: string;
4887
4059
  }
4888
- export declare namespace UpdateFrameworkInput {
4889
- /**
4890
- * @internal
4891
- */
4892
- const filterSensitiveLog: (obj: UpdateFrameworkInput) => any;
4893
- }
4894
4060
  export interface UpdateFrameworkOutput {
4895
4061
  /**
4896
4062
  * <p>The unique name of a framework. This name is between 1 and 256 characters, starting with
@@ -4910,12 +4076,6 @@ export interface UpdateFrameworkOutput {
4910
4076
  */
4911
4077
  CreationTime?: Date;
4912
4078
  }
4913
- export declare namespace UpdateFrameworkOutput {
4914
- /**
4915
- * @internal
4916
- */
4917
- const filterSensitiveLog: (obj: UpdateFrameworkOutput) => any;
4918
- }
4919
4079
  export interface UpdateGlobalSettingsInput {
4920
4080
  /**
4921
4081
  * <p>A value for <code>isCrossAccountBackupEnabled</code> and a Region. Example:
@@ -4924,12 +4084,6 @@ export interface UpdateGlobalSettingsInput {
4924
4084
  */
4925
4085
  GlobalSettings?: Record<string, string>;
4926
4086
  }
4927
- export declare namespace UpdateGlobalSettingsInput {
4928
- /**
4929
- * @internal
4930
- */
4931
- const filterSensitiveLog: (obj: UpdateGlobalSettingsInput) => any;
4932
- }
4933
4087
  export interface UpdateRecoveryPointLifecycleInput {
4934
4088
  /**
4935
4089
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
@@ -4954,12 +4108,6 @@ export interface UpdateRecoveryPointLifecycleInput {
4954
4108
  */
4955
4109
  Lifecycle?: Lifecycle;
4956
4110
  }
4957
- export declare namespace UpdateRecoveryPointLifecycleInput {
4958
- /**
4959
- * @internal
4960
- */
4961
- const filterSensitiveLog: (obj: UpdateRecoveryPointLifecycleInput) => any;
4962
- }
4963
4111
  export interface UpdateRecoveryPointLifecycleOutput {
4964
4112
  /**
4965
4113
  * <p>An ARN that uniquely identifies a backup vault; for example,
@@ -4991,12 +4139,6 @@ export interface UpdateRecoveryPointLifecycleOutput {
4991
4139
  */
4992
4140
  CalculatedLifecycle?: CalculatedLifecycle;
4993
4141
  }
4994
- export declare namespace UpdateRecoveryPointLifecycleOutput {
4995
- /**
4996
- * @internal
4997
- */
4998
- const filterSensitiveLog: (obj: UpdateRecoveryPointLifecycleOutput) => any;
4999
- }
5000
4142
  export interface UpdateRegionSettingsInput {
5001
4143
  /**
5002
4144
  * <p>Updates the list of services along with the opt-in preferences for the Region.</p>
@@ -5010,12 +4152,6 @@ export interface UpdateRegionSettingsInput {
5010
4152
  */
5011
4153
  ResourceTypeManagementPreference?: Record<string, boolean>;
5012
4154
  }
5013
- export declare namespace UpdateRegionSettingsInput {
5014
- /**
5015
- * @internal
5016
- */
5017
- const filterSensitiveLog: (obj: UpdateRegionSettingsInput) => any;
5018
- }
5019
4155
  export interface UpdateReportPlanInput {
5020
4156
  /**
5021
4157
  * <p>The unique name of the report plan. This name is between 1 and 256 characters, starting
@@ -5051,12 +4187,6 @@ export interface UpdateReportPlanInput {
5051
4187
  */
5052
4188
  IdempotencyToken?: string;
5053
4189
  }
5054
- export declare namespace UpdateReportPlanInput {
5055
- /**
5056
- * @internal
5057
- */
5058
- const filterSensitiveLog: (obj: UpdateReportPlanInput) => any;
5059
- }
5060
4190
  export interface UpdateReportPlanOutput {
5061
4191
  /**
5062
4192
  * <p>The unique name of the report plan.</p>
@@ -5075,9 +4205,587 @@ export interface UpdateReportPlanOutput {
5075
4205
  */
5076
4206
  CreationTime?: Date;
5077
4207
  }
5078
- export declare namespace UpdateReportPlanOutput {
5079
- /**
5080
- * @internal
5081
- */
5082
- const filterSensitiveLog: (obj: UpdateReportPlanOutput) => any;
5083
- }
4208
+ /**
4209
+ * @internal
4210
+ */
4211
+ export declare const AdvancedBackupSettingFilterSensitiveLog: (obj: AdvancedBackupSetting) => any;
4212
+ /**
4213
+ * @internal
4214
+ */
4215
+ export declare const RecoveryPointCreatorFilterSensitiveLog: (obj: RecoveryPointCreator) => any;
4216
+ /**
4217
+ * @internal
4218
+ */
4219
+ export declare const BackupJobFilterSensitiveLog: (obj: BackupJob) => any;
4220
+ /**
4221
+ * @internal
4222
+ */
4223
+ export declare const LifecycleFilterSensitiveLog: (obj: Lifecycle) => any;
4224
+ /**
4225
+ * @internal
4226
+ */
4227
+ export declare const CopyActionFilterSensitiveLog: (obj: CopyAction) => any;
4228
+ /**
4229
+ * @internal
4230
+ */
4231
+ export declare const BackupRuleFilterSensitiveLog: (obj: BackupRule) => any;
4232
+ /**
4233
+ * @internal
4234
+ */
4235
+ export declare const BackupPlanFilterSensitiveLog: (obj: BackupPlan) => any;
4236
+ /**
4237
+ * @internal
4238
+ */
4239
+ export declare const BackupRuleInputFilterSensitiveLog: (obj: BackupRuleInput) => any;
4240
+ /**
4241
+ * @internal
4242
+ */
4243
+ export declare const BackupPlanInputFilterSensitiveLog: (obj: BackupPlanInput) => any;
4244
+ /**
4245
+ * @internal
4246
+ */
4247
+ export declare const BackupPlansListMemberFilterSensitiveLog: (obj: BackupPlansListMember) => any;
4248
+ /**
4249
+ * @internal
4250
+ */
4251
+ export declare const BackupPlanTemplatesListMemberFilterSensitiveLog: (obj: BackupPlanTemplatesListMember) => any;
4252
+ /**
4253
+ * @internal
4254
+ */
4255
+ export declare const ConditionParameterFilterSensitiveLog: (obj: ConditionParameter) => any;
4256
+ /**
4257
+ * @internal
4258
+ */
4259
+ export declare const ConditionsFilterSensitiveLog: (obj: Conditions) => any;
4260
+ /**
4261
+ * @internal
4262
+ */
4263
+ export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
4264
+ /**
4265
+ * @internal
4266
+ */
4267
+ export declare const BackupSelectionFilterSensitiveLog: (obj: BackupSelection) => any;
4268
+ /**
4269
+ * @internal
4270
+ */
4271
+ export declare const BackupSelectionsListMemberFilterSensitiveLog: (obj: BackupSelectionsListMember) => any;
4272
+ /**
4273
+ * @internal
4274
+ */
4275
+ export declare const BackupVaultListMemberFilterSensitiveLog: (obj: BackupVaultListMember) => any;
4276
+ /**
4277
+ * @internal
4278
+ */
4279
+ export declare const CalculatedLifecycleFilterSensitiveLog: (obj: CalculatedLifecycle) => any;
4280
+ /**
4281
+ * @internal
4282
+ */
4283
+ export declare const ControlInputParameterFilterSensitiveLog: (obj: ControlInputParameter) => any;
4284
+ /**
4285
+ * @internal
4286
+ */
4287
+ export declare const ControlScopeFilterSensitiveLog: (obj: ControlScope) => any;
4288
+ /**
4289
+ * @internal
4290
+ */
4291
+ export declare const CopyJobFilterSensitiveLog: (obj: CopyJob) => any;
4292
+ /**
4293
+ * @internal
4294
+ */
4295
+ export declare const CreateBackupPlanInputFilterSensitiveLog: (obj: CreateBackupPlanInput) => any;
4296
+ /**
4297
+ * @internal
4298
+ */
4299
+ export declare const CreateBackupPlanOutputFilterSensitiveLog: (obj: CreateBackupPlanOutput) => any;
4300
+ /**
4301
+ * @internal
4302
+ */
4303
+ export declare const CreateBackupSelectionInputFilterSensitiveLog: (obj: CreateBackupSelectionInput) => any;
4304
+ /**
4305
+ * @internal
4306
+ */
4307
+ export declare const CreateBackupSelectionOutputFilterSensitiveLog: (obj: CreateBackupSelectionOutput) => any;
4308
+ /**
4309
+ * @internal
4310
+ */
4311
+ export declare const CreateBackupVaultInputFilterSensitiveLog: (obj: CreateBackupVaultInput) => any;
4312
+ /**
4313
+ * @internal
4314
+ */
4315
+ export declare const CreateBackupVaultOutputFilterSensitiveLog: (obj: CreateBackupVaultOutput) => any;
4316
+ /**
4317
+ * @internal
4318
+ */
4319
+ export declare const FrameworkControlFilterSensitiveLog: (obj: FrameworkControl) => any;
4320
+ /**
4321
+ * @internal
4322
+ */
4323
+ export declare const CreateFrameworkInputFilterSensitiveLog: (obj: CreateFrameworkInput) => any;
4324
+ /**
4325
+ * @internal
4326
+ */
4327
+ export declare const CreateFrameworkOutputFilterSensitiveLog: (obj: CreateFrameworkOutput) => any;
4328
+ /**
4329
+ * @internal
4330
+ */
4331
+ export declare const ReportDeliveryChannelFilterSensitiveLog: (obj: ReportDeliveryChannel) => any;
4332
+ /**
4333
+ * @internal
4334
+ */
4335
+ export declare const ReportSettingFilterSensitiveLog: (obj: ReportSetting) => any;
4336
+ /**
4337
+ * @internal
4338
+ */
4339
+ export declare const CreateReportPlanInputFilterSensitiveLog: (obj: CreateReportPlanInput) => any;
4340
+ /**
4341
+ * @internal
4342
+ */
4343
+ export declare const CreateReportPlanOutputFilterSensitiveLog: (obj: CreateReportPlanOutput) => any;
4344
+ /**
4345
+ * @internal
4346
+ */
4347
+ export declare const DeleteBackupPlanInputFilterSensitiveLog: (obj: DeleteBackupPlanInput) => any;
4348
+ /**
4349
+ * @internal
4350
+ */
4351
+ export declare const DeleteBackupPlanOutputFilterSensitiveLog: (obj: DeleteBackupPlanOutput) => any;
4352
+ /**
4353
+ * @internal
4354
+ */
4355
+ export declare const DeleteBackupSelectionInputFilterSensitiveLog: (obj: DeleteBackupSelectionInput) => any;
4356
+ /**
4357
+ * @internal
4358
+ */
4359
+ export declare const DeleteBackupVaultInputFilterSensitiveLog: (obj: DeleteBackupVaultInput) => any;
4360
+ /**
4361
+ * @internal
4362
+ */
4363
+ export declare const DeleteBackupVaultAccessPolicyInputFilterSensitiveLog: (obj: DeleteBackupVaultAccessPolicyInput) => any;
4364
+ /**
4365
+ * @internal
4366
+ */
4367
+ export declare const DeleteBackupVaultLockConfigurationInputFilterSensitiveLog: (obj: DeleteBackupVaultLockConfigurationInput) => any;
4368
+ /**
4369
+ * @internal
4370
+ */
4371
+ export declare const DeleteBackupVaultNotificationsInputFilterSensitiveLog: (obj: DeleteBackupVaultNotificationsInput) => any;
4372
+ /**
4373
+ * @internal
4374
+ */
4375
+ export declare const DeleteFrameworkInputFilterSensitiveLog: (obj: DeleteFrameworkInput) => any;
4376
+ /**
4377
+ * @internal
4378
+ */
4379
+ export declare const DeleteRecoveryPointInputFilterSensitiveLog: (obj: DeleteRecoveryPointInput) => any;
4380
+ /**
4381
+ * @internal
4382
+ */
4383
+ export declare const DeleteReportPlanInputFilterSensitiveLog: (obj: DeleteReportPlanInput) => any;
4384
+ /**
4385
+ * @internal
4386
+ */
4387
+ export declare const DescribeBackupJobInputFilterSensitiveLog: (obj: DescribeBackupJobInput) => any;
4388
+ /**
4389
+ * @internal
4390
+ */
4391
+ export declare const DescribeBackupJobOutputFilterSensitiveLog: (obj: DescribeBackupJobOutput) => any;
4392
+ /**
4393
+ * @internal
4394
+ */
4395
+ export declare const DescribeBackupVaultInputFilterSensitiveLog: (obj: DescribeBackupVaultInput) => any;
4396
+ /**
4397
+ * @internal
4398
+ */
4399
+ export declare const DescribeBackupVaultOutputFilterSensitiveLog: (obj: DescribeBackupVaultOutput) => any;
4400
+ /**
4401
+ * @internal
4402
+ */
4403
+ export declare const DescribeCopyJobInputFilterSensitiveLog: (obj: DescribeCopyJobInput) => any;
4404
+ /**
4405
+ * @internal
4406
+ */
4407
+ export declare const DescribeCopyJobOutputFilterSensitiveLog: (obj: DescribeCopyJobOutput) => any;
4408
+ /**
4409
+ * @internal
4410
+ */
4411
+ export declare const DescribeFrameworkInputFilterSensitiveLog: (obj: DescribeFrameworkInput) => any;
4412
+ /**
4413
+ * @internal
4414
+ */
4415
+ export declare const DescribeFrameworkOutputFilterSensitiveLog: (obj: DescribeFrameworkOutput) => any;
4416
+ /**
4417
+ * @internal
4418
+ */
4419
+ export declare const DescribeGlobalSettingsInputFilterSensitiveLog: (obj: DescribeGlobalSettingsInput) => any;
4420
+ /**
4421
+ * @internal
4422
+ */
4423
+ export declare const DescribeGlobalSettingsOutputFilterSensitiveLog: (obj: DescribeGlobalSettingsOutput) => any;
4424
+ /**
4425
+ * @internal
4426
+ */
4427
+ export declare const DescribeProtectedResourceInputFilterSensitiveLog: (obj: DescribeProtectedResourceInput) => any;
4428
+ /**
4429
+ * @internal
4430
+ */
4431
+ export declare const DescribeProtectedResourceOutputFilterSensitiveLog: (obj: DescribeProtectedResourceOutput) => any;
4432
+ /**
4433
+ * @internal
4434
+ */
4435
+ export declare const DescribeRecoveryPointInputFilterSensitiveLog: (obj: DescribeRecoveryPointInput) => any;
4436
+ /**
4437
+ * @internal
4438
+ */
4439
+ export declare const DescribeRecoveryPointOutputFilterSensitiveLog: (obj: DescribeRecoveryPointOutput) => any;
4440
+ /**
4441
+ * @internal
4442
+ */
4443
+ export declare const DescribeRegionSettingsInputFilterSensitiveLog: (obj: DescribeRegionSettingsInput) => any;
4444
+ /**
4445
+ * @internal
4446
+ */
4447
+ export declare const DescribeRegionSettingsOutputFilterSensitiveLog: (obj: DescribeRegionSettingsOutput) => any;
4448
+ /**
4449
+ * @internal
4450
+ */
4451
+ export declare const DescribeReportJobInputFilterSensitiveLog: (obj: DescribeReportJobInput) => any;
4452
+ /**
4453
+ * @internal
4454
+ */
4455
+ export declare const ReportDestinationFilterSensitiveLog: (obj: ReportDestination) => any;
4456
+ /**
4457
+ * @internal
4458
+ */
4459
+ export declare const ReportJobFilterSensitiveLog: (obj: ReportJob) => any;
4460
+ /**
4461
+ * @internal
4462
+ */
4463
+ export declare const DescribeReportJobOutputFilterSensitiveLog: (obj: DescribeReportJobOutput) => any;
4464
+ /**
4465
+ * @internal
4466
+ */
4467
+ export declare const DescribeReportPlanInputFilterSensitiveLog: (obj: DescribeReportPlanInput) => any;
4468
+ /**
4469
+ * @internal
4470
+ */
4471
+ export declare const ReportPlanFilterSensitiveLog: (obj: ReportPlan) => any;
4472
+ /**
4473
+ * @internal
4474
+ */
4475
+ export declare const DescribeReportPlanOutputFilterSensitiveLog: (obj: DescribeReportPlanOutput) => any;
4476
+ /**
4477
+ * @internal
4478
+ */
4479
+ export declare const DescribeRestoreJobInputFilterSensitiveLog: (obj: DescribeRestoreJobInput) => any;
4480
+ /**
4481
+ * @internal
4482
+ */
4483
+ export declare const DescribeRestoreJobOutputFilterSensitiveLog: (obj: DescribeRestoreJobOutput) => any;
4484
+ /**
4485
+ * @internal
4486
+ */
4487
+ export declare const DisassociateRecoveryPointInputFilterSensitiveLog: (obj: DisassociateRecoveryPointInput) => any;
4488
+ /**
4489
+ * @internal
4490
+ */
4491
+ export declare const ExportBackupPlanTemplateInputFilterSensitiveLog: (obj: ExportBackupPlanTemplateInput) => any;
4492
+ /**
4493
+ * @internal
4494
+ */
4495
+ export declare const ExportBackupPlanTemplateOutputFilterSensitiveLog: (obj: ExportBackupPlanTemplateOutput) => any;
4496
+ /**
4497
+ * @internal
4498
+ */
4499
+ export declare const GetBackupPlanInputFilterSensitiveLog: (obj: GetBackupPlanInput) => any;
4500
+ /**
4501
+ * @internal
4502
+ */
4503
+ export declare const GetBackupPlanOutputFilterSensitiveLog: (obj: GetBackupPlanOutput) => any;
4504
+ /**
4505
+ * @internal
4506
+ */
4507
+ export declare const GetBackupPlanFromJSONInputFilterSensitiveLog: (obj: GetBackupPlanFromJSONInput) => any;
4508
+ /**
4509
+ * @internal
4510
+ */
4511
+ export declare const GetBackupPlanFromJSONOutputFilterSensitiveLog: (obj: GetBackupPlanFromJSONOutput) => any;
4512
+ /**
4513
+ * @internal
4514
+ */
4515
+ export declare const GetBackupPlanFromTemplateInputFilterSensitiveLog: (obj: GetBackupPlanFromTemplateInput) => any;
4516
+ /**
4517
+ * @internal
4518
+ */
4519
+ export declare const GetBackupPlanFromTemplateOutputFilterSensitiveLog: (obj: GetBackupPlanFromTemplateOutput) => any;
4520
+ /**
4521
+ * @internal
4522
+ */
4523
+ export declare const GetBackupSelectionInputFilterSensitiveLog: (obj: GetBackupSelectionInput) => any;
4524
+ /**
4525
+ * @internal
4526
+ */
4527
+ export declare const GetBackupSelectionOutputFilterSensitiveLog: (obj: GetBackupSelectionOutput) => any;
4528
+ /**
4529
+ * @internal
4530
+ */
4531
+ export declare const GetBackupVaultAccessPolicyInputFilterSensitiveLog: (obj: GetBackupVaultAccessPolicyInput) => any;
4532
+ /**
4533
+ * @internal
4534
+ */
4535
+ export declare const GetBackupVaultAccessPolicyOutputFilterSensitiveLog: (obj: GetBackupVaultAccessPolicyOutput) => any;
4536
+ /**
4537
+ * @internal
4538
+ */
4539
+ export declare const GetBackupVaultNotificationsInputFilterSensitiveLog: (obj: GetBackupVaultNotificationsInput) => any;
4540
+ /**
4541
+ * @internal
4542
+ */
4543
+ export declare const GetBackupVaultNotificationsOutputFilterSensitiveLog: (obj: GetBackupVaultNotificationsOutput) => any;
4544
+ /**
4545
+ * @internal
4546
+ */
4547
+ export declare const GetRecoveryPointRestoreMetadataInputFilterSensitiveLog: (obj: GetRecoveryPointRestoreMetadataInput) => any;
4548
+ /**
4549
+ * @internal
4550
+ */
4551
+ export declare const GetRecoveryPointRestoreMetadataOutputFilterSensitiveLog: (obj: GetRecoveryPointRestoreMetadataOutput) => any;
4552
+ /**
4553
+ * @internal
4554
+ */
4555
+ export declare const GetSupportedResourceTypesOutputFilterSensitiveLog: (obj: GetSupportedResourceTypesOutput) => any;
4556
+ /**
4557
+ * @internal
4558
+ */
4559
+ export declare const ListBackupJobsInputFilterSensitiveLog: (obj: ListBackupJobsInput) => any;
4560
+ /**
4561
+ * @internal
4562
+ */
4563
+ export declare const ListBackupJobsOutputFilterSensitiveLog: (obj: ListBackupJobsOutput) => any;
4564
+ /**
4565
+ * @internal
4566
+ */
4567
+ export declare const ListBackupPlansInputFilterSensitiveLog: (obj: ListBackupPlansInput) => any;
4568
+ /**
4569
+ * @internal
4570
+ */
4571
+ export declare const ListBackupPlansOutputFilterSensitiveLog: (obj: ListBackupPlansOutput) => any;
4572
+ /**
4573
+ * @internal
4574
+ */
4575
+ export declare const ListBackupPlanTemplatesInputFilterSensitiveLog: (obj: ListBackupPlanTemplatesInput) => any;
4576
+ /**
4577
+ * @internal
4578
+ */
4579
+ export declare const ListBackupPlanTemplatesOutputFilterSensitiveLog: (obj: ListBackupPlanTemplatesOutput) => any;
4580
+ /**
4581
+ * @internal
4582
+ */
4583
+ export declare const ListBackupPlanVersionsInputFilterSensitiveLog: (obj: ListBackupPlanVersionsInput) => any;
4584
+ /**
4585
+ * @internal
4586
+ */
4587
+ export declare const ListBackupPlanVersionsOutputFilterSensitiveLog: (obj: ListBackupPlanVersionsOutput) => any;
4588
+ /**
4589
+ * @internal
4590
+ */
4591
+ export declare const ListBackupSelectionsInputFilterSensitiveLog: (obj: ListBackupSelectionsInput) => any;
4592
+ /**
4593
+ * @internal
4594
+ */
4595
+ export declare const ListBackupSelectionsOutputFilterSensitiveLog: (obj: ListBackupSelectionsOutput) => any;
4596
+ /**
4597
+ * @internal
4598
+ */
4599
+ export declare const ListBackupVaultsInputFilterSensitiveLog: (obj: ListBackupVaultsInput) => any;
4600
+ /**
4601
+ * @internal
4602
+ */
4603
+ export declare const ListBackupVaultsOutputFilterSensitiveLog: (obj: ListBackupVaultsOutput) => any;
4604
+ /**
4605
+ * @internal
4606
+ */
4607
+ export declare const ListCopyJobsInputFilterSensitiveLog: (obj: ListCopyJobsInput) => any;
4608
+ /**
4609
+ * @internal
4610
+ */
4611
+ export declare const ListCopyJobsOutputFilterSensitiveLog: (obj: ListCopyJobsOutput) => any;
4612
+ /**
4613
+ * @internal
4614
+ */
4615
+ export declare const ListFrameworksInputFilterSensitiveLog: (obj: ListFrameworksInput) => any;
4616
+ /**
4617
+ * @internal
4618
+ */
4619
+ export declare const FrameworkFilterSensitiveLog: (obj: Framework) => any;
4620
+ /**
4621
+ * @internal
4622
+ */
4623
+ export declare const ListFrameworksOutputFilterSensitiveLog: (obj: ListFrameworksOutput) => any;
4624
+ /**
4625
+ * @internal
4626
+ */
4627
+ export declare const ListProtectedResourcesInputFilterSensitiveLog: (obj: ListProtectedResourcesInput) => any;
4628
+ /**
4629
+ * @internal
4630
+ */
4631
+ export declare const ProtectedResourceFilterSensitiveLog: (obj: ProtectedResource) => any;
4632
+ /**
4633
+ * @internal
4634
+ */
4635
+ export declare const ListProtectedResourcesOutputFilterSensitiveLog: (obj: ListProtectedResourcesOutput) => any;
4636
+ /**
4637
+ * @internal
4638
+ */
4639
+ export declare const ListRecoveryPointsByBackupVaultInputFilterSensitiveLog: (obj: ListRecoveryPointsByBackupVaultInput) => any;
4640
+ /**
4641
+ * @internal
4642
+ */
4643
+ export declare const RecoveryPointByBackupVaultFilterSensitiveLog: (obj: RecoveryPointByBackupVault) => any;
4644
+ /**
4645
+ * @internal
4646
+ */
4647
+ export declare const ListRecoveryPointsByBackupVaultOutputFilterSensitiveLog: (obj: ListRecoveryPointsByBackupVaultOutput) => any;
4648
+ /**
4649
+ * @internal
4650
+ */
4651
+ export declare const ListRecoveryPointsByResourceInputFilterSensitiveLog: (obj: ListRecoveryPointsByResourceInput) => any;
4652
+ /**
4653
+ * @internal
4654
+ */
4655
+ export declare const RecoveryPointByResourceFilterSensitiveLog: (obj: RecoveryPointByResource) => any;
4656
+ /**
4657
+ * @internal
4658
+ */
4659
+ export declare const ListRecoveryPointsByResourceOutputFilterSensitiveLog: (obj: ListRecoveryPointsByResourceOutput) => any;
4660
+ /**
4661
+ * @internal
4662
+ */
4663
+ export declare const ListReportJobsInputFilterSensitiveLog: (obj: ListReportJobsInput) => any;
4664
+ /**
4665
+ * @internal
4666
+ */
4667
+ export declare const ListReportJobsOutputFilterSensitiveLog: (obj: ListReportJobsOutput) => any;
4668
+ /**
4669
+ * @internal
4670
+ */
4671
+ export declare const ListReportPlansInputFilterSensitiveLog: (obj: ListReportPlansInput) => any;
4672
+ /**
4673
+ * @internal
4674
+ */
4675
+ export declare const ListReportPlansOutputFilterSensitiveLog: (obj: ListReportPlansOutput) => any;
4676
+ /**
4677
+ * @internal
4678
+ */
4679
+ export declare const ListRestoreJobsInputFilterSensitiveLog: (obj: ListRestoreJobsInput) => any;
4680
+ /**
4681
+ * @internal
4682
+ */
4683
+ export declare const RestoreJobsListMemberFilterSensitiveLog: (obj: RestoreJobsListMember) => any;
4684
+ /**
4685
+ * @internal
4686
+ */
4687
+ export declare const ListRestoreJobsOutputFilterSensitiveLog: (obj: ListRestoreJobsOutput) => any;
4688
+ /**
4689
+ * @internal
4690
+ */
4691
+ export declare const ListTagsInputFilterSensitiveLog: (obj: ListTagsInput) => any;
4692
+ /**
4693
+ * @internal
4694
+ */
4695
+ export declare const ListTagsOutputFilterSensitiveLog: (obj: ListTagsOutput) => any;
4696
+ /**
4697
+ * @internal
4698
+ */
4699
+ export declare const PutBackupVaultAccessPolicyInputFilterSensitiveLog: (obj: PutBackupVaultAccessPolicyInput) => any;
4700
+ /**
4701
+ * @internal
4702
+ */
4703
+ export declare const PutBackupVaultLockConfigurationInputFilterSensitiveLog: (obj: PutBackupVaultLockConfigurationInput) => any;
4704
+ /**
4705
+ * @internal
4706
+ */
4707
+ export declare const PutBackupVaultNotificationsInputFilterSensitiveLog: (obj: PutBackupVaultNotificationsInput) => any;
4708
+ /**
4709
+ * @internal
4710
+ */
4711
+ export declare const StartBackupJobInputFilterSensitiveLog: (obj: StartBackupJobInput) => any;
4712
+ /**
4713
+ * @internal
4714
+ */
4715
+ export declare const StartBackupJobOutputFilterSensitiveLog: (obj: StartBackupJobOutput) => any;
4716
+ /**
4717
+ * @internal
4718
+ */
4719
+ export declare const StartCopyJobInputFilterSensitiveLog: (obj: StartCopyJobInput) => any;
4720
+ /**
4721
+ * @internal
4722
+ */
4723
+ export declare const StartCopyJobOutputFilterSensitiveLog: (obj: StartCopyJobOutput) => any;
4724
+ /**
4725
+ * @internal
4726
+ */
4727
+ export declare const StartReportJobInputFilterSensitiveLog: (obj: StartReportJobInput) => any;
4728
+ /**
4729
+ * @internal
4730
+ */
4731
+ export declare const StartReportJobOutputFilterSensitiveLog: (obj: StartReportJobOutput) => any;
4732
+ /**
4733
+ * @internal
4734
+ */
4735
+ export declare const StartRestoreJobInputFilterSensitiveLog: (obj: StartRestoreJobInput) => any;
4736
+ /**
4737
+ * @internal
4738
+ */
4739
+ export declare const StartRestoreJobOutputFilterSensitiveLog: (obj: StartRestoreJobOutput) => any;
4740
+ /**
4741
+ * @internal
4742
+ */
4743
+ export declare const StopBackupJobInputFilterSensitiveLog: (obj: StopBackupJobInput) => any;
4744
+ /**
4745
+ * @internal
4746
+ */
4747
+ export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
4748
+ /**
4749
+ * @internal
4750
+ */
4751
+ export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
4752
+ /**
4753
+ * @internal
4754
+ */
4755
+ export declare const UpdateBackupPlanInputFilterSensitiveLog: (obj: UpdateBackupPlanInput) => any;
4756
+ /**
4757
+ * @internal
4758
+ */
4759
+ export declare const UpdateBackupPlanOutputFilterSensitiveLog: (obj: UpdateBackupPlanOutput) => any;
4760
+ /**
4761
+ * @internal
4762
+ */
4763
+ export declare const UpdateFrameworkInputFilterSensitiveLog: (obj: UpdateFrameworkInput) => any;
4764
+ /**
4765
+ * @internal
4766
+ */
4767
+ export declare const UpdateFrameworkOutputFilterSensitiveLog: (obj: UpdateFrameworkOutput) => any;
4768
+ /**
4769
+ * @internal
4770
+ */
4771
+ export declare const UpdateGlobalSettingsInputFilterSensitiveLog: (obj: UpdateGlobalSettingsInput) => any;
4772
+ /**
4773
+ * @internal
4774
+ */
4775
+ export declare const UpdateRecoveryPointLifecycleInputFilterSensitiveLog: (obj: UpdateRecoveryPointLifecycleInput) => any;
4776
+ /**
4777
+ * @internal
4778
+ */
4779
+ export declare const UpdateRecoveryPointLifecycleOutputFilterSensitiveLog: (obj: UpdateRecoveryPointLifecycleOutput) => any;
4780
+ /**
4781
+ * @internal
4782
+ */
4783
+ export declare const UpdateRegionSettingsInputFilterSensitiveLog: (obj: UpdateRegionSettingsInput) => any;
4784
+ /**
4785
+ * @internal
4786
+ */
4787
+ export declare const UpdateReportPlanInputFilterSensitiveLog: (obj: UpdateReportPlanInput) => any;
4788
+ /**
4789
+ * @internal
4790
+ */
4791
+ export declare const UpdateReportPlanOutputFilterSensitiveLog: (obj: UpdateReportPlanOutput) => any;