@aws-sdk/client-backup 3.933.0 → 3.935.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 (76) hide show
  1. package/README.md +72 -0
  2. package/dist-cjs/index.js +854 -197
  3. package/dist-es/Backup.js +18 -0
  4. package/dist-es/commands/CreateTieringConfigurationCommand.js +16 -0
  5. package/dist-es/commands/DeleteTieringConfigurationCommand.js +16 -0
  6. package/dist-es/commands/DescribeScanJobCommand.js +16 -0
  7. package/dist-es/commands/GetTieringConfigurationCommand.js +16 -0
  8. package/dist-es/commands/ListScanJobSummariesCommand.js +16 -0
  9. package/dist-es/commands/ListScanJobsCommand.js +16 -0
  10. package/dist-es/commands/ListTieringConfigurationsCommand.js +16 -0
  11. package/dist-es/commands/StartScanJobCommand.js +16 -0
  12. package/dist-es/commands/UpdateTieringConfigurationCommand.js +16 -0
  13. package/dist-es/commands/index.js +9 -0
  14. package/dist-es/index.js +2 -1
  15. package/dist-es/models/enums.js +215 -0
  16. package/dist-es/models/errors.js +205 -0
  17. package/dist-es/models/models_0.js +1 -377
  18. package/dist-es/pagination/ListScanJobSummariesPaginator.js +4 -0
  19. package/dist-es/pagination/ListScanJobsPaginator.js +4 -0
  20. package/dist-es/pagination/ListTieringConfigurationsPaginator.js +4 -0
  21. package/dist-es/pagination/index.js +3 -0
  22. package/dist-es/schemas/schemas_0.js +490 -19
  23. package/dist-types/Backup.d.ts +66 -0
  24. package/dist-types/BackupClient.d.ts +11 -2
  25. package/dist-types/commands/CreateBackupPlanCommand.d.ts +15 -0
  26. package/dist-types/commands/CreateTieringConfigurationCommand.d.ts +115 -0
  27. package/dist-types/commands/DeleteTieringConfigurationCommand.d.ts +85 -0
  28. package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +10 -0
  29. package/dist-types/commands/DescribeScanJobCommand.d.ts +113 -0
  30. package/dist-types/commands/GetBackupPlanCommand.d.ts +15 -0
  31. package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +15 -0
  32. package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +15 -0
  33. package/dist-types/commands/GetTieringConfigurationCommand.d.ts +105 -0
  34. package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +7 -0
  35. package/dist-types/commands/ListRecoveryPointsByResourceCommand.d.ts +7 -0
  36. package/dist-types/commands/ListScanJobSummariesCommand.d.ts +102 -0
  37. package/dist-types/commands/ListScanJobsCommand.d.ts +123 -0
  38. package/dist-types/commands/ListTieringConfigurationsCommand.d.ts +91 -0
  39. package/dist-types/commands/StartScanJobCommand.d.ts +103 -0
  40. package/dist-types/commands/UpdateBackupPlanCommand.d.ts +24 -0
  41. package/dist-types/commands/UpdateTieringConfigurationCommand.d.ts +134 -0
  42. package/dist-types/commands/index.d.ts +9 -0
  43. package/dist-types/index.d.ts +3 -1
  44. package/dist-types/models/enums.d.ts +479 -0
  45. package/dist-types/models/errors.d.ts +257 -0
  46. package/dist-types/models/models_0.d.ts +1231 -723
  47. package/dist-types/pagination/ListScanJobSummariesPaginator.d.ts +7 -0
  48. package/dist-types/pagination/ListScanJobsPaginator.d.ts +7 -0
  49. package/dist-types/pagination/ListTieringConfigurationsPaginator.d.ts +7 -0
  50. package/dist-types/pagination/index.d.ts +3 -0
  51. package/dist-types/schemas/schemas_0.d.ts +48 -0
  52. package/dist-types/ts3.4/Backup.d.ts +156 -0
  53. package/dist-types/ts3.4/BackupClient.d.ts +56 -2
  54. package/dist-types/ts3.4/commands/CreateTieringConfigurationCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/DeleteTieringConfigurationCommand.d.ts +51 -0
  56. package/dist-types/ts3.4/commands/DescribeScanJobCommand.d.ts +50 -0
  57. package/dist-types/ts3.4/commands/GetTieringConfigurationCommand.d.ts +51 -0
  58. package/dist-types/ts3.4/commands/ListScanJobSummariesCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/ListScanJobsCommand.d.ts +47 -0
  60. package/dist-types/ts3.4/commands/ListTieringConfigurationsCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/StartScanJobCommand.d.ts +47 -0
  62. package/dist-types/ts3.4/commands/UpdateTieringConfigurationCommand.d.ts +51 -0
  63. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  64. package/dist-types/ts3.4/index.d.ts +3 -1
  65. package/dist-types/ts3.4/models/enums.d.ts +268 -0
  66. package/dist-types/ts3.4/models/errors.d.ts +112 -0
  67. package/dist-types/ts3.4/models/models_0.d.ts +243 -324
  68. package/dist-types/ts3.4/pagination/ListScanJobSummariesPaginator.d.ts +11 -0
  69. package/dist-types/ts3.4/pagination/ListScanJobsPaginator.d.ts +11 -0
  70. package/dist-types/ts3.4/pagination/ListTieringConfigurationsPaginator.d.ts +11 -0
  71. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  72. package/dist-types/ts3.4/schemas/schemas_0.d.ts +48 -0
  73. package/package.json +12 -12
  74. package/dist-es/models/index.js +0 -1
  75. package/dist-types/models/index.d.ts +0 -1
  76. package/dist-types/ts3.4/models/index.d.ts +0 -1
@@ -1,5 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { BackupServiceException as __BaseException } from "./BackupServiceException";
1
+ import { AggregationPeriod, BackupJobState, BackupJobStatus, BackupVaultEvent, ConditionType, CopyJobState, CopyJobStatus, EncryptionKeyType, Index, IndexStatus, LegalHoldStatus, LifecycleDeleteAfterEvent, MalwareScanner, MpaRevokeSessionStatus, MpaSessionStatus, RecoveryPointStatus, RestoreDeletionStatus, RestoreJobState, RestoreJobStatus, RestoreTestingRecoveryPointSelectionAlgorithm, RestoreTestingRecoveryPointType, RestoreValidationStatus, RuleExecutionType, ScanFinding, ScanJobState, ScanJobStatus, ScanMode, ScanResourceType, ScanResultStatus, ScanState, StorageClass, VaultState, VaultType } from "./enums";
3
2
  /**
4
3
  * <p>The backup options for each resource type.</p>
5
4
  * @public
@@ -34,51 +33,25 @@ export interface AdvancedBackupSetting {
34
33
  BackupOptions?: Record<string, string> | undefined;
35
34
  }
36
35
  /**
36
+ * <p>Contains aggregated scan results across multiple scan operations, providing a summary of scan status and findings.</p>
37
37
  * @public
38
- * @enum
39
38
  */
40
- export declare const AggregationPeriod: {
41
- readonly FOURTEEN_DAYS: "FOURTEEN_DAYS";
42
- readonly ONE_DAY: "ONE_DAY";
43
- readonly SEVEN_DAYS: "SEVEN_DAYS";
44
- };
45
- /**
46
- * @public
47
- */
48
- export type AggregationPeriod = (typeof AggregationPeriod)[keyof typeof AggregationPeriod];
49
- /**
50
- * <p>The required resource already exists.</p>
51
- * @public
52
- */
53
- export declare class AlreadyExistsException extends __BaseException {
54
- readonly name: "AlreadyExistsException";
55
- readonly $fault: "client";
56
- Code?: string | undefined;
57
- Message?: string | undefined;
58
- /**
59
- * <p></p>
60
- * @public
61
- */
62
- CreatorRequestId?: string | undefined;
39
+ export interface AggregatedScanResult {
63
40
  /**
64
- * <p></p>
41
+ * <p>A Boolean value indicating whether any of the aggregated scans failed.</p>
65
42
  * @public
66
43
  */
67
- Arn?: string | undefined;
44
+ FailedScan?: boolean | undefined;
68
45
  /**
69
- * <p></p>
46
+ * <p>An array of findings discovered across all aggregated scans.</p>
70
47
  * @public
71
48
  */
72
- Type?: string | undefined;
49
+ Findings?: ScanFinding[] | undefined;
73
50
  /**
74
- * <p></p>
51
+ * <p>The timestamp when the aggregated scan result was last computed, in Unix format and Coordinated Universal Time (UTC).</p>
75
52
  * @public
76
53
  */
77
- Context?: string | undefined;
78
- /**
79
- * @internal
80
- */
81
- constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
54
+ LastComputed?: Date | undefined;
82
55
  }
83
56
  /**
84
57
  * @public
@@ -100,128 +73,6 @@ export interface AssociateBackupVaultMpaApprovalTeamInput {
100
73
  */
101
74
  RequesterComment?: string | undefined;
102
75
  }
103
- /**
104
- * <p>Indicates that something is wrong with a parameter's value. For example, the value is
105
- * out of range.</p>
106
- * @public
107
- */
108
- export declare class InvalidParameterValueException extends __BaseException {
109
- readonly name: "InvalidParameterValueException";
110
- readonly $fault: "client";
111
- Code?: string | undefined;
112
- Message?: string | undefined;
113
- /**
114
- * <p></p>
115
- * @public
116
- */
117
- Type?: string | undefined;
118
- /**
119
- * <p></p>
120
- * @public
121
- */
122
- Context?: string | undefined;
123
- /**
124
- * @internal
125
- */
126
- constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
127
- }
128
- /**
129
- * <p>Indicates that something is wrong with the input to the request. For example, a
130
- * parameter is of the wrong type.</p>
131
- * @public
132
- */
133
- export declare class InvalidRequestException extends __BaseException {
134
- readonly name: "InvalidRequestException";
135
- readonly $fault: "client";
136
- Code?: string | undefined;
137
- Message?: string | undefined;
138
- /**
139
- * <p></p>
140
- * @public
141
- */
142
- Type?: string | undefined;
143
- /**
144
- * <p></p>
145
- * @public
146
- */
147
- Context?: string | undefined;
148
- /**
149
- * @internal
150
- */
151
- constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
152
- }
153
- /**
154
- * <p>Indicates that a required parameter is missing.</p>
155
- * @public
156
- */
157
- export declare class MissingParameterValueException extends __BaseException {
158
- readonly name: "MissingParameterValueException";
159
- readonly $fault: "client";
160
- Code?: string | undefined;
161
- Message?: string | undefined;
162
- /**
163
- * <p></p>
164
- * @public
165
- */
166
- Type?: string | undefined;
167
- /**
168
- * <p></p>
169
- * @public
170
- */
171
- Context?: string | undefined;
172
- /**
173
- * @internal
174
- */
175
- constructor(opts: __ExceptionOptionType<MissingParameterValueException, __BaseException>);
176
- }
177
- /**
178
- * <p>A resource that is required for the action doesn't exist.</p>
179
- * @public
180
- */
181
- export declare class ResourceNotFoundException extends __BaseException {
182
- readonly name: "ResourceNotFoundException";
183
- readonly $fault: "client";
184
- Code?: string | undefined;
185
- Message?: string | undefined;
186
- /**
187
- * <p></p>
188
- * @public
189
- */
190
- Type?: string | undefined;
191
- /**
192
- * <p></p>
193
- * @public
194
- */
195
- Context?: string | undefined;
196
- /**
197
- * @internal
198
- */
199
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
200
- }
201
- /**
202
- * <p>The request failed due to a temporary failure of the server.</p>
203
- * @public
204
- */
205
- export declare class ServiceUnavailableException extends __BaseException {
206
- readonly name: "ServiceUnavailableException";
207
- readonly $fault: "server";
208
- Code?: string | undefined;
209
- Message?: string | undefined;
210
- /**
211
- * <p></p>
212
- * @public
213
- */
214
- Type?: string | undefined;
215
- /**
216
- * <p></p>
217
- * @public
218
- */
219
- Context?: string | undefined;
220
- /**
221
- * @internal
222
- */
223
- constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
224
- }
225
76
  /**
226
77
  * <p>Contains information about the backup plan and rule that Backup used to
227
78
  * initiate the recovery point backup.</p>
@@ -272,17 +123,6 @@ export interface RecoveryPointCreator {
272
123
  */
273
124
  BackupRuleTimezone?: string | undefined;
274
125
  }
275
- /**
276
- * @public
277
- * @enum
278
- */
279
- export declare const LifecycleDeleteAfterEvent: {
280
- readonly DELETE_AFTER_COPY: "DELETE_AFTER_COPY";
281
- };
282
- /**
283
- * @public
284
- */
285
- export type LifecycleDeleteAfterEvent = (typeof LifecycleDeleteAfterEvent)[keyof typeof LifecycleDeleteAfterEvent];
286
126
  /**
287
127
  * <p>Specifies the time period, in days, before a recovery point transitions to cold storage
288
128
  * or is deleted.</p>
@@ -324,25 +164,6 @@ export interface Lifecycle {
324
164
  */
325
165
  DeleteAfterEvent?: LifecycleDeleteAfterEvent | undefined;
326
166
  }
327
- /**
328
- * @public
329
- * @enum
330
- */
331
- export declare const BackupJobState: {
332
- readonly ABORTED: "ABORTED";
333
- readonly ABORTING: "ABORTING";
334
- readonly COMPLETED: "COMPLETED";
335
- readonly CREATED: "CREATED";
336
- readonly EXPIRED: "EXPIRED";
337
- readonly FAILED: "FAILED";
338
- readonly PARTIAL: "PARTIAL";
339
- readonly PENDING: "PENDING";
340
- readonly RUNNING: "RUNNING";
341
- };
342
- /**
343
- * @public
344
- */
345
- export type BackupJobState = (typeof BackupJobState)[keyof typeof BackupJobState];
346
167
  /**
347
168
  * <p>Contains detailed information about a backup job.</p>
348
169
  * @public
@@ -593,27 +414,6 @@ export interface BackupJob {
593
414
  */
594
415
  MessageCategory?: string | undefined;
595
416
  }
596
- /**
597
- * @public
598
- * @enum
599
- */
600
- export declare const BackupJobStatus: {
601
- readonly ABORTED: "ABORTED";
602
- readonly ABORTING: "ABORTING";
603
- readonly AGGREGATE_ALL: "AGGREGATE_ALL";
604
- readonly ANY: "ANY";
605
- readonly COMPLETED: "COMPLETED";
606
- readonly CREATED: "CREATED";
607
- readonly EXPIRED: "EXPIRED";
608
- readonly FAILED: "FAILED";
609
- readonly PARTIAL: "PARTIAL";
610
- readonly PENDING: "PENDING";
611
- readonly RUNNING: "RUNNING";
612
- };
613
- /**
614
- * @public
615
- */
616
- export type BackupJobStatus = (typeof BackupJobStatus)[keyof typeof BackupJobStatus];
617
417
  /**
618
418
  * <p>This is a summary of jobs created
619
419
  * or running within the most recent 30 days.</p>
@@ -733,6 +533,23 @@ export interface IndexAction {
733
533
  */
734
534
  ResourceTypes?: string[] | undefined;
735
535
  }
536
+ /**
537
+ * <p>Defines a scanning action that specifies the malware scanner and scan mode to use.</p>
538
+ * @public
539
+ */
540
+ export interface ScanAction {
541
+ /**
542
+ * <p>The malware scanner to use for the scan action. Currently only <code>GUARDDUTY</code> is supported.</p>
543
+ * @public
544
+ */
545
+ MalwareScanner?: MalwareScanner | undefined;
546
+ /**
547
+ * <p>The scanning mode to use for the scan action.</p>
548
+ * <p>Valid values: <code>FULL_SCAN</code> | <code>INCREMENTAL_SCAN</code>.</p>
549
+ * @public
550
+ */
551
+ ScanMode?: ScanMode | undefined;
552
+ }
736
553
  /**
737
554
  * <p>Specifies a scheduled task used to back up a selection of resources.</p>
738
555
  * @public
@@ -845,6 +662,33 @@ export interface BackupRule {
845
662
  * @public
846
663
  */
847
664
  IndexActions?: IndexAction[] | undefined;
665
+ /**
666
+ * <p>Contains your scanning configuration for the backup rule and includes the malware scanner, and scan mode of either full or incremental.</p>
667
+ * @public
668
+ */
669
+ ScanActions?: ScanAction[] | undefined;
670
+ }
671
+ /**
672
+ * <p>Contains configuration settings for malware scanning, including the scanner type, target resource types, and scanner role.</p>
673
+ * @public
674
+ */
675
+ export interface ScanSetting {
676
+ /**
677
+ * <p>The malware scanner to use for scanning. Currently only <code>GUARDDUTY</code> is supported.</p>
678
+ * @public
679
+ */
680
+ MalwareScanner?: MalwareScanner | undefined;
681
+ /**
682
+ * <p>An array of resource types to be scanned for malware.</p>
683
+ * @public
684
+ */
685
+ ResourceTypes?: string[] | undefined;
686
+ /**
687
+ * <p>The Amazon Resource Name (ARN) of the IAM role that the scanner uses to access resources; for example,
688
+ * <code>arn:aws:iam::123456789012:role/ScannerRole</code>.</p>
689
+ * @public
690
+ */
691
+ ScannerRoleArn?: string | undefined;
848
692
  }
849
693
  /**
850
694
  * <p>Contains an optional backup plan display name and an array of <code>BackupRule</code>
@@ -873,6 +717,11 @@ export interface BackupPlan {
873
717
  * @public
874
718
  */
875
719
  AdvancedBackupSettings?: AdvancedBackupSetting[] | undefined;
720
+ /**
721
+ * <p>Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.</p>
722
+ * @public
723
+ */
724
+ ScanSettings?: ScanSetting[] | undefined;
876
725
  }
877
726
  /**
878
727
  * <p>Specifies a scheduled task used to back up a selection of resources.</p>
@@ -984,6 +833,11 @@ export interface BackupRuleInput {
984
833
  * @public
985
834
  */
986
835
  IndexActions?: IndexAction[] | undefined;
836
+ /**
837
+ * <p>Contains your scanning configuration for the backup rule and includes the malware scanner, and scan mode of either full or incremental.</p>
838
+ * @public
839
+ */
840
+ ScanActions?: ScanAction[] | undefined;
987
841
  }
988
842
  /**
989
843
  * <p>Contains an optional backup plan display name and an array of <code>BackupRule</code>
@@ -1010,6 +864,11 @@ export interface BackupPlanInput {
1010
864
  * @public
1011
865
  */
1012
866
  AdvancedBackupSettings?: AdvancedBackupSetting[] | undefined;
867
+ /**
868
+ * <p>Contains your scanning configuration for the backup rule and includes the malware scanner, and scan mode of either full or incremental.</p>
869
+ * @public
870
+ */
871
+ ScanSettings?: ScanSetting[] | undefined;
1013
872
  }
1014
873
  /**
1015
874
  * <p>Contains metadata about a backup plan.</p>
@@ -1144,17 +1003,6 @@ export interface Conditions {
1144
1003
  */
1145
1004
  StringNotLike?: ConditionParameter[] | undefined;
1146
1005
  }
1147
- /**
1148
- * @public
1149
- * @enum
1150
- */
1151
- export declare const ConditionType: {
1152
- readonly STRINGEQUALS: "STRINGEQUALS";
1153
- };
1154
- /**
1155
- * @public
1156
- */
1157
- export type ConditionType = (typeof ConditionType)[keyof typeof ConditionType];
1158
1006
  /**
1159
1007
  * <p>Contains an array of triplets made up of a condition type (such as
1160
1008
  * <code>StringEquals</code>), a key, and a value. Used to filter resources using their
@@ -1288,75 +1136,6 @@ export interface BackupSelectionsListMember {
1288
1136
  */
1289
1137
  IamRoleArn?: string | undefined;
1290
1138
  }
1291
- /**
1292
- * @public
1293
- * @enum
1294
- */
1295
- export declare const BackupVaultEvent: {
1296
- readonly BACKUP_JOB_COMPLETED: "BACKUP_JOB_COMPLETED";
1297
- readonly BACKUP_JOB_EXPIRED: "BACKUP_JOB_EXPIRED";
1298
- readonly BACKUP_JOB_FAILED: "BACKUP_JOB_FAILED";
1299
- readonly BACKUP_JOB_STARTED: "BACKUP_JOB_STARTED";
1300
- readonly BACKUP_JOB_SUCCESSFUL: "BACKUP_JOB_SUCCESSFUL";
1301
- readonly BACKUP_PLAN_CREATED: "BACKUP_PLAN_CREATED";
1302
- readonly BACKUP_PLAN_MODIFIED: "BACKUP_PLAN_MODIFIED";
1303
- readonly CONTINUOUS_BACKUP_INTERRUPTED: "CONTINUOUS_BACKUP_INTERRUPTED";
1304
- readonly COPY_JOB_FAILED: "COPY_JOB_FAILED";
1305
- readonly COPY_JOB_STARTED: "COPY_JOB_STARTED";
1306
- readonly COPY_JOB_SUCCESSFUL: "COPY_JOB_SUCCESSFUL";
1307
- readonly RECOVERY_POINT_INDEXING_FAILED: "RECOVERY_POINT_INDEXING_FAILED";
1308
- readonly RECOVERY_POINT_INDEX_COMPLETED: "RECOVERY_POINT_INDEX_COMPLETED";
1309
- readonly RECOVERY_POINT_INDEX_DELETED: "RECOVERY_POINT_INDEX_DELETED";
1310
- readonly RECOVERY_POINT_MODIFIED: "RECOVERY_POINT_MODIFIED";
1311
- readonly RESTORE_JOB_COMPLETED: "RESTORE_JOB_COMPLETED";
1312
- readonly RESTORE_JOB_FAILED: "RESTORE_JOB_FAILED";
1313
- readonly RESTORE_JOB_STARTED: "RESTORE_JOB_STARTED";
1314
- readonly RESTORE_JOB_SUCCESSFUL: "RESTORE_JOB_SUCCESSFUL";
1315
- readonly S3_BACKUP_OBJECT_FAILED: "S3_BACKUP_OBJECT_FAILED";
1316
- readonly S3_RESTORE_OBJECT_FAILED: "S3_RESTORE_OBJECT_FAILED";
1317
- };
1318
- /**
1319
- * @public
1320
- */
1321
- export type BackupVaultEvent = (typeof BackupVaultEvent)[keyof typeof BackupVaultEvent];
1322
- /**
1323
- * @public
1324
- * @enum
1325
- */
1326
- export declare const EncryptionKeyType: {
1327
- readonly AWS_OWNED_KMS_KEY: "AWS_OWNED_KMS_KEY";
1328
- readonly CUSTOMER_MANAGED_KMS_KEY: "CUSTOMER_MANAGED_KMS_KEY";
1329
- };
1330
- /**
1331
- * @public
1332
- */
1333
- export type EncryptionKeyType = (typeof EncryptionKeyType)[keyof typeof EncryptionKeyType];
1334
- /**
1335
- * @public
1336
- * @enum
1337
- */
1338
- export declare const VaultState: {
1339
- readonly AVAILABLE: "AVAILABLE";
1340
- readonly CREATING: "CREATING";
1341
- readonly FAILED: "FAILED";
1342
- };
1343
- /**
1344
- * @public
1345
- */
1346
- export type VaultState = (typeof VaultState)[keyof typeof VaultState];
1347
- /**
1348
- * @public
1349
- * @enum
1350
- */
1351
- export declare const VaultType: {
1352
- readonly BACKUP_VAULT: "BACKUP_VAULT";
1353
- readonly LOGICALLY_AIR_GAPPED_BACKUP_VAULT: "LOGICALLY_AIR_GAPPED_BACKUP_VAULT";
1354
- readonly RESTORE_ACCESS_BACKUP_VAULT: "RESTORE_ACCESS_BACKUP_VAULT";
1355
- };
1356
- /**
1357
- * @public
1358
- */
1359
- export type VaultType = (typeof VaultType)[keyof typeof VaultType];
1360
1139
  /**
1361
1140
  * <p>Contains metadata about a backup vault.</p>
1362
1141
  * @public
@@ -1521,56 +1300,6 @@ export interface CancelLegalHoldInput {
1521
1300
  */
1522
1301
  export interface CancelLegalHoldOutput {
1523
1302
  }
1524
- /**
1525
- * <p>Backup is already performing an action on this recovery point. It can't
1526
- * perform the action you requested until the first action finishes. Try again later.</p>
1527
- * @public
1528
- */
1529
- export declare class InvalidResourceStateException extends __BaseException {
1530
- readonly name: "InvalidResourceStateException";
1531
- readonly $fault: "client";
1532
- Code?: string | undefined;
1533
- Message?: string | undefined;
1534
- /**
1535
- * <p></p>
1536
- * @public
1537
- */
1538
- Type?: string | undefined;
1539
- /**
1540
- * <p></p>
1541
- * @public
1542
- */
1543
- Context?: string | undefined;
1544
- /**
1545
- * @internal
1546
- */
1547
- constructor(opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>);
1548
- }
1549
- /**
1550
- * <p>Backup can't perform the action that you requested until it finishes
1551
- * performing a previous action. Try again later.</p>
1552
- * @public
1553
- */
1554
- export declare class ConflictException extends __BaseException {
1555
- readonly name: "ConflictException";
1556
- readonly $fault: "client";
1557
- Code?: string | undefined;
1558
- Message?: string | undefined;
1559
- /**
1560
- * <p></p>
1561
- * @public
1562
- */
1563
- Type?: string | undefined;
1564
- /**
1565
- * <p></p>
1566
- * @public
1567
- */
1568
- Context?: string | undefined;
1569
- /**
1570
- * @internal
1571
- */
1572
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
1573
- }
1574
1303
  /**
1575
1304
  * <p>The parameters for a control. A control can have zero, one, or more than one
1576
1305
  * parameter. An example of a control with two parameters is: "backup plan frequency is at
@@ -1628,21 +1357,6 @@ export interface ControlScope {
1628
1357
  */
1629
1358
  Tags?: Record<string, string> | undefined;
1630
1359
  }
1631
- /**
1632
- * @public
1633
- * @enum
1634
- */
1635
- export declare const CopyJobState: {
1636
- readonly COMPLETED: "COMPLETED";
1637
- readonly CREATED: "CREATED";
1638
- readonly FAILED: "FAILED";
1639
- readonly PARTIAL: "PARTIAL";
1640
- readonly RUNNING: "RUNNING";
1641
- };
1642
- /**
1643
- * @public
1644
- */
1645
- export type CopyJobState = (typeof CopyJobState)[keyof typeof CopyJobState];
1646
1360
  /**
1647
1361
  * <p>Contains detailed information about a copy job.</p>
1648
1362
  * @public
@@ -1826,27 +1540,6 @@ export interface CopyJob {
1826
1540
  */
1827
1541
  MessageCategory?: string | undefined;
1828
1542
  }
1829
- /**
1830
- * @public
1831
- * @enum
1832
- */
1833
- export declare const CopyJobStatus: {
1834
- readonly ABORTED: "ABORTED";
1835
- readonly ABORTING: "ABORTING";
1836
- readonly AGGREGATE_ALL: "AGGREGATE_ALL";
1837
- readonly ANY: "ANY";
1838
- readonly COMPLETED: "COMPLETED";
1839
- readonly COMPLETING: "COMPLETING";
1840
- readonly CREATED: "CREATED";
1841
- readonly FAILED: "FAILED";
1842
- readonly FAILING: "FAILING";
1843
- readonly PARTIAL: "PARTIAL";
1844
- readonly RUNNING: "RUNNING";
1845
- };
1846
- /**
1847
- * @public
1848
- */
1849
- export type CopyJobStatus = (typeof CopyJobStatus)[keyof typeof CopyJobStatus];
1850
1543
  /**
1851
1544
  * <p>This is a summary of copy jobs created
1852
1545
  * or running within the most recent 30 days.</p>
@@ -1975,31 +1668,6 @@ export interface CreateBackupPlanOutput {
1975
1668
  */
1976
1669
  AdvancedBackupSettings?: AdvancedBackupSetting[] | undefined;
1977
1670
  }
1978
- /**
1979
- * <p>A limit in the request has been exceeded; for example, a maximum number of items allowed
1980
- * in a request.</p>
1981
- * @public
1982
- */
1983
- export declare class LimitExceededException extends __BaseException {
1984
- readonly name: "LimitExceededException";
1985
- readonly $fault: "client";
1986
- Code?: string | undefined;
1987
- Message?: string | undefined;
1988
- /**
1989
- * <p></p>
1990
- * @public
1991
- */
1992
- Type?: string | undefined;
1993
- /**
1994
- * <p></p>
1995
- * @public
1996
- */
1997
- Context?: string | undefined;
1998
- /**
1999
- * @internal
2000
- */
2001
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
2002
- }
2003
1671
  /**
2004
1672
  * @public
2005
1673
  */
@@ -2276,20 +1944,6 @@ export interface CreateLegalHoldInput {
2276
1944
  */
2277
1945
  Tags?: Record<string, string> | undefined;
2278
1946
  }
2279
- /**
2280
- * @public
2281
- * @enum
2282
- */
2283
- export declare const LegalHoldStatus: {
2284
- readonly ACTIVE: "ACTIVE";
2285
- readonly CANCELED: "CANCELED";
2286
- readonly CANCELING: "CANCELING";
2287
- readonly CREATING: "CREATING";
2288
- };
2289
- /**
2290
- * @public
2291
- */
2292
- export type LegalHoldStatus = (typeof LegalHoldStatus)[keyof typeof LegalHoldStatus];
2293
1947
  /**
2294
1948
  * @public
2295
1949
  */
@@ -2437,7 +2091,7 @@ export interface ReportSetting {
2437
2091
  * template. The report templates are:</p>
2438
2092
  * <p>
2439
2093
  * <code>RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT |
2440
- * COPY_JOB_REPORT | RESTORE_JOB_REPORT</code>
2094
+ * COPY_JOB_REPORT | RESTORE_JOB_REPORT | SCAN_JOB_REPORT</code>
2441
2095
  * </p>
2442
2096
  * @public
2443
2097
  */
@@ -2498,7 +2152,7 @@ export interface CreateReportPlanInput {
2498
2152
  * template. The report templates are:</p>
2499
2153
  * <p>
2500
2154
  * <code>RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT |
2501
- * COPY_JOB_REPORT | RESTORE_JOB_REPORT</code>
2155
+ * COPY_JOB_REPORT | RESTORE_JOB_REPORT | SCAN_JOB_REPORT </code>
2502
2156
  * </p>
2503
2157
  * <p>If the report template is <code>RESOURCE_COMPLIANCE_REPORT</code> or
2504
2158
  * <code>CONTROL_COMPLIANCE_REPORT</code>, this API resource also describes the report
@@ -2598,30 +2252,6 @@ export interface CreateRestoreAccessBackupVaultOutput {
2598
2252
  */
2599
2253
  CreationDate?: Date | undefined;
2600
2254
  }
2601
- /**
2602
- * @public
2603
- * @enum
2604
- */
2605
- export declare const RestoreTestingRecoveryPointSelectionAlgorithm: {
2606
- readonly LATEST_WITHIN_WINDOW: "LATEST_WITHIN_WINDOW";
2607
- readonly RANDOM_WITHIN_WINDOW: "RANDOM_WITHIN_WINDOW";
2608
- };
2609
- /**
2610
- * @public
2611
- */
2612
- export type RestoreTestingRecoveryPointSelectionAlgorithm = (typeof RestoreTestingRecoveryPointSelectionAlgorithm)[keyof typeof RestoreTestingRecoveryPointSelectionAlgorithm];
2613
- /**
2614
- * @public
2615
- * @enum
2616
- */
2617
- export declare const RestoreTestingRecoveryPointType: {
2618
- readonly CONTINUOUS: "CONTINUOUS";
2619
- readonly SNAPSHOT: "SNAPSHOT";
2620
- };
2621
- /**
2622
- * @public
2623
- */
2624
- export type RestoreTestingRecoveryPointType = (typeof RestoreTestingRecoveryPointType)[keyof typeof RestoreTestingRecoveryPointType];
2625
2255
  /**
2626
2256
  * <p>
2627
2257
  * <code>RecoveryPointSelection</code> has five parameters (three required and two
@@ -3066,56 +2696,161 @@ export interface CreateRestoreTestingSelectionOutput {
3066
2696
  RestoreTestingSelectionName: string | undefined;
3067
2697
  }
3068
2698
  /**
2699
+ * <p>This contains metadata about resource selection for tiering configurations.</p>
2700
+ * <p>You can specify up to 5 different resource selections per tiering configuration.
2701
+ * Data moved to lower-cost tier remains there until deletion (one-way transition).</p>
3069
2702
  * @public
3070
2703
  */
3071
- export interface DeleteBackupPlanInput {
2704
+ export interface ResourceSelection {
3072
2705
  /**
3073
- * <p>Uniquely identifies a backup plan.</p>
2706
+ * <p>An array of strings that either contains ARNs of the associated resources
2707
+ * or contains a wildcard <code>*</code> to specify all resources.
2708
+ * You can specify up to 100 specific resources per tiering configuration.</p>
3074
2709
  * @public
3075
2710
  */
3076
- BackupPlanId: string | undefined;
2711
+ Resources: string[] | undefined;
2712
+ /**
2713
+ * <p>The number of days after creation within a backup vault that an object can transition to the low cost warm storage tier.
2714
+ * Must be a positive integer between 60 and 36500 days.</p>
2715
+ * @public
2716
+ */
2717
+ TieringDownSettingsInDays: number | undefined;
2718
+ /**
2719
+ * <p>The type of Amazon Web Services resource; for example, <code>S3</code> for Amazon S3.
2720
+ * For tiering configurations, this is currently limited to <code>S3</code>.</p>
2721
+ * @public
2722
+ */
2723
+ ResourceType: string | undefined;
3077
2724
  }
3078
2725
  /**
2726
+ * <p>This contains metadata about a tiering configuration for create operations.</p>
3079
2727
  * @public
3080
2728
  */
3081
- export interface DeleteBackupPlanOutput {
3082
- /**
3083
- * <p>Uniquely identifies a backup plan.</p>
3084
- * @public
3085
- */
3086
- BackupPlanId?: string | undefined;
2729
+ export interface TieringConfigurationInputForCreate {
3087
2730
  /**
3088
- * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
3089
- * <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
2731
+ * <p>The unique name of the tiering configuration. This cannot be changed
2732
+ * after creation, and it must consist of only alphanumeric characters and underscores.</p>
3090
2733
  * @public
3091
2734
  */
3092
- BackupPlanArn?: string | undefined;
2735
+ TieringConfigurationName: string | undefined;
3093
2736
  /**
3094
- * <p>The date and time a backup plan is deleted, in Unix format and Coordinated Universal
3095
- * Time (UTC). The value of <code>DeletionDate</code> is accurate to milliseconds. For
3096
- * example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
3097
- * AM.</p>
2737
+ * <p>The name of the backup vault where the tiering configuration applies.
2738
+ * Use <code>*</code> to apply to all backup vaults.</p>
3098
2739
  * @public
3099
2740
  */
3100
- DeletionDate?: Date | undefined;
2741
+ BackupVaultName: string | undefined;
3101
2742
  /**
3102
- * <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes
3103
- * long. Version IDs cannot be edited.</p>
2743
+ * <p>An array of resource selection objects that specify which resources
2744
+ * are included in the tiering configuration and their tiering settings.</p>
3104
2745
  * @public
3105
2746
  */
3106
- VersionId?: string | undefined;
2747
+ ResourceSelection: ResourceSelection[] | undefined;
3107
2748
  }
3108
2749
  /**
3109
2750
  * @public
3110
2751
  */
3111
- export interface DeleteBackupSelectionInput {
2752
+ export interface CreateTieringConfigurationInput {
3112
2753
  /**
3113
- * <p>Uniquely identifies a backup plan.</p>
2754
+ * <p>A tiering configuration must contain a unique <code>TieringConfigurationName</code> string
2755
+ * you create and must contain a <code>BackupVaultName</code> and <code>ResourceSelection</code>.
2756
+ * You may optionally include a <code>CreatorRequestId</code> string.</p>
2757
+ * <p>The <code>TieringConfigurationName</code> is a unique string that is the name of the
2758
+ * tiering configuration. This cannot be changed after creation, and it must consist of only
2759
+ * alphanumeric characters and underscores.</p>
3114
2760
  * @public
3115
2761
  */
3116
- BackupPlanId: string | undefined;
2762
+ TieringConfiguration: TieringConfigurationInputForCreate | undefined;
3117
2763
  /**
3118
- * <p>Uniquely identifies the body of a request to assign a set of resources to a backup
2764
+ * <p>The tags to assign to the tiering configuration.</p>
2765
+ * @public
2766
+ */
2767
+ TieringConfigurationTags?: Record<string, string> | undefined;
2768
+ /**
2769
+ * <p>This is a unique string that identifies the request and
2770
+ * allows failed requests to be retried without the risk of running
2771
+ * the operation twice. This parameter is optional. If used, this
2772
+ * parameter must contain 1 to 50 alphanumeric or '-_.' characters.</p>
2773
+ * @public
2774
+ */
2775
+ CreatorRequestId?: string | undefined;
2776
+ }
2777
+ /**
2778
+ * @public
2779
+ */
2780
+ export interface CreateTieringConfigurationOutput {
2781
+ /**
2782
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies the created
2783
+ * tiering configuration.</p>
2784
+ * @public
2785
+ */
2786
+ TieringConfigurationArn?: string | undefined;
2787
+ /**
2788
+ * <p>This unique string is the name of the tiering configuration.</p>
2789
+ * <p>The name cannot be changed after creation. The name consists of only
2790
+ * alphanumeric characters and underscores. Maximum length is 200.</p>
2791
+ * @public
2792
+ */
2793
+ TieringConfigurationName?: string | undefined;
2794
+ /**
2795
+ * <p>The date and time a tiering configuration was created, in Unix format
2796
+ * and Coordinated Universal Time (UTC). The value of <code>CreationTime</code>
2797
+ * is accurate to milliseconds. For example, the value 1516925490.087 represents
2798
+ * Friday, January 26, 2018 12:11:30.087AM.</p>
2799
+ * @public
2800
+ */
2801
+ CreationTime?: Date | undefined;
2802
+ }
2803
+ /**
2804
+ * @public
2805
+ */
2806
+ export interface DeleteBackupPlanInput {
2807
+ /**
2808
+ * <p>Uniquely identifies a backup plan.</p>
2809
+ * @public
2810
+ */
2811
+ BackupPlanId: string | undefined;
2812
+ }
2813
+ /**
2814
+ * @public
2815
+ */
2816
+ export interface DeleteBackupPlanOutput {
2817
+ /**
2818
+ * <p>Uniquely identifies a backup plan.</p>
2819
+ * @public
2820
+ */
2821
+ BackupPlanId?: string | undefined;
2822
+ /**
2823
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
2824
+ * <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
2825
+ * @public
2826
+ */
2827
+ BackupPlanArn?: string | undefined;
2828
+ /**
2829
+ * <p>The date and time a backup plan is deleted, in Unix format and Coordinated Universal
2830
+ * Time (UTC). The value of <code>DeletionDate</code> is accurate to milliseconds. For
2831
+ * example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
2832
+ * AM.</p>
2833
+ * @public
2834
+ */
2835
+ DeletionDate?: Date | undefined;
2836
+ /**
2837
+ * <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes
2838
+ * long. Version IDs cannot be edited.</p>
2839
+ * @public
2840
+ */
2841
+ VersionId?: string | undefined;
2842
+ }
2843
+ /**
2844
+ * @public
2845
+ */
2846
+ export interface DeleteBackupSelectionInput {
2847
+ /**
2848
+ * <p>Uniquely identifies a backup plan.</p>
2849
+ * @public
2850
+ */
2851
+ BackupPlanId: string | undefined;
2852
+ /**
2853
+ * <p>Uniquely identifies the body of a request to assign a set of resources to a backup
3119
2854
  * plan.</p>
3120
2855
  * @public
3121
2856
  */
@@ -3235,28 +2970,19 @@ export interface DeleteRestoreTestingSelectionInput {
3235
2970
  RestoreTestingSelectionName: string | undefined;
3236
2971
  }
3237
2972
  /**
3238
- * <p>A dependent Amazon Web Services service or resource returned an error to the Backup service, and the action cannot be completed.</p>
3239
2973
  * @public
3240
2974
  */
3241
- export declare class DependencyFailureException extends __BaseException {
3242
- readonly name: "DependencyFailureException";
3243
- readonly $fault: "server";
3244
- Code?: string | undefined;
3245
- Message?: string | undefined;
2975
+ export interface DeleteTieringConfigurationInput {
3246
2976
  /**
3247
- * <p></p>
2977
+ * <p>The unique name of a tiering configuration.</p>
3248
2978
  * @public
3249
2979
  */
3250
- Type?: string | undefined;
3251
- /**
3252
- * <p></p>
3253
- * @public
3254
- */
3255
- Context?: string | undefined;
3256
- /**
3257
- * @internal
3258
- */
3259
- constructor(opts: __ExceptionOptionType<DependencyFailureException, __BaseException>);
2980
+ TieringConfigurationName: string | undefined;
2981
+ }
2982
+ /**
2983
+ * @public
2984
+ */
2985
+ export interface DeleteTieringConfigurationOutput {
3260
2986
  }
3261
2987
  /**
3262
2988
  * @public
@@ -3529,19 +3255,6 @@ export interface DescribeBackupVaultInput {
3529
3255
  */
3530
3256
  BackupVaultAccountId?: string | undefined;
3531
3257
  }
3532
- /**
3533
- * @public
3534
- * @enum
3535
- */
3536
- export declare const MpaSessionStatus: {
3537
- readonly APPROVED: "APPROVED";
3538
- readonly FAILED: "FAILED";
3539
- readonly PENDING: "PENDING";
3540
- };
3541
- /**
3542
- * @public
3543
- */
3544
- export type MpaSessionStatus = (typeof MpaSessionStatus)[keyof typeof MpaSessionStatus];
3545
3258
  /**
3546
3259
  * <p>Contains information about the latest update to an MPA approval team association.</p>
3547
3260
  * @public
@@ -3927,49 +3640,32 @@ export interface DescribeRecoveryPointInput {
3927
3640
  BackupVaultAccountId?: string | undefined;
3928
3641
  }
3929
3642
  /**
3930
- * @public
3931
- * @enum
3932
- */
3933
- export declare const IndexStatus: {
3934
- readonly ACTIVE: "ACTIVE";
3935
- readonly DELETING: "DELETING";
3936
- readonly FAILED: "FAILED";
3937
- readonly PENDING: "PENDING";
3938
- };
3939
- /**
3940
- * @public
3941
- */
3942
- export type IndexStatus = (typeof IndexStatus)[keyof typeof IndexStatus];
3943
- /**
3944
- * @public
3945
- * @enum
3946
- */
3947
- export declare const RecoveryPointStatus: {
3948
- readonly AVAILABLE: "AVAILABLE";
3949
- readonly COMPLETED: "COMPLETED";
3950
- readonly CREATING: "CREATING";
3951
- readonly DELETING: "DELETING";
3952
- readonly EXPIRED: "EXPIRED";
3953
- readonly PARTIAL: "PARTIAL";
3954
- readonly STOPPED: "STOPPED";
3955
- };
3956
- /**
3643
+ * <p>Contains the results of a security scan, including scanner information, scan state, and any findings discovered.</p>
3957
3644
  * @public
3958
3645
  */
3959
- export type RecoveryPointStatus = (typeof RecoveryPointStatus)[keyof typeof RecoveryPointStatus];
3960
- /**
3961
- * @public
3962
- * @enum
3963
- */
3964
- export declare const StorageClass: {
3965
- readonly COLD: "COLD";
3966
- readonly DELETED: "DELETED";
3967
- readonly WARM: "WARM";
3968
- };
3969
- /**
3970
- * @public
3971
- */
3972
- export type StorageClass = (typeof StorageClass)[keyof typeof StorageClass];
3646
+ export interface ScanResult {
3647
+ /**
3648
+ * <p>The malware scanner used to perform the scan. Currently only <code>GUARDDUTY</code> is supported.</p>
3649
+ * @public
3650
+ */
3651
+ MalwareScanner?: MalwareScanner | undefined;
3652
+ /**
3653
+ * <p>The final state of the scan job.</p>
3654
+ * <p>Valid values: <code>COMPLETED</code> | <code>FAILED</code> | <code>CANCELED</code>.</p>
3655
+ * @public
3656
+ */
3657
+ ScanJobState?: ScanJobState | undefined;
3658
+ /**
3659
+ * <p>The timestamp of when the last scan was performed, in Unix format and Coordinated Universal Time (UTC).</p>
3660
+ * @public
3661
+ */
3662
+ LastScanTimestamp?: Date | undefined;
3663
+ /**
3664
+ * <p>An array of findings discovered during the scan.</p>
3665
+ * @public
3666
+ */
3667
+ Findings?: ScanFinding[] | undefined;
3668
+ }
3973
3669
  /**
3974
3670
  * @public
3975
3671
  */
@@ -4208,6 +3904,12 @@ export interface DescribeRecoveryPointOutput {
4208
3904
  * @public
4209
3905
  */
4210
3906
  EncryptionKeyType?: EncryptionKeyType | undefined;
3907
+ /**
3908
+ * <p>Contains the latest scanning results against the recovery point and currently include <code>MalwareScanner</code>, <code>ScanJobState</code>, <code>Findings</code>, and <code>LastScanTimestamp</code>
3909
+ * </p>
3910
+ * @public
3911
+ */
3912
+ ScanResults?: ScanResult[] | undefined;
4211
3913
  }
4212
3914
  /**
4213
3915
  * @public
@@ -4465,48 +4167,6 @@ export interface RestoreJobCreator {
4465
4167
  */
4466
4168
  RestoreTestingPlanArn?: string | undefined;
4467
4169
  }
4468
- /**
4469
- * @public
4470
- * @enum
4471
- */
4472
- export declare const RestoreDeletionStatus: {
4473
- readonly DELETING: "DELETING";
4474
- readonly FAILED: "FAILED";
4475
- readonly SUCCESSFUL: "SUCCESSFUL";
4476
- };
4477
- /**
4478
- * @public
4479
- */
4480
- export type RestoreDeletionStatus = (typeof RestoreDeletionStatus)[keyof typeof RestoreDeletionStatus];
4481
- /**
4482
- * @public
4483
- * @enum
4484
- */
4485
- export declare const RestoreJobStatus: {
4486
- readonly ABORTED: "ABORTED";
4487
- readonly COMPLETED: "COMPLETED";
4488
- readonly FAILED: "FAILED";
4489
- readonly PENDING: "PENDING";
4490
- readonly RUNNING: "RUNNING";
4491
- };
4492
- /**
4493
- * @public
4494
- */
4495
- export type RestoreJobStatus = (typeof RestoreJobStatus)[keyof typeof RestoreJobStatus];
4496
- /**
4497
- * @public
4498
- * @enum
4499
- */
4500
- export declare const RestoreValidationStatus: {
4501
- readonly FAILED: "FAILED";
4502
- readonly SUCCESSFUL: "SUCCESSFUL";
4503
- readonly TIMED_OUT: "TIMED_OUT";
4504
- readonly VALIDATING: "VALIDATING";
4505
- };
4506
- /**
4507
- * @public
4508
- */
4509
- export type RestoreValidationStatus = (typeof RestoreValidationStatus)[keyof typeof RestoreValidationStatus];
4510
4170
  /**
4511
4171
  * @public
4512
4172
  */
@@ -4645,164 +4305,324 @@ export interface DescribeRestoreJobOutput {
4645
4305
  /**
4646
4306
  * @public
4647
4307
  */
4648
- export interface DisassociateBackupVaultMpaApprovalTeamInput {
4649
- /**
4650
- * <p>The name of the backup vault from which to disassociate the MPA approval team.</p>
4651
- * @public
4652
- */
4653
- BackupVaultName: string | undefined;
4308
+ export interface DescribeScanJobInput {
4654
4309
  /**
4655
- * <p>An optional comment explaining the reason for disassociating the MPA approval team from the backup vault.</p>
4310
+ * <p>Uniquely identifies a request to Backup to scan a resource.</p>
4656
4311
  * @public
4657
4312
  */
4658
- RequesterComment?: string | undefined;
4313
+ ScanJobId: string | undefined;
4659
4314
  }
4660
4315
  /**
4316
+ * <p>Contains identifying information about the creation of a scan job, including the backup plan and rule that initiated the scan.</p>
4661
4317
  * @public
4662
4318
  */
4663
- export interface DisassociateRecoveryPointInput {
4319
+ export interface ScanJobCreator {
4664
4320
  /**
4665
- * <p>The unique name of an Backup vault.</p>
4321
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
4322
+ * <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
4666
4323
  * @public
4667
4324
  */
4668
- BackupVaultName: string | undefined;
4325
+ BackupPlanArn: string | undefined;
4669
4326
  /**
4670
- * <p>An Amazon Resource Name (ARN) that uniquely identifies an Backup recovery
4671
- * point.</p>
4327
+ * <p>The ID of the backup plan.</p>
4672
4328
  * @public
4673
4329
  */
4674
- RecoveryPointArn: string | undefined;
4675
- }
4676
- /**
4677
- * @public
4678
- */
4679
- export interface DisassociateRecoveryPointFromParentInput {
4330
+ BackupPlanId: string | undefined;
4680
4331
  /**
4681
- * <p>The name of a logical container where the child (nested) recovery point
4682
- * is stored. Backup vaults are identified by names that are unique to the account used
4683
- * to create them and the Amazon Web Services Region where they are created.</p>
4332
+ * <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes
4333
+ * long. Version IDs cannot be edited.</p>
4684
4334
  * @public
4685
4335
  */
4686
- BackupVaultName: string | undefined;
4336
+ BackupPlanVersion: string | undefined;
4687
4337
  /**
4688
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the child
4689
- * (nested) recovery point; for example,
4690
- * <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.</code>
4691
- * </p>
4338
+ * <p>Uniquely identifies the backup rule that initiated the scan job.</p>
4692
4339
  * @public
4693
4340
  */
4694
- RecoveryPointArn: string | undefined;
4341
+ BackupRuleId: string | undefined;
4695
4342
  }
4696
4343
  /**
4344
+ * <p>Contains information about the results of a scan job.</p>
4697
4345
  * @public
4698
4346
  */
4699
- export interface ExportBackupPlanTemplateInput {
4347
+ export interface ScanResultInfo {
4700
4348
  /**
4701
- * <p>Uniquely identifies a backup plan.</p>
4349
+ * <p>The status of the scan results.</p>
4350
+ * <p>Valid values: <code>THREATS_FOUND</code> | <code>NO_THREATS_FOUND</code>.</p>
4702
4351
  * @public
4703
4352
  */
4704
- BackupPlanId: string | undefined;
4353
+ ScanResultStatus: ScanResultStatus | undefined;
4705
4354
  }
4706
4355
  /**
4707
4356
  * @public
4708
4357
  */
4709
- export interface ExportBackupPlanTemplateOutput {
4358
+ export interface DescribeScanJobOutput {
4710
4359
  /**
4711
- * <p>The body of a backup plan template in JSON format.</p>
4712
- * <note>
4713
- * <p>This is a signed JSON document that cannot be modified before being passed to
4714
- * <code>GetBackupPlanFromJSON.</code>
4715
- * </p>
4716
- * </note>
4360
+ * <p>Returns the account ID that owns the scan job.</p>
4361
+ * <p>Pattern: <code>^[0-9]\{12\}$</code>
4362
+ * </p>
4717
4363
  * @public
4718
4364
  */
4719
- BackupPlanTemplateJson?: string | undefined;
4720
- }
4721
- /**
4722
- * @public
4723
- */
4724
- export interface GetBackupPlanInput {
4365
+ AccountId: string | undefined;
4725
4366
  /**
4726
- * <p>Uniquely identifies a backup plan.</p>
4367
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
4368
+ * <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>
4369
+ * </p>
4727
4370
  * @public
4728
4371
  */
4729
- BackupPlanId: string | undefined;
4372
+ BackupVaultArn: string | undefined;
4730
4373
  /**
4731
- * <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes
4732
- * long. Version IDs cannot be edited.</p>
4374
+ * <p>The name of a logical container where backups are stored. Backup vaults are identified by names that are
4375
+ * unique to the account used to create them and the Amazon Web Services Region where they are created.</p>
4376
+ * <p>Pattern: <code>^[a-zA-Z0-9\-\_\.]\{2,50\}$</code>
4377
+ * </p>
4733
4378
  * @public
4734
4379
  */
4735
- VersionId?: string | undefined;
4380
+ BackupVaultName: string | undefined;
4736
4381
  /**
4737
- * <p>Number of future scheduled backup runs to preview. When set to 0 (default), no scheduled runs preview is included in the response. Valid range is 0-10.</p>
4382
+ * <p>The date and time that a backup index finished creation, in Unix format and Coordinated
4383
+ * Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to milliseconds.
4384
+ * For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
4385
+ * AM.</p>
4738
4386
  * @public
4739
4387
  */
4740
- MaxScheduledRunsPreview?: number | undefined;
4741
- }
4742
- /**
4743
- * @public
4744
- * @enum
4745
- */
4746
- export declare const RuleExecutionType: {
4747
- readonly CONTINUOUS: "CONTINUOUS";
4748
- readonly CONTINUOUS_AND_SNAPSHOTS: "CONTINUOUS_AND_SNAPSHOTS";
4749
- readonly SNAPSHOTS: "SNAPSHOTS";
4750
- };
4751
- /**
4752
- * @public
4753
- */
4754
- export type RuleExecutionType = (typeof RuleExecutionType)[keyof typeof RuleExecutionType];
4755
- /**
4756
- * <p>Contains information about a scheduled backup plan execution, including the execution time, rule type, and associated rule identifier.</p>
4757
- * @public
4758
- */
4759
- export interface ScheduledPlanExecutionMember {
4388
+ CompletionDate?: Date | undefined;
4760
4389
  /**
4761
- * <p>The timestamp when the backup is scheduled to run, in Unix format and Coordinated Universal Time (UTC). The value is accurate to milliseconds.</p>
4390
+ * <p>Contains identifying information about the creation of a scan job, including the backup plan and rule that initiated the scan.</p>
4762
4391
  * @public
4763
4392
  */
4764
- ExecutionTime?: Date | undefined;
4393
+ CreatedBy: ScanJobCreator | undefined;
4765
4394
  /**
4766
- * <p>The unique identifier of the backup rule that will execute at the scheduled time.</p>
4395
+ * <p>The date and time that a backup index finished creation, in Unix format and Coordinated
4396
+ * Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.
4397
+ * For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
4398
+ * AM.</p>
4767
4399
  * @public
4768
4400
  */
4769
- RuleId?: string | undefined;
4401
+ CreationDate: Date | undefined;
4770
4402
  /**
4771
- * <p>The type of backup rule execution. Valid values are <code>CONTINUOUS</code> (point-in-time recovery), <code>SNAPSHOTS</code> (snapshot backups), or <code>CONTINUOUS_AND_SNAPSHOTS</code> (both types combined).</p>
4403
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
4404
+ * <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
4772
4405
  * @public
4773
4406
  */
4774
- RuleExecutionType?: RuleExecutionType | undefined;
4775
- }
4776
- /**
4777
- * @public
4778
- */
4779
- export interface GetBackupPlanOutput {
4407
+ IamRoleArn: string | undefined;
4780
4408
  /**
4781
- * <p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or
4782
- * more sets of <code>Rules</code>.</p>
4409
+ * <p>The scanning engine used for the corresponding scan job. Currently only <code>GUARDUTY</code> is supported.</p>
4783
4410
  * @public
4784
4411
  */
4785
- BackupPlan?: BackupPlan | undefined;
4412
+ MalwareScanner: MalwareScanner | undefined;
4786
4413
  /**
4787
- * <p>Uniquely identifies a backup plan.</p>
4414
+ * <p>An ARN that uniquely identifies the target recovery point for scanning.; for example,
4415
+ * <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
4788
4416
  * @public
4789
4417
  */
4790
- BackupPlanId?: string | undefined;
4418
+ RecoveryPointArn: string | undefined;
4791
4419
  /**
4792
- * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
4793
- * <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
4420
+ * <p>An ARN that uniquely identifies the source resource of the corresponding recovery point ARN.</p>
4794
4421
  * @public
4795
4422
  */
4796
- BackupPlanArn?: string | undefined;
4423
+ ResourceArn: string | undefined;
4797
4424
  /**
4798
- * <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes
4799
- * long. Version IDs cannot be edited.</p>
4425
+ * <p>The non-unique name of the resource that belongs to the specified backup.</p>
4800
4426
  * @public
4801
4427
  */
4802
- VersionId?: string | undefined;
4428
+ ResourceName: string | undefined;
4803
4429
  /**
4804
- * <p>A unique string that identifies the request and allows failed requests to be retried
4805
- * without the risk of running the operation twice. </p>
4430
+ * <p>The type of Amazon Web Services Resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume.</p>
4431
+ * <p>Pattern: <code>^[a-zA-Z0-9\-\_\.]\{1,50\}$</code>
4432
+ * </p>
4433
+ * @public
4434
+ */
4435
+ ResourceType: ScanResourceType | undefined;
4436
+ /**
4437
+ * <p>An ARN that uniquely identifies the base recovery point for scanning. This field will only be populated when an incremental scan job has taken place.</p>
4438
+ * @public
4439
+ */
4440
+ ScanBaseRecoveryPointArn?: string | undefined;
4441
+ /**
4442
+ * <p>The scan ID generated by Amazon GuardDuty for the corresponding Scan Job ID request from Backup.</p>
4443
+ * @public
4444
+ */
4445
+ ScanId?: string | undefined;
4446
+ /**
4447
+ * <p>The scan job ID that uniquely identified the request to Backup.</p>
4448
+ * @public
4449
+ */
4450
+ ScanJobId: string | undefined;
4451
+ /**
4452
+ * <p>Specifies the scan type used for the scan job.</p>
4453
+ * @public
4454
+ */
4455
+ ScanMode: ScanMode | undefined;
4456
+ /**
4457
+ * <p>
4458
+ * Contains the <code>ScanResultsStatus</code> for the scanning job and returns <code>THREATS_FOUND</code> or <code>NO_THREATS_FOUND</code> for completed jobs.</p>
4459
+ * @public
4460
+ */
4461
+ ScanResult?: ScanResultInfo | undefined;
4462
+ /**
4463
+ * <p>Specifies the scanner IAM role ARN used to for the scan job.</p>
4464
+ * @public
4465
+ */
4466
+ ScannerRoleArn: string | undefined;
4467
+ /**
4468
+ * <p>The current state of a scan job.</p>
4469
+ * @public
4470
+ */
4471
+ State: ScanState | undefined;
4472
+ /**
4473
+ * <p>A detailed message explaining the status of the job to back up a resource.</p>
4474
+ * @public
4475
+ */
4476
+ StatusMessage?: string | undefined;
4477
+ }
4478
+ /**
4479
+ * @public
4480
+ */
4481
+ export interface DisassociateBackupVaultMpaApprovalTeamInput {
4482
+ /**
4483
+ * <p>The name of the backup vault from which to disassociate the MPA approval team.</p>
4484
+ * @public
4485
+ */
4486
+ BackupVaultName: string | undefined;
4487
+ /**
4488
+ * <p>An optional comment explaining the reason for disassociating the MPA approval team from the backup vault.</p>
4489
+ * @public
4490
+ */
4491
+ RequesterComment?: string | undefined;
4492
+ }
4493
+ /**
4494
+ * @public
4495
+ */
4496
+ export interface DisassociateRecoveryPointInput {
4497
+ /**
4498
+ * <p>The unique name of an Backup vault.</p>
4499
+ * @public
4500
+ */
4501
+ BackupVaultName: string | undefined;
4502
+ /**
4503
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies an Backup recovery
4504
+ * point.</p>
4505
+ * @public
4506
+ */
4507
+ RecoveryPointArn: string | undefined;
4508
+ }
4509
+ /**
4510
+ * @public
4511
+ */
4512
+ export interface DisassociateRecoveryPointFromParentInput {
4513
+ /**
4514
+ * <p>The name of a logical container where the child (nested) recovery point
4515
+ * is stored. Backup vaults are identified by names that are unique to the account used
4516
+ * to create them and the Amazon Web Services Region where they are created.</p>
4517
+ * @public
4518
+ */
4519
+ BackupVaultName: string | undefined;
4520
+ /**
4521
+ * <p>The Amazon Resource Name (ARN) that uniquely identifies the child
4522
+ * (nested) recovery point; for example,
4523
+ * <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.</code>
4524
+ * </p>
4525
+ * @public
4526
+ */
4527
+ RecoveryPointArn: string | undefined;
4528
+ }
4529
+ /**
4530
+ * @public
4531
+ */
4532
+ export interface ExportBackupPlanTemplateInput {
4533
+ /**
4534
+ * <p>Uniquely identifies a backup plan.</p>
4535
+ * @public
4536
+ */
4537
+ BackupPlanId: string | undefined;
4538
+ }
4539
+ /**
4540
+ * @public
4541
+ */
4542
+ export interface ExportBackupPlanTemplateOutput {
4543
+ /**
4544
+ * <p>The body of a backup plan template in JSON format.</p>
4545
+ * <note>
4546
+ * <p>This is a signed JSON document that cannot be modified before being passed to
4547
+ * <code>GetBackupPlanFromJSON.</code>
4548
+ * </p>
4549
+ * </note>
4550
+ * @public
4551
+ */
4552
+ BackupPlanTemplateJson?: string | undefined;
4553
+ }
4554
+ /**
4555
+ * @public
4556
+ */
4557
+ export interface GetBackupPlanInput {
4558
+ /**
4559
+ * <p>Uniquely identifies a backup plan.</p>
4560
+ * @public
4561
+ */
4562
+ BackupPlanId: string | undefined;
4563
+ /**
4564
+ * <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes
4565
+ * long. Version IDs cannot be edited.</p>
4566
+ * @public
4567
+ */
4568
+ VersionId?: string | undefined;
4569
+ /**
4570
+ * <p>Number of future scheduled backup runs to preview. When set to 0 (default), no scheduled runs preview is included in the response. Valid range is 0-10.</p>
4571
+ * @public
4572
+ */
4573
+ MaxScheduledRunsPreview?: number | undefined;
4574
+ }
4575
+ /**
4576
+ * <p>Contains information about a scheduled backup plan execution, including the execution time, rule type, and associated rule identifier.</p>
4577
+ * @public
4578
+ */
4579
+ export interface ScheduledPlanExecutionMember {
4580
+ /**
4581
+ * <p>The timestamp when the backup is scheduled to run, in Unix format and Coordinated Universal Time (UTC). The value is accurate to milliseconds.</p>
4582
+ * @public
4583
+ */
4584
+ ExecutionTime?: Date | undefined;
4585
+ /**
4586
+ * <p>The unique identifier of the backup rule that will execute at the scheduled time.</p>
4587
+ * @public
4588
+ */
4589
+ RuleId?: string | undefined;
4590
+ /**
4591
+ * <p>The type of backup rule execution. Valid values are <code>CONTINUOUS</code> (point-in-time recovery), <code>SNAPSHOTS</code> (snapshot backups), or <code>CONTINUOUS_AND_SNAPSHOTS</code> (both types combined).</p>
4592
+ * @public
4593
+ */
4594
+ RuleExecutionType?: RuleExecutionType | undefined;
4595
+ }
4596
+ /**
4597
+ * @public
4598
+ */
4599
+ export interface GetBackupPlanOutput {
4600
+ /**
4601
+ * <p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or
4602
+ * more sets of <code>Rules</code>.</p>
4603
+ * @public
4604
+ */
4605
+ BackupPlan?: BackupPlan | undefined;
4606
+ /**
4607
+ * <p>Uniquely identifies a backup plan.</p>
4608
+ * @public
4609
+ */
4610
+ BackupPlanId?: string | undefined;
4611
+ /**
4612
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
4613
+ * <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
4614
+ * @public
4615
+ */
4616
+ BackupPlanArn?: string | undefined;
4617
+ /**
4618
+ * <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes
4619
+ * long. Version IDs cannot be edited.</p>
4620
+ * @public
4621
+ */
4622
+ VersionId?: string | undefined;
4623
+ /**
4624
+ * <p>A unique string that identifies the request and allows failed requests to be retried
4625
+ * without the risk of running the operation twice. </p>
4806
4626
  * @public
4807
4627
  */
4808
4628
  CreatorRequestId?: string | undefined;
@@ -5576,6 +5396,79 @@ export interface GetSupportedResourceTypesOutput {
5576
5396
  */
5577
5397
  ResourceTypes?: string[] | undefined;
5578
5398
  }
5399
+ /**
5400
+ * @public
5401
+ */
5402
+ export interface GetTieringConfigurationInput {
5403
+ /**
5404
+ * <p>The unique name of a tiering configuration.</p>
5405
+ * @public
5406
+ */
5407
+ TieringConfigurationName: string | undefined;
5408
+ }
5409
+ /**
5410
+ * <p>This contains metadata about a tiering configuration.</p>
5411
+ * @public
5412
+ */
5413
+ export interface TieringConfiguration {
5414
+ /**
5415
+ * <p>The unique name of the tiering configuration. This cannot be changed
5416
+ * after creation, and it must consist of only alphanumeric characters and underscores.</p>
5417
+ * @public
5418
+ */
5419
+ TieringConfigurationName: string | undefined;
5420
+ /**
5421
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies the
5422
+ * tiering configuration.</p>
5423
+ * @public
5424
+ */
5425
+ TieringConfigurationArn?: string | undefined;
5426
+ /**
5427
+ * <p>The name of the backup vault where the tiering configuration applies.
5428
+ * Use <code>*</code> to apply to all backup vaults.</p>
5429
+ * @public
5430
+ */
5431
+ BackupVaultName: string | undefined;
5432
+ /**
5433
+ * <p>An array of resource selection objects that specify which resources
5434
+ * are included in the tiering configuration and their tiering settings.</p>
5435
+ * @public
5436
+ */
5437
+ ResourceSelection: ResourceSelection[] | undefined;
5438
+ /**
5439
+ * <p>This is a unique string that identifies the request and
5440
+ * allows failed requests to be retried without the risk of running
5441
+ * the operation twice.</p>
5442
+ * @public
5443
+ */
5444
+ CreatorRequestId?: string | undefined;
5445
+ /**
5446
+ * <p>The date and time a tiering configuration was created, in Unix format
5447
+ * and Coordinated Universal Time (UTC). The value of <code>CreationTime</code>
5448
+ * is accurate to milliseconds. For example, the value 1516925490.087 represents
5449
+ * Friday, January 26, 2018 12:11:30.087AM.</p>
5450
+ * @public
5451
+ */
5452
+ CreationTime?: Date | undefined;
5453
+ /**
5454
+ * <p>The date and time a tiering configuration was updated, in Unix format
5455
+ * and Coordinated Universal Time (UTC). The value of <code>LastUpdatedTime</code>
5456
+ * is accurate to milliseconds. For example, the value 1516925490.087 represents
5457
+ * Friday, January 26, 2018 12:11:30.087AM.</p>
5458
+ * @public
5459
+ */
5460
+ LastUpdatedTime?: Date | undefined;
5461
+ }
5462
+ /**
5463
+ * @public
5464
+ */
5465
+ export interface GetTieringConfigurationOutput {
5466
+ /**
5467
+ * <p>Specifies the body of a tiering configuration. Includes <code>TieringConfigurationName</code>.</p>
5468
+ * @public
5469
+ */
5470
+ TieringConfiguration?: TieringConfiguration | undefined;
5471
+ }
5579
5472
  /**
5580
5473
  * @public
5581
5474
  */
@@ -7202,6 +7095,12 @@ export interface RecoveryPointByBackupVault {
7202
7095
  * @public
7203
7096
  */
7204
7097
  EncryptionKeyType?: EncryptionKeyType | undefined;
7098
+ /**
7099
+ * <p>Contains the latest scanning results against the recovery point and currently include
7100
+ * <code>FailedScan</code>, <code>Findings</code>, <code>LastComputed</code>.</p>
7101
+ * @public
7102
+ */
7103
+ AggregatedScanResult?: AggregatedScanResult | undefined;
7205
7104
  }
7206
7105
  /**
7207
7106
  * @public
@@ -7423,6 +7322,12 @@ export interface RecoveryPointByResource {
7423
7322
  * @public
7424
7323
  */
7425
7324
  EncryptionKeyType?: EncryptionKeyType | undefined;
7325
+ /**
7326
+ * <p>Contains the latest scanning results against the recovery point and currently include
7327
+ * <code>FailedScan</code>, <code>Findings</code>, <code>LastComputed</code>.</p>
7328
+ * @public
7329
+ */
7330
+ AggregatedScanResult?: AggregatedScanResult | undefined;
7426
7331
  }
7427
7332
  /**
7428
7333
  * @public
@@ -7473,8 +7378,11 @@ export interface ListReportJobsInput {
7473
7378
  /**
7474
7379
  * <p>Returns only report jobs that are in the specified status. The statuses are:</p>
7475
7380
  * <p>
7476
- * <code>CREATED | RUNNING | COMPLETED | FAILED</code>
7381
+ * <code>CREATED | RUNNING | COMPLETED | FAILED | COMPLETED_WITH_ISSUES</code>
7477
7382
  * </p>
7383
+ * <p> Please note that only scanning jobs finish with state completed with issues.
7384
+ * For backup jobs this is a console interpretation of a job that finishes in
7385
+ * completed state and has a status message.</p>
7478
7386
  * @public
7479
7387
  */
7480
7388
  ByStatus?: string | undefined;
@@ -7563,18 +7471,6 @@ export interface ListRestoreAccessBackupVaultsInput {
7563
7471
  */
7564
7472
  MaxResults?: number | undefined;
7565
7473
  }
7566
- /**
7567
- * @public
7568
- * @enum
7569
- */
7570
- export declare const MpaRevokeSessionStatus: {
7571
- readonly FAILED: "FAILED";
7572
- readonly PENDING: "PENDING";
7573
- };
7574
- /**
7575
- * @public
7576
- */
7577
- export type MpaRevokeSessionStatus = (typeof MpaRevokeSessionStatus)[keyof typeof MpaRevokeSessionStatus];
7578
7474
  /**
7579
7475
  * <p>Contains information about the latest request to revoke access to a backup vault.</p>
7580
7476
  * @public
@@ -8004,24 +7900,6 @@ export interface ListRestoreJobsByProtectedResourceOutput {
8004
7900
  */
8005
7901
  NextToken?: string | undefined;
8006
7902
  }
8007
- /**
8008
- * @public
8009
- * @enum
8010
- */
8011
- export declare const RestoreJobState: {
8012
- readonly ABORTED: "ABORTED";
8013
- readonly AGGREGATE_ALL: "AGGREGATE_ALL";
8014
- readonly ANY: "ANY";
8015
- readonly COMPLETED: "COMPLETED";
8016
- readonly CREATED: "CREATED";
8017
- readonly FAILED: "FAILED";
8018
- readonly PENDING: "PENDING";
8019
- readonly RUNNING: "RUNNING";
8020
- };
8021
- /**
8022
- * @public
8023
- */
8024
- export type RestoreJobState = (typeof RestoreJobState)[keyof typeof RestoreJobState];
8025
7903
  /**
8026
7904
  * @public
8027
7905
  */
@@ -8395,19 +8273,435 @@ export interface ListRestoreTestingSelectionsOutput {
8395
8273
  /**
8396
8274
  * @public
8397
8275
  */
8398
- export interface ListTagsInput {
8276
+ export interface ListScanJobsInput {
8399
8277
  /**
8400
- * <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
8401
- * depends on the type of resource. Valid targets for <code>ListTags</code> are recovery
8402
- * points, backup plans, and backup vaults.</p>
8278
+ * <p>The account ID to list the jobs from. Returns only backup jobs associated with the specified account ID.</p>
8279
+ * <p>If used from an Amazon Web Services Organizations management account, passing <code>*</code> returns all jobs across the organization.</p>
8280
+ * <p>Pattern: <code>^[0-9]\{12\}$</code>
8281
+ * </p>
8403
8282
  * @public
8404
8283
  */
8405
- ResourceArn: string | undefined;
8284
+ ByAccountId?: string | undefined;
8406
8285
  /**
8407
- * <p>The next item following a partial list of returned items. For example, if a request is
8408
- * made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
8409
- * to return more items in your list starting at the location pointed to by the next
8410
- * token.</p>
8286
+ * <p>Returns only scan jobs that will be stored in the specified backup vault.
8287
+ * Backup vaults are identified by names that are unique to the account
8288
+ * used to create them and the Amazon Web Services Region where they are created.</p>
8289
+ * <p>Pattern: <code>^[a-zA-Z0-9\-\_\.]\{2,50\}$</code>
8290
+ * </p>
8291
+ * @public
8292
+ */
8293
+ ByBackupVaultName?: string | undefined;
8294
+ /**
8295
+ * <p>Returns only scan jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).</p>
8296
+ * @public
8297
+ */
8298
+ ByCompleteAfter?: Date | undefined;
8299
+ /**
8300
+ * <p>Returns only backup jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).</p>
8301
+ * @public
8302
+ */
8303
+ ByCompleteBefore?: Date | undefined;
8304
+ /**
8305
+ * <p>Returns only the scan jobs for the specified malware scanner. Currently only supports <code>GUARDDUTY</code>.</p>
8306
+ * @public
8307
+ */
8308
+ ByMalwareScanner?: MalwareScanner | undefined;
8309
+ /**
8310
+ * <p>Returns only the scan jobs that are ran against the specified recovery point.</p>
8311
+ * @public
8312
+ */
8313
+ ByRecoveryPointArn?: string | undefined;
8314
+ /**
8315
+ * <p>Returns only scan jobs that match the specified resource Amazon Resource Name (ARN).</p>
8316
+ * @public
8317
+ */
8318
+ ByResourceArn?: string | undefined;
8319
+ /**
8320
+ * <p>Returns restore testing selections by the specified restore testing
8321
+ * plan name.</p>
8322
+ * <ul>
8323
+ * <li>
8324
+ * <p>
8325
+ * <code>EBS</code>for Amazon Elastic Block Store</p>
8326
+ * </li>
8327
+ * <li>
8328
+ * <p>
8329
+ * <code>EC2</code>for Amazon Elastic Compute Cloud</p>
8330
+ * </li>
8331
+ * <li>
8332
+ * <p>
8333
+ * <code>S3</code>for Amazon Simple Storage Service (Amazon S3)</p>
8334
+ * </li>
8335
+ * </ul>
8336
+ * <p>Pattern: <code>^[a-zA-Z0-9\-\_\.]\{1,50\}$</code>
8337
+ * </p>
8338
+ * @public
8339
+ */
8340
+ ByResourceType?: ScanResourceType | undefined;
8341
+ /**
8342
+ * <p>Returns only the scan jobs for the specified scan results:</p>
8343
+ * <ul>
8344
+ * <li>
8345
+ * <p>
8346
+ * <code>THREATS_FOUND</code>
8347
+ * </p>
8348
+ * </li>
8349
+ * <li>
8350
+ * <p>
8351
+ * <code>NO_THREATS_FOUND</code>
8352
+ * </p>
8353
+ * </li>
8354
+ * </ul>
8355
+ * @public
8356
+ */
8357
+ ByScanResultStatus?: ScanResultStatus | undefined;
8358
+ /**
8359
+ * <p>Returns only the scan jobs for the specified scanning job state.</p>
8360
+ * @public
8361
+ */
8362
+ ByState?: ScanState | undefined;
8363
+ /**
8364
+ * <p>The maximum number of items to be returned.</p>
8365
+ * <p>Valid Range: Minimum value of 1. Maximum value of 1000.</p>
8366
+ * @public
8367
+ */
8368
+ MaxResults?: number | undefined;
8369
+ /**
8370
+ * <p>The next item following a partial list of returned items. For example, if a request is made to
8371
+ * return <code>MaxResults</code> number of items, <code>NextToken</code> allows you to return more items
8372
+ * in your list starting at the location pointed to by the next token.</p>
8373
+ * @public
8374
+ */
8375
+ NextToken?: string | undefined;
8376
+ }
8377
+ /**
8378
+ * <p>Contains metadata about a scan job, including information about the scanning process, results, and associated resources.</p>
8379
+ * @public
8380
+ */
8381
+ export interface ScanJob {
8382
+ /**
8383
+ * <p>The account ID that owns the scan job.</p>
8384
+ * @public
8385
+ */
8386
+ AccountId: string | undefined;
8387
+ /**
8388
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
8389
+ * <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>.</p>
8390
+ * @public
8391
+ */
8392
+ BackupVaultArn: string | undefined;
8393
+ /**
8394
+ * <p>The name of a logical container where backups are stored. Backup vaults are identified
8395
+ * by names that are unique to the account used to create them and the Amazon Web Services
8396
+ * Region where they are created.</p>
8397
+ * @public
8398
+ */
8399
+ BackupVaultName: string | undefined;
8400
+ /**
8401
+ * <p>The date and time that a scan job is completed, in Unix format and Coordinated
8402
+ * Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to milliseconds.
8403
+ * For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
8404
+ * AM.</p>
8405
+ * @public
8406
+ */
8407
+ CompletionDate?: Date | undefined;
8408
+ /**
8409
+ * <p>Contains identifying information about the creation of a scan job.</p>
8410
+ * @public
8411
+ */
8412
+ CreatedBy: ScanJobCreator | undefined;
8413
+ /**
8414
+ * <p>The date and time that a scan job is created, in Unix format and Coordinated
8415
+ * Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.
8416
+ * For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
8417
+ * AM.</p>
8418
+ * @public
8419
+ */
8420
+ CreationDate: Date | undefined;
8421
+ /**
8422
+ * <p>Specifies the IAM role ARN used to create the scan job; for example,
8423
+ * <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
8424
+ * @public
8425
+ */
8426
+ IamRoleArn: string | undefined;
8427
+ /**
8428
+ * <p>The scanning engine used for the scan job. Currently only <code>GUARDDUTY</code> is supported.</p>
8429
+ * @public
8430
+ */
8431
+ MalwareScanner: MalwareScanner | undefined;
8432
+ /**
8433
+ * <p>An ARN that uniquely identifies the recovery point being scanned; for example,
8434
+ * <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
8435
+ * @public
8436
+ */
8437
+ RecoveryPointArn: string | undefined;
8438
+ /**
8439
+ * <p>An ARN that uniquely identifies the source resource of the recovery point being scanned.</p>
8440
+ * @public
8441
+ */
8442
+ ResourceArn: string | undefined;
8443
+ /**
8444
+ * <p>The non-unique name of the resource that belongs to the specified backup.</p>
8445
+ * @public
8446
+ */
8447
+ ResourceName: string | undefined;
8448
+ /**
8449
+ * <p>The type of Amazon Web Services resource being scanned; for example, an Amazon Elastic Block Store
8450
+ * (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.</p>
8451
+ * @public
8452
+ */
8453
+ ResourceType: ScanResourceType | undefined;
8454
+ /**
8455
+ * <p>An ARN that uniquely identifies the base recovery point for scanning. This field is populated
8456
+ * when an incremental scan job has taken place.</p>
8457
+ * @public
8458
+ */
8459
+ ScanBaseRecoveryPointArn?: string | undefined;
8460
+ /**
8461
+ * <p>The scan ID generated by the malware scanner for the corresponding scan job.</p>
8462
+ * @public
8463
+ */
8464
+ ScanId?: string | undefined;
8465
+ /**
8466
+ * <p>The unique identifier that identifies the scan job request to Backup.</p>
8467
+ * @public
8468
+ */
8469
+ ScanJobId: string | undefined;
8470
+ /**
8471
+ * <p>Specifies the scan type use for the scan job.</p>
8472
+ * <p>Includes:</p>
8473
+ * <p>
8474
+ * <code>FULL_SCAN</code> will scan the entire data lineage within the backup.</p>
8475
+ * <p>
8476
+ * <code>INCREMENTAL_SCAN</code> will scan the data difference between the target recovery point and base recovery point ARN.</p>
8477
+ * @public
8478
+ */
8479
+ ScanMode: ScanMode | undefined;
8480
+ /**
8481
+ * <p>Contains the scan results information, including the status of threats found during scanning.</p>
8482
+ * @public
8483
+ */
8484
+ ScanResult?: ScanResultInfo | undefined;
8485
+ /**
8486
+ * <p>Specifies the scanner IAM role ARN used for the scan job.</p>
8487
+ * @public
8488
+ */
8489
+ ScannerRoleArn: string | undefined;
8490
+ /**
8491
+ * <p>The current state of the scan job.</p>
8492
+ * <p>Valid values: <code>CREATED</code> | <code>RUNNING</code> | <code>COMPLETED</code> |
8493
+ * <code>COMPLETED_WITH_ISSUES</code> | <code>FAILED</code> | <code>CANCELED</code>.</p>
8494
+ * @public
8495
+ */
8496
+ State?: ScanState | undefined;
8497
+ /**
8498
+ * <p>A detailed message explaining the status of the scan job.</p>
8499
+ * @public
8500
+ */
8501
+ StatusMessage?: string | undefined;
8502
+ }
8503
+ /**
8504
+ * @public
8505
+ */
8506
+ export interface ListScanJobsOutput {
8507
+ /**
8508
+ * <p>The next item following a partial list of returned items. For example, if a request is made to
8509
+ * return <code>MaxResults</code> number of items, <code>NextToken</code> allows you to return more items
8510
+ * in your list starting at the location pointed to by the next token.</p>
8511
+ * @public
8512
+ */
8513
+ NextToken?: string | undefined;
8514
+ /**
8515
+ * <p>An array of structures containing metadata about your scan jobs returned in JSON format.</p>
8516
+ * @public
8517
+ */
8518
+ ScanJobs: ScanJob[] | undefined;
8519
+ }
8520
+ /**
8521
+ * @public
8522
+ */
8523
+ export interface ListScanJobSummariesInput {
8524
+ /**
8525
+ * <p>Returns the job count for the specified account.</p>
8526
+ * <p>If the request is sent from a member account or an account not part of Amazon Web Services Organizations, jobs within requestor's account will be returned.</p>
8527
+ * <p>Root, admin, and delegated administrator accounts can use the value <code>ANY</code> to return job counts from every account in the organization.</p>
8528
+ * <p>
8529
+ * <code>AGGREGATE_ALL</code> aggregates job counts from all accounts within the authenticated organization, then returns the sum.</p>
8530
+ * @public
8531
+ */
8532
+ AccountId?: string | undefined;
8533
+ /**
8534
+ * <p>Returns the job count for the specified resource type. Use request
8535
+ * <code>GetSupportedResourceTypes</code> to obtain strings for supported resource types.</p>
8536
+ * <p>The the value <code>ANY</code> returns count of all resource types.</p>
8537
+ * <p>
8538
+ * <code>AGGREGATE_ALL</code> aggregates job counts for all resource types and returns the sum.</p>
8539
+ * @public
8540
+ */
8541
+ ResourceType?: string | undefined;
8542
+ /**
8543
+ * <p>Returns only the scan jobs for the specified malware scanner.
8544
+ * Currently the only MalwareScanner is <code>GUARDDUTY</code>. But the field also supports <code>ANY</code>, and <code>AGGREGATE_ALL</code>.</p>
8545
+ * @public
8546
+ */
8547
+ MalwareScanner?: MalwareScanner | undefined;
8548
+ /**
8549
+ * <p>Returns only the scan jobs for the specified scan results.</p>
8550
+ * @public
8551
+ */
8552
+ ScanResultStatus?: ScanResultStatus | undefined;
8553
+ /**
8554
+ * <p>Returns only the scan jobs for the specified scanning job state.</p>
8555
+ * @public
8556
+ */
8557
+ State?: ScanJobStatus | undefined;
8558
+ /**
8559
+ * <p>The period for the returned results.</p>
8560
+ * <ul>
8561
+ * <li>
8562
+ * <p>
8563
+ * <code>ONE_DAY</code>The daily job count for the prior 1 day.</p>
8564
+ * </li>
8565
+ * <li>
8566
+ * <p>
8567
+ * <code>SEVEN_DAYS</code>The daily job count for the prior 7 days.</p>
8568
+ * </li>
8569
+ * <li>
8570
+ * <p>
8571
+ * <code>FOURTEEN_DAYS</code>The daily job count for the prior 14 days.</p>
8572
+ * </li>
8573
+ * </ul>
8574
+ * @public
8575
+ */
8576
+ AggregationPeriod?: AggregationPeriod | undefined;
8577
+ /**
8578
+ * <p>The maximum number of items to be returned.</p>
8579
+ * <p>The value is an integer. Range of accepted values is from 1 to 500.</p>
8580
+ * @public
8581
+ */
8582
+ MaxResults?: number | undefined;
8583
+ /**
8584
+ * <p>The next item following a partial list of returned items. For example, if a request is made to
8585
+ * return <code>MaxResults</code> number of items, <code>NextToken</code> allows you to return more items
8586
+ * in your list starting at the location pointed to by the next token.</p>
8587
+ * @public
8588
+ */
8589
+ NextToken?: string | undefined;
8590
+ }
8591
+ /**
8592
+ * <p>Contains summary information about scan jobs, including counts and metadata for a specific time period and criteria.</p>
8593
+ * @public
8594
+ */
8595
+ export interface ScanJobSummary {
8596
+ /**
8597
+ * <p>The Amazon Web Services Region where the scan jobs were executed.</p>
8598
+ * @public
8599
+ */
8600
+ Region?: string | undefined;
8601
+ /**
8602
+ * <p>The account ID that owns the scan jobs included in this summary.</p>
8603
+ * @public
8604
+ */
8605
+ AccountId?: string | undefined;
8606
+ /**
8607
+ * <p>The state of the scan jobs included in this summary.</p>
8608
+ * <p>Valid values: <code>CREATED</code> | <code>RUNNING</code> | <code>COMPLETED</code> |
8609
+ * <code>COMPLETED_WITH_ISSUES</code> | <code>FAILED</code> | <code>CANCELED</code>.</p>
8610
+ * @public
8611
+ */
8612
+ State?: ScanJobStatus | undefined;
8613
+ /**
8614
+ * <p>The type of Amazon Web Services resource for the scan jobs included in this summary.</p>
8615
+ * @public
8616
+ */
8617
+ ResourceType?: string | undefined;
8618
+ /**
8619
+ * <p>The number of scan jobs that match the specified criteria.</p>
8620
+ * @public
8621
+ */
8622
+ Count?: number | undefined;
8623
+ /**
8624
+ * <p>The value of time in number format of a job start time.</p>
8625
+ * <p>This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to
8626
+ * milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018
8627
+ * 12:11:30.087 AM.</p>
8628
+ * @public
8629
+ */
8630
+ StartTime?: Date | undefined;
8631
+ /**
8632
+ * <p>The value of time in number format of a job end time.</p>
8633
+ * <p>This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to
8634
+ * milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018
8635
+ * 12:11:30.087 AM.</p>
8636
+ * @public
8637
+ */
8638
+ EndTime?: Date | undefined;
8639
+ /**
8640
+ * <p>Specifies the malware scanner used during the scan job. Currently only supports <code>GUARDDUTY</code>.</p>
8641
+ * @public
8642
+ */
8643
+ MalwareScanner?: MalwareScanner | undefined;
8644
+ /**
8645
+ * <p>The scan result status for the scan jobs included in this summary.</p>
8646
+ * <p>Valid values: <code>THREATS_FOUND</code> | <code>NO_THREATS_FOUND</code>.</p>
8647
+ * @public
8648
+ */
8649
+ ScanResultStatus?: ScanResultStatus | undefined;
8650
+ }
8651
+ /**
8652
+ * @public
8653
+ */
8654
+ export interface ListScanJobSummariesOutput {
8655
+ /**
8656
+ * <p>The summary information.</p>
8657
+ * @public
8658
+ */
8659
+ ScanJobSummaries?: ScanJobSummary[] | undefined;
8660
+ /**
8661
+ * <p>The period for the returned results.</p>
8662
+ * <ul>
8663
+ * <li>
8664
+ * <p>
8665
+ * <code>ONE_DAY</code>The daily job count for the prior 1 day.</p>
8666
+ * </li>
8667
+ * <li>
8668
+ * <p>
8669
+ * <code>SEVEN_DAYS</code>The daily job count for the prior 7 days.</p>
8670
+ * </li>
8671
+ * <li>
8672
+ * <p>
8673
+ * <code>FOURTEEN_DAYS</code>The daily job count for the prior 14 days.</p>
8674
+ * </li>
8675
+ * </ul>
8676
+ * <p>Valid Values: <code>'ONE_DAY'</code> | <code>'SEVEN_DAYS'</code> | <code>'FOURTEEN_DAYS'</code>
8677
+ * </p>
8678
+ * @public
8679
+ */
8680
+ AggregationPeriod?: string | undefined;
8681
+ /**
8682
+ * <p>The next item following a partial list of returned items. For example, if a request is made to
8683
+ * return <code>MaxResults</code> number of items, <code>NextToken</code> allows you to return more items
8684
+ * in your list starting at the location pointed to by the next token.</p>
8685
+ * @public
8686
+ */
8687
+ NextToken?: string | undefined;
8688
+ }
8689
+ /**
8690
+ * @public
8691
+ */
8692
+ export interface ListTagsInput {
8693
+ /**
8694
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
8695
+ * depends on the type of resource. Valid targets for <code>ListTags</code> are recovery
8696
+ * points, backup plans, and backup vaults.</p>
8697
+ * @public
8698
+ */
8699
+ ResourceArn: string | undefined;
8700
+ /**
8701
+ * <p>The next item following a partial list of returned items. For example, if a request is
8702
+ * made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
8703
+ * to return more items in your list starting at the location pointed to by the next
8704
+ * token.</p>
8411
8705
  * @public
8412
8706
  */
8413
8707
  NextToken?: string | undefined;
@@ -8435,6 +8729,81 @@ export interface ListTagsOutput {
8435
8729
  */
8436
8730
  Tags?: Record<string, string> | undefined;
8437
8731
  }
8732
+ /**
8733
+ * @public
8734
+ */
8735
+ export interface ListTieringConfigurationsInput {
8736
+ /**
8737
+ * <p>The maximum number of items to be returned.</p>
8738
+ * @public
8739
+ */
8740
+ MaxResults?: number | undefined;
8741
+ /**
8742
+ * <p>The next item following a partial list of returned items. For example, if a request
8743
+ * is made to return <code>MaxResults</code> number of items, <code>NextToken</code>
8744
+ * allows you to return more items in your list starting at the location pointed to by the
8745
+ * next token.</p>
8746
+ * @public
8747
+ */
8748
+ NextToken?: string | undefined;
8749
+ }
8750
+ /**
8751
+ * <p>This contains metadata about a tiering configuration returned in a list.</p>
8752
+ * @public
8753
+ */
8754
+ export interface TieringConfigurationsListMember {
8755
+ /**
8756
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies the
8757
+ * tiering configuration.</p>
8758
+ * @public
8759
+ */
8760
+ TieringConfigurationArn?: string | undefined;
8761
+ /**
8762
+ * <p>The unique name of the tiering configuration.</p>
8763
+ * @public
8764
+ */
8765
+ TieringConfigurationName?: string | undefined;
8766
+ /**
8767
+ * <p>The name of the backup vault where the tiering configuration applies.
8768
+ * Use <code>*</code> to apply to all backup vaults.</p>
8769
+ * @public
8770
+ */
8771
+ BackupVaultName?: string | undefined;
8772
+ /**
8773
+ * <p>The date and time a tiering configuration was created, in Unix format
8774
+ * and Coordinated Universal Time (UTC). The value of <code>CreationTime</code>
8775
+ * is accurate to milliseconds. For example, the value 1516925490.087 represents
8776
+ * Friday, January 26, 2018 12:11:30.087AM.</p>
8777
+ * @public
8778
+ */
8779
+ CreationTime?: Date | undefined;
8780
+ /**
8781
+ * <p>The date and time a tiering configuration was updated, in Unix format
8782
+ * and Coordinated Universal Time (UTC). The value of <code>LastUpdatedTime</code>
8783
+ * is accurate to milliseconds. For example, the value 1516925490.087 represents
8784
+ * Friday, January 26, 2018 12:11:30.087AM.</p>
8785
+ * @public
8786
+ */
8787
+ LastUpdatedTime?: Date | undefined;
8788
+ }
8789
+ /**
8790
+ * @public
8791
+ */
8792
+ export interface ListTieringConfigurationsOutput {
8793
+ /**
8794
+ * <p>An array of tiering configurations returned by the <code>ListTieringConfigurations</code> call.</p>
8795
+ * @public
8796
+ */
8797
+ TieringConfigurations?: TieringConfigurationsListMember[] | undefined;
8798
+ /**
8799
+ * <p>The next item following a partial list of returned items. For example, if a request
8800
+ * is made to return <code>MaxResults</code> number of items, <code>NextToken</code>
8801
+ * allows you to return more items in your list starting at the location pointed to by the
8802
+ * next token.</p>
8803
+ * @public
8804
+ */
8805
+ NextToken?: string | undefined;
8806
+ }
8438
8807
  /**
8439
8808
  * @public
8440
8809
  */
@@ -8583,18 +8952,6 @@ export interface RevokeRestoreAccessBackupVaultInput {
8583
8952
  */
8584
8953
  RequesterComment?: string | undefined;
8585
8954
  }
8586
- /**
8587
- * @public
8588
- * @enum
8589
- */
8590
- export declare const Index: {
8591
- readonly DISABLED: "DISABLED";
8592
- readonly ENABLED: "ENABLED";
8593
- };
8594
- /**
8595
- * @public
8596
- */
8597
- export type Index = (typeof Index)[keyof typeof Index];
8598
8955
  /**
8599
8956
  * @public
8600
8957
  */
@@ -9049,6 +9406,87 @@ export interface StartRestoreJobOutput {
9049
9406
  */
9050
9407
  RestoreJobId?: string | undefined;
9051
9408
  }
9409
+ /**
9410
+ * @public
9411
+ */
9412
+ export interface StartScanJobInput {
9413
+ /**
9414
+ * <p>The name of a logical container where backups are stored. Backup vaults are identified by names that
9415
+ * are unique to the account used to create them and the Amazon Web Services Region where they are created.</p>
9416
+ * <p>Pattern: <code>^[a-zA-Z0-9\-\_]\{2,50\}$</code>
9417
+ * </p>
9418
+ * @public
9419
+ */
9420
+ BackupVaultName: string | undefined;
9421
+ /**
9422
+ * <p>Specifies the IAM role ARN used to create the target recovery point; for example,
9423
+ * <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
9424
+ * @public
9425
+ */
9426
+ IamRoleArn: string | undefined;
9427
+ /**
9428
+ * <p>A customer-chosen string that you can use to distinguish between otherwise identical
9429
+ * calls to <code>StartScanJob</code>. Retrying a successful request with the same idempotency
9430
+ * token results in a success message with no action taken.</p>
9431
+ * @public
9432
+ */
9433
+ IdempotencyToken?: string | undefined;
9434
+ /**
9435
+ * <p>Specifies the malware scanner used during the scan job. Currently only supports <code>GUARDDUTY</code>.</p>
9436
+ * @public
9437
+ */
9438
+ MalwareScanner: MalwareScanner | undefined;
9439
+ /**
9440
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point. This is your target recovery point for a full scan.
9441
+ * If you are running an incremental scan, this will be your a recovery point which has been created after your base recovery point selection.</p>
9442
+ * @public
9443
+ */
9444
+ RecoveryPointArn: string | undefined;
9445
+ /**
9446
+ * <p>An ARN that uniquely identifies the base recovery point to be used for incremental scanning.</p>
9447
+ * @public
9448
+ */
9449
+ ScanBaseRecoveryPointArn?: string | undefined;
9450
+ /**
9451
+ * <p>Specifies the scan type use for the scan job.</p>
9452
+ * <p>Includes:</p>
9453
+ * <ul>
9454
+ * <li>
9455
+ * <p>
9456
+ * <code>FULL_SCAN</code> will scan the entire data lineage within the backup.</p>
9457
+ * </li>
9458
+ * <li>
9459
+ * <p>
9460
+ * <code>INCREMENTAL_SCAN</code> will scan the data difference between the target recovery point and base recovery point ARN.</p>
9461
+ * </li>
9462
+ * </ul>
9463
+ * @public
9464
+ */
9465
+ ScanMode: ScanMode | undefined;
9466
+ /**
9467
+ * <p>Specified the IAM scanner role ARN.</p>
9468
+ * @public
9469
+ */
9470
+ ScannerRoleArn: string | undefined;
9471
+ }
9472
+ /**
9473
+ * @public
9474
+ */
9475
+ export interface StartScanJobOutput {
9476
+ /**
9477
+ * <p>The date and time that a backup job is created, in Unix format and Coordinated Universal
9478
+ * Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For
9479
+ * example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
9480
+ * AM.</p>
9481
+ * @public
9482
+ */
9483
+ CreationDate: Date | undefined;
9484
+ /**
9485
+ * <p>Uniquely identifies a request to Backup to back up a resource.</p>
9486
+ * @public
9487
+ */
9488
+ ScanJobId: string | undefined;
9489
+ }
9052
9490
  /**
9053
9491
  * @public
9054
9492
  */
@@ -9147,6 +9585,11 @@ export interface UpdateBackupPlanOutput {
9147
9585
  * @public
9148
9586
  */
9149
9587
  AdvancedBackupSettings?: AdvancedBackupSetting[] | undefined;
9588
+ /**
9589
+ * <p>Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.</p>
9590
+ * @public
9591
+ */
9592
+ ScanSettings?: ScanSetting[] | undefined;
9150
9593
  }
9151
9594
  /**
9152
9595
  * @public
@@ -9634,3 +10077,68 @@ export interface UpdateRestoreTestingSelectionOutput {
9634
10077
  */
9635
10078
  UpdateTime: Date | undefined;
9636
10079
  }
10080
+ /**
10081
+ * <p>This contains metadata about a tiering configuration for update operations.</p>
10082
+ * @public
10083
+ */
10084
+ export interface TieringConfigurationInputForUpdate {
10085
+ /**
10086
+ * <p>An array of resource selection objects that specify which resources
10087
+ * are included in the tiering configuration and their tiering settings.</p>
10088
+ * @public
10089
+ */
10090
+ ResourceSelection: ResourceSelection[] | undefined;
10091
+ /**
10092
+ * <p>The name of the backup vault where the tiering configuration applies.
10093
+ * Use <code>*</code> to apply to all backup vaults.</p>
10094
+ * @public
10095
+ */
10096
+ BackupVaultName: string | undefined;
10097
+ }
10098
+ /**
10099
+ * @public
10100
+ */
10101
+ export interface UpdateTieringConfigurationInput {
10102
+ /**
10103
+ * <p>The name of a tiering configuration to update.</p>
10104
+ * @public
10105
+ */
10106
+ TieringConfigurationName: string | undefined;
10107
+ /**
10108
+ * <p>Specifies the body of a tiering configuration.</p>
10109
+ * @public
10110
+ */
10111
+ TieringConfiguration: TieringConfigurationInputForUpdate | undefined;
10112
+ }
10113
+ /**
10114
+ * @public
10115
+ */
10116
+ export interface UpdateTieringConfigurationOutput {
10117
+ /**
10118
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies the updated
10119
+ * tiering configuration.</p>
10120
+ * @public
10121
+ */
10122
+ TieringConfigurationArn?: string | undefined;
10123
+ /**
10124
+ * <p>This unique string is the name of the tiering configuration.</p>
10125
+ * @public
10126
+ */
10127
+ TieringConfigurationName?: string | undefined;
10128
+ /**
10129
+ * <p>The date and time a tiering configuration was created, in Unix format
10130
+ * and Coordinated Universal Time (UTC). The value of <code>CreationTime</code>
10131
+ * is accurate to milliseconds. For example, the value 1516925490.087 represents
10132
+ * Friday, January 26, 2018 12:11:30.087AM.</p>
10133
+ * @public
10134
+ */
10135
+ CreationTime?: Date | undefined;
10136
+ /**
10137
+ * <p>The date and time a tiering configuration was updated, in Unix format
10138
+ * and Coordinated Universal Time (UTC). The value of <code>LastUpdatedTime</code>
10139
+ * is accurate to milliseconds. For example, the value 1516925490.087 represents
10140
+ * Friday, January 26, 2018 12:11:30.087AM.</p>
10141
+ * @public
10142
+ */
10143
+ LastUpdatedTime?: Date | undefined;
10144
+ }