@aws-sdk/client-backup 3.934.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 (58) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/index.js +620 -214
  3. package/dist-es/Backup.js +8 -0
  4. package/dist-es/commands/DescribeScanJobCommand.js +16 -0
  5. package/dist-es/commands/ListScanJobSummariesCommand.js +16 -0
  6. package/dist-es/commands/ListScanJobsCommand.js +16 -0
  7. package/dist-es/commands/StartScanJobCommand.js +16 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/index.js +2 -1
  10. package/dist-es/models/enums.js +215 -0
  11. package/dist-es/models/errors.js +205 -0
  12. package/dist-es/models/models_0.js +1 -377
  13. package/dist-es/pagination/ListScanJobSummariesPaginator.js +4 -0
  14. package/dist-es/pagination/ListScanJobsPaginator.js +4 -0
  15. package/dist-es/pagination/index.js +2 -0
  16. package/dist-es/schemas/schemas_0.js +312 -19
  17. package/dist-types/Backup.d.ts +30 -0
  18. package/dist-types/BackupClient.d.ts +6 -2
  19. package/dist-types/commands/CreateBackupPlanCommand.d.ts +15 -0
  20. package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +10 -0
  21. package/dist-types/commands/DescribeScanJobCommand.d.ts +113 -0
  22. package/dist-types/commands/GetBackupPlanCommand.d.ts +15 -0
  23. package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +15 -0
  24. package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +15 -0
  25. package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +7 -0
  26. package/dist-types/commands/ListRecoveryPointsByResourceCommand.d.ts +7 -0
  27. package/dist-types/commands/ListScanJobSummariesCommand.d.ts +102 -0
  28. package/dist-types/commands/ListScanJobsCommand.d.ts +123 -0
  29. package/dist-types/commands/StartScanJobCommand.d.ts +103 -0
  30. package/dist-types/commands/UpdateBackupPlanCommand.d.ts +24 -0
  31. package/dist-types/commands/index.d.ts +4 -0
  32. package/dist-types/index.d.ts +3 -1
  33. package/dist-types/models/enums.d.ts +479 -0
  34. package/dist-types/models/errors.d.ts +257 -0
  35. package/dist-types/models/models_0.d.ts +844 -669
  36. package/dist-types/pagination/ListScanJobSummariesPaginator.d.ts +7 -0
  37. package/dist-types/pagination/ListScanJobsPaginator.d.ts +7 -0
  38. package/dist-types/pagination/index.d.ts +2 -0
  39. package/dist-types/schemas/schemas_0.d.ts +26 -0
  40. package/dist-types/ts3.4/Backup.d.ts +70 -0
  41. package/dist-types/ts3.4/BackupClient.d.ts +24 -0
  42. package/dist-types/ts3.4/commands/DescribeScanJobCommand.d.ts +50 -0
  43. package/dist-types/ts3.4/commands/ListScanJobSummariesCommand.d.ts +51 -0
  44. package/dist-types/ts3.4/commands/ListScanJobsCommand.d.ts +47 -0
  45. package/dist-types/ts3.4/commands/StartScanJobCommand.d.ts +47 -0
  46. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  47. package/dist-types/ts3.4/index.d.ts +3 -1
  48. package/dist-types/ts3.4/models/enums.d.ts +268 -0
  49. package/dist-types/ts3.4/models/errors.d.ts +112 -0
  50. package/dist-types/ts3.4/models/models_0.d.ts +176 -325
  51. package/dist-types/ts3.4/pagination/ListScanJobSummariesPaginator.d.ts +11 -0
  52. package/dist-types/ts3.4/pagination/ListScanJobsPaginator.d.ts +11 -0
  53. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +26 -0
  55. package/package.json +12 -12
  56. package/dist-es/models/index.js +0 -1
  57. package/dist-types/models/index.d.ts +0 -1
  58. 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
@@ -3354,30 +2984,6 @@ export interface DeleteTieringConfigurationInput {
3354
2984
  */
3355
2985
  export interface DeleteTieringConfigurationOutput {
3356
2986
  }
3357
- /**
3358
- * <p>A dependent Amazon Web Services service or resource returned an error to the Backup service, and the action cannot be completed.</p>
3359
- * @public
3360
- */
3361
- export declare class DependencyFailureException extends __BaseException {
3362
- readonly name: "DependencyFailureException";
3363
- readonly $fault: "server";
3364
- Code?: string | undefined;
3365
- Message?: string | undefined;
3366
- /**
3367
- * <p></p>
3368
- * @public
3369
- */
3370
- Type?: string | undefined;
3371
- /**
3372
- * <p></p>
3373
- * @public
3374
- */
3375
- Context?: string | undefined;
3376
- /**
3377
- * @internal
3378
- */
3379
- constructor(opts: __ExceptionOptionType<DependencyFailureException, __BaseException>);
3380
- }
3381
2987
  /**
3382
2988
  * @public
3383
2989
  */
@@ -3649,19 +3255,6 @@ export interface DescribeBackupVaultInput {
3649
3255
  */
3650
3256
  BackupVaultAccountId?: string | undefined;
3651
3257
  }
3652
- /**
3653
- * @public
3654
- * @enum
3655
- */
3656
- export declare const MpaSessionStatus: {
3657
- readonly APPROVED: "APPROVED";
3658
- readonly FAILED: "FAILED";
3659
- readonly PENDING: "PENDING";
3660
- };
3661
- /**
3662
- * @public
3663
- */
3664
- export type MpaSessionStatus = (typeof MpaSessionStatus)[keyof typeof MpaSessionStatus];
3665
3258
  /**
3666
3259
  * <p>Contains information about the latest update to an MPA approval team association.</p>
3667
3260
  * @public
@@ -4047,49 +3640,32 @@ export interface DescribeRecoveryPointInput {
4047
3640
  BackupVaultAccountId?: string | undefined;
4048
3641
  }
4049
3642
  /**
3643
+ * <p>Contains the results of a security scan, including scanner information, scan state, and any findings discovered.</p>
4050
3644
  * @public
4051
- * @enum
4052
3645
  */
4053
- export declare const IndexStatus: {
4054
- readonly ACTIVE: "ACTIVE";
4055
- readonly DELETING: "DELETING";
4056
- readonly FAILED: "FAILED";
4057
- readonly PENDING: "PENDING";
4058
- };
4059
- /**
4060
- * @public
4061
- */
4062
- export type IndexStatus = (typeof IndexStatus)[keyof typeof IndexStatus];
4063
- /**
4064
- * @public
4065
- * @enum
4066
- */
4067
- export declare const RecoveryPointStatus: {
4068
- readonly AVAILABLE: "AVAILABLE";
4069
- readonly COMPLETED: "COMPLETED";
4070
- readonly CREATING: "CREATING";
4071
- readonly DELETING: "DELETING";
4072
- readonly EXPIRED: "EXPIRED";
4073
- readonly PARTIAL: "PARTIAL";
4074
- readonly STOPPED: "STOPPED";
4075
- };
4076
- /**
4077
- * @public
4078
- */
4079
- export type RecoveryPointStatus = (typeof RecoveryPointStatus)[keyof typeof RecoveryPointStatus];
4080
- /**
4081
- * @public
4082
- * @enum
4083
- */
4084
- export declare const StorageClass: {
4085
- readonly COLD: "COLD";
4086
- readonly DELETED: "DELETED";
4087
- readonly WARM: "WARM";
4088
- };
4089
- /**
4090
- * @public
4091
- */
4092
- 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
+ }
4093
3669
  /**
4094
3670
  * @public
4095
3671
  */
@@ -4328,6 +3904,12 @@ export interface DescribeRecoveryPointOutput {
4328
3904
  * @public
4329
3905
  */
4330
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;
4331
3913
  }
4332
3914
  /**
4333
3915
  * @public
@@ -4585,48 +4167,6 @@ export interface RestoreJobCreator {
4585
4167
  */
4586
4168
  RestoreTestingPlanArn?: string | undefined;
4587
4169
  }
4588
- /**
4589
- * @public
4590
- * @enum
4591
- */
4592
- export declare const RestoreDeletionStatus: {
4593
- readonly DELETING: "DELETING";
4594
- readonly FAILED: "FAILED";
4595
- readonly SUCCESSFUL: "SUCCESSFUL";
4596
- };
4597
- /**
4598
- * @public
4599
- */
4600
- export type RestoreDeletionStatus = (typeof RestoreDeletionStatus)[keyof typeof RestoreDeletionStatus];
4601
- /**
4602
- * @public
4603
- * @enum
4604
- */
4605
- export declare const RestoreJobStatus: {
4606
- readonly ABORTED: "ABORTED";
4607
- readonly COMPLETED: "COMPLETED";
4608
- readonly FAILED: "FAILED";
4609
- readonly PENDING: "PENDING";
4610
- readonly RUNNING: "RUNNING";
4611
- };
4612
- /**
4613
- * @public
4614
- */
4615
- export type RestoreJobStatus = (typeof RestoreJobStatus)[keyof typeof RestoreJobStatus];
4616
- /**
4617
- * @public
4618
- * @enum
4619
- */
4620
- export declare const RestoreValidationStatus: {
4621
- readonly FAILED: "FAILED";
4622
- readonly SUCCESSFUL: "SUCCESSFUL";
4623
- readonly TIMED_OUT: "TIMED_OUT";
4624
- readonly VALIDATING: "VALIDATING";
4625
- };
4626
- /**
4627
- * @public
4628
- */
4629
- export type RestoreValidationStatus = (typeof RestoreValidationStatus)[keyof typeof RestoreValidationStatus];
4630
4170
  /**
4631
4171
  * @public
4632
4172
  */
@@ -4762,6 +4302,179 @@ export interface DescribeRestoreJobOutput {
4762
4302
  */
4763
4303
  ParentJobId?: string | undefined;
4764
4304
  }
4305
+ /**
4306
+ * @public
4307
+ */
4308
+ export interface DescribeScanJobInput {
4309
+ /**
4310
+ * <p>Uniquely identifies a request to Backup to scan a resource.</p>
4311
+ * @public
4312
+ */
4313
+ ScanJobId: string | undefined;
4314
+ }
4315
+ /**
4316
+ * <p>Contains identifying information about the creation of a scan job, including the backup plan and rule that initiated the scan.</p>
4317
+ * @public
4318
+ */
4319
+ export interface ScanJobCreator {
4320
+ /**
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>
4323
+ * @public
4324
+ */
4325
+ BackupPlanArn: string | undefined;
4326
+ /**
4327
+ * <p>The ID of the backup plan.</p>
4328
+ * @public
4329
+ */
4330
+ BackupPlanId: string | undefined;
4331
+ /**
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>
4334
+ * @public
4335
+ */
4336
+ BackupPlanVersion: string | undefined;
4337
+ /**
4338
+ * <p>Uniquely identifies the backup rule that initiated the scan job.</p>
4339
+ * @public
4340
+ */
4341
+ BackupRuleId: string | undefined;
4342
+ }
4343
+ /**
4344
+ * <p>Contains information about the results of a scan job.</p>
4345
+ * @public
4346
+ */
4347
+ export interface ScanResultInfo {
4348
+ /**
4349
+ * <p>The status of the scan results.</p>
4350
+ * <p>Valid values: <code>THREATS_FOUND</code> | <code>NO_THREATS_FOUND</code>.</p>
4351
+ * @public
4352
+ */
4353
+ ScanResultStatus: ScanResultStatus | undefined;
4354
+ }
4355
+ /**
4356
+ * @public
4357
+ */
4358
+ export interface DescribeScanJobOutput {
4359
+ /**
4360
+ * <p>Returns the account ID that owns the scan job.</p>
4361
+ * <p>Pattern: <code>^[0-9]\{12\}$</code>
4362
+ * </p>
4363
+ * @public
4364
+ */
4365
+ AccountId: string | undefined;
4366
+ /**
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>
4370
+ * @public
4371
+ */
4372
+ BackupVaultArn: string | undefined;
4373
+ /**
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>
4378
+ * @public
4379
+ */
4380
+ BackupVaultName: string | undefined;
4381
+ /**
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>
4386
+ * @public
4387
+ */
4388
+ CompletionDate?: Date | undefined;
4389
+ /**
4390
+ * <p>Contains identifying information about the creation of a scan job, including the backup plan and rule that initiated the scan.</p>
4391
+ * @public
4392
+ */
4393
+ CreatedBy: ScanJobCreator | undefined;
4394
+ /**
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>
4399
+ * @public
4400
+ */
4401
+ CreationDate: Date | undefined;
4402
+ /**
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>
4405
+ * @public
4406
+ */
4407
+ IamRoleArn: string | undefined;
4408
+ /**
4409
+ * <p>The scanning engine used for the corresponding scan job. Currently only <code>GUARDUTY</code> is supported.</p>
4410
+ * @public
4411
+ */
4412
+ MalwareScanner: MalwareScanner | undefined;
4413
+ /**
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>
4416
+ * @public
4417
+ */
4418
+ RecoveryPointArn: string | undefined;
4419
+ /**
4420
+ * <p>An ARN that uniquely identifies the source resource of the corresponding recovery point ARN.</p>
4421
+ * @public
4422
+ */
4423
+ ResourceArn: string | undefined;
4424
+ /**
4425
+ * <p>The non-unique name of the resource that belongs to the specified backup.</p>
4426
+ * @public
4427
+ */
4428
+ ResourceName: string | undefined;
4429
+ /**
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
+ }
4765
4478
  /**
4766
4479
  * @public
4767
4480
  */
@@ -4859,19 +4572,6 @@ export interface GetBackupPlanInput {
4859
4572
  */
4860
4573
  MaxScheduledRunsPreview?: number | undefined;
4861
4574
  }
4862
- /**
4863
- * @public
4864
- * @enum
4865
- */
4866
- export declare const RuleExecutionType: {
4867
- readonly CONTINUOUS: "CONTINUOUS";
4868
- readonly CONTINUOUS_AND_SNAPSHOTS: "CONTINUOUS_AND_SNAPSHOTS";
4869
- readonly SNAPSHOTS: "SNAPSHOTS";
4870
- };
4871
- /**
4872
- * @public
4873
- */
4874
- export type RuleExecutionType = (typeof RuleExecutionType)[keyof typeof RuleExecutionType];
4875
4575
  /**
4876
4576
  * <p>Contains information about a scheduled backup plan execution, including the execution time, rule type, and associated rule identifier.</p>
4877
4577
  * @public
@@ -7395,6 +7095,12 @@ export interface RecoveryPointByBackupVault {
7395
7095
  * @public
7396
7096
  */
7397
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;
7398
7104
  }
7399
7105
  /**
7400
7106
  * @public
@@ -7616,6 +7322,12 @@ export interface RecoveryPointByResource {
7616
7322
  * @public
7617
7323
  */
7618
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;
7619
7331
  }
7620
7332
  /**
7621
7333
  * @public
@@ -7666,8 +7378,11 @@ export interface ListReportJobsInput {
7666
7378
  /**
7667
7379
  * <p>Returns only report jobs that are in the specified status. The statuses are:</p>
7668
7380
  * <p>
7669
- * <code>CREATED | RUNNING | COMPLETED | FAILED</code>
7381
+ * <code>CREATED | RUNNING | COMPLETED | FAILED | COMPLETED_WITH_ISSUES</code>
7670
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>
7671
7386
  * @public
7672
7387
  */
7673
7388
  ByStatus?: string | undefined;
@@ -7756,18 +7471,6 @@ export interface ListRestoreAccessBackupVaultsInput {
7756
7471
  */
7757
7472
  MaxResults?: number | undefined;
7758
7473
  }
7759
- /**
7760
- * @public
7761
- * @enum
7762
- */
7763
- export declare const MpaRevokeSessionStatus: {
7764
- readonly FAILED: "FAILED";
7765
- readonly PENDING: "PENDING";
7766
- };
7767
- /**
7768
- * @public
7769
- */
7770
- export type MpaRevokeSessionStatus = (typeof MpaRevokeSessionStatus)[keyof typeof MpaRevokeSessionStatus];
7771
7474
  /**
7772
7475
  * <p>Contains information about the latest request to revoke access to a backup vault.</p>
7773
7476
  * @public
@@ -8197,24 +7900,6 @@ export interface ListRestoreJobsByProtectedResourceOutput {
8197
7900
  */
8198
7901
  NextToken?: string | undefined;
8199
7902
  }
8200
- /**
8201
- * @public
8202
- * @enum
8203
- */
8204
- export declare const RestoreJobState: {
8205
- readonly ABORTED: "ABORTED";
8206
- readonly AGGREGATE_ALL: "AGGREGATE_ALL";
8207
- readonly ANY: "ANY";
8208
- readonly COMPLETED: "COMPLETED";
8209
- readonly CREATED: "CREATED";
8210
- readonly FAILED: "FAILED";
8211
- readonly PENDING: "PENDING";
8212
- readonly RUNNING: "RUNNING";
8213
- };
8214
- /**
8215
- * @public
8216
- */
8217
- export type RestoreJobState = (typeof RestoreJobState)[keyof typeof RestoreJobState];
8218
7903
  /**
8219
7904
  * @public
8220
7905
  */
@@ -8588,84 +8273,500 @@ export interface ListRestoreTestingSelectionsOutput {
8588
8273
  /**
8589
8274
  * @public
8590
8275
  */
8591
- export interface ListTagsInput {
8592
- /**
8593
- * <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
8594
- * depends on the type of resource. Valid targets for <code>ListTags</code> are recovery
8595
- * points, backup plans, and backup vaults.</p>
8596
- * @public
8597
- */
8598
- ResourceArn: string | undefined;
8276
+ export interface ListScanJobsInput {
8599
8277
  /**
8600
- * <p>The next item following a partial list of returned items. For example, if a request is
8601
- * made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
8602
- * to return more items in your list starting at the location pointed to by the next
8603
- * token.</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>
8604
8282
  * @public
8605
8283
  */
8606
- NextToken?: string | undefined;
8284
+ ByAccountId?: string | undefined;
8607
8285
  /**
8608
- * <p>The maximum number of items to be returned.</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>
8609
8291
  * @public
8610
8292
  */
8611
- MaxResults?: number | undefined;
8612
- }
8613
- /**
8614
- * @public
8615
- */
8616
- export interface ListTagsOutput {
8293
+ ByBackupVaultName?: string | undefined;
8617
8294
  /**
8618
- * <p>The next item following a partial list of returned items. For example, if a request is
8619
- * made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
8620
- * to return more items in your list starting at the location pointed to by the next
8621
- * token.</p>
8295
+ * <p>Returns only scan jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).</p>
8622
8296
  * @public
8623
8297
  */
8624
- NextToken?: string | undefined;
8298
+ ByCompleteAfter?: Date | undefined;
8625
8299
  /**
8626
- * <p>Information about the tags.</p>
8300
+ * <p>Returns only backup jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).</p>
8627
8301
  * @public
8628
8302
  */
8629
- Tags?: Record<string, string> | undefined;
8630
- }
8631
- /**
8632
- * @public
8633
- */
8634
- export interface ListTieringConfigurationsInput {
8303
+ ByCompleteBefore?: Date | undefined;
8635
8304
  /**
8636
- * <p>The maximum number of items to be returned.</p>
8305
+ * <p>Returns only the scan jobs for the specified malware scanner. Currently only supports <code>GUARDDUTY</code>.</p>
8637
8306
  * @public
8638
8307
  */
8639
- MaxResults?: number | undefined;
8308
+ ByMalwareScanner?: MalwareScanner | undefined;
8640
8309
  /**
8641
- * <p>The next item following a partial list of returned items. For example, if a request
8642
- * is made to return <code>MaxResults</code> number of items, <code>NextToken</code>
8643
- * allows you to return more items in your list starting at the location pointed to by the
8644
- * next token.</p>
8310
+ * <p>Returns only the scan jobs that are ran against the specified recovery point.</p>
8645
8311
  * @public
8646
8312
  */
8647
- NextToken?: string | undefined;
8648
- }
8649
- /**
8650
- * <p>This contains metadata about a tiering configuration returned in a list.</p>
8651
- * @public
8652
- */
8653
- export interface TieringConfigurationsListMember {
8313
+ ByRecoveryPointArn?: string | undefined;
8654
8314
  /**
8655
- * <p>An Amazon Resource Name (ARN) that uniquely identifies the
8656
- * tiering configuration.</p>
8315
+ * <p>Returns only scan jobs that match the specified resource Amazon Resource Name (ARN).</p>
8657
8316
  * @public
8658
8317
  */
8659
- TieringConfigurationArn?: string | undefined;
8318
+ ByResourceArn?: string | undefined;
8660
8319
  /**
8661
- * <p>The unique name of the tiering configuration.</p>
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>
8662
8338
  * @public
8663
8339
  */
8664
- TieringConfigurationName?: string | undefined;
8340
+ ByResourceType?: ScanResourceType | undefined;
8665
8341
  /**
8666
- * <p>The name of the backup vault where the tiering configuration applies.
8667
- * Use <code>*</code> to apply to all backup vaults.</p>
8668
- * @public
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>
8705
+ * @public
8706
+ */
8707
+ NextToken?: string | undefined;
8708
+ /**
8709
+ * <p>The maximum number of items to be returned.</p>
8710
+ * @public
8711
+ */
8712
+ MaxResults?: number | undefined;
8713
+ }
8714
+ /**
8715
+ * @public
8716
+ */
8717
+ export interface ListTagsOutput {
8718
+ /**
8719
+ * <p>The next item following a partial list of returned items. For example, if a request is
8720
+ * made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
8721
+ * to return more items in your list starting at the location pointed to by the next
8722
+ * token.</p>
8723
+ * @public
8724
+ */
8725
+ NextToken?: string | undefined;
8726
+ /**
8727
+ * <p>Information about the tags.</p>
8728
+ * @public
8729
+ */
8730
+ Tags?: Record<string, string> | undefined;
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
8669
8770
  */
8670
8771
  BackupVaultName?: string | undefined;
8671
8772
  /**
@@ -8851,18 +8952,6 @@ export interface RevokeRestoreAccessBackupVaultInput {
8851
8952
  */
8852
8953
  RequesterComment?: string | undefined;
8853
8954
  }
8854
- /**
8855
- * @public
8856
- * @enum
8857
- */
8858
- export declare const Index: {
8859
- readonly DISABLED: "DISABLED";
8860
- readonly ENABLED: "ENABLED";
8861
- };
8862
- /**
8863
- * @public
8864
- */
8865
- export type Index = (typeof Index)[keyof typeof Index];
8866
8955
  /**
8867
8956
  * @public
8868
8957
  */
@@ -9317,6 +9406,87 @@ export interface StartRestoreJobOutput {
9317
9406
  */
9318
9407
  RestoreJobId?: string | undefined;
9319
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
+ }
9320
9490
  /**
9321
9491
  * @public
9322
9492
  */
@@ -9415,6 +9585,11 @@ export interface UpdateBackupPlanOutput {
9415
9585
  * @public
9416
9586
  */
9417
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;
9418
9593
  }
9419
9594
  /**
9420
9595
  * @public