@aws-sdk/client-backup 3.169.0 → 3.171.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 (98) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Backup.d.ts +1132 -335
  3. package/dist-types/ts3.4/BackupClient.d.ts +500 -139
  4. package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +30 -17
  13. package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +30 -17
  16. package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +31 -17
  17. package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +35 -17
  57. package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +30 -17
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  64. package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +34 -17
  67. package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +34 -17
  69. package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +35 -17
  70. package/dist-types/ts3.4/commands/index.d.ts +66 -66
  71. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  72. package/dist-types/ts3.4/index.d.ts +6 -6
  73. package/dist-types/ts3.4/models/BackupServiceException.d.ts +7 -6
  74. package/dist-types/ts3.4/models/index.d.ts +1 -1
  75. package/dist-types/ts3.4/models/models_0.d.ts +1423 -1910
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  77. package/dist-types/ts3.4/pagination/ListBackupJobsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListBackupPlanTemplatesPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListBackupPlanVersionsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListBackupPlansPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListBackupSelectionsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListBackupVaultsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListCopyJobsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListFrameworksPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListProtectedResourcesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListRecoveryPointsByResourcePaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListReportJobsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListReportPlansPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListRestoreJobsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/index.d.ts +16 -16
  93. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  97. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  98. package/package.json +34 -34
@@ -1,1910 +1,1423 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { BackupServiceException as __BaseException } from "./BackupServiceException";
3
-
4
- export interface AdvancedBackupSetting {
5
-
6
- ResourceType?: string;
7
-
8
- BackupOptions?: Record<string, string>;
9
- }
10
-
11
- export declare class AlreadyExistsException extends __BaseException {
12
- readonly name: "AlreadyExistsException";
13
- readonly $fault: "client";
14
- Code?: string;
15
- Message?: string;
16
-
17
- CreatorRequestId?: string;
18
-
19
- Arn?: string;
20
-
21
- Type?: string;
22
-
23
- Context?: string;
24
-
25
- constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
26
- }
27
-
28
- export interface RecoveryPointCreator {
29
-
30
- BackupPlanId?: string;
31
-
32
- BackupPlanArn?: string;
33
-
34
- BackupPlanVersion?: string;
35
-
36
- BackupRuleId?: string;
37
- }
38
- export declare enum BackupJobState {
39
- ABORTED = "ABORTED",
40
- ABORTING = "ABORTING",
41
- COMPLETED = "COMPLETED",
42
- CREATED = "CREATED",
43
- EXPIRED = "EXPIRED",
44
- FAILED = "FAILED",
45
- PENDING = "PENDING",
46
- RUNNING = "RUNNING"
47
- }
48
-
49
- export interface BackupJob {
50
-
51
- AccountId?: string;
52
-
53
- BackupJobId?: string;
54
-
55
- BackupVaultName?: string;
56
-
57
- BackupVaultArn?: string;
58
-
59
- RecoveryPointArn?: string;
60
-
61
- ResourceArn?: string;
62
-
63
- CreationDate?: Date;
64
-
65
- CompletionDate?: Date;
66
-
67
- State?: BackupJobState | string;
68
-
69
- StatusMessage?: string;
70
-
71
- PercentDone?: string;
72
-
73
- BackupSizeInBytes?: number;
74
-
75
- IamRoleArn?: string;
76
-
77
- CreatedBy?: RecoveryPointCreator;
78
-
79
- ExpectedCompletionDate?: Date;
80
-
81
- StartBy?: Date;
82
-
83
- ResourceType?: string;
84
-
85
- BytesTransferred?: number;
86
-
87
- BackupOptions?: Record<string, string>;
88
-
89
- BackupType?: string;
90
- }
91
-
92
- export interface Lifecycle {
93
-
94
- MoveToColdStorageAfterDays?: number;
95
-
96
- DeleteAfterDays?: number;
97
- }
98
-
99
- export interface CopyAction {
100
-
101
- Lifecycle?: Lifecycle;
102
-
103
- DestinationBackupVaultArn: string | undefined;
104
- }
105
-
106
- export interface BackupRule {
107
-
108
- RuleName: string | undefined;
109
-
110
- TargetBackupVaultName: string | undefined;
111
-
112
- ScheduleExpression?: string;
113
-
114
- StartWindowMinutes?: number;
115
-
116
- CompletionWindowMinutes?: number;
117
-
118
- Lifecycle?: Lifecycle;
119
-
120
- RecoveryPointTags?: Record<string, string>;
121
-
122
- RuleId?: string;
123
-
124
- CopyActions?: CopyAction[];
125
-
126
- EnableContinuousBackup?: boolean;
127
- }
128
-
129
- export interface BackupPlan {
130
-
131
- BackupPlanName: string | undefined;
132
-
133
- Rules: BackupRule[] | undefined;
134
-
135
- AdvancedBackupSettings?: AdvancedBackupSetting[];
136
- }
137
-
138
- export interface BackupRuleInput {
139
-
140
- RuleName: string | undefined;
141
-
142
- TargetBackupVaultName: string | undefined;
143
-
144
- ScheduleExpression?: string;
145
-
146
- StartWindowMinutes?: number;
147
-
148
- CompletionWindowMinutes?: number;
149
-
150
- Lifecycle?: Lifecycle;
151
-
152
- RecoveryPointTags?: Record<string, string>;
153
-
154
- CopyActions?: CopyAction[];
155
-
156
- EnableContinuousBackup?: boolean;
157
- }
158
-
159
- export interface BackupPlanInput {
160
-
161
- BackupPlanName: string | undefined;
162
-
163
- Rules: BackupRuleInput[] | undefined;
164
-
165
- AdvancedBackupSettings?: AdvancedBackupSetting[];
166
- }
167
-
168
- export interface BackupPlansListMember {
169
-
170
- BackupPlanArn?: string;
171
-
172
- BackupPlanId?: string;
173
-
174
- CreationDate?: Date;
175
-
176
- DeletionDate?: Date;
177
-
178
- VersionId?: string;
179
-
180
- BackupPlanName?: string;
181
-
182
- CreatorRequestId?: string;
183
-
184
- LastExecutionDate?: Date;
185
-
186
- AdvancedBackupSettings?: AdvancedBackupSetting[];
187
- }
188
-
189
- export interface BackupPlanTemplatesListMember {
190
-
191
- BackupPlanTemplateId?: string;
192
-
193
- BackupPlanTemplateName?: string;
194
- }
195
-
196
- export interface ConditionParameter {
197
-
198
- ConditionKey?: string;
199
-
200
- ConditionValue?: string;
201
- }
202
-
203
- export interface Conditions {
204
-
205
- StringEquals?: ConditionParameter[];
206
-
207
- StringNotEquals?: ConditionParameter[];
208
-
209
- StringLike?: ConditionParameter[];
210
-
211
- StringNotLike?: ConditionParameter[];
212
- }
213
- export declare enum ConditionType {
214
- STRINGEQUALS = "STRINGEQUALS"
215
- }
216
-
217
- export interface Condition {
218
-
219
- ConditionType: ConditionType | string | undefined;
220
-
221
- ConditionKey: string | undefined;
222
-
223
- ConditionValue: string | undefined;
224
- }
225
-
226
- export interface BackupSelection {
227
-
228
- SelectionName: string | undefined;
229
-
230
- IamRoleArn: string | undefined;
231
-
232
- Resources?: string[];
233
-
234
- ListOfTags?: Condition[];
235
-
236
- NotResources?: string[];
237
-
238
- Conditions?: Conditions;
239
- }
240
-
241
- export interface BackupSelectionsListMember {
242
-
243
- SelectionId?: string;
244
-
245
- SelectionName?: string;
246
-
247
- BackupPlanId?: string;
248
-
249
- CreationDate?: Date;
250
-
251
- CreatorRequestId?: string;
252
-
253
- IamRoleArn?: string;
254
- }
255
- export declare enum BackupVaultEvent {
256
- BACKUP_JOB_COMPLETED = "BACKUP_JOB_COMPLETED",
257
- BACKUP_JOB_EXPIRED = "BACKUP_JOB_EXPIRED",
258
- BACKUP_JOB_FAILED = "BACKUP_JOB_FAILED",
259
- BACKUP_JOB_STARTED = "BACKUP_JOB_STARTED",
260
- BACKUP_JOB_SUCCESSFUL = "BACKUP_JOB_SUCCESSFUL",
261
- BACKUP_PLAN_CREATED = "BACKUP_PLAN_CREATED",
262
- BACKUP_PLAN_MODIFIED = "BACKUP_PLAN_MODIFIED",
263
- COPY_JOB_FAILED = "COPY_JOB_FAILED",
264
- COPY_JOB_STARTED = "COPY_JOB_STARTED",
265
- COPY_JOB_SUCCESSFUL = "COPY_JOB_SUCCESSFUL",
266
- RECOVERY_POINT_MODIFIED = "RECOVERY_POINT_MODIFIED",
267
- RESTORE_JOB_COMPLETED = "RESTORE_JOB_COMPLETED",
268
- RESTORE_JOB_FAILED = "RESTORE_JOB_FAILED",
269
- RESTORE_JOB_STARTED = "RESTORE_JOB_STARTED",
270
- RESTORE_JOB_SUCCESSFUL = "RESTORE_JOB_SUCCESSFUL",
271
- S3_BACKUP_OBJECT_FAILED = "S3_BACKUP_OBJECT_FAILED",
272
- S3_RESTORE_OBJECT_FAILED = "S3_RESTORE_OBJECT_FAILED"
273
- }
274
-
275
- export interface BackupVaultListMember {
276
-
277
- BackupVaultName?: string;
278
-
279
- BackupVaultArn?: string;
280
-
281
- CreationDate?: Date;
282
-
283
- EncryptionKeyArn?: string;
284
-
285
- CreatorRequestId?: string;
286
-
287
- NumberOfRecoveryPoints?: number;
288
-
289
- Locked?: boolean;
290
-
291
- MinRetentionDays?: number;
292
-
293
- MaxRetentionDays?: number;
294
-
295
- LockDate?: Date;
296
- }
297
-
298
- export interface CalculatedLifecycle {
299
-
300
- MoveToColdStorageAt?: Date;
301
-
302
- DeleteAt?: Date;
303
- }
304
-
305
- export declare class ConflictException extends __BaseException {
306
- readonly name: "ConflictException";
307
- readonly $fault: "client";
308
- Code?: string;
309
- Message?: string;
310
-
311
- Type?: string;
312
-
313
- Context?: string;
314
-
315
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
316
- }
317
-
318
- export interface ControlInputParameter {
319
-
320
- ParameterName?: string;
321
-
322
- ParameterValue?: string;
323
- }
324
-
325
- export interface ControlScope {
326
-
327
- ComplianceResourceIds?: string[];
328
-
329
- ComplianceResourceTypes?: string[];
330
-
331
- Tags?: Record<string, string>;
332
- }
333
- export declare enum CopyJobState {
334
- COMPLETED = "COMPLETED",
335
- CREATED = "CREATED",
336
- FAILED = "FAILED",
337
- RUNNING = "RUNNING"
338
- }
339
-
340
- export interface CopyJob {
341
-
342
- AccountId?: string;
343
-
344
- CopyJobId?: string;
345
-
346
- SourceBackupVaultArn?: string;
347
-
348
- SourceRecoveryPointArn?: string;
349
-
350
- DestinationBackupVaultArn?: string;
351
-
352
- DestinationRecoveryPointArn?: string;
353
-
354
- ResourceArn?: string;
355
-
356
- CreationDate?: Date;
357
-
358
- CompletionDate?: Date;
359
-
360
- State?: CopyJobState | string;
361
-
362
- StatusMessage?: string;
363
-
364
- BackupSizeInBytes?: number;
365
-
366
- IamRoleArn?: string;
367
-
368
- CreatedBy?: RecoveryPointCreator;
369
-
370
- ResourceType?: string;
371
- }
372
- export interface CreateBackupPlanInput {
373
-
374
- BackupPlan: BackupPlanInput | undefined;
375
-
376
- BackupPlanTags?: Record<string, string>;
377
-
378
- CreatorRequestId?: string;
379
- }
380
- export interface CreateBackupPlanOutput {
381
-
382
- BackupPlanId?: string;
383
-
384
- BackupPlanArn?: string;
385
-
386
- CreationDate?: Date;
387
-
388
- VersionId?: string;
389
-
390
- AdvancedBackupSettings?: AdvancedBackupSetting[];
391
- }
392
-
393
- export declare class InvalidParameterValueException extends __BaseException {
394
- readonly name: "InvalidParameterValueException";
395
- readonly $fault: "client";
396
- Code?: string;
397
- Message?: string;
398
-
399
- Type?: string;
400
-
401
- Context?: string;
402
-
403
- constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
404
- }
405
-
406
- export declare class LimitExceededException extends __BaseException {
407
- readonly name: "LimitExceededException";
408
- readonly $fault: "client";
409
- Code?: string;
410
- Message?: string;
411
-
412
- Type?: string;
413
-
414
- Context?: string;
415
-
416
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
417
- }
418
-
419
- export declare class MissingParameterValueException extends __BaseException {
420
- readonly name: "MissingParameterValueException";
421
- readonly $fault: "client";
422
- Code?: string;
423
- Message?: string;
424
-
425
- Type?: string;
426
-
427
- Context?: string;
428
-
429
- constructor(opts: __ExceptionOptionType<MissingParameterValueException, __BaseException>);
430
- }
431
-
432
- export declare class ServiceUnavailableException extends __BaseException {
433
- readonly name: "ServiceUnavailableException";
434
- readonly $fault: "server";
435
- Code?: string;
436
- Message?: string;
437
-
438
- Type?: string;
439
-
440
- Context?: string;
441
-
442
- constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
443
- }
444
- export interface CreateBackupSelectionInput {
445
-
446
- BackupPlanId: string | undefined;
447
-
448
- BackupSelection: BackupSelection | undefined;
449
-
450
- CreatorRequestId?: string;
451
- }
452
- export interface CreateBackupSelectionOutput {
453
-
454
- SelectionId?: string;
455
-
456
- BackupPlanId?: string;
457
-
458
- CreationDate?: Date;
459
- }
460
- export interface CreateBackupVaultInput {
461
-
462
- BackupVaultName: string | undefined;
463
-
464
- BackupVaultTags?: Record<string, string>;
465
-
466
- EncryptionKeyArn?: string;
467
-
468
- CreatorRequestId?: string;
469
- }
470
- export interface CreateBackupVaultOutput {
471
-
472
- BackupVaultName?: string;
473
-
474
- BackupVaultArn?: string;
475
-
476
- CreationDate?: Date;
477
- }
478
-
479
- export interface FrameworkControl {
480
-
481
- ControlName: string | undefined;
482
-
483
- ControlInputParameters?: ControlInputParameter[];
484
-
485
- ControlScope?: ControlScope;
486
- }
487
- export interface CreateFrameworkInput {
488
-
489
- FrameworkName: string | undefined;
490
-
491
- FrameworkDescription?: string;
492
-
493
- FrameworkControls: FrameworkControl[] | undefined;
494
-
495
- IdempotencyToken?: string;
496
-
497
- FrameworkTags?: Record<string, string>;
498
- }
499
- export interface CreateFrameworkOutput {
500
-
501
- FrameworkName?: string;
502
-
503
- FrameworkArn?: string;
504
- }
505
-
506
- export interface ReportDeliveryChannel {
507
-
508
- S3BucketName: string | undefined;
509
-
510
- S3KeyPrefix?: string;
511
-
512
- Formats?: string[];
513
- }
514
-
515
- export interface ReportSetting {
516
-
517
- ReportTemplate: string | undefined;
518
-
519
- FrameworkArns?: string[];
520
-
521
- NumberOfFrameworks?: number;
522
- }
523
- export interface CreateReportPlanInput {
524
-
525
- ReportPlanName: string | undefined;
526
-
527
- ReportPlanDescription?: string;
528
-
529
- ReportDeliveryChannel: ReportDeliveryChannel | undefined;
530
-
531
- ReportSetting: ReportSetting | undefined;
532
-
533
- ReportPlanTags?: Record<string, string>;
534
-
535
- IdempotencyToken?: string;
536
- }
537
- export interface CreateReportPlanOutput {
538
-
539
- ReportPlanName?: string;
540
-
541
- ReportPlanArn?: string;
542
-
543
- CreationTime?: Date;
544
- }
545
- export interface DeleteBackupPlanInput {
546
-
547
- BackupPlanId: string | undefined;
548
- }
549
- export interface DeleteBackupPlanOutput {
550
-
551
- BackupPlanId?: string;
552
-
553
- BackupPlanArn?: string;
554
-
555
- DeletionDate?: Date;
556
-
557
- VersionId?: string;
558
- }
559
-
560
- export declare class InvalidRequestException extends __BaseException {
561
- readonly name: "InvalidRequestException";
562
- readonly $fault: "client";
563
- Code?: string;
564
- Message?: string;
565
-
566
- Type?: string;
567
-
568
- Context?: string;
569
-
570
- constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
571
- }
572
-
573
- export declare class ResourceNotFoundException extends __BaseException {
574
- readonly name: "ResourceNotFoundException";
575
- readonly $fault: "client";
576
- Code?: string;
577
- Message?: string;
578
-
579
- Type?: string;
580
-
581
- Context?: string;
582
-
583
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
584
- }
585
- export interface DeleteBackupSelectionInput {
586
-
587
- BackupPlanId: string | undefined;
588
-
589
- SelectionId: string | undefined;
590
- }
591
- export interface DeleteBackupVaultInput {
592
-
593
- BackupVaultName: string | undefined;
594
- }
595
- export interface DeleteBackupVaultAccessPolicyInput {
596
-
597
- BackupVaultName: string | undefined;
598
- }
599
- export interface DeleteBackupVaultLockConfigurationInput {
600
-
601
- BackupVaultName: string | undefined;
602
- }
603
- export interface DeleteBackupVaultNotificationsInput {
604
-
605
- BackupVaultName: string | undefined;
606
- }
607
- export interface DeleteFrameworkInput {
608
-
609
- FrameworkName: string | undefined;
610
- }
611
- export interface DeleteRecoveryPointInput {
612
-
613
- BackupVaultName: string | undefined;
614
-
615
- RecoveryPointArn: string | undefined;
616
- }
617
-
618
- export declare class InvalidResourceStateException extends __BaseException {
619
- readonly name: "InvalidResourceStateException";
620
- readonly $fault: "client";
621
- Code?: string;
622
- Message?: string;
623
-
624
- Type?: string;
625
-
626
- Context?: string;
627
-
628
- constructor(opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>);
629
- }
630
- export interface DeleteReportPlanInput {
631
-
632
- ReportPlanName: string | undefined;
633
- }
634
-
635
- export declare class DependencyFailureException extends __BaseException {
636
- readonly name: "DependencyFailureException";
637
- readonly $fault: "server";
638
- Code?: string;
639
- Message?: string;
640
-
641
- Type?: string;
642
-
643
- Context?: string;
644
-
645
- constructor(opts: __ExceptionOptionType<DependencyFailureException, __BaseException>);
646
- }
647
- export interface DescribeBackupJobInput {
648
-
649
- BackupJobId: string | undefined;
650
- }
651
- export interface DescribeBackupJobOutput {
652
-
653
- AccountId?: string;
654
-
655
- BackupJobId?: string;
656
-
657
- BackupVaultName?: string;
658
-
659
- BackupVaultArn?: string;
660
-
661
- RecoveryPointArn?: string;
662
-
663
- ResourceArn?: string;
664
-
665
- CreationDate?: Date;
666
-
667
- CompletionDate?: Date;
668
-
669
- State?: BackupJobState | string;
670
-
671
- StatusMessage?: string;
672
-
673
- PercentDone?: string;
674
-
675
- BackupSizeInBytes?: number;
676
-
677
- IamRoleArn?: string;
678
-
679
- CreatedBy?: RecoveryPointCreator;
680
-
681
- ResourceType?: string;
682
-
683
- BytesTransferred?: number;
684
-
685
- ExpectedCompletionDate?: Date;
686
-
687
- StartBy?: Date;
688
-
689
- BackupOptions?: Record<string, string>;
690
-
691
- BackupType?: string;
692
- }
693
- export interface DescribeBackupVaultInput {
694
-
695
- BackupVaultName: string | undefined;
696
- }
697
- export interface DescribeBackupVaultOutput {
698
-
699
- BackupVaultName?: string;
700
-
701
- BackupVaultArn?: string;
702
-
703
- EncryptionKeyArn?: string;
704
-
705
- CreationDate?: Date;
706
-
707
- CreatorRequestId?: string;
708
-
709
- NumberOfRecoveryPoints?: number;
710
-
711
- Locked?: boolean;
712
-
713
- MinRetentionDays?: number;
714
-
715
- MaxRetentionDays?: number;
716
-
717
- LockDate?: Date;
718
- }
719
- export interface DescribeCopyJobInput {
720
-
721
- CopyJobId: string | undefined;
722
- }
723
- export interface DescribeCopyJobOutput {
724
-
725
- CopyJob?: CopyJob;
726
- }
727
- export interface DescribeFrameworkInput {
728
-
729
- FrameworkName: string | undefined;
730
- }
731
- export interface DescribeFrameworkOutput {
732
-
733
- FrameworkName?: string;
734
-
735
- FrameworkArn?: string;
736
-
737
- FrameworkDescription?: string;
738
-
739
- FrameworkControls?: FrameworkControl[];
740
-
741
- CreationTime?: Date;
742
-
743
- DeploymentStatus?: string;
744
-
745
- FrameworkStatus?: string;
746
-
747
- IdempotencyToken?: string;
748
- }
749
- export interface DescribeGlobalSettingsInput {
750
- }
751
- export interface DescribeGlobalSettingsOutput {
752
-
753
- GlobalSettings?: Record<string, string>;
754
-
755
- LastUpdateTime?: Date;
756
- }
757
- export interface DescribeProtectedResourceInput {
758
-
759
- ResourceArn: string | undefined;
760
- }
761
- export interface DescribeProtectedResourceOutput {
762
-
763
- ResourceArn?: string;
764
-
765
- ResourceType?: string;
766
-
767
- LastBackupTime?: Date;
768
- }
769
- export interface DescribeRecoveryPointInput {
770
-
771
- BackupVaultName: string | undefined;
772
-
773
- RecoveryPointArn: string | undefined;
774
- }
775
- export declare enum RecoveryPointStatus {
776
- COMPLETED = "COMPLETED",
777
- DELETING = "DELETING",
778
- EXPIRED = "EXPIRED",
779
- PARTIAL = "PARTIAL"
780
- }
781
- export declare enum StorageClass {
782
- COLD = "COLD",
783
- DELETED = "DELETED",
784
- WARM = "WARM"
785
- }
786
- export interface DescribeRecoveryPointOutput {
787
-
788
- RecoveryPointArn?: string;
789
-
790
- BackupVaultName?: string;
791
-
792
- BackupVaultArn?: string;
793
-
794
- SourceBackupVaultArn?: string;
795
-
796
- ResourceArn?: string;
797
-
798
- ResourceType?: string;
799
-
800
- CreatedBy?: RecoveryPointCreator;
801
-
802
- IamRoleArn?: string;
803
-
804
- Status?: RecoveryPointStatus | string;
805
-
806
- StatusMessage?: string;
807
-
808
- CreationDate?: Date;
809
-
810
- CompletionDate?: Date;
811
-
812
- BackupSizeInBytes?: number;
813
-
814
- CalculatedLifecycle?: CalculatedLifecycle;
815
-
816
- Lifecycle?: Lifecycle;
817
-
818
- EncryptionKeyArn?: string;
819
-
820
- IsEncrypted?: boolean;
821
-
822
- StorageClass?: StorageClass | string;
823
-
824
- LastRestoreTime?: Date;
825
- }
826
- export interface DescribeRegionSettingsInput {
827
- }
828
- export interface DescribeRegionSettingsOutput {
829
-
830
- ResourceTypeOptInPreference?: Record<string, boolean>;
831
-
832
- ResourceTypeManagementPreference?: Record<string, boolean>;
833
- }
834
- export interface DescribeReportJobInput {
835
-
836
- ReportJobId: string | undefined;
837
- }
838
-
839
- export interface ReportDestination {
840
-
841
- S3BucketName?: string;
842
-
843
- S3Keys?: string[];
844
- }
845
-
846
- export interface ReportJob {
847
-
848
- ReportJobId?: string;
849
-
850
- ReportPlanArn?: string;
851
-
852
- ReportTemplate?: string;
853
-
854
- CreationTime?: Date;
855
-
856
- CompletionTime?: Date;
857
-
858
- Status?: string;
859
-
860
- StatusMessage?: string;
861
-
862
- ReportDestination?: ReportDestination;
863
- }
864
- export interface DescribeReportJobOutput {
865
-
866
- ReportJob?: ReportJob;
867
- }
868
- export interface DescribeReportPlanInput {
869
-
870
- ReportPlanName: string | undefined;
871
- }
872
-
873
- export interface ReportPlan {
874
-
875
- ReportPlanArn?: string;
876
-
877
- ReportPlanName?: string;
878
-
879
- ReportPlanDescription?: string;
880
-
881
- ReportSetting?: ReportSetting;
882
-
883
- ReportDeliveryChannel?: ReportDeliveryChannel;
884
-
885
- DeploymentStatus?: string;
886
-
887
- CreationTime?: Date;
888
-
889
- LastAttemptedExecutionTime?: Date;
890
-
891
- LastSuccessfulExecutionTime?: Date;
892
- }
893
- export interface DescribeReportPlanOutput {
894
-
895
- ReportPlan?: ReportPlan;
896
- }
897
- export interface DescribeRestoreJobInput {
898
-
899
- RestoreJobId: string | undefined;
900
- }
901
- export declare enum RestoreJobStatus {
902
- ABORTED = "ABORTED",
903
- COMPLETED = "COMPLETED",
904
- FAILED = "FAILED",
905
- PENDING = "PENDING",
906
- RUNNING = "RUNNING"
907
- }
908
- export interface DescribeRestoreJobOutput {
909
-
910
- AccountId?: string;
911
-
912
- RestoreJobId?: string;
913
-
914
- RecoveryPointArn?: string;
915
-
916
- CreationDate?: Date;
917
-
918
- CompletionDate?: Date;
919
-
920
- Status?: RestoreJobStatus | string;
921
-
922
- StatusMessage?: string;
923
-
924
- PercentDone?: string;
925
-
926
- BackupSizeInBytes?: number;
927
-
928
- IamRoleArn?: string;
929
-
930
- ExpectedCompletionTimeMinutes?: number;
931
-
932
- CreatedResourceArn?: string;
933
-
934
- ResourceType?: string;
935
- }
936
- export interface DisassociateRecoveryPointInput {
937
-
938
- BackupVaultName: string | undefined;
939
-
940
- RecoveryPointArn: string | undefined;
941
- }
942
- export interface ExportBackupPlanTemplateInput {
943
-
944
- BackupPlanId: string | undefined;
945
- }
946
- export interface ExportBackupPlanTemplateOutput {
947
-
948
- BackupPlanTemplateJson?: string;
949
- }
950
- export interface GetBackupPlanInput {
951
-
952
- BackupPlanId: string | undefined;
953
-
954
- VersionId?: string;
955
- }
956
- export interface GetBackupPlanOutput {
957
-
958
- BackupPlan?: BackupPlan;
959
-
960
- BackupPlanId?: string;
961
-
962
- BackupPlanArn?: string;
963
-
964
- VersionId?: string;
965
-
966
- CreatorRequestId?: string;
967
-
968
- CreationDate?: Date;
969
-
970
- DeletionDate?: Date;
971
-
972
- LastExecutionDate?: Date;
973
-
974
- AdvancedBackupSettings?: AdvancedBackupSetting[];
975
- }
976
- export interface GetBackupPlanFromJSONInput {
977
-
978
- BackupPlanTemplateJson: string | undefined;
979
- }
980
- export interface GetBackupPlanFromJSONOutput {
981
-
982
- BackupPlan?: BackupPlan;
983
- }
984
- export interface GetBackupPlanFromTemplateInput {
985
-
986
- BackupPlanTemplateId: string | undefined;
987
- }
988
- export interface GetBackupPlanFromTemplateOutput {
989
-
990
- BackupPlanDocument?: BackupPlan;
991
- }
992
- export interface GetBackupSelectionInput {
993
-
994
- BackupPlanId: string | undefined;
995
-
996
- SelectionId: string | undefined;
997
- }
998
- export interface GetBackupSelectionOutput {
999
-
1000
- BackupSelection?: BackupSelection;
1001
-
1002
- SelectionId?: string;
1003
-
1004
- BackupPlanId?: string;
1005
-
1006
- CreationDate?: Date;
1007
-
1008
- CreatorRequestId?: string;
1009
- }
1010
- export interface GetBackupVaultAccessPolicyInput {
1011
-
1012
- BackupVaultName: string | undefined;
1013
- }
1014
- export interface GetBackupVaultAccessPolicyOutput {
1015
-
1016
- BackupVaultName?: string;
1017
-
1018
- BackupVaultArn?: string;
1019
-
1020
- Policy?: string;
1021
- }
1022
- export interface GetBackupVaultNotificationsInput {
1023
-
1024
- BackupVaultName: string | undefined;
1025
- }
1026
- export interface GetBackupVaultNotificationsOutput {
1027
-
1028
- BackupVaultName?: string;
1029
-
1030
- BackupVaultArn?: string;
1031
-
1032
- SNSTopicArn?: string;
1033
-
1034
- BackupVaultEvents?: (BackupVaultEvent | string)[];
1035
- }
1036
- export interface GetRecoveryPointRestoreMetadataInput {
1037
-
1038
- BackupVaultName: string | undefined;
1039
-
1040
- RecoveryPointArn: string | undefined;
1041
- }
1042
- export interface GetRecoveryPointRestoreMetadataOutput {
1043
-
1044
- BackupVaultArn?: string;
1045
-
1046
- RecoveryPointArn?: string;
1047
-
1048
- RestoreMetadata?: Record<string, string>;
1049
- }
1050
- export interface GetSupportedResourceTypesOutput {
1051
-
1052
- ResourceTypes?: string[];
1053
- }
1054
- export interface ListBackupJobsInput {
1055
-
1056
- NextToken?: string;
1057
-
1058
- MaxResults?: number;
1059
-
1060
- ByResourceArn?: string;
1061
-
1062
- ByState?: BackupJobState | string;
1063
-
1064
- ByBackupVaultName?: string;
1065
-
1066
- ByCreatedBefore?: Date;
1067
-
1068
- ByCreatedAfter?: Date;
1069
-
1070
- ByResourceType?: string;
1071
-
1072
- ByAccountId?: string;
1073
-
1074
- ByCompleteAfter?: Date;
1075
-
1076
- ByCompleteBefore?: Date;
1077
- }
1078
- export interface ListBackupJobsOutput {
1079
-
1080
- BackupJobs?: BackupJob[];
1081
-
1082
- NextToken?: string;
1083
- }
1084
- export interface ListBackupPlansInput {
1085
-
1086
- NextToken?: string;
1087
-
1088
- MaxResults?: number;
1089
-
1090
- IncludeDeleted?: boolean;
1091
- }
1092
- export interface ListBackupPlansOutput {
1093
-
1094
- NextToken?: string;
1095
-
1096
- BackupPlansList?: BackupPlansListMember[];
1097
- }
1098
- export interface ListBackupPlanTemplatesInput {
1099
-
1100
- NextToken?: string;
1101
-
1102
- MaxResults?: number;
1103
- }
1104
- export interface ListBackupPlanTemplatesOutput {
1105
-
1106
- NextToken?: string;
1107
-
1108
- BackupPlanTemplatesList?: BackupPlanTemplatesListMember[];
1109
- }
1110
- export interface ListBackupPlanVersionsInput {
1111
-
1112
- BackupPlanId: string | undefined;
1113
-
1114
- NextToken?: string;
1115
-
1116
- MaxResults?: number;
1117
- }
1118
- export interface ListBackupPlanVersionsOutput {
1119
-
1120
- NextToken?: string;
1121
-
1122
- BackupPlanVersionsList?: BackupPlansListMember[];
1123
- }
1124
- export interface ListBackupSelectionsInput {
1125
-
1126
- BackupPlanId: string | undefined;
1127
-
1128
- NextToken?: string;
1129
-
1130
- MaxResults?: number;
1131
- }
1132
- export interface ListBackupSelectionsOutput {
1133
-
1134
- NextToken?: string;
1135
-
1136
- BackupSelectionsList?: BackupSelectionsListMember[];
1137
- }
1138
- export interface ListBackupVaultsInput {
1139
-
1140
- NextToken?: string;
1141
-
1142
- MaxResults?: number;
1143
- }
1144
- export interface ListBackupVaultsOutput {
1145
-
1146
- BackupVaultList?: BackupVaultListMember[];
1147
-
1148
- NextToken?: string;
1149
- }
1150
- export interface ListCopyJobsInput {
1151
-
1152
- NextToken?: string;
1153
-
1154
- MaxResults?: number;
1155
-
1156
- ByResourceArn?: string;
1157
-
1158
- ByState?: CopyJobState | string;
1159
-
1160
- ByCreatedBefore?: Date;
1161
-
1162
- ByCreatedAfter?: Date;
1163
-
1164
- ByResourceType?: string;
1165
-
1166
- ByDestinationVaultArn?: string;
1167
-
1168
- ByAccountId?: string;
1169
-
1170
- ByCompleteBefore?: Date;
1171
-
1172
- ByCompleteAfter?: Date;
1173
- }
1174
- export interface ListCopyJobsOutput {
1175
-
1176
- CopyJobs?: CopyJob[];
1177
-
1178
- NextToken?: string;
1179
- }
1180
- export interface ListFrameworksInput {
1181
-
1182
- MaxResults?: number;
1183
-
1184
- NextToken?: string;
1185
- }
1186
-
1187
- export interface Framework {
1188
-
1189
- FrameworkName?: string;
1190
-
1191
- FrameworkArn?: string;
1192
-
1193
- FrameworkDescription?: string;
1194
-
1195
- NumberOfControls?: number;
1196
-
1197
- CreationTime?: Date;
1198
-
1199
- DeploymentStatus?: string;
1200
- }
1201
- export interface ListFrameworksOutput {
1202
-
1203
- Frameworks?: Framework[];
1204
-
1205
- NextToken?: string;
1206
- }
1207
- export interface ListProtectedResourcesInput {
1208
-
1209
- NextToken?: string;
1210
-
1211
- MaxResults?: number;
1212
- }
1213
-
1214
- export interface ProtectedResource {
1215
-
1216
- ResourceArn?: string;
1217
-
1218
- ResourceType?: string;
1219
-
1220
- LastBackupTime?: Date;
1221
- }
1222
- export interface ListProtectedResourcesOutput {
1223
-
1224
- Results?: ProtectedResource[];
1225
-
1226
- NextToken?: string;
1227
- }
1228
- export interface ListRecoveryPointsByBackupVaultInput {
1229
-
1230
- BackupVaultName: string | undefined;
1231
-
1232
- NextToken?: string;
1233
-
1234
- MaxResults?: number;
1235
-
1236
- ByResourceArn?: string;
1237
-
1238
- ByResourceType?: string;
1239
-
1240
- ByBackupPlanId?: string;
1241
-
1242
- ByCreatedBefore?: Date;
1243
-
1244
- ByCreatedAfter?: Date;
1245
- }
1246
-
1247
- export interface RecoveryPointByBackupVault {
1248
-
1249
- RecoveryPointArn?: string;
1250
-
1251
- BackupVaultName?: string;
1252
-
1253
- BackupVaultArn?: string;
1254
-
1255
- SourceBackupVaultArn?: string;
1256
-
1257
- ResourceArn?: string;
1258
-
1259
- ResourceType?: string;
1260
-
1261
- CreatedBy?: RecoveryPointCreator;
1262
-
1263
- IamRoleArn?: string;
1264
-
1265
- Status?: RecoveryPointStatus | string;
1266
-
1267
- StatusMessage?: string;
1268
-
1269
- CreationDate?: Date;
1270
-
1271
- CompletionDate?: Date;
1272
-
1273
- BackupSizeInBytes?: number;
1274
-
1275
- CalculatedLifecycle?: CalculatedLifecycle;
1276
-
1277
- Lifecycle?: Lifecycle;
1278
-
1279
- EncryptionKeyArn?: string;
1280
-
1281
- IsEncrypted?: boolean;
1282
-
1283
- LastRestoreTime?: Date;
1284
- }
1285
- export interface ListRecoveryPointsByBackupVaultOutput {
1286
-
1287
- NextToken?: string;
1288
-
1289
- RecoveryPoints?: RecoveryPointByBackupVault[];
1290
- }
1291
- export interface ListRecoveryPointsByResourceInput {
1292
-
1293
- ResourceArn: string | undefined;
1294
-
1295
- NextToken?: string;
1296
-
1297
- MaxResults?: number;
1298
- }
1299
-
1300
- export interface RecoveryPointByResource {
1301
-
1302
- RecoveryPointArn?: string;
1303
-
1304
- CreationDate?: Date;
1305
-
1306
- Status?: RecoveryPointStatus | string;
1307
-
1308
- StatusMessage?: string;
1309
-
1310
- EncryptionKeyArn?: string;
1311
-
1312
- BackupSizeBytes?: number;
1313
-
1314
- BackupVaultName?: string;
1315
- }
1316
- export interface ListRecoveryPointsByResourceOutput {
1317
-
1318
- NextToken?: string;
1319
-
1320
- RecoveryPoints?: RecoveryPointByResource[];
1321
- }
1322
- export interface ListReportJobsInput {
1323
-
1324
- ByReportPlanName?: string;
1325
-
1326
- ByCreationBefore?: Date;
1327
-
1328
- ByCreationAfter?: Date;
1329
-
1330
- ByStatus?: string;
1331
-
1332
- MaxResults?: number;
1333
-
1334
- NextToken?: string;
1335
- }
1336
- export interface ListReportJobsOutput {
1337
-
1338
- ReportJobs?: ReportJob[];
1339
-
1340
- NextToken?: string;
1341
- }
1342
- export interface ListReportPlansInput {
1343
-
1344
- MaxResults?: number;
1345
-
1346
- NextToken?: string;
1347
- }
1348
- export interface ListReportPlansOutput {
1349
-
1350
- ReportPlans?: ReportPlan[];
1351
-
1352
- NextToken?: string;
1353
- }
1354
- export interface ListRestoreJobsInput {
1355
-
1356
- NextToken?: string;
1357
-
1358
- MaxResults?: number;
1359
-
1360
- ByAccountId?: string;
1361
-
1362
- ByCreatedBefore?: Date;
1363
-
1364
- ByCreatedAfter?: Date;
1365
-
1366
- ByStatus?: RestoreJobStatus | string;
1367
-
1368
- ByCompleteBefore?: Date;
1369
-
1370
- ByCompleteAfter?: Date;
1371
- }
1372
-
1373
- export interface RestoreJobsListMember {
1374
-
1375
- AccountId?: string;
1376
-
1377
- RestoreJobId?: string;
1378
-
1379
- RecoveryPointArn?: string;
1380
-
1381
- CreationDate?: Date;
1382
-
1383
- CompletionDate?: Date;
1384
-
1385
- Status?: RestoreJobStatus | string;
1386
-
1387
- StatusMessage?: string;
1388
-
1389
- PercentDone?: string;
1390
-
1391
- BackupSizeInBytes?: number;
1392
-
1393
- IamRoleArn?: string;
1394
-
1395
- ExpectedCompletionTimeMinutes?: number;
1396
-
1397
- CreatedResourceArn?: string;
1398
-
1399
- ResourceType?: string;
1400
- }
1401
- export interface ListRestoreJobsOutput {
1402
-
1403
- RestoreJobs?: RestoreJobsListMember[];
1404
-
1405
- NextToken?: string;
1406
- }
1407
- export interface ListTagsInput {
1408
-
1409
- ResourceArn: string | undefined;
1410
-
1411
- NextToken?: string;
1412
-
1413
- MaxResults?: number;
1414
- }
1415
- export interface ListTagsOutput {
1416
-
1417
- NextToken?: string;
1418
-
1419
- Tags?: Record<string, string>;
1420
- }
1421
- export interface PutBackupVaultAccessPolicyInput {
1422
-
1423
- BackupVaultName: string | undefined;
1424
-
1425
- Policy?: string;
1426
- }
1427
- export interface PutBackupVaultLockConfigurationInput {
1428
-
1429
- BackupVaultName: string | undefined;
1430
-
1431
- MinRetentionDays?: number;
1432
-
1433
- MaxRetentionDays?: number;
1434
-
1435
- ChangeableForDays?: number;
1436
- }
1437
- export interface PutBackupVaultNotificationsInput {
1438
-
1439
- BackupVaultName: string | undefined;
1440
-
1441
- SNSTopicArn: string | undefined;
1442
-
1443
- BackupVaultEvents: (BackupVaultEvent | string)[] | undefined;
1444
- }
1445
- export interface StartBackupJobInput {
1446
-
1447
- BackupVaultName: string | undefined;
1448
-
1449
- ResourceArn: string | undefined;
1450
-
1451
- IamRoleArn: string | undefined;
1452
-
1453
- IdempotencyToken?: string;
1454
-
1455
- StartWindowMinutes?: number;
1456
-
1457
- CompleteWindowMinutes?: number;
1458
-
1459
- Lifecycle?: Lifecycle;
1460
-
1461
- RecoveryPointTags?: Record<string, string>;
1462
-
1463
- BackupOptions?: Record<string, string>;
1464
- }
1465
- export interface StartBackupJobOutput {
1466
-
1467
- BackupJobId?: string;
1468
-
1469
- RecoveryPointArn?: string;
1470
-
1471
- CreationDate?: Date;
1472
- }
1473
- export interface StartCopyJobInput {
1474
-
1475
- RecoveryPointArn: string | undefined;
1476
-
1477
- SourceBackupVaultName: string | undefined;
1478
-
1479
- DestinationBackupVaultArn: string | undefined;
1480
-
1481
- IamRoleArn: string | undefined;
1482
-
1483
- IdempotencyToken?: string;
1484
-
1485
- Lifecycle?: Lifecycle;
1486
- }
1487
- export interface StartCopyJobOutput {
1488
-
1489
- CopyJobId?: string;
1490
-
1491
- CreationDate?: Date;
1492
- }
1493
- export interface StartReportJobInput {
1494
-
1495
- ReportPlanName: string | undefined;
1496
-
1497
- IdempotencyToken?: string;
1498
- }
1499
- export interface StartReportJobOutput {
1500
-
1501
- ReportJobId?: string;
1502
- }
1503
- export interface StartRestoreJobInput {
1504
-
1505
- RecoveryPointArn: string | undefined;
1506
-
1507
- Metadata: Record<string, string> | undefined;
1508
-
1509
- IamRoleArn?: string;
1510
-
1511
- IdempotencyToken?: string;
1512
-
1513
- ResourceType?: string;
1514
- }
1515
- export interface StartRestoreJobOutput {
1516
-
1517
- RestoreJobId?: string;
1518
- }
1519
- export interface StopBackupJobInput {
1520
-
1521
- BackupJobId: string | undefined;
1522
- }
1523
- export interface TagResourceInput {
1524
-
1525
- ResourceArn: string | undefined;
1526
-
1527
- Tags: Record<string, string> | undefined;
1528
- }
1529
- export interface UntagResourceInput {
1530
-
1531
- ResourceArn: string | undefined;
1532
-
1533
- TagKeyList: string[] | undefined;
1534
- }
1535
- export interface UpdateBackupPlanInput {
1536
-
1537
- BackupPlanId: string | undefined;
1538
-
1539
- BackupPlan: BackupPlanInput | undefined;
1540
- }
1541
- export interface UpdateBackupPlanOutput {
1542
-
1543
- BackupPlanId?: string;
1544
-
1545
- BackupPlanArn?: string;
1546
-
1547
- CreationDate?: Date;
1548
-
1549
- VersionId?: string;
1550
-
1551
- AdvancedBackupSettings?: AdvancedBackupSetting[];
1552
- }
1553
- export interface UpdateFrameworkInput {
1554
-
1555
- FrameworkName: string | undefined;
1556
-
1557
- FrameworkDescription?: string;
1558
-
1559
- FrameworkControls?: FrameworkControl[];
1560
-
1561
- IdempotencyToken?: string;
1562
- }
1563
- export interface UpdateFrameworkOutput {
1564
-
1565
- FrameworkName?: string;
1566
-
1567
- FrameworkArn?: string;
1568
-
1569
- CreationTime?: Date;
1570
- }
1571
- export interface UpdateGlobalSettingsInput {
1572
-
1573
- GlobalSettings?: Record<string, string>;
1574
- }
1575
- export interface UpdateRecoveryPointLifecycleInput {
1576
-
1577
- BackupVaultName: string | undefined;
1578
-
1579
- RecoveryPointArn: string | undefined;
1580
-
1581
- Lifecycle?: Lifecycle;
1582
- }
1583
- export interface UpdateRecoveryPointLifecycleOutput {
1584
-
1585
- BackupVaultArn?: string;
1586
-
1587
- RecoveryPointArn?: string;
1588
-
1589
- Lifecycle?: Lifecycle;
1590
-
1591
- CalculatedLifecycle?: CalculatedLifecycle;
1592
- }
1593
- export interface UpdateRegionSettingsInput {
1594
-
1595
- ResourceTypeOptInPreference?: Record<string, boolean>;
1596
-
1597
- ResourceTypeManagementPreference?: Record<string, boolean>;
1598
- }
1599
- export interface UpdateReportPlanInput {
1600
-
1601
- ReportPlanName: string | undefined;
1602
-
1603
- ReportPlanDescription?: string;
1604
-
1605
- ReportDeliveryChannel?: ReportDeliveryChannel;
1606
-
1607
- ReportSetting?: ReportSetting;
1608
-
1609
- IdempotencyToken?: string;
1610
- }
1611
- export interface UpdateReportPlanOutput {
1612
-
1613
- ReportPlanName?: string;
1614
-
1615
- ReportPlanArn?: string;
1616
-
1617
- CreationTime?: Date;
1618
- }
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;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { BackupServiceException as __BaseException } from "./BackupServiceException";
3
+ export interface AdvancedBackupSetting {
4
+ ResourceType?: string;
5
+ BackupOptions?: Record<string, string>;
6
+ }
7
+ export declare class AlreadyExistsException extends __BaseException {
8
+ readonly name: "AlreadyExistsException";
9
+ readonly $fault: "client";
10
+ Code?: string;
11
+ Message?: string;
12
+ CreatorRequestId?: string;
13
+ Arn?: string;
14
+ Type?: string;
15
+ Context?: string;
16
+ constructor(
17
+ opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
18
+ );
19
+ }
20
+ export interface RecoveryPointCreator {
21
+ BackupPlanId?: string;
22
+ BackupPlanArn?: string;
23
+ BackupPlanVersion?: string;
24
+ BackupRuleId?: string;
25
+ }
26
+ export declare enum BackupJobState {
27
+ ABORTED = "ABORTED",
28
+ ABORTING = "ABORTING",
29
+ COMPLETED = "COMPLETED",
30
+ CREATED = "CREATED",
31
+ EXPIRED = "EXPIRED",
32
+ FAILED = "FAILED",
33
+ PENDING = "PENDING",
34
+ RUNNING = "RUNNING",
35
+ }
36
+ export interface BackupJob {
37
+ AccountId?: string;
38
+ BackupJobId?: string;
39
+ BackupVaultName?: string;
40
+ BackupVaultArn?: string;
41
+ RecoveryPointArn?: string;
42
+ ResourceArn?: string;
43
+ CreationDate?: Date;
44
+ CompletionDate?: Date;
45
+ State?: BackupJobState | string;
46
+ StatusMessage?: string;
47
+ PercentDone?: string;
48
+ BackupSizeInBytes?: number;
49
+ IamRoleArn?: string;
50
+ CreatedBy?: RecoveryPointCreator;
51
+ ExpectedCompletionDate?: Date;
52
+ StartBy?: Date;
53
+ ResourceType?: string;
54
+ BytesTransferred?: number;
55
+ BackupOptions?: Record<string, string>;
56
+ BackupType?: string;
57
+ }
58
+ export interface Lifecycle {
59
+ MoveToColdStorageAfterDays?: number;
60
+ DeleteAfterDays?: number;
61
+ }
62
+ export interface CopyAction {
63
+ Lifecycle?: Lifecycle;
64
+ DestinationBackupVaultArn: string | undefined;
65
+ }
66
+ export interface BackupRule {
67
+ RuleName: string | undefined;
68
+ TargetBackupVaultName: string | undefined;
69
+ ScheduleExpression?: string;
70
+ StartWindowMinutes?: number;
71
+ CompletionWindowMinutes?: number;
72
+ Lifecycle?: Lifecycle;
73
+ RecoveryPointTags?: Record<string, string>;
74
+ RuleId?: string;
75
+ CopyActions?: CopyAction[];
76
+ EnableContinuousBackup?: boolean;
77
+ }
78
+ export interface BackupPlan {
79
+ BackupPlanName: string | undefined;
80
+ Rules: BackupRule[] | undefined;
81
+ AdvancedBackupSettings?: AdvancedBackupSetting[];
82
+ }
83
+ export interface BackupRuleInput {
84
+ RuleName: string | undefined;
85
+ TargetBackupVaultName: string | undefined;
86
+ ScheduleExpression?: string;
87
+ StartWindowMinutes?: number;
88
+ CompletionWindowMinutes?: number;
89
+ Lifecycle?: Lifecycle;
90
+ RecoveryPointTags?: Record<string, string>;
91
+ CopyActions?: CopyAction[];
92
+ EnableContinuousBackup?: boolean;
93
+ }
94
+ export interface BackupPlanInput {
95
+ BackupPlanName: string | undefined;
96
+ Rules: BackupRuleInput[] | undefined;
97
+ AdvancedBackupSettings?: AdvancedBackupSetting[];
98
+ }
99
+ export interface BackupPlansListMember {
100
+ BackupPlanArn?: string;
101
+ BackupPlanId?: string;
102
+ CreationDate?: Date;
103
+ DeletionDate?: Date;
104
+ VersionId?: string;
105
+ BackupPlanName?: string;
106
+ CreatorRequestId?: string;
107
+ LastExecutionDate?: Date;
108
+ AdvancedBackupSettings?: AdvancedBackupSetting[];
109
+ }
110
+ export interface BackupPlanTemplatesListMember {
111
+ BackupPlanTemplateId?: string;
112
+ BackupPlanTemplateName?: string;
113
+ }
114
+ export interface ConditionParameter {
115
+ ConditionKey?: string;
116
+ ConditionValue?: string;
117
+ }
118
+ export interface Conditions {
119
+ StringEquals?: ConditionParameter[];
120
+ StringNotEquals?: ConditionParameter[];
121
+ StringLike?: ConditionParameter[];
122
+ StringNotLike?: ConditionParameter[];
123
+ }
124
+ export declare enum ConditionType {
125
+ STRINGEQUALS = "STRINGEQUALS",
126
+ }
127
+ export interface Condition {
128
+ ConditionType: ConditionType | string | undefined;
129
+ ConditionKey: string | undefined;
130
+ ConditionValue: string | undefined;
131
+ }
132
+ export interface BackupSelection {
133
+ SelectionName: string | undefined;
134
+ IamRoleArn: string | undefined;
135
+ Resources?: string[];
136
+ ListOfTags?: Condition[];
137
+ NotResources?: string[];
138
+ Conditions?: Conditions;
139
+ }
140
+ export interface BackupSelectionsListMember {
141
+ SelectionId?: string;
142
+ SelectionName?: string;
143
+ BackupPlanId?: string;
144
+ CreationDate?: Date;
145
+ CreatorRequestId?: string;
146
+ IamRoleArn?: string;
147
+ }
148
+ export declare enum BackupVaultEvent {
149
+ BACKUP_JOB_COMPLETED = "BACKUP_JOB_COMPLETED",
150
+ BACKUP_JOB_EXPIRED = "BACKUP_JOB_EXPIRED",
151
+ BACKUP_JOB_FAILED = "BACKUP_JOB_FAILED",
152
+ BACKUP_JOB_STARTED = "BACKUP_JOB_STARTED",
153
+ BACKUP_JOB_SUCCESSFUL = "BACKUP_JOB_SUCCESSFUL",
154
+ BACKUP_PLAN_CREATED = "BACKUP_PLAN_CREATED",
155
+ BACKUP_PLAN_MODIFIED = "BACKUP_PLAN_MODIFIED",
156
+ COPY_JOB_FAILED = "COPY_JOB_FAILED",
157
+ COPY_JOB_STARTED = "COPY_JOB_STARTED",
158
+ COPY_JOB_SUCCESSFUL = "COPY_JOB_SUCCESSFUL",
159
+ RECOVERY_POINT_MODIFIED = "RECOVERY_POINT_MODIFIED",
160
+ RESTORE_JOB_COMPLETED = "RESTORE_JOB_COMPLETED",
161
+ RESTORE_JOB_FAILED = "RESTORE_JOB_FAILED",
162
+ RESTORE_JOB_STARTED = "RESTORE_JOB_STARTED",
163
+ RESTORE_JOB_SUCCESSFUL = "RESTORE_JOB_SUCCESSFUL",
164
+ S3_BACKUP_OBJECT_FAILED = "S3_BACKUP_OBJECT_FAILED",
165
+ S3_RESTORE_OBJECT_FAILED = "S3_RESTORE_OBJECT_FAILED",
166
+ }
167
+ export interface BackupVaultListMember {
168
+ BackupVaultName?: string;
169
+ BackupVaultArn?: string;
170
+ CreationDate?: Date;
171
+ EncryptionKeyArn?: string;
172
+ CreatorRequestId?: string;
173
+ NumberOfRecoveryPoints?: number;
174
+ Locked?: boolean;
175
+ MinRetentionDays?: number;
176
+ MaxRetentionDays?: number;
177
+ LockDate?: Date;
178
+ }
179
+ export interface CalculatedLifecycle {
180
+ MoveToColdStorageAt?: Date;
181
+ DeleteAt?: Date;
182
+ }
183
+ export declare class ConflictException extends __BaseException {
184
+ readonly name: "ConflictException";
185
+ readonly $fault: "client";
186
+ Code?: string;
187
+ Message?: string;
188
+ Type?: string;
189
+ Context?: string;
190
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
191
+ }
192
+ export interface ControlInputParameter {
193
+ ParameterName?: string;
194
+ ParameterValue?: string;
195
+ }
196
+ export interface ControlScope {
197
+ ComplianceResourceIds?: string[];
198
+ ComplianceResourceTypes?: string[];
199
+ Tags?: Record<string, string>;
200
+ }
201
+ export declare enum CopyJobState {
202
+ COMPLETED = "COMPLETED",
203
+ CREATED = "CREATED",
204
+ FAILED = "FAILED",
205
+ RUNNING = "RUNNING",
206
+ }
207
+ export interface CopyJob {
208
+ AccountId?: string;
209
+ CopyJobId?: string;
210
+ SourceBackupVaultArn?: string;
211
+ SourceRecoveryPointArn?: string;
212
+ DestinationBackupVaultArn?: string;
213
+ DestinationRecoveryPointArn?: string;
214
+ ResourceArn?: string;
215
+ CreationDate?: Date;
216
+ CompletionDate?: Date;
217
+ State?: CopyJobState | string;
218
+ StatusMessage?: string;
219
+ BackupSizeInBytes?: number;
220
+ IamRoleArn?: string;
221
+ CreatedBy?: RecoveryPointCreator;
222
+ ResourceType?: string;
223
+ }
224
+ export interface CreateBackupPlanInput {
225
+ BackupPlan: BackupPlanInput | undefined;
226
+ BackupPlanTags?: Record<string, string>;
227
+ CreatorRequestId?: string;
228
+ }
229
+ export interface CreateBackupPlanOutput {
230
+ BackupPlanId?: string;
231
+ BackupPlanArn?: string;
232
+ CreationDate?: Date;
233
+ VersionId?: string;
234
+ AdvancedBackupSettings?: AdvancedBackupSetting[];
235
+ }
236
+ export declare class InvalidParameterValueException extends __BaseException {
237
+ readonly name: "InvalidParameterValueException";
238
+ readonly $fault: "client";
239
+ Code?: string;
240
+ Message?: string;
241
+ Type?: string;
242
+ Context?: string;
243
+ constructor(
244
+ opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
245
+ );
246
+ }
247
+ export declare class LimitExceededException extends __BaseException {
248
+ readonly name: "LimitExceededException";
249
+ readonly $fault: "client";
250
+ Code?: string;
251
+ Message?: string;
252
+ Type?: string;
253
+ Context?: string;
254
+ constructor(
255
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
256
+ );
257
+ }
258
+ export declare class MissingParameterValueException extends __BaseException {
259
+ readonly name: "MissingParameterValueException";
260
+ readonly $fault: "client";
261
+ Code?: string;
262
+ Message?: string;
263
+ Type?: string;
264
+ Context?: string;
265
+ constructor(
266
+ opts: __ExceptionOptionType<MissingParameterValueException, __BaseException>
267
+ );
268
+ }
269
+ export declare class ServiceUnavailableException extends __BaseException {
270
+ readonly name: "ServiceUnavailableException";
271
+ readonly $fault: "server";
272
+ Code?: string;
273
+ Message?: string;
274
+ Type?: string;
275
+ Context?: string;
276
+ constructor(
277
+ opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
278
+ );
279
+ }
280
+ export interface CreateBackupSelectionInput {
281
+ BackupPlanId: string | undefined;
282
+ BackupSelection: BackupSelection | undefined;
283
+ CreatorRequestId?: string;
284
+ }
285
+ export interface CreateBackupSelectionOutput {
286
+ SelectionId?: string;
287
+ BackupPlanId?: string;
288
+ CreationDate?: Date;
289
+ }
290
+ export interface CreateBackupVaultInput {
291
+ BackupVaultName: string | undefined;
292
+ BackupVaultTags?: Record<string, string>;
293
+ EncryptionKeyArn?: string;
294
+ CreatorRequestId?: string;
295
+ }
296
+ export interface CreateBackupVaultOutput {
297
+ BackupVaultName?: string;
298
+ BackupVaultArn?: string;
299
+ CreationDate?: Date;
300
+ }
301
+ export interface FrameworkControl {
302
+ ControlName: string | undefined;
303
+ ControlInputParameters?: ControlInputParameter[];
304
+ ControlScope?: ControlScope;
305
+ }
306
+ export interface CreateFrameworkInput {
307
+ FrameworkName: string | undefined;
308
+ FrameworkDescription?: string;
309
+ FrameworkControls: FrameworkControl[] | undefined;
310
+ IdempotencyToken?: string;
311
+ FrameworkTags?: Record<string, string>;
312
+ }
313
+ export interface CreateFrameworkOutput {
314
+ FrameworkName?: string;
315
+ FrameworkArn?: string;
316
+ }
317
+ export interface ReportDeliveryChannel {
318
+ S3BucketName: string | undefined;
319
+ S3KeyPrefix?: string;
320
+ Formats?: string[];
321
+ }
322
+ export interface ReportSetting {
323
+ ReportTemplate: string | undefined;
324
+ FrameworkArns?: string[];
325
+ NumberOfFrameworks?: number;
326
+ }
327
+ export interface CreateReportPlanInput {
328
+ ReportPlanName: string | undefined;
329
+ ReportPlanDescription?: string;
330
+ ReportDeliveryChannel: ReportDeliveryChannel | undefined;
331
+ ReportSetting: ReportSetting | undefined;
332
+ ReportPlanTags?: Record<string, string>;
333
+ IdempotencyToken?: string;
334
+ }
335
+ export interface CreateReportPlanOutput {
336
+ ReportPlanName?: string;
337
+ ReportPlanArn?: string;
338
+ CreationTime?: Date;
339
+ }
340
+ export interface DeleteBackupPlanInput {
341
+ BackupPlanId: string | undefined;
342
+ }
343
+ export interface DeleteBackupPlanOutput {
344
+ BackupPlanId?: string;
345
+ BackupPlanArn?: string;
346
+ DeletionDate?: Date;
347
+ VersionId?: string;
348
+ }
349
+ export declare class InvalidRequestException extends __BaseException {
350
+ readonly name: "InvalidRequestException";
351
+ readonly $fault: "client";
352
+ Code?: string;
353
+ Message?: string;
354
+ Type?: string;
355
+ Context?: string;
356
+ constructor(
357
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
358
+ );
359
+ }
360
+ export declare class ResourceNotFoundException extends __BaseException {
361
+ readonly name: "ResourceNotFoundException";
362
+ readonly $fault: "client";
363
+ Code?: string;
364
+ Message?: string;
365
+ Type?: string;
366
+ Context?: string;
367
+ constructor(
368
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
369
+ );
370
+ }
371
+ export interface DeleteBackupSelectionInput {
372
+ BackupPlanId: string | undefined;
373
+ SelectionId: string | undefined;
374
+ }
375
+ export interface DeleteBackupVaultInput {
376
+ BackupVaultName: string | undefined;
377
+ }
378
+ export interface DeleteBackupVaultAccessPolicyInput {
379
+ BackupVaultName: string | undefined;
380
+ }
381
+ export interface DeleteBackupVaultLockConfigurationInput {
382
+ BackupVaultName: string | undefined;
383
+ }
384
+ export interface DeleteBackupVaultNotificationsInput {
385
+ BackupVaultName: string | undefined;
386
+ }
387
+ export interface DeleteFrameworkInput {
388
+ FrameworkName: string | undefined;
389
+ }
390
+ export interface DeleteRecoveryPointInput {
391
+ BackupVaultName: string | undefined;
392
+ RecoveryPointArn: string | undefined;
393
+ }
394
+ export declare class InvalidResourceStateException extends __BaseException {
395
+ readonly name: "InvalidResourceStateException";
396
+ readonly $fault: "client";
397
+ Code?: string;
398
+ Message?: string;
399
+ Type?: string;
400
+ Context?: string;
401
+ constructor(
402
+ opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>
403
+ );
404
+ }
405
+ export interface DeleteReportPlanInput {
406
+ ReportPlanName: string | undefined;
407
+ }
408
+ export declare class DependencyFailureException extends __BaseException {
409
+ readonly name: "DependencyFailureException";
410
+ readonly $fault: "server";
411
+ Code?: string;
412
+ Message?: string;
413
+ Type?: string;
414
+ Context?: string;
415
+ constructor(
416
+ opts: __ExceptionOptionType<DependencyFailureException, __BaseException>
417
+ );
418
+ }
419
+ export interface DescribeBackupJobInput {
420
+ BackupJobId: string | undefined;
421
+ }
422
+ export interface DescribeBackupJobOutput {
423
+ AccountId?: string;
424
+ BackupJobId?: string;
425
+ BackupVaultName?: string;
426
+ BackupVaultArn?: string;
427
+ RecoveryPointArn?: string;
428
+ ResourceArn?: string;
429
+ CreationDate?: Date;
430
+ CompletionDate?: Date;
431
+ State?: BackupJobState | string;
432
+ StatusMessage?: string;
433
+ PercentDone?: string;
434
+ BackupSizeInBytes?: number;
435
+ IamRoleArn?: string;
436
+ CreatedBy?: RecoveryPointCreator;
437
+ ResourceType?: string;
438
+ BytesTransferred?: number;
439
+ ExpectedCompletionDate?: Date;
440
+ StartBy?: Date;
441
+ BackupOptions?: Record<string, string>;
442
+ BackupType?: string;
443
+ }
444
+ export interface DescribeBackupVaultInput {
445
+ BackupVaultName: string | undefined;
446
+ }
447
+ export interface DescribeBackupVaultOutput {
448
+ BackupVaultName?: string;
449
+ BackupVaultArn?: string;
450
+ EncryptionKeyArn?: string;
451
+ CreationDate?: Date;
452
+ CreatorRequestId?: string;
453
+ NumberOfRecoveryPoints?: number;
454
+ Locked?: boolean;
455
+ MinRetentionDays?: number;
456
+ MaxRetentionDays?: number;
457
+ LockDate?: Date;
458
+ }
459
+ export interface DescribeCopyJobInput {
460
+ CopyJobId: string | undefined;
461
+ }
462
+ export interface DescribeCopyJobOutput {
463
+ CopyJob?: CopyJob;
464
+ }
465
+ export interface DescribeFrameworkInput {
466
+ FrameworkName: string | undefined;
467
+ }
468
+ export interface DescribeFrameworkOutput {
469
+ FrameworkName?: string;
470
+ FrameworkArn?: string;
471
+ FrameworkDescription?: string;
472
+ FrameworkControls?: FrameworkControl[];
473
+ CreationTime?: Date;
474
+ DeploymentStatus?: string;
475
+ FrameworkStatus?: string;
476
+ IdempotencyToken?: string;
477
+ }
478
+ export interface DescribeGlobalSettingsInput {}
479
+ export interface DescribeGlobalSettingsOutput {
480
+ GlobalSettings?: Record<string, string>;
481
+ LastUpdateTime?: Date;
482
+ }
483
+ export interface DescribeProtectedResourceInput {
484
+ ResourceArn: string | undefined;
485
+ }
486
+ export interface DescribeProtectedResourceOutput {
487
+ ResourceArn?: string;
488
+ ResourceType?: string;
489
+ LastBackupTime?: Date;
490
+ }
491
+ export interface DescribeRecoveryPointInput {
492
+ BackupVaultName: string | undefined;
493
+ RecoveryPointArn: string | undefined;
494
+ }
495
+ export declare enum RecoveryPointStatus {
496
+ COMPLETED = "COMPLETED",
497
+ DELETING = "DELETING",
498
+ EXPIRED = "EXPIRED",
499
+ PARTIAL = "PARTIAL",
500
+ }
501
+ export declare enum StorageClass {
502
+ COLD = "COLD",
503
+ DELETED = "DELETED",
504
+ WARM = "WARM",
505
+ }
506
+ export interface DescribeRecoveryPointOutput {
507
+ RecoveryPointArn?: string;
508
+ BackupVaultName?: string;
509
+ BackupVaultArn?: string;
510
+ SourceBackupVaultArn?: string;
511
+ ResourceArn?: string;
512
+ ResourceType?: string;
513
+ CreatedBy?: RecoveryPointCreator;
514
+ IamRoleArn?: string;
515
+ Status?: RecoveryPointStatus | string;
516
+ StatusMessage?: string;
517
+ CreationDate?: Date;
518
+ CompletionDate?: Date;
519
+ BackupSizeInBytes?: number;
520
+ CalculatedLifecycle?: CalculatedLifecycle;
521
+ Lifecycle?: Lifecycle;
522
+ EncryptionKeyArn?: string;
523
+ IsEncrypted?: boolean;
524
+ StorageClass?: StorageClass | string;
525
+ LastRestoreTime?: Date;
526
+ }
527
+ export interface DescribeRegionSettingsInput {}
528
+ export interface DescribeRegionSettingsOutput {
529
+ ResourceTypeOptInPreference?: Record<string, boolean>;
530
+ ResourceTypeManagementPreference?: Record<string, boolean>;
531
+ }
532
+ export interface DescribeReportJobInput {
533
+ ReportJobId: string | undefined;
534
+ }
535
+ export interface ReportDestination {
536
+ S3BucketName?: string;
537
+ S3Keys?: string[];
538
+ }
539
+ export interface ReportJob {
540
+ ReportJobId?: string;
541
+ ReportPlanArn?: string;
542
+ ReportTemplate?: string;
543
+ CreationTime?: Date;
544
+ CompletionTime?: Date;
545
+ Status?: string;
546
+ StatusMessage?: string;
547
+ ReportDestination?: ReportDestination;
548
+ }
549
+ export interface DescribeReportJobOutput {
550
+ ReportJob?: ReportJob;
551
+ }
552
+ export interface DescribeReportPlanInput {
553
+ ReportPlanName: string | undefined;
554
+ }
555
+ export interface ReportPlan {
556
+ ReportPlanArn?: string;
557
+ ReportPlanName?: string;
558
+ ReportPlanDescription?: string;
559
+ ReportSetting?: ReportSetting;
560
+ ReportDeliveryChannel?: ReportDeliveryChannel;
561
+ DeploymentStatus?: string;
562
+ CreationTime?: Date;
563
+ LastAttemptedExecutionTime?: Date;
564
+ LastSuccessfulExecutionTime?: Date;
565
+ }
566
+ export interface DescribeReportPlanOutput {
567
+ ReportPlan?: ReportPlan;
568
+ }
569
+ export interface DescribeRestoreJobInput {
570
+ RestoreJobId: string | undefined;
571
+ }
572
+ export declare enum RestoreJobStatus {
573
+ ABORTED = "ABORTED",
574
+ COMPLETED = "COMPLETED",
575
+ FAILED = "FAILED",
576
+ PENDING = "PENDING",
577
+ RUNNING = "RUNNING",
578
+ }
579
+ export interface DescribeRestoreJobOutput {
580
+ AccountId?: string;
581
+ RestoreJobId?: string;
582
+ RecoveryPointArn?: string;
583
+ CreationDate?: Date;
584
+ CompletionDate?: Date;
585
+ Status?: RestoreJobStatus | string;
586
+ StatusMessage?: string;
587
+ PercentDone?: string;
588
+ BackupSizeInBytes?: number;
589
+ IamRoleArn?: string;
590
+ ExpectedCompletionTimeMinutes?: number;
591
+ CreatedResourceArn?: string;
592
+ ResourceType?: string;
593
+ }
594
+ export interface DisassociateRecoveryPointInput {
595
+ BackupVaultName: string | undefined;
596
+ RecoveryPointArn: string | undefined;
597
+ }
598
+ export interface ExportBackupPlanTemplateInput {
599
+ BackupPlanId: string | undefined;
600
+ }
601
+ export interface ExportBackupPlanTemplateOutput {
602
+ BackupPlanTemplateJson?: string;
603
+ }
604
+ export interface GetBackupPlanInput {
605
+ BackupPlanId: string | undefined;
606
+ VersionId?: string;
607
+ }
608
+ export interface GetBackupPlanOutput {
609
+ BackupPlan?: BackupPlan;
610
+ BackupPlanId?: string;
611
+ BackupPlanArn?: string;
612
+ VersionId?: string;
613
+ CreatorRequestId?: string;
614
+ CreationDate?: Date;
615
+ DeletionDate?: Date;
616
+ LastExecutionDate?: Date;
617
+ AdvancedBackupSettings?: AdvancedBackupSetting[];
618
+ }
619
+ export interface GetBackupPlanFromJSONInput {
620
+ BackupPlanTemplateJson: string | undefined;
621
+ }
622
+ export interface GetBackupPlanFromJSONOutput {
623
+ BackupPlan?: BackupPlan;
624
+ }
625
+ export interface GetBackupPlanFromTemplateInput {
626
+ BackupPlanTemplateId: string | undefined;
627
+ }
628
+ export interface GetBackupPlanFromTemplateOutput {
629
+ BackupPlanDocument?: BackupPlan;
630
+ }
631
+ export interface GetBackupSelectionInput {
632
+ BackupPlanId: string | undefined;
633
+ SelectionId: string | undefined;
634
+ }
635
+ export interface GetBackupSelectionOutput {
636
+ BackupSelection?: BackupSelection;
637
+ SelectionId?: string;
638
+ BackupPlanId?: string;
639
+ CreationDate?: Date;
640
+ CreatorRequestId?: string;
641
+ }
642
+ export interface GetBackupVaultAccessPolicyInput {
643
+ BackupVaultName: string | undefined;
644
+ }
645
+ export interface GetBackupVaultAccessPolicyOutput {
646
+ BackupVaultName?: string;
647
+ BackupVaultArn?: string;
648
+ Policy?: string;
649
+ }
650
+ export interface GetBackupVaultNotificationsInput {
651
+ BackupVaultName: string | undefined;
652
+ }
653
+ export interface GetBackupVaultNotificationsOutput {
654
+ BackupVaultName?: string;
655
+ BackupVaultArn?: string;
656
+ SNSTopicArn?: string;
657
+ BackupVaultEvents?: (BackupVaultEvent | string)[];
658
+ }
659
+ export interface GetRecoveryPointRestoreMetadataInput {
660
+ BackupVaultName: string | undefined;
661
+ RecoveryPointArn: string | undefined;
662
+ }
663
+ export interface GetRecoveryPointRestoreMetadataOutput {
664
+ BackupVaultArn?: string;
665
+ RecoveryPointArn?: string;
666
+ RestoreMetadata?: Record<string, string>;
667
+ }
668
+ export interface GetSupportedResourceTypesOutput {
669
+ ResourceTypes?: string[];
670
+ }
671
+ export interface ListBackupJobsInput {
672
+ NextToken?: string;
673
+ MaxResults?: number;
674
+ ByResourceArn?: string;
675
+ ByState?: BackupJobState | string;
676
+ ByBackupVaultName?: string;
677
+ ByCreatedBefore?: Date;
678
+ ByCreatedAfter?: Date;
679
+ ByResourceType?: string;
680
+ ByAccountId?: string;
681
+ ByCompleteAfter?: Date;
682
+ ByCompleteBefore?: Date;
683
+ }
684
+ export interface ListBackupJobsOutput {
685
+ BackupJobs?: BackupJob[];
686
+ NextToken?: string;
687
+ }
688
+ export interface ListBackupPlansInput {
689
+ NextToken?: string;
690
+ MaxResults?: number;
691
+ IncludeDeleted?: boolean;
692
+ }
693
+ export interface ListBackupPlansOutput {
694
+ NextToken?: string;
695
+ BackupPlansList?: BackupPlansListMember[];
696
+ }
697
+ export interface ListBackupPlanTemplatesInput {
698
+ NextToken?: string;
699
+ MaxResults?: number;
700
+ }
701
+ export interface ListBackupPlanTemplatesOutput {
702
+ NextToken?: string;
703
+ BackupPlanTemplatesList?: BackupPlanTemplatesListMember[];
704
+ }
705
+ export interface ListBackupPlanVersionsInput {
706
+ BackupPlanId: string | undefined;
707
+ NextToken?: string;
708
+ MaxResults?: number;
709
+ }
710
+ export interface ListBackupPlanVersionsOutput {
711
+ NextToken?: string;
712
+ BackupPlanVersionsList?: BackupPlansListMember[];
713
+ }
714
+ export interface ListBackupSelectionsInput {
715
+ BackupPlanId: string | undefined;
716
+ NextToken?: string;
717
+ MaxResults?: number;
718
+ }
719
+ export interface ListBackupSelectionsOutput {
720
+ NextToken?: string;
721
+ BackupSelectionsList?: BackupSelectionsListMember[];
722
+ }
723
+ export interface ListBackupVaultsInput {
724
+ NextToken?: string;
725
+ MaxResults?: number;
726
+ }
727
+ export interface ListBackupVaultsOutput {
728
+ BackupVaultList?: BackupVaultListMember[];
729
+ NextToken?: string;
730
+ }
731
+ export interface ListCopyJobsInput {
732
+ NextToken?: string;
733
+ MaxResults?: number;
734
+ ByResourceArn?: string;
735
+ ByState?: CopyJobState | string;
736
+ ByCreatedBefore?: Date;
737
+ ByCreatedAfter?: Date;
738
+ ByResourceType?: string;
739
+ ByDestinationVaultArn?: string;
740
+ ByAccountId?: string;
741
+ ByCompleteBefore?: Date;
742
+ ByCompleteAfter?: Date;
743
+ }
744
+ export interface ListCopyJobsOutput {
745
+ CopyJobs?: CopyJob[];
746
+ NextToken?: string;
747
+ }
748
+ export interface ListFrameworksInput {
749
+ MaxResults?: number;
750
+ NextToken?: string;
751
+ }
752
+ export interface Framework {
753
+ FrameworkName?: string;
754
+ FrameworkArn?: string;
755
+ FrameworkDescription?: string;
756
+ NumberOfControls?: number;
757
+ CreationTime?: Date;
758
+ DeploymentStatus?: string;
759
+ }
760
+ export interface ListFrameworksOutput {
761
+ Frameworks?: Framework[];
762
+ NextToken?: string;
763
+ }
764
+ export interface ListProtectedResourcesInput {
765
+ NextToken?: string;
766
+ MaxResults?: number;
767
+ }
768
+ export interface ProtectedResource {
769
+ ResourceArn?: string;
770
+ ResourceType?: string;
771
+ LastBackupTime?: Date;
772
+ }
773
+ export interface ListProtectedResourcesOutput {
774
+ Results?: ProtectedResource[];
775
+ NextToken?: string;
776
+ }
777
+ export interface ListRecoveryPointsByBackupVaultInput {
778
+ BackupVaultName: string | undefined;
779
+ NextToken?: string;
780
+ MaxResults?: number;
781
+ ByResourceArn?: string;
782
+ ByResourceType?: string;
783
+ ByBackupPlanId?: string;
784
+ ByCreatedBefore?: Date;
785
+ ByCreatedAfter?: Date;
786
+ }
787
+ export interface RecoveryPointByBackupVault {
788
+ RecoveryPointArn?: string;
789
+ BackupVaultName?: string;
790
+ BackupVaultArn?: string;
791
+ SourceBackupVaultArn?: string;
792
+ ResourceArn?: string;
793
+ ResourceType?: string;
794
+ CreatedBy?: RecoveryPointCreator;
795
+ IamRoleArn?: string;
796
+ Status?: RecoveryPointStatus | string;
797
+ StatusMessage?: string;
798
+ CreationDate?: Date;
799
+ CompletionDate?: Date;
800
+ BackupSizeInBytes?: number;
801
+ CalculatedLifecycle?: CalculatedLifecycle;
802
+ Lifecycle?: Lifecycle;
803
+ EncryptionKeyArn?: string;
804
+ IsEncrypted?: boolean;
805
+ LastRestoreTime?: Date;
806
+ }
807
+ export interface ListRecoveryPointsByBackupVaultOutput {
808
+ NextToken?: string;
809
+ RecoveryPoints?: RecoveryPointByBackupVault[];
810
+ }
811
+ export interface ListRecoveryPointsByResourceInput {
812
+ ResourceArn: string | undefined;
813
+ NextToken?: string;
814
+ MaxResults?: number;
815
+ }
816
+ export interface RecoveryPointByResource {
817
+ RecoveryPointArn?: string;
818
+ CreationDate?: Date;
819
+ Status?: RecoveryPointStatus | string;
820
+ StatusMessage?: string;
821
+ EncryptionKeyArn?: string;
822
+ BackupSizeBytes?: number;
823
+ BackupVaultName?: string;
824
+ }
825
+ export interface ListRecoveryPointsByResourceOutput {
826
+ NextToken?: string;
827
+ RecoveryPoints?: RecoveryPointByResource[];
828
+ }
829
+ export interface ListReportJobsInput {
830
+ ByReportPlanName?: string;
831
+ ByCreationBefore?: Date;
832
+ ByCreationAfter?: Date;
833
+ ByStatus?: string;
834
+ MaxResults?: number;
835
+ NextToken?: string;
836
+ }
837
+ export interface ListReportJobsOutput {
838
+ ReportJobs?: ReportJob[];
839
+ NextToken?: string;
840
+ }
841
+ export interface ListReportPlansInput {
842
+ MaxResults?: number;
843
+ NextToken?: string;
844
+ }
845
+ export interface ListReportPlansOutput {
846
+ ReportPlans?: ReportPlan[];
847
+ NextToken?: string;
848
+ }
849
+ export interface ListRestoreJobsInput {
850
+ NextToken?: string;
851
+ MaxResults?: number;
852
+ ByAccountId?: string;
853
+ ByCreatedBefore?: Date;
854
+ ByCreatedAfter?: Date;
855
+ ByStatus?: RestoreJobStatus | string;
856
+ ByCompleteBefore?: Date;
857
+ ByCompleteAfter?: Date;
858
+ }
859
+ export interface RestoreJobsListMember {
860
+ AccountId?: string;
861
+ RestoreJobId?: string;
862
+ RecoveryPointArn?: string;
863
+ CreationDate?: Date;
864
+ CompletionDate?: Date;
865
+ Status?: RestoreJobStatus | string;
866
+ StatusMessage?: string;
867
+ PercentDone?: string;
868
+ BackupSizeInBytes?: number;
869
+ IamRoleArn?: string;
870
+ ExpectedCompletionTimeMinutes?: number;
871
+ CreatedResourceArn?: string;
872
+ ResourceType?: string;
873
+ }
874
+ export interface ListRestoreJobsOutput {
875
+ RestoreJobs?: RestoreJobsListMember[];
876
+ NextToken?: string;
877
+ }
878
+ export interface ListTagsInput {
879
+ ResourceArn: string | undefined;
880
+ NextToken?: string;
881
+ MaxResults?: number;
882
+ }
883
+ export interface ListTagsOutput {
884
+ NextToken?: string;
885
+ Tags?: Record<string, string>;
886
+ }
887
+ export interface PutBackupVaultAccessPolicyInput {
888
+ BackupVaultName: string | undefined;
889
+ Policy?: string;
890
+ }
891
+ export interface PutBackupVaultLockConfigurationInput {
892
+ BackupVaultName: string | undefined;
893
+ MinRetentionDays?: number;
894
+ MaxRetentionDays?: number;
895
+ ChangeableForDays?: number;
896
+ }
897
+ export interface PutBackupVaultNotificationsInput {
898
+ BackupVaultName: string | undefined;
899
+ SNSTopicArn: string | undefined;
900
+ BackupVaultEvents: (BackupVaultEvent | string)[] | undefined;
901
+ }
902
+ export interface StartBackupJobInput {
903
+ BackupVaultName: string | undefined;
904
+ ResourceArn: string | undefined;
905
+ IamRoleArn: string | undefined;
906
+ IdempotencyToken?: string;
907
+ StartWindowMinutes?: number;
908
+ CompleteWindowMinutes?: number;
909
+ Lifecycle?: Lifecycle;
910
+ RecoveryPointTags?: Record<string, string>;
911
+ BackupOptions?: Record<string, string>;
912
+ }
913
+ export interface StartBackupJobOutput {
914
+ BackupJobId?: string;
915
+ RecoveryPointArn?: string;
916
+ CreationDate?: Date;
917
+ }
918
+ export interface StartCopyJobInput {
919
+ RecoveryPointArn: string | undefined;
920
+ SourceBackupVaultName: string | undefined;
921
+ DestinationBackupVaultArn: string | undefined;
922
+ IamRoleArn: string | undefined;
923
+ IdempotencyToken?: string;
924
+ Lifecycle?: Lifecycle;
925
+ }
926
+ export interface StartCopyJobOutput {
927
+ CopyJobId?: string;
928
+ CreationDate?: Date;
929
+ }
930
+ export interface StartReportJobInput {
931
+ ReportPlanName: string | undefined;
932
+ IdempotencyToken?: string;
933
+ }
934
+ export interface StartReportJobOutput {
935
+ ReportJobId?: string;
936
+ }
937
+ export interface StartRestoreJobInput {
938
+ RecoveryPointArn: string | undefined;
939
+ Metadata: Record<string, string> | undefined;
940
+ IamRoleArn?: string;
941
+ IdempotencyToken?: string;
942
+ ResourceType?: string;
943
+ }
944
+ export interface StartRestoreJobOutput {
945
+ RestoreJobId?: string;
946
+ }
947
+ export interface StopBackupJobInput {
948
+ BackupJobId: string | undefined;
949
+ }
950
+ export interface TagResourceInput {
951
+ ResourceArn: string | undefined;
952
+ Tags: Record<string, string> | undefined;
953
+ }
954
+ export interface UntagResourceInput {
955
+ ResourceArn: string | undefined;
956
+ TagKeyList: string[] | undefined;
957
+ }
958
+ export interface UpdateBackupPlanInput {
959
+ BackupPlanId: string | undefined;
960
+ BackupPlan: BackupPlanInput | undefined;
961
+ }
962
+ export interface UpdateBackupPlanOutput {
963
+ BackupPlanId?: string;
964
+ BackupPlanArn?: string;
965
+ CreationDate?: Date;
966
+ VersionId?: string;
967
+ AdvancedBackupSettings?: AdvancedBackupSetting[];
968
+ }
969
+ export interface UpdateFrameworkInput {
970
+ FrameworkName: string | undefined;
971
+ FrameworkDescription?: string;
972
+ FrameworkControls?: FrameworkControl[];
973
+ IdempotencyToken?: string;
974
+ }
975
+ export interface UpdateFrameworkOutput {
976
+ FrameworkName?: string;
977
+ FrameworkArn?: string;
978
+ CreationTime?: Date;
979
+ }
980
+ export interface UpdateGlobalSettingsInput {
981
+ GlobalSettings?: Record<string, string>;
982
+ }
983
+ export interface UpdateRecoveryPointLifecycleInput {
984
+ BackupVaultName: string | undefined;
985
+ RecoveryPointArn: string | undefined;
986
+ Lifecycle?: Lifecycle;
987
+ }
988
+ export interface UpdateRecoveryPointLifecycleOutput {
989
+ BackupVaultArn?: string;
990
+ RecoveryPointArn?: string;
991
+ Lifecycle?: Lifecycle;
992
+ CalculatedLifecycle?: CalculatedLifecycle;
993
+ }
994
+ export interface UpdateRegionSettingsInput {
995
+ ResourceTypeOptInPreference?: Record<string, boolean>;
996
+ ResourceTypeManagementPreference?: Record<string, boolean>;
997
+ }
998
+ export interface UpdateReportPlanInput {
999
+ ReportPlanName: string | undefined;
1000
+ ReportPlanDescription?: string;
1001
+ ReportDeliveryChannel?: ReportDeliveryChannel;
1002
+ ReportSetting?: ReportSetting;
1003
+ IdempotencyToken?: string;
1004
+ }
1005
+ export interface UpdateReportPlanOutput {
1006
+ ReportPlanName?: string;
1007
+ ReportPlanArn?: string;
1008
+ CreationTime?: Date;
1009
+ }
1010
+ export declare const AdvancedBackupSettingFilterSensitiveLog: (
1011
+ obj: AdvancedBackupSetting
1012
+ ) => any;
1013
+ export declare const RecoveryPointCreatorFilterSensitiveLog: (
1014
+ obj: RecoveryPointCreator
1015
+ ) => any;
1016
+ export declare const BackupJobFilterSensitiveLog: (obj: BackupJob) => any;
1017
+ export declare const LifecycleFilterSensitiveLog: (obj: Lifecycle) => any;
1018
+ export declare const CopyActionFilterSensitiveLog: (obj: CopyAction) => any;
1019
+ export declare const BackupRuleFilterSensitiveLog: (obj: BackupRule) => any;
1020
+ export declare const BackupPlanFilterSensitiveLog: (obj: BackupPlan) => any;
1021
+ export declare const BackupRuleInputFilterSensitiveLog: (
1022
+ obj: BackupRuleInput
1023
+ ) => any;
1024
+ export declare const BackupPlanInputFilterSensitiveLog: (
1025
+ obj: BackupPlanInput
1026
+ ) => any;
1027
+ export declare const BackupPlansListMemberFilterSensitiveLog: (
1028
+ obj: BackupPlansListMember
1029
+ ) => any;
1030
+ export declare const BackupPlanTemplatesListMemberFilterSensitiveLog: (
1031
+ obj: BackupPlanTemplatesListMember
1032
+ ) => any;
1033
+ export declare const ConditionParameterFilterSensitiveLog: (
1034
+ obj: ConditionParameter
1035
+ ) => any;
1036
+ export declare const ConditionsFilterSensitiveLog: (obj: Conditions) => any;
1037
+ export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
1038
+ export declare const BackupSelectionFilterSensitiveLog: (
1039
+ obj: BackupSelection
1040
+ ) => any;
1041
+ export declare const BackupSelectionsListMemberFilterSensitiveLog: (
1042
+ obj: BackupSelectionsListMember
1043
+ ) => any;
1044
+ export declare const BackupVaultListMemberFilterSensitiveLog: (
1045
+ obj: BackupVaultListMember
1046
+ ) => any;
1047
+ export declare const CalculatedLifecycleFilterSensitiveLog: (
1048
+ obj: CalculatedLifecycle
1049
+ ) => any;
1050
+ export declare const ControlInputParameterFilterSensitiveLog: (
1051
+ obj: ControlInputParameter
1052
+ ) => any;
1053
+ export declare const ControlScopeFilterSensitiveLog: (obj: ControlScope) => any;
1054
+ export declare const CopyJobFilterSensitiveLog: (obj: CopyJob) => any;
1055
+ export declare const CreateBackupPlanInputFilterSensitiveLog: (
1056
+ obj: CreateBackupPlanInput
1057
+ ) => any;
1058
+ export declare const CreateBackupPlanOutputFilterSensitiveLog: (
1059
+ obj: CreateBackupPlanOutput
1060
+ ) => any;
1061
+ export declare const CreateBackupSelectionInputFilterSensitiveLog: (
1062
+ obj: CreateBackupSelectionInput
1063
+ ) => any;
1064
+ export declare const CreateBackupSelectionOutputFilterSensitiveLog: (
1065
+ obj: CreateBackupSelectionOutput
1066
+ ) => any;
1067
+ export declare const CreateBackupVaultInputFilterSensitiveLog: (
1068
+ obj: CreateBackupVaultInput
1069
+ ) => any;
1070
+ export declare const CreateBackupVaultOutputFilterSensitiveLog: (
1071
+ obj: CreateBackupVaultOutput
1072
+ ) => any;
1073
+ export declare const FrameworkControlFilterSensitiveLog: (
1074
+ obj: FrameworkControl
1075
+ ) => any;
1076
+ export declare const CreateFrameworkInputFilterSensitiveLog: (
1077
+ obj: CreateFrameworkInput
1078
+ ) => any;
1079
+ export declare const CreateFrameworkOutputFilterSensitiveLog: (
1080
+ obj: CreateFrameworkOutput
1081
+ ) => any;
1082
+ export declare const ReportDeliveryChannelFilterSensitiveLog: (
1083
+ obj: ReportDeliveryChannel
1084
+ ) => any;
1085
+ export declare const ReportSettingFilterSensitiveLog: (
1086
+ obj: ReportSetting
1087
+ ) => any;
1088
+ export declare const CreateReportPlanInputFilterSensitiveLog: (
1089
+ obj: CreateReportPlanInput
1090
+ ) => any;
1091
+ export declare const CreateReportPlanOutputFilterSensitiveLog: (
1092
+ obj: CreateReportPlanOutput
1093
+ ) => any;
1094
+ export declare const DeleteBackupPlanInputFilterSensitiveLog: (
1095
+ obj: DeleteBackupPlanInput
1096
+ ) => any;
1097
+ export declare const DeleteBackupPlanOutputFilterSensitiveLog: (
1098
+ obj: DeleteBackupPlanOutput
1099
+ ) => any;
1100
+ export declare const DeleteBackupSelectionInputFilterSensitiveLog: (
1101
+ obj: DeleteBackupSelectionInput
1102
+ ) => any;
1103
+ export declare const DeleteBackupVaultInputFilterSensitiveLog: (
1104
+ obj: DeleteBackupVaultInput
1105
+ ) => any;
1106
+ export declare const DeleteBackupVaultAccessPolicyInputFilterSensitiveLog: (
1107
+ obj: DeleteBackupVaultAccessPolicyInput
1108
+ ) => any;
1109
+ export declare const DeleteBackupVaultLockConfigurationInputFilterSensitiveLog: (
1110
+ obj: DeleteBackupVaultLockConfigurationInput
1111
+ ) => any;
1112
+ export declare const DeleteBackupVaultNotificationsInputFilterSensitiveLog: (
1113
+ obj: DeleteBackupVaultNotificationsInput
1114
+ ) => any;
1115
+ export declare const DeleteFrameworkInputFilterSensitiveLog: (
1116
+ obj: DeleteFrameworkInput
1117
+ ) => any;
1118
+ export declare const DeleteRecoveryPointInputFilterSensitiveLog: (
1119
+ obj: DeleteRecoveryPointInput
1120
+ ) => any;
1121
+ export declare const DeleteReportPlanInputFilterSensitiveLog: (
1122
+ obj: DeleteReportPlanInput
1123
+ ) => any;
1124
+ export declare const DescribeBackupJobInputFilterSensitiveLog: (
1125
+ obj: DescribeBackupJobInput
1126
+ ) => any;
1127
+ export declare const DescribeBackupJobOutputFilterSensitiveLog: (
1128
+ obj: DescribeBackupJobOutput
1129
+ ) => any;
1130
+ export declare const DescribeBackupVaultInputFilterSensitiveLog: (
1131
+ obj: DescribeBackupVaultInput
1132
+ ) => any;
1133
+ export declare const DescribeBackupVaultOutputFilterSensitiveLog: (
1134
+ obj: DescribeBackupVaultOutput
1135
+ ) => any;
1136
+ export declare const DescribeCopyJobInputFilterSensitiveLog: (
1137
+ obj: DescribeCopyJobInput
1138
+ ) => any;
1139
+ export declare const DescribeCopyJobOutputFilterSensitiveLog: (
1140
+ obj: DescribeCopyJobOutput
1141
+ ) => any;
1142
+ export declare const DescribeFrameworkInputFilterSensitiveLog: (
1143
+ obj: DescribeFrameworkInput
1144
+ ) => any;
1145
+ export declare const DescribeFrameworkOutputFilterSensitiveLog: (
1146
+ obj: DescribeFrameworkOutput
1147
+ ) => any;
1148
+ export declare const DescribeGlobalSettingsInputFilterSensitiveLog: (
1149
+ obj: DescribeGlobalSettingsInput
1150
+ ) => any;
1151
+ export declare const DescribeGlobalSettingsOutputFilterSensitiveLog: (
1152
+ obj: DescribeGlobalSettingsOutput
1153
+ ) => any;
1154
+ export declare const DescribeProtectedResourceInputFilterSensitiveLog: (
1155
+ obj: DescribeProtectedResourceInput
1156
+ ) => any;
1157
+ export declare const DescribeProtectedResourceOutputFilterSensitiveLog: (
1158
+ obj: DescribeProtectedResourceOutput
1159
+ ) => any;
1160
+ export declare const DescribeRecoveryPointInputFilterSensitiveLog: (
1161
+ obj: DescribeRecoveryPointInput
1162
+ ) => any;
1163
+ export declare const DescribeRecoveryPointOutputFilterSensitiveLog: (
1164
+ obj: DescribeRecoveryPointOutput
1165
+ ) => any;
1166
+ export declare const DescribeRegionSettingsInputFilterSensitiveLog: (
1167
+ obj: DescribeRegionSettingsInput
1168
+ ) => any;
1169
+ export declare const DescribeRegionSettingsOutputFilterSensitiveLog: (
1170
+ obj: DescribeRegionSettingsOutput
1171
+ ) => any;
1172
+ export declare const DescribeReportJobInputFilterSensitiveLog: (
1173
+ obj: DescribeReportJobInput
1174
+ ) => any;
1175
+ export declare const ReportDestinationFilterSensitiveLog: (
1176
+ obj: ReportDestination
1177
+ ) => any;
1178
+ export declare const ReportJobFilterSensitiveLog: (obj: ReportJob) => any;
1179
+ export declare const DescribeReportJobOutputFilterSensitiveLog: (
1180
+ obj: DescribeReportJobOutput
1181
+ ) => any;
1182
+ export declare const DescribeReportPlanInputFilterSensitiveLog: (
1183
+ obj: DescribeReportPlanInput
1184
+ ) => any;
1185
+ export declare const ReportPlanFilterSensitiveLog: (obj: ReportPlan) => any;
1186
+ export declare const DescribeReportPlanOutputFilterSensitiveLog: (
1187
+ obj: DescribeReportPlanOutput
1188
+ ) => any;
1189
+ export declare const DescribeRestoreJobInputFilterSensitiveLog: (
1190
+ obj: DescribeRestoreJobInput
1191
+ ) => any;
1192
+ export declare const DescribeRestoreJobOutputFilterSensitiveLog: (
1193
+ obj: DescribeRestoreJobOutput
1194
+ ) => any;
1195
+ export declare const DisassociateRecoveryPointInputFilterSensitiveLog: (
1196
+ obj: DisassociateRecoveryPointInput
1197
+ ) => any;
1198
+ export declare const ExportBackupPlanTemplateInputFilterSensitiveLog: (
1199
+ obj: ExportBackupPlanTemplateInput
1200
+ ) => any;
1201
+ export declare const ExportBackupPlanTemplateOutputFilterSensitiveLog: (
1202
+ obj: ExportBackupPlanTemplateOutput
1203
+ ) => any;
1204
+ export declare const GetBackupPlanInputFilterSensitiveLog: (
1205
+ obj: GetBackupPlanInput
1206
+ ) => any;
1207
+ export declare const GetBackupPlanOutputFilterSensitiveLog: (
1208
+ obj: GetBackupPlanOutput
1209
+ ) => any;
1210
+ export declare const GetBackupPlanFromJSONInputFilterSensitiveLog: (
1211
+ obj: GetBackupPlanFromJSONInput
1212
+ ) => any;
1213
+ export declare const GetBackupPlanFromJSONOutputFilterSensitiveLog: (
1214
+ obj: GetBackupPlanFromJSONOutput
1215
+ ) => any;
1216
+ export declare const GetBackupPlanFromTemplateInputFilterSensitiveLog: (
1217
+ obj: GetBackupPlanFromTemplateInput
1218
+ ) => any;
1219
+ export declare const GetBackupPlanFromTemplateOutputFilterSensitiveLog: (
1220
+ obj: GetBackupPlanFromTemplateOutput
1221
+ ) => any;
1222
+ export declare const GetBackupSelectionInputFilterSensitiveLog: (
1223
+ obj: GetBackupSelectionInput
1224
+ ) => any;
1225
+ export declare const GetBackupSelectionOutputFilterSensitiveLog: (
1226
+ obj: GetBackupSelectionOutput
1227
+ ) => any;
1228
+ export declare const GetBackupVaultAccessPolicyInputFilterSensitiveLog: (
1229
+ obj: GetBackupVaultAccessPolicyInput
1230
+ ) => any;
1231
+ export declare const GetBackupVaultAccessPolicyOutputFilterSensitiveLog: (
1232
+ obj: GetBackupVaultAccessPolicyOutput
1233
+ ) => any;
1234
+ export declare const GetBackupVaultNotificationsInputFilterSensitiveLog: (
1235
+ obj: GetBackupVaultNotificationsInput
1236
+ ) => any;
1237
+ export declare const GetBackupVaultNotificationsOutputFilterSensitiveLog: (
1238
+ obj: GetBackupVaultNotificationsOutput
1239
+ ) => any;
1240
+ export declare const GetRecoveryPointRestoreMetadataInputFilterSensitiveLog: (
1241
+ obj: GetRecoveryPointRestoreMetadataInput
1242
+ ) => any;
1243
+ export declare const GetRecoveryPointRestoreMetadataOutputFilterSensitiveLog: (
1244
+ obj: GetRecoveryPointRestoreMetadataOutput
1245
+ ) => any;
1246
+ export declare const GetSupportedResourceTypesOutputFilterSensitiveLog: (
1247
+ obj: GetSupportedResourceTypesOutput
1248
+ ) => any;
1249
+ export declare const ListBackupJobsInputFilterSensitiveLog: (
1250
+ obj: ListBackupJobsInput
1251
+ ) => any;
1252
+ export declare const ListBackupJobsOutputFilterSensitiveLog: (
1253
+ obj: ListBackupJobsOutput
1254
+ ) => any;
1255
+ export declare const ListBackupPlansInputFilterSensitiveLog: (
1256
+ obj: ListBackupPlansInput
1257
+ ) => any;
1258
+ export declare const ListBackupPlansOutputFilterSensitiveLog: (
1259
+ obj: ListBackupPlansOutput
1260
+ ) => any;
1261
+ export declare const ListBackupPlanTemplatesInputFilterSensitiveLog: (
1262
+ obj: ListBackupPlanTemplatesInput
1263
+ ) => any;
1264
+ export declare const ListBackupPlanTemplatesOutputFilterSensitiveLog: (
1265
+ obj: ListBackupPlanTemplatesOutput
1266
+ ) => any;
1267
+ export declare const ListBackupPlanVersionsInputFilterSensitiveLog: (
1268
+ obj: ListBackupPlanVersionsInput
1269
+ ) => any;
1270
+ export declare const ListBackupPlanVersionsOutputFilterSensitiveLog: (
1271
+ obj: ListBackupPlanVersionsOutput
1272
+ ) => any;
1273
+ export declare const ListBackupSelectionsInputFilterSensitiveLog: (
1274
+ obj: ListBackupSelectionsInput
1275
+ ) => any;
1276
+ export declare const ListBackupSelectionsOutputFilterSensitiveLog: (
1277
+ obj: ListBackupSelectionsOutput
1278
+ ) => any;
1279
+ export declare const ListBackupVaultsInputFilterSensitiveLog: (
1280
+ obj: ListBackupVaultsInput
1281
+ ) => any;
1282
+ export declare const ListBackupVaultsOutputFilterSensitiveLog: (
1283
+ obj: ListBackupVaultsOutput
1284
+ ) => any;
1285
+ export declare const ListCopyJobsInputFilterSensitiveLog: (
1286
+ obj: ListCopyJobsInput
1287
+ ) => any;
1288
+ export declare const ListCopyJobsOutputFilterSensitiveLog: (
1289
+ obj: ListCopyJobsOutput
1290
+ ) => any;
1291
+ export declare const ListFrameworksInputFilterSensitiveLog: (
1292
+ obj: ListFrameworksInput
1293
+ ) => any;
1294
+ export declare const FrameworkFilterSensitiveLog: (obj: Framework) => any;
1295
+ export declare const ListFrameworksOutputFilterSensitiveLog: (
1296
+ obj: ListFrameworksOutput
1297
+ ) => any;
1298
+ export declare const ListProtectedResourcesInputFilterSensitiveLog: (
1299
+ obj: ListProtectedResourcesInput
1300
+ ) => any;
1301
+ export declare const ProtectedResourceFilterSensitiveLog: (
1302
+ obj: ProtectedResource
1303
+ ) => any;
1304
+ export declare const ListProtectedResourcesOutputFilterSensitiveLog: (
1305
+ obj: ListProtectedResourcesOutput
1306
+ ) => any;
1307
+ export declare const ListRecoveryPointsByBackupVaultInputFilterSensitiveLog: (
1308
+ obj: ListRecoveryPointsByBackupVaultInput
1309
+ ) => any;
1310
+ export declare const RecoveryPointByBackupVaultFilterSensitiveLog: (
1311
+ obj: RecoveryPointByBackupVault
1312
+ ) => any;
1313
+ export declare const ListRecoveryPointsByBackupVaultOutputFilterSensitiveLog: (
1314
+ obj: ListRecoveryPointsByBackupVaultOutput
1315
+ ) => any;
1316
+ export declare const ListRecoveryPointsByResourceInputFilterSensitiveLog: (
1317
+ obj: ListRecoveryPointsByResourceInput
1318
+ ) => any;
1319
+ export declare const RecoveryPointByResourceFilterSensitiveLog: (
1320
+ obj: RecoveryPointByResource
1321
+ ) => any;
1322
+ export declare const ListRecoveryPointsByResourceOutputFilterSensitiveLog: (
1323
+ obj: ListRecoveryPointsByResourceOutput
1324
+ ) => any;
1325
+ export declare const ListReportJobsInputFilterSensitiveLog: (
1326
+ obj: ListReportJobsInput
1327
+ ) => any;
1328
+ export declare const ListReportJobsOutputFilterSensitiveLog: (
1329
+ obj: ListReportJobsOutput
1330
+ ) => any;
1331
+ export declare const ListReportPlansInputFilterSensitiveLog: (
1332
+ obj: ListReportPlansInput
1333
+ ) => any;
1334
+ export declare const ListReportPlansOutputFilterSensitiveLog: (
1335
+ obj: ListReportPlansOutput
1336
+ ) => any;
1337
+ export declare const ListRestoreJobsInputFilterSensitiveLog: (
1338
+ obj: ListRestoreJobsInput
1339
+ ) => any;
1340
+ export declare const RestoreJobsListMemberFilterSensitiveLog: (
1341
+ obj: RestoreJobsListMember
1342
+ ) => any;
1343
+ export declare const ListRestoreJobsOutputFilterSensitiveLog: (
1344
+ obj: ListRestoreJobsOutput
1345
+ ) => any;
1346
+ export declare const ListTagsInputFilterSensitiveLog: (
1347
+ obj: ListTagsInput
1348
+ ) => any;
1349
+ export declare const ListTagsOutputFilterSensitiveLog: (
1350
+ obj: ListTagsOutput
1351
+ ) => any;
1352
+ export declare const PutBackupVaultAccessPolicyInputFilterSensitiveLog: (
1353
+ obj: PutBackupVaultAccessPolicyInput
1354
+ ) => any;
1355
+ export declare const PutBackupVaultLockConfigurationInputFilterSensitiveLog: (
1356
+ obj: PutBackupVaultLockConfigurationInput
1357
+ ) => any;
1358
+ export declare const PutBackupVaultNotificationsInputFilterSensitiveLog: (
1359
+ obj: PutBackupVaultNotificationsInput
1360
+ ) => any;
1361
+ export declare const StartBackupJobInputFilterSensitiveLog: (
1362
+ obj: StartBackupJobInput
1363
+ ) => any;
1364
+ export declare const StartBackupJobOutputFilterSensitiveLog: (
1365
+ obj: StartBackupJobOutput
1366
+ ) => any;
1367
+ export declare const StartCopyJobInputFilterSensitiveLog: (
1368
+ obj: StartCopyJobInput
1369
+ ) => any;
1370
+ export declare const StartCopyJobOutputFilterSensitiveLog: (
1371
+ obj: StartCopyJobOutput
1372
+ ) => any;
1373
+ export declare const StartReportJobInputFilterSensitiveLog: (
1374
+ obj: StartReportJobInput
1375
+ ) => any;
1376
+ export declare const StartReportJobOutputFilterSensitiveLog: (
1377
+ obj: StartReportJobOutput
1378
+ ) => any;
1379
+ export declare const StartRestoreJobInputFilterSensitiveLog: (
1380
+ obj: StartRestoreJobInput
1381
+ ) => any;
1382
+ export declare const StartRestoreJobOutputFilterSensitiveLog: (
1383
+ obj: StartRestoreJobOutput
1384
+ ) => any;
1385
+ export declare const StopBackupJobInputFilterSensitiveLog: (
1386
+ obj: StopBackupJobInput
1387
+ ) => any;
1388
+ export declare const TagResourceInputFilterSensitiveLog: (
1389
+ obj: TagResourceInput
1390
+ ) => any;
1391
+ export declare const UntagResourceInputFilterSensitiveLog: (
1392
+ obj: UntagResourceInput
1393
+ ) => any;
1394
+ export declare const UpdateBackupPlanInputFilterSensitiveLog: (
1395
+ obj: UpdateBackupPlanInput
1396
+ ) => any;
1397
+ export declare const UpdateBackupPlanOutputFilterSensitiveLog: (
1398
+ obj: UpdateBackupPlanOutput
1399
+ ) => any;
1400
+ export declare const UpdateFrameworkInputFilterSensitiveLog: (
1401
+ obj: UpdateFrameworkInput
1402
+ ) => any;
1403
+ export declare const UpdateFrameworkOutputFilterSensitiveLog: (
1404
+ obj: UpdateFrameworkOutput
1405
+ ) => any;
1406
+ export declare const UpdateGlobalSettingsInputFilterSensitiveLog: (
1407
+ obj: UpdateGlobalSettingsInput
1408
+ ) => any;
1409
+ export declare const UpdateRecoveryPointLifecycleInputFilterSensitiveLog: (
1410
+ obj: UpdateRecoveryPointLifecycleInput
1411
+ ) => any;
1412
+ export declare const UpdateRecoveryPointLifecycleOutputFilterSensitiveLog: (
1413
+ obj: UpdateRecoveryPointLifecycleOutput
1414
+ ) => any;
1415
+ export declare const UpdateRegionSettingsInputFilterSensitiveLog: (
1416
+ obj: UpdateRegionSettingsInput
1417
+ ) => any;
1418
+ export declare const UpdateReportPlanInputFilterSensitiveLog: (
1419
+ obj: UpdateReportPlanInput
1420
+ ) => any;
1421
+ export declare const UpdateReportPlanOutputFilterSensitiveLog: (
1422
+ obj: UpdateReportPlanOutput
1423
+ ) => any;