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