@aws-sdk/client-backup 3.131.0 → 3.142.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 (141) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateBackupPlanCommand.js +2 -2
  4. package/dist-cjs/commands/CreateBackupSelectionCommand.js +2 -2
  5. package/dist-cjs/commands/CreateBackupVaultCommand.js +2 -2
  6. package/dist-cjs/commands/CreateFrameworkCommand.js +2 -2
  7. package/dist-cjs/commands/CreateReportPlanCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteBackupPlanCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteBackupSelectionCommand.js +1 -1
  10. package/dist-cjs/commands/DeleteBackupVaultAccessPolicyCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteBackupVaultCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteBackupVaultLockConfigurationCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteBackupVaultNotificationsCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteFrameworkCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteRecoveryPointCommand.js +1 -1
  16. package/dist-cjs/commands/DeleteReportPlanCommand.js +1 -1
  17. package/dist-cjs/commands/DescribeBackupJobCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeBackupVaultCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeCopyJobCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeFrameworkCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeGlobalSettingsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeProtectedResourceCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeRecoveryPointCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeRegionSettingsCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeReportJobCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeReportPlanCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeRestoreJobCommand.js +2 -2
  28. package/dist-cjs/commands/DisassociateRecoveryPointCommand.js +1 -1
  29. package/dist-cjs/commands/ExportBackupPlanTemplateCommand.js +2 -2
  30. package/dist-cjs/commands/GetBackupPlanCommand.js +2 -2
  31. package/dist-cjs/commands/GetBackupPlanFromJSONCommand.js +2 -2
  32. package/dist-cjs/commands/GetBackupPlanFromTemplateCommand.js +2 -2
  33. package/dist-cjs/commands/GetBackupSelectionCommand.js +2 -2
  34. package/dist-cjs/commands/GetBackupVaultAccessPolicyCommand.js +2 -2
  35. package/dist-cjs/commands/GetBackupVaultNotificationsCommand.js +2 -2
  36. package/dist-cjs/commands/GetRecoveryPointRestoreMetadataCommand.js +2 -2
  37. package/dist-cjs/commands/GetSupportedResourceTypesCommand.js +1 -1
  38. package/dist-cjs/commands/ListBackupJobsCommand.js +2 -2
  39. package/dist-cjs/commands/ListBackupPlanTemplatesCommand.js +2 -2
  40. package/dist-cjs/commands/ListBackupPlanVersionsCommand.js +2 -2
  41. package/dist-cjs/commands/ListBackupPlansCommand.js +2 -2
  42. package/dist-cjs/commands/ListBackupSelectionsCommand.js +2 -2
  43. package/dist-cjs/commands/ListBackupVaultsCommand.js +2 -2
  44. package/dist-cjs/commands/ListCopyJobsCommand.js +2 -2
  45. package/dist-cjs/commands/ListFrameworksCommand.js +2 -2
  46. package/dist-cjs/commands/ListProtectedResourcesCommand.js +2 -2
  47. package/dist-cjs/commands/ListRecoveryPointsByBackupVaultCommand.js +2 -2
  48. package/dist-cjs/commands/ListRecoveryPointsByResourceCommand.js +2 -2
  49. package/dist-cjs/commands/ListReportJobsCommand.js +2 -2
  50. package/dist-cjs/commands/ListReportPlansCommand.js +2 -2
  51. package/dist-cjs/commands/ListRestoreJobsCommand.js +2 -2
  52. package/dist-cjs/commands/ListTagsCommand.js +2 -2
  53. package/dist-cjs/commands/PutBackupVaultAccessPolicyCommand.js +1 -1
  54. package/dist-cjs/commands/PutBackupVaultLockConfigurationCommand.js +1 -1
  55. package/dist-cjs/commands/PutBackupVaultNotificationsCommand.js +1 -1
  56. package/dist-cjs/commands/StartBackupJobCommand.js +2 -2
  57. package/dist-cjs/commands/StartCopyJobCommand.js +2 -2
  58. package/dist-cjs/commands/StartReportJobCommand.js +2 -2
  59. package/dist-cjs/commands/StartRestoreJobCommand.js +2 -2
  60. package/dist-cjs/commands/StopBackupJobCommand.js +1 -1
  61. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  62. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  63. package/dist-cjs/commands/UpdateBackupPlanCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateFrameworkCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +1 -1
  66. package/dist-cjs/commands/UpdateRecoveryPointLifecycleCommand.js +2 -2
  67. package/dist-cjs/commands/UpdateRegionSettingsCommand.js +1 -1
  68. package/dist-cjs/commands/UpdateReportPlanCommand.js +2 -2
  69. package/dist-cjs/models/models_0.js +605 -897
  70. package/dist-cjs/protocols/Aws_restJson1.js +957 -1819
  71. package/dist-es/commands/CreateBackupPlanCommand.js +3 -3
  72. package/dist-es/commands/CreateBackupSelectionCommand.js +3 -3
  73. package/dist-es/commands/CreateBackupVaultCommand.js +3 -3
  74. package/dist-es/commands/CreateFrameworkCommand.js +3 -3
  75. package/dist-es/commands/CreateReportPlanCommand.js +3 -3
  76. package/dist-es/commands/DeleteBackupPlanCommand.js +3 -3
  77. package/dist-es/commands/DeleteBackupSelectionCommand.js +2 -2
  78. package/dist-es/commands/DeleteBackupVaultAccessPolicyCommand.js +2 -2
  79. package/dist-es/commands/DeleteBackupVaultCommand.js +2 -2
  80. package/dist-es/commands/DeleteBackupVaultLockConfigurationCommand.js +2 -2
  81. package/dist-es/commands/DeleteBackupVaultNotificationsCommand.js +2 -2
  82. package/dist-es/commands/DeleteFrameworkCommand.js +2 -2
  83. package/dist-es/commands/DeleteRecoveryPointCommand.js +2 -2
  84. package/dist-es/commands/DeleteReportPlanCommand.js +2 -2
  85. package/dist-es/commands/DescribeBackupJobCommand.js +3 -3
  86. package/dist-es/commands/DescribeBackupVaultCommand.js +3 -3
  87. package/dist-es/commands/DescribeCopyJobCommand.js +3 -3
  88. package/dist-es/commands/DescribeFrameworkCommand.js +3 -3
  89. package/dist-es/commands/DescribeGlobalSettingsCommand.js +3 -3
  90. package/dist-es/commands/DescribeProtectedResourceCommand.js +3 -3
  91. package/dist-es/commands/DescribeRecoveryPointCommand.js +3 -3
  92. package/dist-es/commands/DescribeRegionSettingsCommand.js +3 -3
  93. package/dist-es/commands/DescribeReportJobCommand.js +3 -3
  94. package/dist-es/commands/DescribeReportPlanCommand.js +3 -3
  95. package/dist-es/commands/DescribeRestoreJobCommand.js +3 -3
  96. package/dist-es/commands/DisassociateRecoveryPointCommand.js +2 -2
  97. package/dist-es/commands/ExportBackupPlanTemplateCommand.js +3 -3
  98. package/dist-es/commands/GetBackupPlanCommand.js +3 -3
  99. package/dist-es/commands/GetBackupPlanFromJSONCommand.js +3 -3
  100. package/dist-es/commands/GetBackupPlanFromTemplateCommand.js +3 -3
  101. package/dist-es/commands/GetBackupSelectionCommand.js +3 -3
  102. package/dist-es/commands/GetBackupVaultAccessPolicyCommand.js +3 -3
  103. package/dist-es/commands/GetBackupVaultNotificationsCommand.js +3 -3
  104. package/dist-es/commands/GetRecoveryPointRestoreMetadataCommand.js +3 -3
  105. package/dist-es/commands/GetSupportedResourceTypesCommand.js +2 -2
  106. package/dist-es/commands/ListBackupJobsCommand.js +3 -3
  107. package/dist-es/commands/ListBackupPlanTemplatesCommand.js +3 -3
  108. package/dist-es/commands/ListBackupPlanVersionsCommand.js +3 -3
  109. package/dist-es/commands/ListBackupPlansCommand.js +3 -3
  110. package/dist-es/commands/ListBackupSelectionsCommand.js +3 -3
  111. package/dist-es/commands/ListBackupVaultsCommand.js +3 -3
  112. package/dist-es/commands/ListCopyJobsCommand.js +3 -3
  113. package/dist-es/commands/ListFrameworksCommand.js +3 -3
  114. package/dist-es/commands/ListProtectedResourcesCommand.js +3 -3
  115. package/dist-es/commands/ListRecoveryPointsByBackupVaultCommand.js +3 -3
  116. package/dist-es/commands/ListRecoveryPointsByResourceCommand.js +3 -3
  117. package/dist-es/commands/ListReportJobsCommand.js +3 -3
  118. package/dist-es/commands/ListReportPlansCommand.js +3 -3
  119. package/dist-es/commands/ListRestoreJobsCommand.js +3 -3
  120. package/dist-es/commands/ListTagsCommand.js +3 -3
  121. package/dist-es/commands/PutBackupVaultAccessPolicyCommand.js +2 -2
  122. package/dist-es/commands/PutBackupVaultLockConfigurationCommand.js +2 -2
  123. package/dist-es/commands/PutBackupVaultNotificationsCommand.js +2 -2
  124. package/dist-es/commands/StartBackupJobCommand.js +3 -3
  125. package/dist-es/commands/StartCopyJobCommand.js +3 -3
  126. package/dist-es/commands/StartReportJobCommand.js +3 -3
  127. package/dist-es/commands/StartRestoreJobCommand.js +3 -3
  128. package/dist-es/commands/StopBackupJobCommand.js +2 -2
  129. package/dist-es/commands/TagResourceCommand.js +2 -2
  130. package/dist-es/commands/UntagResourceCommand.js +2 -2
  131. package/dist-es/commands/UpdateBackupPlanCommand.js +3 -3
  132. package/dist-es/commands/UpdateFrameworkCommand.js +3 -3
  133. package/dist-es/commands/UpdateGlobalSettingsCommand.js +2 -2
  134. package/dist-es/commands/UpdateRecoveryPointLifecycleCommand.js +3 -3
  135. package/dist-es/commands/UpdateRegionSettingsCommand.js +2 -2
  136. package/dist-es/commands/UpdateReportPlanCommand.js +3 -3
  137. package/dist-es/models/models_0.js +146 -584
  138. package/dist-es/protocols/Aws_restJson1.js +1200 -1783
  139. package/dist-types/models/models_0.d.ts +584 -876
  140. package/dist-types/ts3.4/models/models_0.d.ts +292 -584
  141. package/package.json +6 -6
@@ -7,10 +7,6 @@ export interface AdvancedBackupSetting {
7
7
 
8
8
  BackupOptions?: Record<string, string>;
9
9
  }
10
- export declare namespace AdvancedBackupSetting {
11
-
12
- const filterSensitiveLog: (obj: AdvancedBackupSetting) => any;
13
- }
14
10
 
15
11
  export declare class AlreadyExistsException extends __BaseException {
16
12
  readonly name: "AlreadyExistsException";
@@ -39,10 +35,6 @@ export interface RecoveryPointCreator {
39
35
 
40
36
  BackupRuleId?: string;
41
37
  }
42
- export declare namespace RecoveryPointCreator {
43
-
44
- const filterSensitiveLog: (obj: RecoveryPointCreator) => any;
45
- }
46
38
  export declare enum BackupJobState {
47
39
  ABORTED = "ABORTED",
48
40
  ABORTING = "ABORTING",
@@ -96,10 +88,6 @@ export interface BackupJob {
96
88
 
97
89
  BackupType?: string;
98
90
  }
99
- export declare namespace BackupJob {
100
-
101
- const filterSensitiveLog: (obj: BackupJob) => any;
102
- }
103
91
 
104
92
  export interface Lifecycle {
105
93
 
@@ -107,10 +95,6 @@ export interface Lifecycle {
107
95
 
108
96
  DeleteAfterDays?: number;
109
97
  }
110
- export declare namespace Lifecycle {
111
-
112
- const filterSensitiveLog: (obj: Lifecycle) => any;
113
- }
114
98
 
115
99
  export interface CopyAction {
116
100
 
@@ -118,10 +102,6 @@ export interface CopyAction {
118
102
 
119
103
  DestinationBackupVaultArn: string | undefined;
120
104
  }
121
- export declare namespace CopyAction {
122
-
123
- const filterSensitiveLog: (obj: CopyAction) => any;
124
- }
125
105
 
126
106
  export interface BackupRule {
127
107
 
@@ -145,10 +125,6 @@ export interface BackupRule {
145
125
 
146
126
  EnableContinuousBackup?: boolean;
147
127
  }
148
- export declare namespace BackupRule {
149
-
150
- const filterSensitiveLog: (obj: BackupRule) => any;
151
- }
152
128
 
153
129
  export interface BackupPlan {
154
130
 
@@ -158,10 +134,6 @@ export interface BackupPlan {
158
134
 
159
135
  AdvancedBackupSettings?: AdvancedBackupSetting[];
160
136
  }
161
- export declare namespace BackupPlan {
162
-
163
- const filterSensitiveLog: (obj: BackupPlan) => any;
164
- }
165
137
 
166
138
  export interface BackupRuleInput {
167
139
 
@@ -183,10 +155,6 @@ export interface BackupRuleInput {
183
155
 
184
156
  EnableContinuousBackup?: boolean;
185
157
  }
186
- export declare namespace BackupRuleInput {
187
-
188
- const filterSensitiveLog: (obj: BackupRuleInput) => any;
189
- }
190
158
 
191
159
  export interface BackupPlanInput {
192
160
 
@@ -196,10 +164,6 @@ export interface BackupPlanInput {
196
164
 
197
165
  AdvancedBackupSettings?: AdvancedBackupSetting[];
198
166
  }
199
- export declare namespace BackupPlanInput {
200
-
201
- const filterSensitiveLog: (obj: BackupPlanInput) => any;
202
- }
203
167
 
204
168
  export interface BackupPlansListMember {
205
169
 
@@ -221,10 +185,6 @@ export interface BackupPlansListMember {
221
185
 
222
186
  AdvancedBackupSettings?: AdvancedBackupSetting[];
223
187
  }
224
- export declare namespace BackupPlansListMember {
225
-
226
- const filterSensitiveLog: (obj: BackupPlansListMember) => any;
227
- }
228
188
 
229
189
  export interface BackupPlanTemplatesListMember {
230
190
 
@@ -232,10 +192,6 @@ export interface BackupPlanTemplatesListMember {
232
192
 
233
193
  BackupPlanTemplateName?: string;
234
194
  }
235
- export declare namespace BackupPlanTemplatesListMember {
236
-
237
- const filterSensitiveLog: (obj: BackupPlanTemplatesListMember) => any;
238
- }
239
195
 
240
196
  export interface ConditionParameter {
241
197
 
@@ -243,10 +199,6 @@ export interface ConditionParameter {
243
199
 
244
200
  ConditionValue?: string;
245
201
  }
246
- export declare namespace ConditionParameter {
247
-
248
- const filterSensitiveLog: (obj: ConditionParameter) => any;
249
- }
250
202
 
251
203
  export interface Conditions {
252
204
 
@@ -258,10 +210,6 @@ export interface Conditions {
258
210
 
259
211
  StringNotLike?: ConditionParameter[];
260
212
  }
261
- export declare namespace Conditions {
262
-
263
- const filterSensitiveLog: (obj: Conditions) => any;
264
- }
265
213
  export declare enum ConditionType {
266
214
  STRINGEQUALS = "STRINGEQUALS"
267
215
  }
@@ -274,10 +222,6 @@ export interface Condition {
274
222
 
275
223
  ConditionValue: string | undefined;
276
224
  }
277
- export declare namespace Condition {
278
-
279
- const filterSensitiveLog: (obj: Condition) => any;
280
- }
281
225
 
282
226
  export interface BackupSelection {
283
227
 
@@ -293,10 +237,6 @@ export interface BackupSelection {
293
237
 
294
238
  Conditions?: Conditions;
295
239
  }
296
- export declare namespace BackupSelection {
297
-
298
- const filterSensitiveLog: (obj: BackupSelection) => any;
299
- }
300
240
 
301
241
  export interface BackupSelectionsListMember {
302
242
 
@@ -312,10 +252,6 @@ export interface BackupSelectionsListMember {
312
252
 
313
253
  IamRoleArn?: string;
314
254
  }
315
- export declare namespace BackupSelectionsListMember {
316
-
317
- const filterSensitiveLog: (obj: BackupSelectionsListMember) => any;
318
- }
319
255
  export declare enum BackupVaultEvent {
320
256
  BACKUP_JOB_COMPLETED = "BACKUP_JOB_COMPLETED",
321
257
  BACKUP_JOB_EXPIRED = "BACKUP_JOB_EXPIRED",
@@ -358,10 +294,6 @@ export interface BackupVaultListMember {
358
294
 
359
295
  LockDate?: Date;
360
296
  }
361
- export declare namespace BackupVaultListMember {
362
-
363
- const filterSensitiveLog: (obj: BackupVaultListMember) => any;
364
- }
365
297
 
366
298
  export interface CalculatedLifecycle {
367
299
 
@@ -369,10 +301,6 @@ export interface CalculatedLifecycle {
369
301
 
370
302
  DeleteAt?: Date;
371
303
  }
372
- export declare namespace CalculatedLifecycle {
373
-
374
- const filterSensitiveLog: (obj: CalculatedLifecycle) => any;
375
- }
376
304
 
377
305
  export declare class ConflictException extends __BaseException {
378
306
  readonly name: "ConflictException";
@@ -393,10 +321,6 @@ export interface ControlInputParameter {
393
321
 
394
322
  ParameterValue?: string;
395
323
  }
396
- export declare namespace ControlInputParameter {
397
-
398
- const filterSensitiveLog: (obj: ControlInputParameter) => any;
399
- }
400
324
 
401
325
  export interface ControlScope {
402
326
 
@@ -406,10 +330,6 @@ export interface ControlScope {
406
330
 
407
331
  Tags?: Record<string, string>;
408
332
  }
409
- export declare namespace ControlScope {
410
-
411
- const filterSensitiveLog: (obj: ControlScope) => any;
412
- }
413
333
  export declare enum CopyJobState {
414
334
  COMPLETED = "COMPLETED",
415
335
  CREATED = "CREATED",
@@ -449,10 +369,6 @@ export interface CopyJob {
449
369
 
450
370
  ResourceType?: string;
451
371
  }
452
- export declare namespace CopyJob {
453
-
454
- const filterSensitiveLog: (obj: CopyJob) => any;
455
- }
456
372
  export interface CreateBackupPlanInput {
457
373
 
458
374
  BackupPlan: BackupPlanInput | undefined;
@@ -461,10 +377,6 @@ export interface CreateBackupPlanInput {
461
377
 
462
378
  CreatorRequestId?: string;
463
379
  }
464
- export declare namespace CreateBackupPlanInput {
465
-
466
- const filterSensitiveLog: (obj: CreateBackupPlanInput) => any;
467
- }
468
380
  export interface CreateBackupPlanOutput {
469
381
 
470
382
  BackupPlanId?: string;
@@ -477,10 +389,6 @@ export interface CreateBackupPlanOutput {
477
389
 
478
390
  AdvancedBackupSettings?: AdvancedBackupSetting[];
479
391
  }
480
- export declare namespace CreateBackupPlanOutput {
481
-
482
- const filterSensitiveLog: (obj: CreateBackupPlanOutput) => any;
483
- }
484
392
 
485
393
  export declare class InvalidParameterValueException extends __BaseException {
486
394
  readonly name: "InvalidParameterValueException";
@@ -541,10 +449,6 @@ export interface CreateBackupSelectionInput {
541
449
 
542
450
  CreatorRequestId?: string;
543
451
  }
544
- export declare namespace CreateBackupSelectionInput {
545
-
546
- const filterSensitiveLog: (obj: CreateBackupSelectionInput) => any;
547
- }
548
452
  export interface CreateBackupSelectionOutput {
549
453
 
550
454
  SelectionId?: string;
@@ -553,10 +457,6 @@ export interface CreateBackupSelectionOutput {
553
457
 
554
458
  CreationDate?: Date;
555
459
  }
556
- export declare namespace CreateBackupSelectionOutput {
557
-
558
- const filterSensitiveLog: (obj: CreateBackupSelectionOutput) => any;
559
- }
560
460
  export interface CreateBackupVaultInput {
561
461
 
562
462
  BackupVaultName: string | undefined;
@@ -567,10 +467,6 @@ export interface CreateBackupVaultInput {
567
467
 
568
468
  CreatorRequestId?: string;
569
469
  }
570
- export declare namespace CreateBackupVaultInput {
571
-
572
- const filterSensitiveLog: (obj: CreateBackupVaultInput) => any;
573
- }
574
470
  export interface CreateBackupVaultOutput {
575
471
 
576
472
  BackupVaultName?: string;
@@ -579,10 +475,6 @@ export interface CreateBackupVaultOutput {
579
475
 
580
476
  CreationDate?: Date;
581
477
  }
582
- export declare namespace CreateBackupVaultOutput {
583
-
584
- const filterSensitiveLog: (obj: CreateBackupVaultOutput) => any;
585
- }
586
478
 
587
479
  export interface FrameworkControl {
588
480
 
@@ -592,10 +484,6 @@ export interface FrameworkControl {
592
484
 
593
485
  ControlScope?: ControlScope;
594
486
  }
595
- export declare namespace FrameworkControl {
596
-
597
- const filterSensitiveLog: (obj: FrameworkControl) => any;
598
- }
599
487
  export interface CreateFrameworkInput {
600
488
 
601
489
  FrameworkName: string | undefined;
@@ -608,20 +496,12 @@ export interface CreateFrameworkInput {
608
496
 
609
497
  FrameworkTags?: Record<string, string>;
610
498
  }
611
- export declare namespace CreateFrameworkInput {
612
-
613
- const filterSensitiveLog: (obj: CreateFrameworkInput) => any;
614
- }
615
499
  export interface CreateFrameworkOutput {
616
500
 
617
501
  FrameworkName?: string;
618
502
 
619
503
  FrameworkArn?: string;
620
504
  }
621
- export declare namespace CreateFrameworkOutput {
622
-
623
- const filterSensitiveLog: (obj: CreateFrameworkOutput) => any;
624
- }
625
505
 
626
506
  export interface ReportDeliveryChannel {
627
507
 
@@ -631,10 +511,6 @@ export interface ReportDeliveryChannel {
631
511
 
632
512
  Formats?: string[];
633
513
  }
634
- export declare namespace ReportDeliveryChannel {
635
-
636
- const filterSensitiveLog: (obj: ReportDeliveryChannel) => any;
637
- }
638
514
 
639
515
  export interface ReportSetting {
640
516
 
@@ -644,10 +520,6 @@ export interface ReportSetting {
644
520
 
645
521
  NumberOfFrameworks?: number;
646
522
  }
647
- export declare namespace ReportSetting {
648
-
649
- const filterSensitiveLog: (obj: ReportSetting) => any;
650
- }
651
523
  export interface CreateReportPlanInput {
652
524
 
653
525
  ReportPlanName: string | undefined;
@@ -662,10 +534,6 @@ export interface CreateReportPlanInput {
662
534
 
663
535
  IdempotencyToken?: string;
664
536
  }
665
- export declare namespace CreateReportPlanInput {
666
-
667
- const filterSensitiveLog: (obj: CreateReportPlanInput) => any;
668
- }
669
537
  export interface CreateReportPlanOutput {
670
538
 
671
539
  ReportPlanName?: string;
@@ -674,18 +542,10 @@ export interface CreateReportPlanOutput {
674
542
 
675
543
  CreationTime?: Date;
676
544
  }
677
- export declare namespace CreateReportPlanOutput {
678
-
679
- const filterSensitiveLog: (obj: CreateReportPlanOutput) => any;
680
- }
681
545
  export interface DeleteBackupPlanInput {
682
546
 
683
547
  BackupPlanId: string | undefined;
684
548
  }
685
- export declare namespace DeleteBackupPlanInput {
686
-
687
- const filterSensitiveLog: (obj: DeleteBackupPlanInput) => any;
688
- }
689
549
  export interface DeleteBackupPlanOutput {
690
550
 
691
551
  BackupPlanId?: string;
@@ -696,10 +556,6 @@ export interface DeleteBackupPlanOutput {
696
556
 
697
557
  VersionId?: string;
698
558
  }
699
- export declare namespace DeleteBackupPlanOutput {
700
-
701
- const filterSensitiveLog: (obj: DeleteBackupPlanOutput) => any;
702
- }
703
559
 
704
560
  export declare class InvalidRequestException extends __BaseException {
705
561
  readonly name: "InvalidRequestException";
@@ -732,60 +588,32 @@ export interface DeleteBackupSelectionInput {
732
588
 
733
589
  SelectionId: string | undefined;
734
590
  }
735
- export declare namespace DeleteBackupSelectionInput {
736
-
737
- const filterSensitiveLog: (obj: DeleteBackupSelectionInput) => any;
738
- }
739
591
  export interface DeleteBackupVaultInput {
740
592
 
741
593
  BackupVaultName: string | undefined;
742
594
  }
743
- export declare namespace DeleteBackupVaultInput {
744
-
745
- const filterSensitiveLog: (obj: DeleteBackupVaultInput) => any;
746
- }
747
595
  export interface DeleteBackupVaultAccessPolicyInput {
748
596
 
749
597
  BackupVaultName: string | undefined;
750
598
  }
751
- export declare namespace DeleteBackupVaultAccessPolicyInput {
752
-
753
- const filterSensitiveLog: (obj: DeleteBackupVaultAccessPolicyInput) => any;
754
- }
755
599
  export interface DeleteBackupVaultLockConfigurationInput {
756
600
 
757
601
  BackupVaultName: string | undefined;
758
602
  }
759
- export declare namespace DeleteBackupVaultLockConfigurationInput {
760
-
761
- const filterSensitiveLog: (obj: DeleteBackupVaultLockConfigurationInput) => any;
762
- }
763
603
  export interface DeleteBackupVaultNotificationsInput {
764
604
 
765
605
  BackupVaultName: string | undefined;
766
606
  }
767
- export declare namespace DeleteBackupVaultNotificationsInput {
768
-
769
- const filterSensitiveLog: (obj: DeleteBackupVaultNotificationsInput) => any;
770
- }
771
607
  export interface DeleteFrameworkInput {
772
608
 
773
609
  FrameworkName: string | undefined;
774
610
  }
775
- export declare namespace DeleteFrameworkInput {
776
-
777
- const filterSensitiveLog: (obj: DeleteFrameworkInput) => any;
778
- }
779
611
  export interface DeleteRecoveryPointInput {
780
612
 
781
613
  BackupVaultName: string | undefined;
782
614
 
783
615
  RecoveryPointArn: string | undefined;
784
616
  }
785
- export declare namespace DeleteRecoveryPointInput {
786
-
787
- const filterSensitiveLog: (obj: DeleteRecoveryPointInput) => any;
788
- }
789
617
 
790
618
  export declare class InvalidResourceStateException extends __BaseException {
791
619
  readonly name: "InvalidResourceStateException";
@@ -803,10 +631,6 @@ export interface DeleteReportPlanInput {
803
631
 
804
632
  ReportPlanName: string | undefined;
805
633
  }
806
- export declare namespace DeleteReportPlanInput {
807
-
808
- const filterSensitiveLog: (obj: DeleteReportPlanInput) => any;
809
- }
810
634
 
811
635
  export declare class DependencyFailureException extends __BaseException {
812
636
  readonly name: "DependencyFailureException";
@@ -824,10 +648,6 @@ export interface DescribeBackupJobInput {
824
648
 
825
649
  BackupJobId: string | undefined;
826
650
  }
827
- export declare namespace DescribeBackupJobInput {
828
-
829
- const filterSensitiveLog: (obj: DescribeBackupJobInput) => any;
830
- }
831
651
  export interface DescribeBackupJobOutput {
832
652
 
833
653
  AccountId?: string;
@@ -870,18 +690,10 @@ export interface DescribeBackupJobOutput {
870
690
 
871
691
  BackupType?: string;
872
692
  }
873
- export declare namespace DescribeBackupJobOutput {
874
-
875
- const filterSensitiveLog: (obj: DescribeBackupJobOutput) => any;
876
- }
877
693
  export interface DescribeBackupVaultInput {
878
694
 
879
695
  BackupVaultName: string | undefined;
880
696
  }
881
- export declare namespace DescribeBackupVaultInput {
882
-
883
- const filterSensitiveLog: (obj: DescribeBackupVaultInput) => any;
884
- }
885
697
  export interface DescribeBackupVaultOutput {
886
698
 
887
699
  BackupVaultName?: string;
@@ -904,34 +716,18 @@ export interface DescribeBackupVaultOutput {
904
716
 
905
717
  LockDate?: Date;
906
718
  }
907
- export declare namespace DescribeBackupVaultOutput {
908
-
909
- const filterSensitiveLog: (obj: DescribeBackupVaultOutput) => any;
910
- }
911
719
  export interface DescribeCopyJobInput {
912
720
 
913
721
  CopyJobId: string | undefined;
914
722
  }
915
- export declare namespace DescribeCopyJobInput {
916
-
917
- const filterSensitiveLog: (obj: DescribeCopyJobInput) => any;
918
- }
919
723
  export interface DescribeCopyJobOutput {
920
724
 
921
725
  CopyJob?: CopyJob;
922
726
  }
923
- export declare namespace DescribeCopyJobOutput {
924
-
925
- const filterSensitiveLog: (obj: DescribeCopyJobOutput) => any;
926
- }
927
727
  export interface DescribeFrameworkInput {
928
728
 
929
729
  FrameworkName: string | undefined;
930
730
  }
931
- export declare namespace DescribeFrameworkInput {
932
-
933
- const filterSensitiveLog: (obj: DescribeFrameworkInput) => any;
934
- }
935
731
  export interface DescribeFrameworkOutput {
936
732
 
937
733
  FrameworkName?: string;
@@ -950,34 +746,18 @@ export interface DescribeFrameworkOutput {
950
746
 
951
747
  IdempotencyToken?: string;
952
748
  }
953
- export declare namespace DescribeFrameworkOutput {
954
-
955
- const filterSensitiveLog: (obj: DescribeFrameworkOutput) => any;
956
- }
957
749
  export interface DescribeGlobalSettingsInput {
958
750
  }
959
- export declare namespace DescribeGlobalSettingsInput {
960
-
961
- const filterSensitiveLog: (obj: DescribeGlobalSettingsInput) => any;
962
- }
963
751
  export interface DescribeGlobalSettingsOutput {
964
752
 
965
753
  GlobalSettings?: Record<string, string>;
966
754
 
967
755
  LastUpdateTime?: Date;
968
756
  }
969
- export declare namespace DescribeGlobalSettingsOutput {
970
-
971
- const filterSensitiveLog: (obj: DescribeGlobalSettingsOutput) => any;
972
- }
973
757
  export interface DescribeProtectedResourceInput {
974
758
 
975
759
  ResourceArn: string | undefined;
976
760
  }
977
- export declare namespace DescribeProtectedResourceInput {
978
-
979
- const filterSensitiveLog: (obj: DescribeProtectedResourceInput) => any;
980
- }
981
761
  export interface DescribeProtectedResourceOutput {
982
762
 
983
763
  ResourceArn?: string;
@@ -986,20 +766,12 @@ export interface DescribeProtectedResourceOutput {
986
766
 
987
767
  LastBackupTime?: Date;
988
768
  }
989
- export declare namespace DescribeProtectedResourceOutput {
990
-
991
- const filterSensitiveLog: (obj: DescribeProtectedResourceOutput) => any;
992
- }
993
769
  export interface DescribeRecoveryPointInput {
994
770
 
995
771
  BackupVaultName: string | undefined;
996
772
 
997
773
  RecoveryPointArn: string | undefined;
998
774
  }
999
- export declare namespace DescribeRecoveryPointInput {
1000
-
1001
- const filterSensitiveLog: (obj: DescribeRecoveryPointInput) => any;
1002
- }
1003
775
  export declare enum RecoveryPointStatus {
1004
776
  COMPLETED = "COMPLETED",
1005
777
  DELETING = "DELETING",
@@ -1051,34 +823,18 @@ export interface DescribeRecoveryPointOutput {
1051
823
 
1052
824
  LastRestoreTime?: Date;
1053
825
  }
1054
- export declare namespace DescribeRecoveryPointOutput {
1055
-
1056
- const filterSensitiveLog: (obj: DescribeRecoveryPointOutput) => any;
1057
- }
1058
826
  export interface DescribeRegionSettingsInput {
1059
827
  }
1060
- export declare namespace DescribeRegionSettingsInput {
1061
-
1062
- const filterSensitiveLog: (obj: DescribeRegionSettingsInput) => any;
1063
- }
1064
828
  export interface DescribeRegionSettingsOutput {
1065
829
 
1066
830
  ResourceTypeOptInPreference?: Record<string, boolean>;
1067
831
 
1068
832
  ResourceTypeManagementPreference?: Record<string, boolean>;
1069
833
  }
1070
- export declare namespace DescribeRegionSettingsOutput {
1071
-
1072
- const filterSensitiveLog: (obj: DescribeRegionSettingsOutput) => any;
1073
- }
1074
834
  export interface DescribeReportJobInput {
1075
835
 
1076
836
  ReportJobId: string | undefined;
1077
837
  }
1078
- export declare namespace DescribeReportJobInput {
1079
-
1080
- const filterSensitiveLog: (obj: DescribeReportJobInput) => any;
1081
- }
1082
838
 
1083
839
  export interface ReportDestination {
1084
840
 
@@ -1086,10 +842,6 @@ export interface ReportDestination {
1086
842
 
1087
843
  S3Keys?: string[];
1088
844
  }
1089
- export declare namespace ReportDestination {
1090
-
1091
- const filterSensitiveLog: (obj: ReportDestination) => any;
1092
- }
1093
845
 
1094
846
  export interface ReportJob {
1095
847
 
@@ -1109,26 +861,14 @@ export interface ReportJob {
1109
861
 
1110
862
  ReportDestination?: ReportDestination;
1111
863
  }
1112
- export declare namespace ReportJob {
1113
-
1114
- const filterSensitiveLog: (obj: ReportJob) => any;
1115
- }
1116
864
  export interface DescribeReportJobOutput {
1117
865
 
1118
866
  ReportJob?: ReportJob;
1119
867
  }
1120
- export declare namespace DescribeReportJobOutput {
1121
-
1122
- const filterSensitiveLog: (obj: DescribeReportJobOutput) => any;
1123
- }
1124
868
  export interface DescribeReportPlanInput {
1125
869
 
1126
870
  ReportPlanName: string | undefined;
1127
871
  }
1128
- export declare namespace DescribeReportPlanInput {
1129
-
1130
- const filterSensitiveLog: (obj: DescribeReportPlanInput) => any;
1131
- }
1132
872
 
1133
873
  export interface ReportPlan {
1134
874
 
@@ -1150,26 +890,14 @@ export interface ReportPlan {
1150
890
 
1151
891
  LastSuccessfulExecutionTime?: Date;
1152
892
  }
1153
- export declare namespace ReportPlan {
1154
-
1155
- const filterSensitiveLog: (obj: ReportPlan) => any;
1156
- }
1157
893
  export interface DescribeReportPlanOutput {
1158
894
 
1159
895
  ReportPlan?: ReportPlan;
1160
896
  }
1161
- export declare namespace DescribeReportPlanOutput {
1162
-
1163
- const filterSensitiveLog: (obj: DescribeReportPlanOutput) => any;
1164
- }
1165
897
  export interface DescribeRestoreJobInput {
1166
898
 
1167
899
  RestoreJobId: string | undefined;
1168
900
  }
1169
- export declare namespace DescribeRestoreJobInput {
1170
-
1171
- const filterSensitiveLog: (obj: DescribeRestoreJobInput) => any;
1172
- }
1173
901
  export declare enum RestoreJobStatus {
1174
902
  ABORTED = "ABORTED",
1175
903
  COMPLETED = "COMPLETED",
@@ -1205,46 +933,26 @@ export interface DescribeRestoreJobOutput {
1205
933
 
1206
934
  ResourceType?: string;
1207
935
  }
1208
- export declare namespace DescribeRestoreJobOutput {
1209
-
1210
- const filterSensitiveLog: (obj: DescribeRestoreJobOutput) => any;
1211
- }
1212
936
  export interface DisassociateRecoveryPointInput {
1213
937
 
1214
938
  BackupVaultName: string | undefined;
1215
939
 
1216
940
  RecoveryPointArn: string | undefined;
1217
941
  }
1218
- export declare namespace DisassociateRecoveryPointInput {
1219
-
1220
- const filterSensitiveLog: (obj: DisassociateRecoveryPointInput) => any;
1221
- }
1222
942
  export interface ExportBackupPlanTemplateInput {
1223
943
 
1224
944
  BackupPlanId: string | undefined;
1225
945
  }
1226
- export declare namespace ExportBackupPlanTemplateInput {
1227
-
1228
- const filterSensitiveLog: (obj: ExportBackupPlanTemplateInput) => any;
1229
- }
1230
946
  export interface ExportBackupPlanTemplateOutput {
1231
947
 
1232
948
  BackupPlanTemplateJson?: string;
1233
949
  }
1234
- export declare namespace ExportBackupPlanTemplateOutput {
1235
-
1236
- const filterSensitiveLog: (obj: ExportBackupPlanTemplateOutput) => any;
1237
- }
1238
950
  export interface GetBackupPlanInput {
1239
951
 
1240
952
  BackupPlanId: string | undefined;
1241
953
 
1242
954
  VersionId?: string;
1243
955
  }
1244
- export declare namespace GetBackupPlanInput {
1245
-
1246
- const filterSensitiveLog: (obj: GetBackupPlanInput) => any;
1247
- }
1248
956
  export interface GetBackupPlanOutput {
1249
957
 
1250
958
  BackupPlan?: BackupPlan;
@@ -1265,52 +973,28 @@ export interface GetBackupPlanOutput {
1265
973
 
1266
974
  AdvancedBackupSettings?: AdvancedBackupSetting[];
1267
975
  }
1268
- export declare namespace GetBackupPlanOutput {
1269
-
1270
- const filterSensitiveLog: (obj: GetBackupPlanOutput) => any;
1271
- }
1272
976
  export interface GetBackupPlanFromJSONInput {
1273
977
 
1274
978
  BackupPlanTemplateJson: string | undefined;
1275
979
  }
1276
- export declare namespace GetBackupPlanFromJSONInput {
1277
-
1278
- const filterSensitiveLog: (obj: GetBackupPlanFromJSONInput) => any;
1279
- }
1280
980
  export interface GetBackupPlanFromJSONOutput {
1281
981
 
1282
982
  BackupPlan?: BackupPlan;
1283
983
  }
1284
- export declare namespace GetBackupPlanFromJSONOutput {
1285
-
1286
- const filterSensitiveLog: (obj: GetBackupPlanFromJSONOutput) => any;
1287
- }
1288
984
  export interface GetBackupPlanFromTemplateInput {
1289
985
 
1290
986
  BackupPlanTemplateId: string | undefined;
1291
987
  }
1292
- export declare namespace GetBackupPlanFromTemplateInput {
1293
-
1294
- const filterSensitiveLog: (obj: GetBackupPlanFromTemplateInput) => any;
1295
- }
1296
988
  export interface GetBackupPlanFromTemplateOutput {
1297
989
 
1298
990
  BackupPlanDocument?: BackupPlan;
1299
991
  }
1300
- export declare namespace GetBackupPlanFromTemplateOutput {
1301
-
1302
- const filterSensitiveLog: (obj: GetBackupPlanFromTemplateOutput) => any;
1303
- }
1304
992
  export interface GetBackupSelectionInput {
1305
993
 
1306
994
  BackupPlanId: string | undefined;
1307
995
 
1308
996
  SelectionId: string | undefined;
1309
997
  }
1310
- export declare namespace GetBackupSelectionInput {
1311
-
1312
- const filterSensitiveLog: (obj: GetBackupSelectionInput) => any;
1313
- }
1314
998
  export interface GetBackupSelectionOutput {
1315
999
 
1316
1000
  BackupSelection?: BackupSelection;
@@ -1323,18 +1007,10 @@ export interface GetBackupSelectionOutput {
1323
1007
 
1324
1008
  CreatorRequestId?: string;
1325
1009
  }
1326
- export declare namespace GetBackupSelectionOutput {
1327
-
1328
- const filterSensitiveLog: (obj: GetBackupSelectionOutput) => any;
1329
- }
1330
1010
  export interface GetBackupVaultAccessPolicyInput {
1331
1011
 
1332
1012
  BackupVaultName: string | undefined;
1333
1013
  }
1334
- export declare namespace GetBackupVaultAccessPolicyInput {
1335
-
1336
- const filterSensitiveLog: (obj: GetBackupVaultAccessPolicyInput) => any;
1337
- }
1338
1014
  export interface GetBackupVaultAccessPolicyOutput {
1339
1015
 
1340
1016
  BackupVaultName?: string;
@@ -1343,18 +1019,10 @@ export interface GetBackupVaultAccessPolicyOutput {
1343
1019
 
1344
1020
  Policy?: string;
1345
1021
  }
1346
- export declare namespace GetBackupVaultAccessPolicyOutput {
1347
-
1348
- const filterSensitiveLog: (obj: GetBackupVaultAccessPolicyOutput) => any;
1349
- }
1350
1022
  export interface GetBackupVaultNotificationsInput {
1351
1023
 
1352
1024
  BackupVaultName: string | undefined;
1353
1025
  }
1354
- export declare namespace GetBackupVaultNotificationsInput {
1355
-
1356
- const filterSensitiveLog: (obj: GetBackupVaultNotificationsInput) => any;
1357
- }
1358
1026
  export interface GetBackupVaultNotificationsOutput {
1359
1027
 
1360
1028
  BackupVaultName?: string;
@@ -1365,20 +1033,12 @@ export interface GetBackupVaultNotificationsOutput {
1365
1033
 
1366
1034
  BackupVaultEvents?: (BackupVaultEvent | string)[];
1367
1035
  }
1368
- export declare namespace GetBackupVaultNotificationsOutput {
1369
-
1370
- const filterSensitiveLog: (obj: GetBackupVaultNotificationsOutput) => any;
1371
- }
1372
1036
  export interface GetRecoveryPointRestoreMetadataInput {
1373
1037
 
1374
1038
  BackupVaultName: string | undefined;
1375
1039
 
1376
1040
  RecoveryPointArn: string | undefined;
1377
1041
  }
1378
- export declare namespace GetRecoveryPointRestoreMetadataInput {
1379
-
1380
- const filterSensitiveLog: (obj: GetRecoveryPointRestoreMetadataInput) => any;
1381
- }
1382
1042
  export interface GetRecoveryPointRestoreMetadataOutput {
1383
1043
 
1384
1044
  BackupVaultArn?: string;
@@ -1387,18 +1047,10 @@ export interface GetRecoveryPointRestoreMetadataOutput {
1387
1047
 
1388
1048
  RestoreMetadata?: Record<string, string>;
1389
1049
  }
1390
- export declare namespace GetRecoveryPointRestoreMetadataOutput {
1391
-
1392
- const filterSensitiveLog: (obj: GetRecoveryPointRestoreMetadataOutput) => any;
1393
- }
1394
1050
  export interface GetSupportedResourceTypesOutput {
1395
1051
 
1396
1052
  ResourceTypes?: string[];
1397
1053
  }
1398
- export declare namespace GetSupportedResourceTypesOutput {
1399
-
1400
- const filterSensitiveLog: (obj: GetSupportedResourceTypesOutput) => any;
1401
- }
1402
1054
  export interface ListBackupJobsInput {
1403
1055
 
1404
1056
  NextToken?: string;
@@ -1423,20 +1075,12 @@ export interface ListBackupJobsInput {
1423
1075
 
1424
1076
  ByCompleteBefore?: Date;
1425
1077
  }
1426
- export declare namespace ListBackupJobsInput {
1427
-
1428
- const filterSensitiveLog: (obj: ListBackupJobsInput) => any;
1429
- }
1430
1078
  export interface ListBackupJobsOutput {
1431
1079
 
1432
1080
  BackupJobs?: BackupJob[];
1433
1081
 
1434
1082
  NextToken?: string;
1435
1083
  }
1436
- export declare namespace ListBackupJobsOutput {
1437
-
1438
- const filterSensitiveLog: (obj: ListBackupJobsOutput) => any;
1439
- }
1440
1084
  export interface ListBackupPlansInput {
1441
1085
 
1442
1086
  NextToken?: string;
@@ -1445,40 +1089,24 @@ export interface ListBackupPlansInput {
1445
1089
 
1446
1090
  IncludeDeleted?: boolean;
1447
1091
  }
1448
- export declare namespace ListBackupPlansInput {
1449
-
1450
- const filterSensitiveLog: (obj: ListBackupPlansInput) => any;
1451
- }
1452
1092
  export interface ListBackupPlansOutput {
1453
1093
 
1454
1094
  NextToken?: string;
1455
1095
 
1456
1096
  BackupPlansList?: BackupPlansListMember[];
1457
1097
  }
1458
- export declare namespace ListBackupPlansOutput {
1459
-
1460
- const filterSensitiveLog: (obj: ListBackupPlansOutput) => any;
1461
- }
1462
1098
  export interface ListBackupPlanTemplatesInput {
1463
1099
 
1464
1100
  NextToken?: string;
1465
1101
 
1466
1102
  MaxResults?: number;
1467
1103
  }
1468
- export declare namespace ListBackupPlanTemplatesInput {
1469
-
1470
- const filterSensitiveLog: (obj: ListBackupPlanTemplatesInput) => any;
1471
- }
1472
1104
  export interface ListBackupPlanTemplatesOutput {
1473
1105
 
1474
1106
  NextToken?: string;
1475
1107
 
1476
1108
  BackupPlanTemplatesList?: BackupPlanTemplatesListMember[];
1477
1109
  }
1478
- export declare namespace ListBackupPlanTemplatesOutput {
1479
-
1480
- const filterSensitiveLog: (obj: ListBackupPlanTemplatesOutput) => any;
1481
- }
1482
1110
  export interface ListBackupPlanVersionsInput {
1483
1111
 
1484
1112
  BackupPlanId: string | undefined;
@@ -1487,20 +1115,12 @@ export interface ListBackupPlanVersionsInput {
1487
1115
 
1488
1116
  MaxResults?: number;
1489
1117
  }
1490
- export declare namespace ListBackupPlanVersionsInput {
1491
-
1492
- const filterSensitiveLog: (obj: ListBackupPlanVersionsInput) => any;
1493
- }
1494
1118
  export interface ListBackupPlanVersionsOutput {
1495
1119
 
1496
1120
  NextToken?: string;
1497
1121
 
1498
1122
  BackupPlanVersionsList?: BackupPlansListMember[];
1499
1123
  }
1500
- export declare namespace ListBackupPlanVersionsOutput {
1501
-
1502
- const filterSensitiveLog: (obj: ListBackupPlanVersionsOutput) => any;
1503
- }
1504
1124
  export interface ListBackupSelectionsInput {
1505
1125
 
1506
1126
  BackupPlanId: string | undefined;
@@ -1509,40 +1129,24 @@ export interface ListBackupSelectionsInput {
1509
1129
 
1510
1130
  MaxResults?: number;
1511
1131
  }
1512
- export declare namespace ListBackupSelectionsInput {
1513
-
1514
- const filterSensitiveLog: (obj: ListBackupSelectionsInput) => any;
1515
- }
1516
1132
  export interface ListBackupSelectionsOutput {
1517
1133
 
1518
1134
  NextToken?: string;
1519
1135
 
1520
1136
  BackupSelectionsList?: BackupSelectionsListMember[];
1521
1137
  }
1522
- export declare namespace ListBackupSelectionsOutput {
1523
-
1524
- const filterSensitiveLog: (obj: ListBackupSelectionsOutput) => any;
1525
- }
1526
1138
  export interface ListBackupVaultsInput {
1527
1139
 
1528
1140
  NextToken?: string;
1529
1141
 
1530
1142
  MaxResults?: number;
1531
1143
  }
1532
- export declare namespace ListBackupVaultsInput {
1533
-
1534
- const filterSensitiveLog: (obj: ListBackupVaultsInput) => any;
1535
- }
1536
1144
  export interface ListBackupVaultsOutput {
1537
1145
 
1538
1146
  BackupVaultList?: BackupVaultListMember[];
1539
1147
 
1540
1148
  NextToken?: string;
1541
1149
  }
1542
- export declare namespace ListBackupVaultsOutput {
1543
-
1544
- const filterSensitiveLog: (obj: ListBackupVaultsOutput) => any;
1545
- }
1546
1150
  export interface ListCopyJobsInput {
1547
1151
 
1548
1152
  NextToken?: string;
@@ -1567,30 +1171,18 @@ export interface ListCopyJobsInput {
1567
1171
 
1568
1172
  ByCompleteAfter?: Date;
1569
1173
  }
1570
- export declare namespace ListCopyJobsInput {
1571
-
1572
- const filterSensitiveLog: (obj: ListCopyJobsInput) => any;
1573
- }
1574
1174
  export interface ListCopyJobsOutput {
1575
1175
 
1576
1176
  CopyJobs?: CopyJob[];
1577
1177
 
1578
1178
  NextToken?: string;
1579
1179
  }
1580
- export declare namespace ListCopyJobsOutput {
1581
-
1582
- const filterSensitiveLog: (obj: ListCopyJobsOutput) => any;
1583
- }
1584
1180
  export interface ListFrameworksInput {
1585
1181
 
1586
1182
  MaxResults?: number;
1587
1183
 
1588
1184
  NextToken?: string;
1589
1185
  }
1590
- export declare namespace ListFrameworksInput {
1591
-
1592
- const filterSensitiveLog: (obj: ListFrameworksInput) => any;
1593
- }
1594
1186
 
1595
1187
  export interface Framework {
1596
1188
 
@@ -1606,30 +1198,18 @@ export interface Framework {
1606
1198
 
1607
1199
  DeploymentStatus?: string;
1608
1200
  }
1609
- export declare namespace Framework {
1610
-
1611
- const filterSensitiveLog: (obj: Framework) => any;
1612
- }
1613
1201
  export interface ListFrameworksOutput {
1614
1202
 
1615
1203
  Frameworks?: Framework[];
1616
1204
 
1617
1205
  NextToken?: string;
1618
1206
  }
1619
- export declare namespace ListFrameworksOutput {
1620
-
1621
- const filterSensitiveLog: (obj: ListFrameworksOutput) => any;
1622
- }
1623
1207
  export interface ListProtectedResourcesInput {
1624
1208
 
1625
1209
  NextToken?: string;
1626
1210
 
1627
1211
  MaxResults?: number;
1628
1212
  }
1629
- export declare namespace ListProtectedResourcesInput {
1630
-
1631
- const filterSensitiveLog: (obj: ListProtectedResourcesInput) => any;
1632
- }
1633
1213
 
1634
1214
  export interface ProtectedResource {
1635
1215
 
@@ -1639,20 +1219,12 @@ export interface ProtectedResource {
1639
1219
 
1640
1220
  LastBackupTime?: Date;
1641
1221
  }
1642
- export declare namespace ProtectedResource {
1643
-
1644
- const filterSensitiveLog: (obj: ProtectedResource) => any;
1645
- }
1646
1222
  export interface ListProtectedResourcesOutput {
1647
1223
 
1648
1224
  Results?: ProtectedResource[];
1649
1225
 
1650
1226
  NextToken?: string;
1651
1227
  }
1652
- export declare namespace ListProtectedResourcesOutput {
1653
-
1654
- const filterSensitiveLog: (obj: ListProtectedResourcesOutput) => any;
1655
- }
1656
1228
  export interface ListRecoveryPointsByBackupVaultInput {
1657
1229
 
1658
1230
  BackupVaultName: string | undefined;
@@ -1671,10 +1243,6 @@ export interface ListRecoveryPointsByBackupVaultInput {
1671
1243
 
1672
1244
  ByCreatedAfter?: Date;
1673
1245
  }
1674
- export declare namespace ListRecoveryPointsByBackupVaultInput {
1675
-
1676
- const filterSensitiveLog: (obj: ListRecoveryPointsByBackupVaultInput) => any;
1677
- }
1678
1246
 
1679
1247
  export interface RecoveryPointByBackupVault {
1680
1248
 
@@ -1714,20 +1282,12 @@ export interface RecoveryPointByBackupVault {
1714
1282
 
1715
1283
  LastRestoreTime?: Date;
1716
1284
  }
1717
- export declare namespace RecoveryPointByBackupVault {
1718
-
1719
- const filterSensitiveLog: (obj: RecoveryPointByBackupVault) => any;
1720
- }
1721
1285
  export interface ListRecoveryPointsByBackupVaultOutput {
1722
1286
 
1723
1287
  NextToken?: string;
1724
1288
 
1725
1289
  RecoveryPoints?: RecoveryPointByBackupVault[];
1726
1290
  }
1727
- export declare namespace ListRecoveryPointsByBackupVaultOutput {
1728
-
1729
- const filterSensitiveLog: (obj: ListRecoveryPointsByBackupVaultOutput) => any;
1730
- }
1731
1291
  export interface ListRecoveryPointsByResourceInput {
1732
1292
 
1733
1293
  ResourceArn: string | undefined;
@@ -1736,10 +1296,6 @@ export interface ListRecoveryPointsByResourceInput {
1736
1296
 
1737
1297
  MaxResults?: number;
1738
1298
  }
1739
- export declare namespace ListRecoveryPointsByResourceInput {
1740
-
1741
- const filterSensitiveLog: (obj: ListRecoveryPointsByResourceInput) => any;
1742
- }
1743
1299
 
1744
1300
  export interface RecoveryPointByResource {
1745
1301
 
@@ -1757,20 +1313,12 @@ export interface RecoveryPointByResource {
1757
1313
 
1758
1314
  BackupVaultName?: string;
1759
1315
  }
1760
- export declare namespace RecoveryPointByResource {
1761
-
1762
- const filterSensitiveLog: (obj: RecoveryPointByResource) => any;
1763
- }
1764
1316
  export interface ListRecoveryPointsByResourceOutput {
1765
1317
 
1766
1318
  NextToken?: string;
1767
1319
 
1768
1320
  RecoveryPoints?: RecoveryPointByResource[];
1769
1321
  }
1770
- export declare namespace ListRecoveryPointsByResourceOutput {
1771
-
1772
- const filterSensitiveLog: (obj: ListRecoveryPointsByResourceOutput) => any;
1773
- }
1774
1322
  export interface ListReportJobsInput {
1775
1323
 
1776
1324
  ByReportPlanName?: string;
@@ -1785,40 +1333,24 @@ export interface ListReportJobsInput {
1785
1333
 
1786
1334
  NextToken?: string;
1787
1335
  }
1788
- export declare namespace ListReportJobsInput {
1789
-
1790
- const filterSensitiveLog: (obj: ListReportJobsInput) => any;
1791
- }
1792
1336
  export interface ListReportJobsOutput {
1793
1337
 
1794
1338
  ReportJobs?: ReportJob[];
1795
1339
 
1796
1340
  NextToken?: string;
1797
1341
  }
1798
- export declare namespace ListReportJobsOutput {
1799
-
1800
- const filterSensitiveLog: (obj: ListReportJobsOutput) => any;
1801
- }
1802
1342
  export interface ListReportPlansInput {
1803
1343
 
1804
1344
  MaxResults?: number;
1805
1345
 
1806
1346
  NextToken?: string;
1807
1347
  }
1808
- export declare namespace ListReportPlansInput {
1809
-
1810
- const filterSensitiveLog: (obj: ListReportPlansInput) => any;
1811
- }
1812
1348
  export interface ListReportPlansOutput {
1813
1349
 
1814
1350
  ReportPlans?: ReportPlan[];
1815
1351
 
1816
1352
  NextToken?: string;
1817
1353
  }
1818
- export declare namespace ListReportPlansOutput {
1819
-
1820
- const filterSensitiveLog: (obj: ListReportPlansOutput) => any;
1821
- }
1822
1354
  export interface ListRestoreJobsInput {
1823
1355
 
1824
1356
  NextToken?: string;
@@ -1837,10 +1369,6 @@ export interface ListRestoreJobsInput {
1837
1369
 
1838
1370
  ByCompleteAfter?: Date;
1839
1371
  }
1840
- export declare namespace ListRestoreJobsInput {
1841
-
1842
- const filterSensitiveLog: (obj: ListRestoreJobsInput) => any;
1843
- }
1844
1372
 
1845
1373
  export interface RestoreJobsListMember {
1846
1374
 
@@ -1870,20 +1398,12 @@ export interface RestoreJobsListMember {
1870
1398
 
1871
1399
  ResourceType?: string;
1872
1400
  }
1873
- export declare namespace RestoreJobsListMember {
1874
-
1875
- const filterSensitiveLog: (obj: RestoreJobsListMember) => any;
1876
- }
1877
1401
  export interface ListRestoreJobsOutput {
1878
1402
 
1879
1403
  RestoreJobs?: RestoreJobsListMember[];
1880
1404
 
1881
1405
  NextToken?: string;
1882
1406
  }
1883
- export declare namespace ListRestoreJobsOutput {
1884
-
1885
- const filterSensitiveLog: (obj: ListRestoreJobsOutput) => any;
1886
- }
1887
1407
  export interface ListTagsInput {
1888
1408
 
1889
1409
  ResourceArn: string | undefined;
@@ -1892,30 +1412,18 @@ export interface ListTagsInput {
1892
1412
 
1893
1413
  MaxResults?: number;
1894
1414
  }
1895
- export declare namespace ListTagsInput {
1896
-
1897
- const filterSensitiveLog: (obj: ListTagsInput) => any;
1898
- }
1899
1415
  export interface ListTagsOutput {
1900
1416
 
1901
1417
  NextToken?: string;
1902
1418
 
1903
1419
  Tags?: Record<string, string>;
1904
1420
  }
1905
- export declare namespace ListTagsOutput {
1906
-
1907
- const filterSensitiveLog: (obj: ListTagsOutput) => any;
1908
- }
1909
1421
  export interface PutBackupVaultAccessPolicyInput {
1910
1422
 
1911
1423
  BackupVaultName: string | undefined;
1912
1424
 
1913
1425
  Policy?: string;
1914
1426
  }
1915
- export declare namespace PutBackupVaultAccessPolicyInput {
1916
-
1917
- const filterSensitiveLog: (obj: PutBackupVaultAccessPolicyInput) => any;
1918
- }
1919
1427
  export interface PutBackupVaultLockConfigurationInput {
1920
1428
 
1921
1429
  BackupVaultName: string | undefined;
@@ -1926,10 +1434,6 @@ export interface PutBackupVaultLockConfigurationInput {
1926
1434
 
1927
1435
  ChangeableForDays?: number;
1928
1436
  }
1929
- export declare namespace PutBackupVaultLockConfigurationInput {
1930
-
1931
- const filterSensitiveLog: (obj: PutBackupVaultLockConfigurationInput) => any;
1932
- }
1933
1437
  export interface PutBackupVaultNotificationsInput {
1934
1438
 
1935
1439
  BackupVaultName: string | undefined;
@@ -1938,10 +1442,6 @@ export interface PutBackupVaultNotificationsInput {
1938
1442
 
1939
1443
  BackupVaultEvents: (BackupVaultEvent | string)[] | undefined;
1940
1444
  }
1941
- export declare namespace PutBackupVaultNotificationsInput {
1942
-
1943
- const filterSensitiveLog: (obj: PutBackupVaultNotificationsInput) => any;
1944
- }
1945
1445
  export interface StartBackupJobInput {
1946
1446
 
1947
1447
  BackupVaultName: string | undefined;
@@ -1962,10 +1462,6 @@ export interface StartBackupJobInput {
1962
1462
 
1963
1463
  BackupOptions?: Record<string, string>;
1964
1464
  }
1965
- export declare namespace StartBackupJobInput {
1966
-
1967
- const filterSensitiveLog: (obj: StartBackupJobInput) => any;
1968
- }
1969
1465
  export interface StartBackupJobOutput {
1970
1466
 
1971
1467
  BackupJobId?: string;
@@ -1974,10 +1470,6 @@ export interface StartBackupJobOutput {
1974
1470
 
1975
1471
  CreationDate?: Date;
1976
1472
  }
1977
- export declare namespace StartBackupJobOutput {
1978
-
1979
- const filterSensitiveLog: (obj: StartBackupJobOutput) => any;
1980
- }
1981
1473
  export interface StartCopyJobInput {
1982
1474
 
1983
1475
  RecoveryPointArn: string | undefined;
@@ -1992,38 +1484,22 @@ export interface StartCopyJobInput {
1992
1484
 
1993
1485
  Lifecycle?: Lifecycle;
1994
1486
  }
1995
- export declare namespace StartCopyJobInput {
1996
-
1997
- const filterSensitiveLog: (obj: StartCopyJobInput) => any;
1998
- }
1999
1487
  export interface StartCopyJobOutput {
2000
1488
 
2001
1489
  CopyJobId?: string;
2002
1490
 
2003
1491
  CreationDate?: Date;
2004
1492
  }
2005
- export declare namespace StartCopyJobOutput {
2006
-
2007
- const filterSensitiveLog: (obj: StartCopyJobOutput) => any;
2008
- }
2009
1493
  export interface StartReportJobInput {
2010
1494
 
2011
1495
  ReportPlanName: string | undefined;
2012
1496
 
2013
1497
  IdempotencyToken?: string;
2014
1498
  }
2015
- export declare namespace StartReportJobInput {
2016
-
2017
- const filterSensitiveLog: (obj: StartReportJobInput) => any;
2018
- }
2019
1499
  export interface StartReportJobOutput {
2020
1500
 
2021
1501
  ReportJobId?: string;
2022
1502
  }
2023
- export declare namespace StartReportJobOutput {
2024
-
2025
- const filterSensitiveLog: (obj: StartReportJobOutput) => any;
2026
- }
2027
1503
  export interface StartRestoreJobInput {
2028
1504
 
2029
1505
  RecoveryPointArn: string | undefined;
@@ -2036,56 +1512,32 @@ export interface StartRestoreJobInput {
2036
1512
 
2037
1513
  ResourceType?: string;
2038
1514
  }
2039
- export declare namespace StartRestoreJobInput {
2040
-
2041
- const filterSensitiveLog: (obj: StartRestoreJobInput) => any;
2042
- }
2043
1515
  export interface StartRestoreJobOutput {
2044
1516
 
2045
1517
  RestoreJobId?: string;
2046
1518
  }
2047
- export declare namespace StartRestoreJobOutput {
2048
-
2049
- const filterSensitiveLog: (obj: StartRestoreJobOutput) => any;
2050
- }
2051
1519
  export interface StopBackupJobInput {
2052
1520
 
2053
1521
  BackupJobId: string | undefined;
2054
1522
  }
2055
- export declare namespace StopBackupJobInput {
2056
-
2057
- const filterSensitiveLog: (obj: StopBackupJobInput) => any;
2058
- }
2059
1523
  export interface TagResourceInput {
2060
1524
 
2061
1525
  ResourceArn: string | undefined;
2062
1526
 
2063
1527
  Tags: Record<string, string> | undefined;
2064
1528
  }
2065
- export declare namespace TagResourceInput {
2066
-
2067
- const filterSensitiveLog: (obj: TagResourceInput) => any;
2068
- }
2069
1529
  export interface UntagResourceInput {
2070
1530
 
2071
1531
  ResourceArn: string | undefined;
2072
1532
 
2073
1533
  TagKeyList: string[] | undefined;
2074
1534
  }
2075
- export declare namespace UntagResourceInput {
2076
-
2077
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
2078
- }
2079
1535
  export interface UpdateBackupPlanInput {
2080
1536
 
2081
1537
  BackupPlanId: string | undefined;
2082
1538
 
2083
1539
  BackupPlan: BackupPlanInput | undefined;
2084
1540
  }
2085
- export declare namespace UpdateBackupPlanInput {
2086
-
2087
- const filterSensitiveLog: (obj: UpdateBackupPlanInput) => any;
2088
- }
2089
1541
  export interface UpdateBackupPlanOutput {
2090
1542
 
2091
1543
  BackupPlanId?: string;
@@ -2098,10 +1550,6 @@ export interface UpdateBackupPlanOutput {
2098
1550
 
2099
1551
  AdvancedBackupSettings?: AdvancedBackupSetting[];
2100
1552
  }
2101
- export declare namespace UpdateBackupPlanOutput {
2102
-
2103
- const filterSensitiveLog: (obj: UpdateBackupPlanOutput) => any;
2104
- }
2105
1553
  export interface UpdateFrameworkInput {
2106
1554
 
2107
1555
  FrameworkName: string | undefined;
@@ -2112,10 +1560,6 @@ export interface UpdateFrameworkInput {
2112
1560
 
2113
1561
  IdempotencyToken?: string;
2114
1562
  }
2115
- export declare namespace UpdateFrameworkInput {
2116
-
2117
- const filterSensitiveLog: (obj: UpdateFrameworkInput) => any;
2118
- }
2119
1563
  export interface UpdateFrameworkOutput {
2120
1564
 
2121
1565
  FrameworkName?: string;
@@ -2124,18 +1568,10 @@ export interface UpdateFrameworkOutput {
2124
1568
 
2125
1569
  CreationTime?: Date;
2126
1570
  }
2127
- export declare namespace UpdateFrameworkOutput {
2128
-
2129
- const filterSensitiveLog: (obj: UpdateFrameworkOutput) => any;
2130
- }
2131
1571
  export interface UpdateGlobalSettingsInput {
2132
1572
 
2133
1573
  GlobalSettings?: Record<string, string>;
2134
1574
  }
2135
- export declare namespace UpdateGlobalSettingsInput {
2136
-
2137
- const filterSensitiveLog: (obj: UpdateGlobalSettingsInput) => any;
2138
- }
2139
1575
  export interface UpdateRecoveryPointLifecycleInput {
2140
1576
 
2141
1577
  BackupVaultName: string | undefined;
@@ -2144,10 +1580,6 @@ export interface UpdateRecoveryPointLifecycleInput {
2144
1580
 
2145
1581
  Lifecycle?: Lifecycle;
2146
1582
  }
2147
- export declare namespace UpdateRecoveryPointLifecycleInput {
2148
-
2149
- const filterSensitiveLog: (obj: UpdateRecoveryPointLifecycleInput) => any;
2150
- }
2151
1583
  export interface UpdateRecoveryPointLifecycleOutput {
2152
1584
 
2153
1585
  BackupVaultArn?: string;
@@ -2158,20 +1590,12 @@ export interface UpdateRecoveryPointLifecycleOutput {
2158
1590
 
2159
1591
  CalculatedLifecycle?: CalculatedLifecycle;
2160
1592
  }
2161
- export declare namespace UpdateRecoveryPointLifecycleOutput {
2162
-
2163
- const filterSensitiveLog: (obj: UpdateRecoveryPointLifecycleOutput) => any;
2164
- }
2165
1593
  export interface UpdateRegionSettingsInput {
2166
1594
 
2167
1595
  ResourceTypeOptInPreference?: Record<string, boolean>;
2168
1596
 
2169
1597
  ResourceTypeManagementPreference?: Record<string, boolean>;
2170
1598
  }
2171
- export declare namespace UpdateRegionSettingsInput {
2172
-
2173
- const filterSensitiveLog: (obj: UpdateRegionSettingsInput) => any;
2174
- }
2175
1599
  export interface UpdateReportPlanInput {
2176
1600
 
2177
1601
  ReportPlanName: string | undefined;
@@ -2184,10 +1608,6 @@ export interface UpdateReportPlanInput {
2184
1608
 
2185
1609
  IdempotencyToken?: string;
2186
1610
  }
2187
- export declare namespace UpdateReportPlanInput {
2188
-
2189
- const filterSensitiveLog: (obj: UpdateReportPlanInput) => any;
2190
- }
2191
1611
  export interface UpdateReportPlanOutput {
2192
1612
 
2193
1613
  ReportPlanName?: string;
@@ -2196,7 +1616,295 @@ export interface UpdateReportPlanOutput {
2196
1616
 
2197
1617
  CreationTime?: Date;
2198
1618
  }
2199
- export declare namespace UpdateReportPlanOutput {
2200
-
2201
- const filterSensitiveLog: (obj: UpdateReportPlanOutput) => any;
2202
- }
1619
+
1620
+ export declare const AdvancedBackupSettingFilterSensitiveLog: (obj: AdvancedBackupSetting) => any;
1621
+
1622
+ export declare const RecoveryPointCreatorFilterSensitiveLog: (obj: RecoveryPointCreator) => any;
1623
+
1624
+ export declare const BackupJobFilterSensitiveLog: (obj: BackupJob) => any;
1625
+
1626
+ export declare const LifecycleFilterSensitiveLog: (obj: Lifecycle) => any;
1627
+
1628
+ export declare const CopyActionFilterSensitiveLog: (obj: CopyAction) => any;
1629
+
1630
+ export declare const BackupRuleFilterSensitiveLog: (obj: BackupRule) => any;
1631
+
1632
+ export declare const BackupPlanFilterSensitiveLog: (obj: BackupPlan) => any;
1633
+
1634
+ export declare const BackupRuleInputFilterSensitiveLog: (obj: BackupRuleInput) => any;
1635
+
1636
+ export declare const BackupPlanInputFilterSensitiveLog: (obj: BackupPlanInput) => any;
1637
+
1638
+ export declare const BackupPlansListMemberFilterSensitiveLog: (obj: BackupPlansListMember) => any;
1639
+
1640
+ export declare const BackupPlanTemplatesListMemberFilterSensitiveLog: (obj: BackupPlanTemplatesListMember) => any;
1641
+
1642
+ export declare const ConditionParameterFilterSensitiveLog: (obj: ConditionParameter) => any;
1643
+
1644
+ export declare const ConditionsFilterSensitiveLog: (obj: Conditions) => any;
1645
+
1646
+ export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
1647
+
1648
+ export declare const BackupSelectionFilterSensitiveLog: (obj: BackupSelection) => any;
1649
+
1650
+ export declare const BackupSelectionsListMemberFilterSensitiveLog: (obj: BackupSelectionsListMember) => any;
1651
+
1652
+ export declare const BackupVaultListMemberFilterSensitiveLog: (obj: BackupVaultListMember) => any;
1653
+
1654
+ export declare const CalculatedLifecycleFilterSensitiveLog: (obj: CalculatedLifecycle) => any;
1655
+
1656
+ export declare const ControlInputParameterFilterSensitiveLog: (obj: ControlInputParameter) => any;
1657
+
1658
+ export declare const ControlScopeFilterSensitiveLog: (obj: ControlScope) => any;
1659
+
1660
+ export declare const CopyJobFilterSensitiveLog: (obj: CopyJob) => any;
1661
+
1662
+ export declare const CreateBackupPlanInputFilterSensitiveLog: (obj: CreateBackupPlanInput) => any;
1663
+
1664
+ export declare const CreateBackupPlanOutputFilterSensitiveLog: (obj: CreateBackupPlanOutput) => any;
1665
+
1666
+ export declare const CreateBackupSelectionInputFilterSensitiveLog: (obj: CreateBackupSelectionInput) => any;
1667
+
1668
+ export declare const CreateBackupSelectionOutputFilterSensitiveLog: (obj: CreateBackupSelectionOutput) => any;
1669
+
1670
+ export declare const CreateBackupVaultInputFilterSensitiveLog: (obj: CreateBackupVaultInput) => any;
1671
+
1672
+ export declare const CreateBackupVaultOutputFilterSensitiveLog: (obj: CreateBackupVaultOutput) => any;
1673
+
1674
+ export declare const FrameworkControlFilterSensitiveLog: (obj: FrameworkControl) => any;
1675
+
1676
+ export declare const CreateFrameworkInputFilterSensitiveLog: (obj: CreateFrameworkInput) => any;
1677
+
1678
+ export declare const CreateFrameworkOutputFilterSensitiveLog: (obj: CreateFrameworkOutput) => any;
1679
+
1680
+ export declare const ReportDeliveryChannelFilterSensitiveLog: (obj: ReportDeliveryChannel) => any;
1681
+
1682
+ export declare const ReportSettingFilterSensitiveLog: (obj: ReportSetting) => any;
1683
+
1684
+ export declare const CreateReportPlanInputFilterSensitiveLog: (obj: CreateReportPlanInput) => any;
1685
+
1686
+ export declare const CreateReportPlanOutputFilterSensitiveLog: (obj: CreateReportPlanOutput) => any;
1687
+
1688
+ export declare const DeleteBackupPlanInputFilterSensitiveLog: (obj: DeleteBackupPlanInput) => any;
1689
+
1690
+ export declare const DeleteBackupPlanOutputFilterSensitiveLog: (obj: DeleteBackupPlanOutput) => any;
1691
+
1692
+ export declare const DeleteBackupSelectionInputFilterSensitiveLog: (obj: DeleteBackupSelectionInput) => any;
1693
+
1694
+ export declare const DeleteBackupVaultInputFilterSensitiveLog: (obj: DeleteBackupVaultInput) => any;
1695
+
1696
+ export declare const DeleteBackupVaultAccessPolicyInputFilterSensitiveLog: (obj: DeleteBackupVaultAccessPolicyInput) => any;
1697
+
1698
+ export declare const DeleteBackupVaultLockConfigurationInputFilterSensitiveLog: (obj: DeleteBackupVaultLockConfigurationInput) => any;
1699
+
1700
+ export declare const DeleteBackupVaultNotificationsInputFilterSensitiveLog: (obj: DeleteBackupVaultNotificationsInput) => any;
1701
+
1702
+ export declare const DeleteFrameworkInputFilterSensitiveLog: (obj: DeleteFrameworkInput) => any;
1703
+
1704
+ export declare const DeleteRecoveryPointInputFilterSensitiveLog: (obj: DeleteRecoveryPointInput) => any;
1705
+
1706
+ export declare const DeleteReportPlanInputFilterSensitiveLog: (obj: DeleteReportPlanInput) => any;
1707
+
1708
+ export declare const DescribeBackupJobInputFilterSensitiveLog: (obj: DescribeBackupJobInput) => any;
1709
+
1710
+ export declare const DescribeBackupJobOutputFilterSensitiveLog: (obj: DescribeBackupJobOutput) => any;
1711
+
1712
+ export declare const DescribeBackupVaultInputFilterSensitiveLog: (obj: DescribeBackupVaultInput) => any;
1713
+
1714
+ export declare const DescribeBackupVaultOutputFilterSensitiveLog: (obj: DescribeBackupVaultOutput) => any;
1715
+
1716
+ export declare const DescribeCopyJobInputFilterSensitiveLog: (obj: DescribeCopyJobInput) => any;
1717
+
1718
+ export declare const DescribeCopyJobOutputFilterSensitiveLog: (obj: DescribeCopyJobOutput) => any;
1719
+
1720
+ export declare const DescribeFrameworkInputFilterSensitiveLog: (obj: DescribeFrameworkInput) => any;
1721
+
1722
+ export declare const DescribeFrameworkOutputFilterSensitiveLog: (obj: DescribeFrameworkOutput) => any;
1723
+
1724
+ export declare const DescribeGlobalSettingsInputFilterSensitiveLog: (obj: DescribeGlobalSettingsInput) => any;
1725
+
1726
+ export declare const DescribeGlobalSettingsOutputFilterSensitiveLog: (obj: DescribeGlobalSettingsOutput) => any;
1727
+
1728
+ export declare const DescribeProtectedResourceInputFilterSensitiveLog: (obj: DescribeProtectedResourceInput) => any;
1729
+
1730
+ export declare const DescribeProtectedResourceOutputFilterSensitiveLog: (obj: DescribeProtectedResourceOutput) => any;
1731
+
1732
+ export declare const DescribeRecoveryPointInputFilterSensitiveLog: (obj: DescribeRecoveryPointInput) => any;
1733
+
1734
+ export declare const DescribeRecoveryPointOutputFilterSensitiveLog: (obj: DescribeRecoveryPointOutput) => any;
1735
+
1736
+ export declare const DescribeRegionSettingsInputFilterSensitiveLog: (obj: DescribeRegionSettingsInput) => any;
1737
+
1738
+ export declare const DescribeRegionSettingsOutputFilterSensitiveLog: (obj: DescribeRegionSettingsOutput) => any;
1739
+
1740
+ export declare const DescribeReportJobInputFilterSensitiveLog: (obj: DescribeReportJobInput) => any;
1741
+
1742
+ export declare const ReportDestinationFilterSensitiveLog: (obj: ReportDestination) => any;
1743
+
1744
+ export declare const ReportJobFilterSensitiveLog: (obj: ReportJob) => any;
1745
+
1746
+ export declare const DescribeReportJobOutputFilterSensitiveLog: (obj: DescribeReportJobOutput) => any;
1747
+
1748
+ export declare const DescribeReportPlanInputFilterSensitiveLog: (obj: DescribeReportPlanInput) => any;
1749
+
1750
+ export declare const ReportPlanFilterSensitiveLog: (obj: ReportPlan) => any;
1751
+
1752
+ export declare const DescribeReportPlanOutputFilterSensitiveLog: (obj: DescribeReportPlanOutput) => any;
1753
+
1754
+ export declare const DescribeRestoreJobInputFilterSensitiveLog: (obj: DescribeRestoreJobInput) => any;
1755
+
1756
+ export declare const DescribeRestoreJobOutputFilterSensitiveLog: (obj: DescribeRestoreJobOutput) => any;
1757
+
1758
+ export declare const DisassociateRecoveryPointInputFilterSensitiveLog: (obj: DisassociateRecoveryPointInput) => any;
1759
+
1760
+ export declare const ExportBackupPlanTemplateInputFilterSensitiveLog: (obj: ExportBackupPlanTemplateInput) => any;
1761
+
1762
+ export declare const ExportBackupPlanTemplateOutputFilterSensitiveLog: (obj: ExportBackupPlanTemplateOutput) => any;
1763
+
1764
+ export declare const GetBackupPlanInputFilterSensitiveLog: (obj: GetBackupPlanInput) => any;
1765
+
1766
+ export declare const GetBackupPlanOutputFilterSensitiveLog: (obj: GetBackupPlanOutput) => any;
1767
+
1768
+ export declare const GetBackupPlanFromJSONInputFilterSensitiveLog: (obj: GetBackupPlanFromJSONInput) => any;
1769
+
1770
+ export declare const GetBackupPlanFromJSONOutputFilterSensitiveLog: (obj: GetBackupPlanFromJSONOutput) => any;
1771
+
1772
+ export declare const GetBackupPlanFromTemplateInputFilterSensitiveLog: (obj: GetBackupPlanFromTemplateInput) => any;
1773
+
1774
+ export declare const GetBackupPlanFromTemplateOutputFilterSensitiveLog: (obj: GetBackupPlanFromTemplateOutput) => any;
1775
+
1776
+ export declare const GetBackupSelectionInputFilterSensitiveLog: (obj: GetBackupSelectionInput) => any;
1777
+
1778
+ export declare const GetBackupSelectionOutputFilterSensitiveLog: (obj: GetBackupSelectionOutput) => any;
1779
+
1780
+ export declare const GetBackupVaultAccessPolicyInputFilterSensitiveLog: (obj: GetBackupVaultAccessPolicyInput) => any;
1781
+
1782
+ export declare const GetBackupVaultAccessPolicyOutputFilterSensitiveLog: (obj: GetBackupVaultAccessPolicyOutput) => any;
1783
+
1784
+ export declare const GetBackupVaultNotificationsInputFilterSensitiveLog: (obj: GetBackupVaultNotificationsInput) => any;
1785
+
1786
+ export declare const GetBackupVaultNotificationsOutputFilterSensitiveLog: (obj: GetBackupVaultNotificationsOutput) => any;
1787
+
1788
+ export declare const GetRecoveryPointRestoreMetadataInputFilterSensitiveLog: (obj: GetRecoveryPointRestoreMetadataInput) => any;
1789
+
1790
+ export declare const GetRecoveryPointRestoreMetadataOutputFilterSensitiveLog: (obj: GetRecoveryPointRestoreMetadataOutput) => any;
1791
+
1792
+ export declare const GetSupportedResourceTypesOutputFilterSensitiveLog: (obj: GetSupportedResourceTypesOutput) => any;
1793
+
1794
+ export declare const ListBackupJobsInputFilterSensitiveLog: (obj: ListBackupJobsInput) => any;
1795
+
1796
+ export declare const ListBackupJobsOutputFilterSensitiveLog: (obj: ListBackupJobsOutput) => any;
1797
+
1798
+ export declare const ListBackupPlansInputFilterSensitiveLog: (obj: ListBackupPlansInput) => any;
1799
+
1800
+ export declare const ListBackupPlansOutputFilterSensitiveLog: (obj: ListBackupPlansOutput) => any;
1801
+
1802
+ export declare const ListBackupPlanTemplatesInputFilterSensitiveLog: (obj: ListBackupPlanTemplatesInput) => any;
1803
+
1804
+ export declare const ListBackupPlanTemplatesOutputFilterSensitiveLog: (obj: ListBackupPlanTemplatesOutput) => any;
1805
+
1806
+ export declare const ListBackupPlanVersionsInputFilterSensitiveLog: (obj: ListBackupPlanVersionsInput) => any;
1807
+
1808
+ export declare const ListBackupPlanVersionsOutputFilterSensitiveLog: (obj: ListBackupPlanVersionsOutput) => any;
1809
+
1810
+ export declare const ListBackupSelectionsInputFilterSensitiveLog: (obj: ListBackupSelectionsInput) => any;
1811
+
1812
+ export declare const ListBackupSelectionsOutputFilterSensitiveLog: (obj: ListBackupSelectionsOutput) => any;
1813
+
1814
+ export declare const ListBackupVaultsInputFilterSensitiveLog: (obj: ListBackupVaultsInput) => any;
1815
+
1816
+ export declare const ListBackupVaultsOutputFilterSensitiveLog: (obj: ListBackupVaultsOutput) => any;
1817
+
1818
+ export declare const ListCopyJobsInputFilterSensitiveLog: (obj: ListCopyJobsInput) => any;
1819
+
1820
+ export declare const ListCopyJobsOutputFilterSensitiveLog: (obj: ListCopyJobsOutput) => any;
1821
+
1822
+ export declare const ListFrameworksInputFilterSensitiveLog: (obj: ListFrameworksInput) => any;
1823
+
1824
+ export declare const FrameworkFilterSensitiveLog: (obj: Framework) => any;
1825
+
1826
+ export declare const ListFrameworksOutputFilterSensitiveLog: (obj: ListFrameworksOutput) => any;
1827
+
1828
+ export declare const ListProtectedResourcesInputFilterSensitiveLog: (obj: ListProtectedResourcesInput) => any;
1829
+
1830
+ export declare const ProtectedResourceFilterSensitiveLog: (obj: ProtectedResource) => any;
1831
+
1832
+ export declare const ListProtectedResourcesOutputFilterSensitiveLog: (obj: ListProtectedResourcesOutput) => any;
1833
+
1834
+ export declare const ListRecoveryPointsByBackupVaultInputFilterSensitiveLog: (obj: ListRecoveryPointsByBackupVaultInput) => any;
1835
+
1836
+ export declare const RecoveryPointByBackupVaultFilterSensitiveLog: (obj: RecoveryPointByBackupVault) => any;
1837
+
1838
+ export declare const ListRecoveryPointsByBackupVaultOutputFilterSensitiveLog: (obj: ListRecoveryPointsByBackupVaultOutput) => any;
1839
+
1840
+ export declare const ListRecoveryPointsByResourceInputFilterSensitiveLog: (obj: ListRecoveryPointsByResourceInput) => any;
1841
+
1842
+ export declare const RecoveryPointByResourceFilterSensitiveLog: (obj: RecoveryPointByResource) => any;
1843
+
1844
+ export declare const ListRecoveryPointsByResourceOutputFilterSensitiveLog: (obj: ListRecoveryPointsByResourceOutput) => any;
1845
+
1846
+ export declare const ListReportJobsInputFilterSensitiveLog: (obj: ListReportJobsInput) => any;
1847
+
1848
+ export declare const ListReportJobsOutputFilterSensitiveLog: (obj: ListReportJobsOutput) => any;
1849
+
1850
+ export declare const ListReportPlansInputFilterSensitiveLog: (obj: ListReportPlansInput) => any;
1851
+
1852
+ export declare const ListReportPlansOutputFilterSensitiveLog: (obj: ListReportPlansOutput) => any;
1853
+
1854
+ export declare const ListRestoreJobsInputFilterSensitiveLog: (obj: ListRestoreJobsInput) => any;
1855
+
1856
+ export declare const RestoreJobsListMemberFilterSensitiveLog: (obj: RestoreJobsListMember) => any;
1857
+
1858
+ export declare const ListRestoreJobsOutputFilterSensitiveLog: (obj: ListRestoreJobsOutput) => any;
1859
+
1860
+ export declare const ListTagsInputFilterSensitiveLog: (obj: ListTagsInput) => any;
1861
+
1862
+ export declare const ListTagsOutputFilterSensitiveLog: (obj: ListTagsOutput) => any;
1863
+
1864
+ export declare const PutBackupVaultAccessPolicyInputFilterSensitiveLog: (obj: PutBackupVaultAccessPolicyInput) => any;
1865
+
1866
+ export declare const PutBackupVaultLockConfigurationInputFilterSensitiveLog: (obj: PutBackupVaultLockConfigurationInput) => any;
1867
+
1868
+ export declare const PutBackupVaultNotificationsInputFilterSensitiveLog: (obj: PutBackupVaultNotificationsInput) => any;
1869
+
1870
+ export declare const StartBackupJobInputFilterSensitiveLog: (obj: StartBackupJobInput) => any;
1871
+
1872
+ export declare const StartBackupJobOutputFilterSensitiveLog: (obj: StartBackupJobOutput) => any;
1873
+
1874
+ export declare const StartCopyJobInputFilterSensitiveLog: (obj: StartCopyJobInput) => any;
1875
+
1876
+ export declare const StartCopyJobOutputFilterSensitiveLog: (obj: StartCopyJobOutput) => any;
1877
+
1878
+ export declare const StartReportJobInputFilterSensitiveLog: (obj: StartReportJobInput) => any;
1879
+
1880
+ export declare const StartReportJobOutputFilterSensitiveLog: (obj: StartReportJobOutput) => any;
1881
+
1882
+ export declare const StartRestoreJobInputFilterSensitiveLog: (obj: StartRestoreJobInput) => any;
1883
+
1884
+ export declare const StartRestoreJobOutputFilterSensitiveLog: (obj: StartRestoreJobOutput) => any;
1885
+
1886
+ export declare const StopBackupJobInputFilterSensitiveLog: (obj: StopBackupJobInput) => any;
1887
+
1888
+ export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
1889
+
1890
+ export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
1891
+
1892
+ export declare const UpdateBackupPlanInputFilterSensitiveLog: (obj: UpdateBackupPlanInput) => any;
1893
+
1894
+ export declare const UpdateBackupPlanOutputFilterSensitiveLog: (obj: UpdateBackupPlanOutput) => any;
1895
+
1896
+ export declare const UpdateFrameworkInputFilterSensitiveLog: (obj: UpdateFrameworkInput) => any;
1897
+
1898
+ export declare const UpdateFrameworkOutputFilterSensitiveLog: (obj: UpdateFrameworkOutput) => any;
1899
+
1900
+ export declare const UpdateGlobalSettingsInputFilterSensitiveLog: (obj: UpdateGlobalSettingsInput) => any;
1901
+
1902
+ export declare const UpdateRecoveryPointLifecycleInputFilterSensitiveLog: (obj: UpdateRecoveryPointLifecycleInput) => any;
1903
+
1904
+ export declare const UpdateRecoveryPointLifecycleOutputFilterSensitiveLog: (obj: UpdateRecoveryPointLifecycleOutput) => any;
1905
+
1906
+ export declare const UpdateRegionSettingsInputFilterSensitiveLog: (obj: UpdateRegionSettingsInput) => any;
1907
+
1908
+ export declare const UpdateReportPlanInputFilterSensitiveLog: (obj: UpdateReportPlanInput) => any;
1909
+
1910
+ export declare const UpdateReportPlanOutputFilterSensitiveLog: (obj: UpdateReportPlanOutput) => any;