@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
@@ -0,0 +1,479 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const ScanFinding: {
6
+ readonly MALWARE: "MALWARE";
7
+ };
8
+ /**
9
+ * @public
10
+ */
11
+ export type ScanFinding = (typeof ScanFinding)[keyof typeof ScanFinding];
12
+ /**
13
+ * @public
14
+ * @enum
15
+ */
16
+ export declare const AggregationPeriod: {
17
+ readonly FOURTEEN_DAYS: "FOURTEEN_DAYS";
18
+ readonly ONE_DAY: "ONE_DAY";
19
+ readonly SEVEN_DAYS: "SEVEN_DAYS";
20
+ };
21
+ /**
22
+ * @public
23
+ */
24
+ export type AggregationPeriod = (typeof AggregationPeriod)[keyof typeof AggregationPeriod];
25
+ /**
26
+ * @public
27
+ * @enum
28
+ */
29
+ export declare const LifecycleDeleteAfterEvent: {
30
+ readonly DELETE_AFTER_COPY: "DELETE_AFTER_COPY";
31
+ };
32
+ /**
33
+ * @public
34
+ */
35
+ export type LifecycleDeleteAfterEvent = (typeof LifecycleDeleteAfterEvent)[keyof typeof LifecycleDeleteAfterEvent];
36
+ /**
37
+ * @public
38
+ * @enum
39
+ */
40
+ export declare const BackupJobState: {
41
+ readonly ABORTED: "ABORTED";
42
+ readonly ABORTING: "ABORTING";
43
+ readonly COMPLETED: "COMPLETED";
44
+ readonly CREATED: "CREATED";
45
+ readonly EXPIRED: "EXPIRED";
46
+ readonly FAILED: "FAILED";
47
+ readonly PARTIAL: "PARTIAL";
48
+ readonly PENDING: "PENDING";
49
+ readonly RUNNING: "RUNNING";
50
+ };
51
+ /**
52
+ * @public
53
+ */
54
+ export type BackupJobState = (typeof BackupJobState)[keyof typeof BackupJobState];
55
+ /**
56
+ * @public
57
+ * @enum
58
+ */
59
+ export declare const BackupJobStatus: {
60
+ readonly ABORTED: "ABORTED";
61
+ readonly ABORTING: "ABORTING";
62
+ readonly AGGREGATE_ALL: "AGGREGATE_ALL";
63
+ readonly ANY: "ANY";
64
+ readonly COMPLETED: "COMPLETED";
65
+ readonly CREATED: "CREATED";
66
+ readonly EXPIRED: "EXPIRED";
67
+ readonly FAILED: "FAILED";
68
+ readonly PARTIAL: "PARTIAL";
69
+ readonly PENDING: "PENDING";
70
+ readonly RUNNING: "RUNNING";
71
+ };
72
+ /**
73
+ * @public
74
+ */
75
+ export type BackupJobStatus = (typeof BackupJobStatus)[keyof typeof BackupJobStatus];
76
+ /**
77
+ * @public
78
+ * @enum
79
+ */
80
+ export declare const MalwareScanner: {
81
+ readonly GUARDDUTY: "GUARDDUTY";
82
+ };
83
+ /**
84
+ * @public
85
+ */
86
+ export type MalwareScanner = (typeof MalwareScanner)[keyof typeof MalwareScanner];
87
+ /**
88
+ * @public
89
+ * @enum
90
+ */
91
+ export declare const ScanMode: {
92
+ readonly FULL_SCAN: "FULL_SCAN";
93
+ readonly INCREMENTAL_SCAN: "INCREMENTAL_SCAN";
94
+ };
95
+ /**
96
+ * @public
97
+ */
98
+ export type ScanMode = (typeof ScanMode)[keyof typeof ScanMode];
99
+ /**
100
+ * @public
101
+ * @enum
102
+ */
103
+ export declare const ConditionType: {
104
+ readonly STRINGEQUALS: "STRINGEQUALS";
105
+ };
106
+ /**
107
+ * @public
108
+ */
109
+ export type ConditionType = (typeof ConditionType)[keyof typeof ConditionType];
110
+ /**
111
+ * @public
112
+ * @enum
113
+ */
114
+ export declare const BackupVaultEvent: {
115
+ readonly BACKUP_JOB_COMPLETED: "BACKUP_JOB_COMPLETED";
116
+ readonly BACKUP_JOB_EXPIRED: "BACKUP_JOB_EXPIRED";
117
+ readonly BACKUP_JOB_FAILED: "BACKUP_JOB_FAILED";
118
+ readonly BACKUP_JOB_STARTED: "BACKUP_JOB_STARTED";
119
+ readonly BACKUP_JOB_SUCCESSFUL: "BACKUP_JOB_SUCCESSFUL";
120
+ readonly BACKUP_PLAN_CREATED: "BACKUP_PLAN_CREATED";
121
+ readonly BACKUP_PLAN_MODIFIED: "BACKUP_PLAN_MODIFIED";
122
+ readonly CONTINUOUS_BACKUP_INTERRUPTED: "CONTINUOUS_BACKUP_INTERRUPTED";
123
+ readonly COPY_JOB_FAILED: "COPY_JOB_FAILED";
124
+ readonly COPY_JOB_STARTED: "COPY_JOB_STARTED";
125
+ readonly COPY_JOB_SUCCESSFUL: "COPY_JOB_SUCCESSFUL";
126
+ readonly RECOVERY_POINT_INDEXING_FAILED: "RECOVERY_POINT_INDEXING_FAILED";
127
+ readonly RECOVERY_POINT_INDEX_COMPLETED: "RECOVERY_POINT_INDEX_COMPLETED";
128
+ readonly RECOVERY_POINT_INDEX_DELETED: "RECOVERY_POINT_INDEX_DELETED";
129
+ readonly RECOVERY_POINT_MODIFIED: "RECOVERY_POINT_MODIFIED";
130
+ readonly RESTORE_JOB_COMPLETED: "RESTORE_JOB_COMPLETED";
131
+ readonly RESTORE_JOB_FAILED: "RESTORE_JOB_FAILED";
132
+ readonly RESTORE_JOB_STARTED: "RESTORE_JOB_STARTED";
133
+ readonly RESTORE_JOB_SUCCESSFUL: "RESTORE_JOB_SUCCESSFUL";
134
+ readonly S3_BACKUP_OBJECT_FAILED: "S3_BACKUP_OBJECT_FAILED";
135
+ readonly S3_RESTORE_OBJECT_FAILED: "S3_RESTORE_OBJECT_FAILED";
136
+ };
137
+ /**
138
+ * @public
139
+ */
140
+ export type BackupVaultEvent = (typeof BackupVaultEvent)[keyof typeof BackupVaultEvent];
141
+ /**
142
+ * @public
143
+ * @enum
144
+ */
145
+ export declare const EncryptionKeyType: {
146
+ readonly AWS_OWNED_KMS_KEY: "AWS_OWNED_KMS_KEY";
147
+ readonly CUSTOMER_MANAGED_KMS_KEY: "CUSTOMER_MANAGED_KMS_KEY";
148
+ };
149
+ /**
150
+ * @public
151
+ */
152
+ export type EncryptionKeyType = (typeof EncryptionKeyType)[keyof typeof EncryptionKeyType];
153
+ /**
154
+ * @public
155
+ * @enum
156
+ */
157
+ export declare const VaultState: {
158
+ readonly AVAILABLE: "AVAILABLE";
159
+ readonly CREATING: "CREATING";
160
+ readonly FAILED: "FAILED";
161
+ };
162
+ /**
163
+ * @public
164
+ */
165
+ export type VaultState = (typeof VaultState)[keyof typeof VaultState];
166
+ /**
167
+ * @public
168
+ * @enum
169
+ */
170
+ export declare const VaultType: {
171
+ readonly BACKUP_VAULT: "BACKUP_VAULT";
172
+ readonly LOGICALLY_AIR_GAPPED_BACKUP_VAULT: "LOGICALLY_AIR_GAPPED_BACKUP_VAULT";
173
+ readonly RESTORE_ACCESS_BACKUP_VAULT: "RESTORE_ACCESS_BACKUP_VAULT";
174
+ };
175
+ /**
176
+ * @public
177
+ */
178
+ export type VaultType = (typeof VaultType)[keyof typeof VaultType];
179
+ /**
180
+ * @public
181
+ * @enum
182
+ */
183
+ export declare const CopyJobState: {
184
+ readonly COMPLETED: "COMPLETED";
185
+ readonly CREATED: "CREATED";
186
+ readonly FAILED: "FAILED";
187
+ readonly PARTIAL: "PARTIAL";
188
+ readonly RUNNING: "RUNNING";
189
+ };
190
+ /**
191
+ * @public
192
+ */
193
+ export type CopyJobState = (typeof CopyJobState)[keyof typeof CopyJobState];
194
+ /**
195
+ * @public
196
+ * @enum
197
+ */
198
+ export declare const CopyJobStatus: {
199
+ readonly ABORTED: "ABORTED";
200
+ readonly ABORTING: "ABORTING";
201
+ readonly AGGREGATE_ALL: "AGGREGATE_ALL";
202
+ readonly ANY: "ANY";
203
+ readonly COMPLETED: "COMPLETED";
204
+ readonly COMPLETING: "COMPLETING";
205
+ readonly CREATED: "CREATED";
206
+ readonly FAILED: "FAILED";
207
+ readonly FAILING: "FAILING";
208
+ readonly PARTIAL: "PARTIAL";
209
+ readonly RUNNING: "RUNNING";
210
+ };
211
+ /**
212
+ * @public
213
+ */
214
+ export type CopyJobStatus = (typeof CopyJobStatus)[keyof typeof CopyJobStatus];
215
+ /**
216
+ * @public
217
+ * @enum
218
+ */
219
+ export declare const LegalHoldStatus: {
220
+ readonly ACTIVE: "ACTIVE";
221
+ readonly CANCELED: "CANCELED";
222
+ readonly CANCELING: "CANCELING";
223
+ readonly CREATING: "CREATING";
224
+ };
225
+ /**
226
+ * @public
227
+ */
228
+ export type LegalHoldStatus = (typeof LegalHoldStatus)[keyof typeof LegalHoldStatus];
229
+ /**
230
+ * @public
231
+ * @enum
232
+ */
233
+ export declare const RestoreTestingRecoveryPointSelectionAlgorithm: {
234
+ readonly LATEST_WITHIN_WINDOW: "LATEST_WITHIN_WINDOW";
235
+ readonly RANDOM_WITHIN_WINDOW: "RANDOM_WITHIN_WINDOW";
236
+ };
237
+ /**
238
+ * @public
239
+ */
240
+ export type RestoreTestingRecoveryPointSelectionAlgorithm = (typeof RestoreTestingRecoveryPointSelectionAlgorithm)[keyof typeof RestoreTestingRecoveryPointSelectionAlgorithm];
241
+ /**
242
+ * @public
243
+ * @enum
244
+ */
245
+ export declare const RestoreTestingRecoveryPointType: {
246
+ readonly CONTINUOUS: "CONTINUOUS";
247
+ readonly SNAPSHOT: "SNAPSHOT";
248
+ };
249
+ /**
250
+ * @public
251
+ */
252
+ export type RestoreTestingRecoveryPointType = (typeof RestoreTestingRecoveryPointType)[keyof typeof RestoreTestingRecoveryPointType];
253
+ /**
254
+ * @public
255
+ * @enum
256
+ */
257
+ export declare const MpaSessionStatus: {
258
+ readonly APPROVED: "APPROVED";
259
+ readonly FAILED: "FAILED";
260
+ readonly PENDING: "PENDING";
261
+ };
262
+ /**
263
+ * @public
264
+ */
265
+ export type MpaSessionStatus = (typeof MpaSessionStatus)[keyof typeof MpaSessionStatus];
266
+ /**
267
+ * @public
268
+ * @enum
269
+ */
270
+ export declare const IndexStatus: {
271
+ readonly ACTIVE: "ACTIVE";
272
+ readonly DELETING: "DELETING";
273
+ readonly FAILED: "FAILED";
274
+ readonly PENDING: "PENDING";
275
+ };
276
+ /**
277
+ * @public
278
+ */
279
+ export type IndexStatus = (typeof IndexStatus)[keyof typeof IndexStatus];
280
+ /**
281
+ * @public
282
+ * @enum
283
+ */
284
+ export declare const ScanJobState: {
285
+ readonly CANCELED: "CANCELED";
286
+ readonly COMPLETED: "COMPLETED";
287
+ readonly COMPLETED_WITH_ISSUES: "COMPLETED_WITH_ISSUES";
288
+ readonly FAILED: "FAILED";
289
+ };
290
+ /**
291
+ * @public
292
+ */
293
+ export type ScanJobState = (typeof ScanJobState)[keyof typeof ScanJobState];
294
+ /**
295
+ * @public
296
+ * @enum
297
+ */
298
+ export declare const RecoveryPointStatus: {
299
+ readonly AVAILABLE: "AVAILABLE";
300
+ readonly COMPLETED: "COMPLETED";
301
+ readonly CREATING: "CREATING";
302
+ readonly DELETING: "DELETING";
303
+ readonly EXPIRED: "EXPIRED";
304
+ readonly PARTIAL: "PARTIAL";
305
+ readonly STOPPED: "STOPPED";
306
+ };
307
+ /**
308
+ * @public
309
+ */
310
+ export type RecoveryPointStatus = (typeof RecoveryPointStatus)[keyof typeof RecoveryPointStatus];
311
+ /**
312
+ * @public
313
+ * @enum
314
+ */
315
+ export declare const StorageClass: {
316
+ readonly COLD: "COLD";
317
+ readonly DELETED: "DELETED";
318
+ readonly WARM: "WARM";
319
+ };
320
+ /**
321
+ * @public
322
+ */
323
+ export type StorageClass = (typeof StorageClass)[keyof typeof StorageClass];
324
+ /**
325
+ * @public
326
+ * @enum
327
+ */
328
+ export declare const RestoreDeletionStatus: {
329
+ readonly DELETING: "DELETING";
330
+ readonly FAILED: "FAILED";
331
+ readonly SUCCESSFUL: "SUCCESSFUL";
332
+ };
333
+ /**
334
+ * @public
335
+ */
336
+ export type RestoreDeletionStatus = (typeof RestoreDeletionStatus)[keyof typeof RestoreDeletionStatus];
337
+ /**
338
+ * @public
339
+ * @enum
340
+ */
341
+ export declare const RestoreJobStatus: {
342
+ readonly ABORTED: "ABORTED";
343
+ readonly COMPLETED: "COMPLETED";
344
+ readonly FAILED: "FAILED";
345
+ readonly PENDING: "PENDING";
346
+ readonly RUNNING: "RUNNING";
347
+ };
348
+ /**
349
+ * @public
350
+ */
351
+ export type RestoreJobStatus = (typeof RestoreJobStatus)[keyof typeof RestoreJobStatus];
352
+ /**
353
+ * @public
354
+ * @enum
355
+ */
356
+ export declare const RestoreValidationStatus: {
357
+ readonly FAILED: "FAILED";
358
+ readonly SUCCESSFUL: "SUCCESSFUL";
359
+ readonly TIMED_OUT: "TIMED_OUT";
360
+ readonly VALIDATING: "VALIDATING";
361
+ };
362
+ /**
363
+ * @public
364
+ */
365
+ export type RestoreValidationStatus = (typeof RestoreValidationStatus)[keyof typeof RestoreValidationStatus];
366
+ /**
367
+ * @public
368
+ * @enum
369
+ */
370
+ export declare const ScanResourceType: {
371
+ readonly EBS: "EBS";
372
+ readonly EC2: "EC2";
373
+ readonly S3: "S3";
374
+ };
375
+ /**
376
+ * @public
377
+ */
378
+ export type ScanResourceType = (typeof ScanResourceType)[keyof typeof ScanResourceType];
379
+ /**
380
+ * @public
381
+ * @enum
382
+ */
383
+ export declare const ScanResultStatus: {
384
+ readonly NO_THREATS_FOUND: "NO_THREATS_FOUND";
385
+ readonly THREATS_FOUND: "THREATS_FOUND";
386
+ };
387
+ /**
388
+ * @public
389
+ */
390
+ export type ScanResultStatus = (typeof ScanResultStatus)[keyof typeof ScanResultStatus];
391
+ /**
392
+ * @public
393
+ * @enum
394
+ */
395
+ export declare const ScanState: {
396
+ readonly CANCELED: "CANCELED";
397
+ readonly COMPLETED: "COMPLETED";
398
+ readonly COMPLETED_WITH_ISSUES: "COMPLETED_WITH_ISSUES";
399
+ readonly CREATED: "CREATED";
400
+ readonly FAILED: "FAILED";
401
+ readonly RUNNING: "RUNNING";
402
+ };
403
+ /**
404
+ * @public
405
+ */
406
+ export type ScanState = (typeof ScanState)[keyof typeof ScanState];
407
+ /**
408
+ * @public
409
+ * @enum
410
+ */
411
+ export declare const RuleExecutionType: {
412
+ readonly CONTINUOUS: "CONTINUOUS";
413
+ readonly CONTINUOUS_AND_SNAPSHOTS: "CONTINUOUS_AND_SNAPSHOTS";
414
+ readonly SNAPSHOTS: "SNAPSHOTS";
415
+ };
416
+ /**
417
+ * @public
418
+ */
419
+ export type RuleExecutionType = (typeof RuleExecutionType)[keyof typeof RuleExecutionType];
420
+ /**
421
+ * @public
422
+ * @enum
423
+ */
424
+ export declare const MpaRevokeSessionStatus: {
425
+ readonly FAILED: "FAILED";
426
+ readonly PENDING: "PENDING";
427
+ };
428
+ /**
429
+ * @public
430
+ */
431
+ export type MpaRevokeSessionStatus = (typeof MpaRevokeSessionStatus)[keyof typeof MpaRevokeSessionStatus];
432
+ /**
433
+ * @public
434
+ * @enum
435
+ */
436
+ export declare const RestoreJobState: {
437
+ readonly ABORTED: "ABORTED";
438
+ readonly AGGREGATE_ALL: "AGGREGATE_ALL";
439
+ readonly ANY: "ANY";
440
+ readonly COMPLETED: "COMPLETED";
441
+ readonly CREATED: "CREATED";
442
+ readonly FAILED: "FAILED";
443
+ readonly PENDING: "PENDING";
444
+ readonly RUNNING: "RUNNING";
445
+ };
446
+ /**
447
+ * @public
448
+ */
449
+ export type RestoreJobState = (typeof RestoreJobState)[keyof typeof RestoreJobState];
450
+ /**
451
+ * @public
452
+ * @enum
453
+ */
454
+ export declare const ScanJobStatus: {
455
+ readonly AGGREGATE_ALL: "AGGREGATE_ALL";
456
+ readonly ANY: "ANY";
457
+ readonly CANCELED: "CANCELED";
458
+ readonly COMPLETED: "COMPLETED";
459
+ readonly COMPLETED_WITH_ISSUES: "COMPLETED_WITH_ISSUES";
460
+ readonly CREATED: "CREATED";
461
+ readonly FAILED: "FAILED";
462
+ readonly RUNNING: "RUNNING";
463
+ };
464
+ /**
465
+ * @public
466
+ */
467
+ export type ScanJobStatus = (typeof ScanJobStatus)[keyof typeof ScanJobStatus];
468
+ /**
469
+ * @public
470
+ * @enum
471
+ */
472
+ export declare const Index: {
473
+ readonly DISABLED: "DISABLED";
474
+ readonly ENABLED: "ENABLED";
475
+ };
476
+ /**
477
+ * @public
478
+ */
479
+ export type Index = (typeof Index)[keyof typeof Index];