@aws-sdk/client-securityhub 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 (83) hide show
  1. package/dist-cjs/index.js +474 -476
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +458 -0
  4. package/dist-es/models/errors.js +193 -0
  5. package/dist-es/models/models_0.js +1 -178
  6. package/dist-es/models/models_1.js +1 -48
  7. package/dist-es/models/models_2.js +1 -359
  8. package/dist-es/models/models_3.js +1 -68
  9. package/dist-es/schemas/schemas_0.js +1 -1
  10. package/dist-types/commands/GetFindingStatisticsV2Command.d.ts +2 -1
  11. package/dist-types/commands/GetFindingsV2Command.d.ts +2 -1
  12. package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
  13. package/dist-types/commands/GetInsightsCommand.d.ts +1 -1
  14. package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
  15. package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
  16. package/dist-types/commands/GetMembersCommand.d.ts +1 -1
  17. package/dist-types/commands/GetResourcesStatisticsV2Command.d.ts +2 -1
  18. package/dist-types/commands/GetResourcesV2Command.d.ts +2 -1
  19. package/dist-types/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
  20. package/dist-types/commands/InviteMembersCommand.d.ts +1 -1
  21. package/dist-types/commands/ListAggregatorsV2Command.d.ts +1 -1
  22. package/dist-types/commands/ListAutomationRulesCommand.d.ts +1 -1
  23. package/dist-types/commands/ListAutomationRulesV2Command.d.ts +1 -1
  24. package/dist-types/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
  25. package/dist-types/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListConnectorsV2Command.d.ts +1 -1
  27. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
  28. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  31. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  35. package/dist-types/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
  36. package/dist-types/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
  37. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  38. package/dist-types/index.d.ts +6 -1
  39. package/dist-types/models/enums.d.ts +994 -0
  40. package/dist-types/models/errors.d.ts +179 -0
  41. package/dist-types/models/models_0.d.ts +903 -305
  42. package/dist-types/models/models_1.d.ts +5669 -5639
  43. package/dist-types/models/models_2.d.ts +5423 -5594
  44. package/dist-types/models/models_3.d.ts +3 -1634
  45. package/dist-types/ts3.4/commands/GetFindingStatisticsV2Command.d.ts +2 -4
  46. package/dist-types/ts3.4/commands/GetFindingsV2Command.d.ts +2 -4
  47. package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/GetResourcesStatisticsV2Command.d.ts +2 -4
  53. package/dist-types/ts3.4/commands/GetResourcesV2Command.d.ts +2 -4
  54. package/dist-types/ts3.4/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/ListAggregatorsV2Command.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/ListAutomationRulesCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/ListAutomationRulesV2Command.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/ListConnectorsV2Command.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/index.d.ts +6 -1
  74. package/dist-types/ts3.4/models/enums.d.ts +574 -0
  75. package/dist-types/ts3.4/models/errors.d.ts +106 -0
  76. package/dist-types/ts3.4/models/models_0.d.ts +209 -164
  77. package/dist-types/ts3.4/models/models_1.d.ts +205 -260
  78. package/dist-types/ts3.4/models/models_2.d.ts +398 -582
  79. package/dist-types/ts3.4/models/models_3.d.ts +13 -439
  80. package/package.json +12 -12
  81. package/dist-es/models/index.js +0 -4
  82. package/dist-types/models/index.d.ts +0 -4
  83. package/dist-types/ts3.4/models/index.d.ts +0 -4
@@ -0,0 +1,994 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const SeverityLabel: {
6
+ readonly CRITICAL: "CRITICAL";
7
+ readonly HIGH: "HIGH";
8
+ readonly INFORMATIONAL: "INFORMATIONAL";
9
+ readonly LOW: "LOW";
10
+ readonly MEDIUM: "MEDIUM";
11
+ };
12
+ /**
13
+ * @public
14
+ */
15
+ export type SeverityLabel = (typeof SeverityLabel)[keyof typeof SeverityLabel];
16
+ /**
17
+ * @public
18
+ * @enum
19
+ */
20
+ export declare const VerificationState: {
21
+ readonly BENIGN_POSITIVE: "BENIGN_POSITIVE";
22
+ readonly FALSE_POSITIVE: "FALSE_POSITIVE";
23
+ readonly TRUE_POSITIVE: "TRUE_POSITIVE";
24
+ readonly UNKNOWN: "UNKNOWN";
25
+ };
26
+ /**
27
+ * @public
28
+ */
29
+ export type VerificationState = (typeof VerificationState)[keyof typeof VerificationState];
30
+ /**
31
+ * @public
32
+ * @enum
33
+ */
34
+ export declare const WorkflowStatus: {
35
+ readonly NEW: "NEW";
36
+ readonly NOTIFIED: "NOTIFIED";
37
+ readonly RESOLVED: "RESOLVED";
38
+ readonly SUPPRESSED: "SUPPRESSED";
39
+ };
40
+ /**
41
+ * @public
42
+ */
43
+ export type WorkflowStatus = (typeof WorkflowStatus)[keyof typeof WorkflowStatus];
44
+ /**
45
+ * @public
46
+ * @enum
47
+ */
48
+ export declare const AutomationRulesActionType: {
49
+ readonly FINDING_FIELDS_UPDATE: "FINDING_FIELDS_UPDATE";
50
+ };
51
+ /**
52
+ * @public
53
+ */
54
+ export type AutomationRulesActionType = (typeof AutomationRulesActionType)[keyof typeof AutomationRulesActionType];
55
+ /**
56
+ * @public
57
+ * @enum
58
+ */
59
+ export declare const ActorSessionMfaStatus: {
60
+ readonly DISABLED: "DISABLED";
61
+ readonly ENABLED: "ENABLED";
62
+ };
63
+ /**
64
+ * @public
65
+ */
66
+ export type ActorSessionMfaStatus = (typeof ActorSessionMfaStatus)[keyof typeof ActorSessionMfaStatus];
67
+ /**
68
+ * @public
69
+ * @enum
70
+ */
71
+ export declare const AdminStatus: {
72
+ readonly DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS";
73
+ readonly ENABLED: "ENABLED";
74
+ };
75
+ /**
76
+ * @public
77
+ */
78
+ export type AdminStatus = (typeof AdminStatus)[keyof typeof AdminStatus];
79
+ /**
80
+ * @public
81
+ * @enum
82
+ */
83
+ export declare const AllowedOperators: {
84
+ readonly AND: "AND";
85
+ readonly OR: "OR";
86
+ };
87
+ /**
88
+ * @public
89
+ */
90
+ export type AllowedOperators = (typeof AllowedOperators)[keyof typeof AllowedOperators];
91
+ /**
92
+ * @public
93
+ * @enum
94
+ */
95
+ export declare const ConfigurationPolicyAssociationStatus: {
96
+ readonly FAILED: "FAILED";
97
+ readonly PENDING: "PENDING";
98
+ readonly SUCCESS: "SUCCESS";
99
+ };
100
+ /**
101
+ * @public
102
+ */
103
+ export type ConfigurationPolicyAssociationStatus = (typeof ConfigurationPolicyAssociationStatus)[keyof typeof ConfigurationPolicyAssociationStatus];
104
+ /**
105
+ * @public
106
+ * @enum
107
+ */
108
+ export declare const AssociationType: {
109
+ readonly APPLIED: "APPLIED";
110
+ readonly INHERITED: "INHERITED";
111
+ };
112
+ /**
113
+ * @public
114
+ */
115
+ export type AssociationType = (typeof AssociationType)[keyof typeof AssociationType];
116
+ /**
117
+ * @public
118
+ * @enum
119
+ */
120
+ export declare const AssociationStatus: {
121
+ readonly DISABLED: "DISABLED";
122
+ readonly ENABLED: "ENABLED";
123
+ };
124
+ /**
125
+ * @public
126
+ */
127
+ export type AssociationStatus = (typeof AssociationStatus)[keyof typeof AssociationStatus];
128
+ /**
129
+ * @public
130
+ * @enum
131
+ */
132
+ export declare const AutoEnableStandards: {
133
+ readonly DEFAULT: "DEFAULT";
134
+ readonly NONE: "NONE";
135
+ };
136
+ /**
137
+ * @public
138
+ */
139
+ export type AutoEnableStandards = (typeof AutoEnableStandards)[keyof typeof AutoEnableStandards];
140
+ /**
141
+ * @public
142
+ * @enum
143
+ */
144
+ export declare const AutomationRulesActionTypeV2: {
145
+ readonly EXTERNAL_INTEGRATION: "EXTERNAL_INTEGRATION";
146
+ readonly FINDING_FIELDS_UPDATE: "FINDING_FIELDS_UPDATE";
147
+ };
148
+ /**
149
+ * @public
150
+ */
151
+ export type AutomationRulesActionTypeV2 = (typeof AutomationRulesActionTypeV2)[keyof typeof AutomationRulesActionTypeV2];
152
+ /**
153
+ * @public
154
+ * @enum
155
+ */
156
+ export declare const StringFilterComparison: {
157
+ readonly CONTAINS: "CONTAINS";
158
+ readonly CONTAINS_WORD: "CONTAINS_WORD";
159
+ readonly EQUALS: "EQUALS";
160
+ readonly NOT_CONTAINS: "NOT_CONTAINS";
161
+ readonly NOT_EQUALS: "NOT_EQUALS";
162
+ readonly PREFIX: "PREFIX";
163
+ readonly PREFIX_NOT_EQUALS: "PREFIX_NOT_EQUALS";
164
+ };
165
+ /**
166
+ * @public
167
+ */
168
+ export type StringFilterComparison = (typeof StringFilterComparison)[keyof typeof StringFilterComparison];
169
+ /**
170
+ * @public
171
+ * @enum
172
+ */
173
+ export declare const DateRangeUnit: {
174
+ readonly DAYS: "DAYS";
175
+ };
176
+ /**
177
+ * @public
178
+ */
179
+ export type DateRangeUnit = (typeof DateRangeUnit)[keyof typeof DateRangeUnit];
180
+ /**
181
+ * @public
182
+ * @enum
183
+ */
184
+ export declare const MapFilterComparison: {
185
+ readonly CONTAINS: "CONTAINS";
186
+ readonly EQUALS: "EQUALS";
187
+ readonly NOT_CONTAINS: "NOT_CONTAINS";
188
+ readonly NOT_EQUALS: "NOT_EQUALS";
189
+ };
190
+ /**
191
+ * @public
192
+ */
193
+ export type MapFilterComparison = (typeof MapFilterComparison)[keyof typeof MapFilterComparison];
194
+ /**
195
+ * @public
196
+ * @enum
197
+ */
198
+ export declare const RuleStatus: {
199
+ readonly DISABLED: "DISABLED";
200
+ readonly ENABLED: "ENABLED";
201
+ };
202
+ /**
203
+ * @public
204
+ */
205
+ export type RuleStatus = (typeof RuleStatus)[keyof typeof RuleStatus];
206
+ /**
207
+ * @public
208
+ * @enum
209
+ */
210
+ export declare const RuleStatusV2: {
211
+ readonly DISABLED: "DISABLED";
212
+ readonly ENABLED: "ENABLED";
213
+ };
214
+ /**
215
+ * @public
216
+ */
217
+ export type RuleStatusV2 = (typeof RuleStatusV2)[keyof typeof RuleStatusV2];
218
+ /**
219
+ * @public
220
+ * @enum
221
+ */
222
+ export declare const AwsIamAccessKeyStatus: {
223
+ readonly ACTIVE: "Active";
224
+ readonly INACTIVE: "Inactive";
225
+ };
226
+ /**
227
+ * @public
228
+ */
229
+ export type AwsIamAccessKeyStatus = (typeof AwsIamAccessKeyStatus)[keyof typeof AwsIamAccessKeyStatus];
230
+ /**
231
+ * @public
232
+ * @enum
233
+ */
234
+ export declare const AwsS3BucketNotificationConfigurationS3KeyFilterRuleName: {
235
+ readonly PREFIX: "Prefix";
236
+ readonly SUFFIX: "Suffix";
237
+ };
238
+ /**
239
+ * @public
240
+ */
241
+ export type AwsS3BucketNotificationConfigurationS3KeyFilterRuleName = (typeof AwsS3BucketNotificationConfigurationS3KeyFilterRuleName)[keyof typeof AwsS3BucketNotificationConfigurationS3KeyFilterRuleName];
242
+ /**
243
+ * @public
244
+ * @enum
245
+ */
246
+ export declare const ComplianceStatus: {
247
+ readonly FAILED: "FAILED";
248
+ readonly NOT_AVAILABLE: "NOT_AVAILABLE";
249
+ readonly PASSED: "PASSED";
250
+ readonly WARNING: "WARNING";
251
+ };
252
+ /**
253
+ * @public
254
+ */
255
+ export type ComplianceStatus = (typeof ComplianceStatus)[keyof typeof ComplianceStatus];
256
+ /**
257
+ * @public
258
+ * @enum
259
+ */
260
+ export declare const ConnectionDirection: {
261
+ readonly INBOUND: "INBOUND";
262
+ readonly OUTBOUND: "OUTBOUND";
263
+ };
264
+ /**
265
+ * @public
266
+ */
267
+ export type ConnectionDirection = (typeof ConnectionDirection)[keyof typeof ConnectionDirection];
268
+ /**
269
+ * @public
270
+ * @enum
271
+ */
272
+ export declare const MalwareState: {
273
+ readonly OBSERVED: "OBSERVED";
274
+ readonly REMOVAL_FAILED: "REMOVAL_FAILED";
275
+ readonly REMOVED: "REMOVED";
276
+ };
277
+ /**
278
+ * @public
279
+ */
280
+ export type MalwareState = (typeof MalwareState)[keyof typeof MalwareState];
281
+ /**
282
+ * @public
283
+ * @enum
284
+ */
285
+ export declare const MalwareType: {
286
+ readonly ADWARE: "ADWARE";
287
+ readonly BLENDED_THREAT: "BLENDED_THREAT";
288
+ readonly BOTNET_AGENT: "BOTNET_AGENT";
289
+ readonly COIN_MINER: "COIN_MINER";
290
+ readonly EXPLOIT_KIT: "EXPLOIT_KIT";
291
+ readonly KEYLOGGER: "KEYLOGGER";
292
+ readonly MACRO: "MACRO";
293
+ readonly POTENTIALLY_UNWANTED: "POTENTIALLY_UNWANTED";
294
+ readonly RANSOMWARE: "RANSOMWARE";
295
+ readonly REMOTE_ACCESS: "REMOTE_ACCESS";
296
+ readonly ROOTKIT: "ROOTKIT";
297
+ readonly SPYWARE: "SPYWARE";
298
+ readonly TROJAN: "TROJAN";
299
+ readonly VIRUS: "VIRUS";
300
+ readonly WORM: "WORM";
301
+ };
302
+ /**
303
+ * @public
304
+ */
305
+ export type MalwareType = (typeof MalwareType)[keyof typeof MalwareType];
306
+ /**
307
+ * @public
308
+ * @enum
309
+ */
310
+ export declare const NetworkDirection: {
311
+ readonly IN: "IN";
312
+ readonly OUT: "OUT";
313
+ };
314
+ /**
315
+ * @public
316
+ */
317
+ export type NetworkDirection = (typeof NetworkDirection)[keyof typeof NetworkDirection];
318
+ /**
319
+ * @public
320
+ * @enum
321
+ */
322
+ export declare const RecordState: {
323
+ readonly ACTIVE: "ACTIVE";
324
+ readonly ARCHIVED: "ARCHIVED";
325
+ };
326
+ /**
327
+ * @public
328
+ */
329
+ export type RecordState = (typeof RecordState)[keyof typeof RecordState];
330
+ /**
331
+ * @public
332
+ * @enum
333
+ */
334
+ export declare const Partition: {
335
+ readonly AWS: "aws";
336
+ readonly AWS_CN: "aws-cn";
337
+ readonly AWS_US_GOV: "aws-us-gov";
338
+ };
339
+ /**
340
+ * @public
341
+ */
342
+ export type Partition = (typeof Partition)[keyof typeof Partition];
343
+ /**
344
+ * @public
345
+ * @enum
346
+ */
347
+ export declare const ThreatIntelIndicatorCategory: {
348
+ readonly BACKDOOR: "BACKDOOR";
349
+ readonly CARD_STEALER: "CARD_STEALER";
350
+ readonly COMMAND_AND_CONTROL: "COMMAND_AND_CONTROL";
351
+ readonly DROP_SITE: "DROP_SITE";
352
+ readonly EXPLOIT_SITE: "EXPLOIT_SITE";
353
+ readonly KEYLOGGER: "KEYLOGGER";
354
+ };
355
+ /**
356
+ * @public
357
+ */
358
+ export type ThreatIntelIndicatorCategory = (typeof ThreatIntelIndicatorCategory)[keyof typeof ThreatIntelIndicatorCategory];
359
+ /**
360
+ * @public
361
+ * @enum
362
+ */
363
+ export declare const ThreatIntelIndicatorType: {
364
+ readonly DOMAIN: "DOMAIN";
365
+ readonly EMAIL_ADDRESS: "EMAIL_ADDRESS";
366
+ readonly HASH_MD5: "HASH_MD5";
367
+ readonly HASH_SHA1: "HASH_SHA1";
368
+ readonly HASH_SHA256: "HASH_SHA256";
369
+ readonly HASH_SHA512: "HASH_SHA512";
370
+ readonly IPV4_ADDRESS: "IPV4_ADDRESS";
371
+ readonly IPV6_ADDRESS: "IPV6_ADDRESS";
372
+ readonly MUTEX: "MUTEX";
373
+ readonly PROCESS: "PROCESS";
374
+ readonly URL: "URL";
375
+ };
376
+ /**
377
+ * @public
378
+ */
379
+ export type ThreatIntelIndicatorType = (typeof ThreatIntelIndicatorType)[keyof typeof ThreatIntelIndicatorType];
380
+ /**
381
+ * @public
382
+ * @enum
383
+ */
384
+ export declare const VulnerabilityExploitAvailable: {
385
+ readonly NO: "NO";
386
+ readonly YES: "YES";
387
+ };
388
+ /**
389
+ * @public
390
+ */
391
+ export type VulnerabilityExploitAvailable = (typeof VulnerabilityExploitAvailable)[keyof typeof VulnerabilityExploitAvailable];
392
+ /**
393
+ * @public
394
+ * @enum
395
+ */
396
+ export declare const VulnerabilityFixAvailable: {
397
+ readonly NO: "NO";
398
+ readonly PARTIAL: "PARTIAL";
399
+ readonly YES: "YES";
400
+ };
401
+ /**
402
+ * @public
403
+ */
404
+ export type VulnerabilityFixAvailable = (typeof VulnerabilityFixAvailable)[keyof typeof VulnerabilityFixAvailable];
405
+ /**
406
+ * @public
407
+ * @enum
408
+ */
409
+ export declare const WorkflowState: {
410
+ readonly ASSIGNED: "ASSIGNED";
411
+ readonly DEFERRED: "DEFERRED";
412
+ readonly IN_PROGRESS: "IN_PROGRESS";
413
+ readonly NEW: "NEW";
414
+ readonly RESOLVED: "RESOLVED";
415
+ };
416
+ /**
417
+ * @public
418
+ */
419
+ export type WorkflowState = (typeof WorkflowState)[keyof typeof WorkflowState];
420
+ /**
421
+ * @public
422
+ * @enum
423
+ */
424
+ export declare const StandardsControlsUpdatable: {
425
+ readonly NOT_READY_FOR_UPDATES: "NOT_READY_FOR_UPDATES";
426
+ readonly READY_FOR_UPDATES: "READY_FOR_UPDATES";
427
+ };
428
+ /**
429
+ * @public
430
+ */
431
+ export type StandardsControlsUpdatable = (typeof StandardsControlsUpdatable)[keyof typeof StandardsControlsUpdatable];
432
+ /**
433
+ * @public
434
+ * @enum
435
+ */
436
+ export declare const StandardsStatus: {
437
+ readonly DELETING: "DELETING";
438
+ readonly FAILED: "FAILED";
439
+ readonly INCOMPLETE: "INCOMPLETE";
440
+ readonly PENDING: "PENDING";
441
+ readonly READY: "READY";
442
+ };
443
+ /**
444
+ * @public
445
+ */
446
+ export type StandardsStatus = (typeof StandardsStatus)[keyof typeof StandardsStatus];
447
+ /**
448
+ * @public
449
+ * @enum
450
+ */
451
+ export declare const StatusReasonCode: {
452
+ readonly INTERNAL_ERROR: "INTERNAL_ERROR";
453
+ readonly MAXIMUM_NUMBER_OF_CONFIG_RULES_EXCEEDED: "MAXIMUM_NUMBER_OF_CONFIG_RULES_EXCEEDED";
454
+ readonly NO_AVAILABLE_CONFIGURATION_RECORDER: "NO_AVAILABLE_CONFIGURATION_RECORDER";
455
+ };
456
+ /**
457
+ * @public
458
+ */
459
+ export type StatusReasonCode = (typeof StatusReasonCode)[keyof typeof StatusReasonCode];
460
+ /**
461
+ * @public
462
+ * @enum
463
+ */
464
+ export declare const TargetType: {
465
+ readonly ACCOUNT: "ACCOUNT";
466
+ readonly ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT";
467
+ readonly ROOT: "ROOT";
468
+ };
469
+ /**
470
+ * @public
471
+ */
472
+ export type TargetType = (typeof TargetType)[keyof typeof TargetType];
473
+ /**
474
+ * @public
475
+ * @enum
476
+ */
477
+ export declare const ParameterValueType: {
478
+ readonly CUSTOM: "CUSTOM";
479
+ readonly DEFAULT: "DEFAULT";
480
+ };
481
+ /**
482
+ * @public
483
+ */
484
+ export type ParameterValueType = (typeof ParameterValueType)[keyof typeof ParameterValueType];
485
+ /**
486
+ * @public
487
+ * @enum
488
+ */
489
+ export declare const ControlStatus: {
490
+ readonly DISABLED: "DISABLED";
491
+ readonly ENABLED: "ENABLED";
492
+ };
493
+ /**
494
+ * @public
495
+ */
496
+ export type ControlStatus = (typeof ControlStatus)[keyof typeof ControlStatus];
497
+ /**
498
+ * @public
499
+ * @enum
500
+ */
501
+ export declare const SeverityRating: {
502
+ readonly CRITICAL: "CRITICAL";
503
+ readonly HIGH: "HIGH";
504
+ readonly LOW: "LOW";
505
+ readonly MEDIUM: "MEDIUM";
506
+ };
507
+ /**
508
+ * @public
509
+ */
510
+ export type SeverityRating = (typeof SeverityRating)[keyof typeof SeverityRating];
511
+ /**
512
+ * @public
513
+ * @enum
514
+ */
515
+ export declare const UpdateStatus: {
516
+ readonly READY: "READY";
517
+ readonly UPDATING: "UPDATING";
518
+ };
519
+ /**
520
+ * @public
521
+ */
522
+ export type UpdateStatus = (typeof UpdateStatus)[keyof typeof UpdateStatus];
523
+ /**
524
+ * @public
525
+ * @enum
526
+ */
527
+ export declare const UnprocessedErrorCode: {
528
+ readonly ACCESS_DENIED: "ACCESS_DENIED";
529
+ readonly INVALID_INPUT: "INVALID_INPUT";
530
+ readonly LIMIT_EXCEEDED: "LIMIT_EXCEEDED";
531
+ readonly NOT_FOUND: "NOT_FOUND";
532
+ readonly RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND";
533
+ };
534
+ /**
535
+ * @public
536
+ */
537
+ export type UnprocessedErrorCode = (typeof UnprocessedErrorCode)[keyof typeof UnprocessedErrorCode];
538
+ /**
539
+ * @public
540
+ * @enum
541
+ */
542
+ export declare const BatchUpdateFindingsV2UnprocessedFindingErrorCode: {
543
+ readonly ConflictException: "ConflictException";
544
+ readonly InternalServerException: "InternalServerException";
545
+ readonly ResourceNotFoundException: "ResourceNotFoundException";
546
+ readonly ValidationException: "ValidationException";
547
+ };
548
+ /**
549
+ * @public
550
+ */
551
+ export type BatchUpdateFindingsV2UnprocessedFindingErrorCode = (typeof BatchUpdateFindingsV2UnprocessedFindingErrorCode)[keyof typeof BatchUpdateFindingsV2UnprocessedFindingErrorCode];
552
+ /**
553
+ * @public
554
+ * @enum
555
+ */
556
+ export declare const OcsfBooleanField: {
557
+ readonly COMPLIANCE_ASSESSMENTS_MEETS_CRITERIA: "compliance.assessments.meets_criteria";
558
+ readonly VULNERABILITIES_IS_EXPLOIT_AVAILABLE: "vulnerabilities.is_exploit_available";
559
+ readonly VULNERABILITIES_IS_FIX_AVAILABLE: "vulnerabilities.is_fix_available";
560
+ };
561
+ /**
562
+ * @public
563
+ */
564
+ export type OcsfBooleanField = (typeof OcsfBooleanField)[keyof typeof OcsfBooleanField];
565
+ /**
566
+ * @public
567
+ * @enum
568
+ */
569
+ export declare const OcsfDateField: {
570
+ readonly FINDING_INFO_CREATED_TIME_DT: "finding_info.created_time_dt";
571
+ readonly FINDING_INFO_FIRST_SEEN_TIME_DT: "finding_info.first_seen_time_dt";
572
+ readonly FINDING_INFO_LAST_SEEN_TIME_DT: "finding_info.last_seen_time_dt";
573
+ readonly FINDING_INFO_MODIFIED_TIME_DT: "finding_info.modified_time_dt";
574
+ readonly RESOURCES_IMAGE_CREATED_TIME_DT: "resources.image.created_time_dt";
575
+ readonly RESOURCES_IMAGE_LAST_USED_TIME_DT: "resources.image.last_used_time_dt";
576
+ readonly RESOURCES_MODIFIED_TIME_DT: "resources.modified_time_dt";
577
+ };
578
+ /**
579
+ * @public
580
+ */
581
+ export type OcsfDateField = (typeof OcsfDateField)[keyof typeof OcsfDateField];
582
+ /**
583
+ * @public
584
+ * @enum
585
+ */
586
+ export declare const OcsfIpField: {
587
+ readonly EVIDENCES_DST_ENDPOINT_IP: "evidences.dst_endpoint.ip";
588
+ readonly EVIDENCES_SRC_ENDPOINT_IP: "evidences.src_endpoint.ip";
589
+ };
590
+ /**
591
+ * @public
592
+ */
593
+ export type OcsfIpField = (typeof OcsfIpField)[keyof typeof OcsfIpField];
594
+ /**
595
+ * @public
596
+ * @enum
597
+ */
598
+ export declare const OcsfMapField: {
599
+ readonly COMPLIANCE_CONTROL_PARAMETERS: "compliance.control_parameters";
600
+ readonly DATABUCKET_TAGS: "databucket.tags";
601
+ readonly FINDING_INFO_TAGS: "finding_info.tags";
602
+ readonly RESOURCES_TAGS: "resources.tags";
603
+ };
604
+ /**
605
+ * @public
606
+ */
607
+ export type OcsfMapField = (typeof OcsfMapField)[keyof typeof OcsfMapField];
608
+ /**
609
+ * @public
610
+ * @enum
611
+ */
612
+ export declare const OcsfNumberField: {
613
+ readonly ACTIVITY_ID: "activity_id";
614
+ readonly COMPLIANCE_STATUS_ID: "compliance.status_id";
615
+ readonly CONFIDENCE_SCORE: "confidence_score";
616
+ readonly EVIDENCES_API_RESPONSE_CODE: "evidences.api.response.code";
617
+ readonly EVIDENCES_DST_ENDPOINT_AUTONOMOUS_SYSTEM_NUMBER: "evidences.dst_endpoint.autonomous_system.number";
618
+ readonly EVIDENCES_DST_ENDPOINT_PORT: "evidences.dst_endpoint.port";
619
+ readonly EVIDENCES_SRC_ENDPOINT_AUTONOMOUS_SYSTEM_NUMBER: "evidences.src_endpoint.autonomous_system.number";
620
+ readonly EVIDENCES_SRC_ENDPOINT_PORT: "evidences.src_endpoint.port";
621
+ readonly FINDING_INFO_RELATED_EVENTS_COUNT: "finding_info.related_events_count";
622
+ readonly RESOURCES_IMAGE_IN_USE_COUNT: "resources.image.in_use_count";
623
+ readonly SEVERITY_ID: "severity_id";
624
+ readonly STATUS_ID: "status_id";
625
+ };
626
+ /**
627
+ * @public
628
+ */
629
+ export type OcsfNumberField = (typeof OcsfNumberField)[keyof typeof OcsfNumberField];
630
+ /**
631
+ * @public
632
+ * @enum
633
+ */
634
+ export declare const OcsfStringField: {
635
+ readonly ACTIVITY_NAME: "activity_name";
636
+ readonly CLASS_NAME: "class_name";
637
+ readonly CLOUD_ACCOUNT_NAME: "cloud.account.name";
638
+ readonly CLOUD_ACCOUNT_UID: "cloud.account.uid";
639
+ readonly CLOUD_PROVIDER: "cloud.provider";
640
+ readonly CLOUD_REGION: "cloud.region";
641
+ readonly COMMENT: "comment";
642
+ readonly COMPLIANCE_ASSESSMENTS_CATEGORY: "compliance.assessments.category";
643
+ readonly COMPLIANCE_ASSESSMENTS_NAME: "compliance.assessments.name";
644
+ readonly COMPLIANCE_CONTROL: "compliance.control";
645
+ readonly COMPLIANCE_STANDARDS: "compliance.standards";
646
+ readonly COMPLIANCE_STATUS: "compliance.status";
647
+ readonly DATABUCKET_ENCRYPTION_DETAILS_ALGORITHM: "databucket.encryption_details.algorithm";
648
+ readonly DATABUCKET_ENCRYPTION_DETAILS_KEY_UID: "databucket.encryption_details.key_uid";
649
+ readonly DATABUCKET_FILE_DATA_CLASSIFICATIONS_CLASSIFIER_DETAILS_TYPE: "databucket.file.data_classifications.classifier_details.type";
650
+ readonly EVIDENCES_ACTOR_USER_ACCOUNT_UID: "evidences.actor.user.account.uid";
651
+ readonly EVIDENCES_API_OPERATION: "evidences.api.operation";
652
+ readonly EVIDENCES_API_RESPONSE_ERROR_MESSAGE: "evidences.api.response.error_message";
653
+ readonly EVIDENCES_API_SERVICE_NAME: "evidences.api.service.name";
654
+ readonly EVIDENCES_CONNECTION_INFO_DIRECTION: "evidences.connection_info.direction";
655
+ readonly EVIDENCES_CONNECTION_INFO_PROTOCOL_NAME: "evidences.connection_info.protocol_name";
656
+ readonly EVIDENCES_DST_ENDPOINT_AUTONOMOUS_SYSTEM_NAME: "evidences.dst_endpoint.autonomous_system.name";
657
+ readonly EVIDENCES_DST_ENDPOINT_LOCATION_CITY: "evidences.dst_endpoint.location.city";
658
+ readonly EVIDENCES_DST_ENDPOINT_LOCATION_COUNTRY: "evidences.dst_endpoint.location.country";
659
+ readonly EVIDENCES_SRC_ENDPOINT_AUTONOMOUS_SYSTEM_NAME: "evidences.src_endpoint.autonomous_system.name";
660
+ readonly EVIDENCES_SRC_ENDPOINT_HOSTNAME: "evidences.src_endpoint.hostname";
661
+ readonly EVIDENCES_SRC_ENDPOINT_LOCATION_CITY: "evidences.src_endpoint.location.city";
662
+ readonly EVIDENCES_SRC_ENDPOINT_LOCATION_COUNTRY: "evidences.src_endpoint.location.country";
663
+ readonly FINDING_INFO_ANALYTIC_NAME: "finding_info.analytic.name";
664
+ readonly FINDING_INFO_DESC: "finding_info.desc";
665
+ readonly FINDING_INFO_RELATED_EVENTS_PRODUCT_UID: "finding_info.related_events.product.uid";
666
+ readonly FINDING_INFO_RELATED_EVENTS_TITLE: "finding_info.related_events.title";
667
+ readonly FINDING_INFO_RELATED_EVENTS_UID: "finding_info.related_events.uid";
668
+ readonly FINDING_INFO_SRC_URL: "finding_info.src_url";
669
+ readonly FINDING_INFO_TITLE: "finding_info.title";
670
+ readonly FINDING_INFO_TYPES: "finding_info.types";
671
+ readonly FINDING_INFO_UID: "finding_info.uid";
672
+ readonly MALWARE_NAME: "malware.name";
673
+ readonly MALWARE_SCAN_INFO_UID: "malware_scan_info.uid";
674
+ readonly MALWARE_SEVERITY: "malware.severity";
675
+ readonly METADATA_PRODUCT_NAME: "metadata.product.name";
676
+ readonly METADATA_PRODUCT_UID: "metadata.product.uid";
677
+ readonly METADATA_PRODUCT_VENDOR_NAME: "metadata.product.vendor_name";
678
+ readonly METADATA_UID: "metadata.uid";
679
+ readonly REMEDIATION_DESC: "remediation.desc";
680
+ readonly REMEDIATION_REFERENCES: "remediation.references";
681
+ readonly RESOURCES_CLOUD_FUNCTION_LAYERS_UID_ALT: "resources.cloud_function.layers.uid_alt";
682
+ readonly RESOURCES_CLOUD_FUNCTION_RUNTIME: "resources.cloud_function.runtime";
683
+ readonly RESOURCES_CLOUD_FUNCTION_USER_UID: "resources.cloud_function.user.uid";
684
+ readonly RESOURCES_CLOUD_PARTITION: "resources.cloud_partition";
685
+ readonly RESOURCES_DEVICE_ENCRYPTION_DETAILS_KEY_UID: "resources.device.encryption_details.key_uid";
686
+ readonly RESOURCES_DEVICE_IMAGE_UID: "resources.device.image.uid";
687
+ readonly RESOURCES_IMAGE_ARCHITECTURE: "resources.image.architecture";
688
+ readonly RESOURCES_IMAGE_REGISTRY_UID: "resources.image.registry_uid";
689
+ readonly RESOURCES_IMAGE_REPOSITORY_NAME: "resources.image.repository_name";
690
+ readonly RESOURCES_IMAGE_UID: "resources.image.uid";
691
+ readonly RESOURCES_REGION: "resources.region";
692
+ readonly RESOURCES_SUBNET_INFO_UID: "resources.subnet_info.uid";
693
+ readonly RESOURCES_TYPE: "resources.type";
694
+ readonly RESOURCES_UID: "resources.uid";
695
+ readonly RESOURCES_VPC_UID: "resources.vpc_uid";
696
+ readonly SEVERITY: "severity";
697
+ readonly STATUS: "status";
698
+ readonly VULNERABILITIES_AFFECTED_CODE_FILE_PATH: "vulnerabilities.affected_code.file.path";
699
+ readonly VULNERABILITIES_AFFECTED_PACKAGES_NAME: "vulnerabilities.affected_packages.name";
700
+ readonly VULNERABILITIES_CVE_EPSS_SCORE: "vulnerabilities.cve.epss.score";
701
+ readonly VULNERABILITIES_CVE_UID: "vulnerabilities.cve.uid";
702
+ readonly VULNERABILITIES_FIX_COVERAGE: "vulnerabilities.fix_coverage";
703
+ readonly VULNERABILITIES_RELATED_VULNERABILITIES: "vulnerabilities.related_vulnerabilities";
704
+ };
705
+ /**
706
+ * @public
707
+ */
708
+ export type OcsfStringField = (typeof OcsfStringField)[keyof typeof OcsfStringField];
709
+ /**
710
+ * @public
711
+ * @enum
712
+ */
713
+ export declare const ConnectorAuthStatus: {
714
+ readonly ACTIVE: "ACTIVE";
715
+ readonly FAILED: "FAILED";
716
+ };
717
+ /**
718
+ * @public
719
+ */
720
+ export type ConnectorAuthStatus = (typeof ConnectorAuthStatus)[keyof typeof ConnectorAuthStatus];
721
+ /**
722
+ * @public
723
+ * @enum
724
+ */
725
+ export declare const ConnectorProviderName: {
726
+ readonly JIRA_CLOUD: "JIRA_CLOUD";
727
+ readonly SERVICENOW: "SERVICENOW";
728
+ };
729
+ /**
730
+ * @public
731
+ */
732
+ export type ConnectorProviderName = (typeof ConnectorProviderName)[keyof typeof ConnectorProviderName];
733
+ /**
734
+ * @public
735
+ * @enum
736
+ */
737
+ export declare const ConnectorStatus: {
738
+ readonly CONNECTED: "CONNECTED";
739
+ readonly FAILED_TO_CONNECT: "FAILED_TO_CONNECT";
740
+ readonly PENDING_AUTHORIZATION: "PENDING_AUTHORIZATION";
741
+ readonly PENDING_CONFIGURATION: "PENDING_CONFIGURATION";
742
+ };
743
+ /**
744
+ * @public
745
+ */
746
+ export type ConnectorStatus = (typeof ConnectorStatus)[keyof typeof ConnectorStatus];
747
+ /**
748
+ * @public
749
+ * @enum
750
+ */
751
+ export declare const ControlFindingGenerator: {
752
+ readonly SECURITY_CONTROL: "SECURITY_CONTROL";
753
+ readonly STANDARD_CONTROL: "STANDARD_CONTROL";
754
+ };
755
+ /**
756
+ * @public
757
+ */
758
+ export type ControlFindingGenerator = (typeof ControlFindingGenerator)[keyof typeof ControlFindingGenerator];
759
+ /**
760
+ * @public
761
+ * @enum
762
+ */
763
+ export declare const SecurityControlProperty: {
764
+ readonly Parameters: "Parameters";
765
+ };
766
+ /**
767
+ * @public
768
+ */
769
+ export type SecurityControlProperty = (typeof SecurityControlProperty)[keyof typeof SecurityControlProperty];
770
+ /**
771
+ * @public
772
+ * @enum
773
+ */
774
+ export declare const OrganizationConfigurationConfigurationType: {
775
+ readonly CENTRAL: "CENTRAL";
776
+ readonly LOCAL: "LOCAL";
777
+ };
778
+ /**
779
+ * @public
780
+ */
781
+ export type OrganizationConfigurationConfigurationType = (typeof OrganizationConfigurationConfigurationType)[keyof typeof OrganizationConfigurationConfigurationType];
782
+ /**
783
+ * @public
784
+ * @enum
785
+ */
786
+ export declare const OrganizationConfigurationStatus: {
787
+ readonly ENABLED: "ENABLED";
788
+ readonly FAILED: "FAILED";
789
+ readonly PENDING: "PENDING";
790
+ };
791
+ /**
792
+ * @public
793
+ */
794
+ export type OrganizationConfigurationStatus = (typeof OrganizationConfigurationStatus)[keyof typeof OrganizationConfigurationStatus];
795
+ /**
796
+ * @public
797
+ * @enum
798
+ */
799
+ export declare const IntegrationType: {
800
+ readonly RECEIVE_FINDINGS_FROM_SECURITY_HUB: "RECEIVE_FINDINGS_FROM_SECURITY_HUB";
801
+ readonly SEND_FINDINGS_TO_SECURITY_HUB: "SEND_FINDINGS_TO_SECURITY_HUB";
802
+ readonly UPDATE_FINDINGS_IN_SECURITY_HUB: "UPDATE_FINDINGS_IN_SECURITY_HUB";
803
+ };
804
+ /**
805
+ * @public
806
+ */
807
+ export type IntegrationType = (typeof IntegrationType)[keyof typeof IntegrationType];
808
+ /**
809
+ * @public
810
+ * @enum
811
+ */
812
+ export declare const IntegrationV2Type: {
813
+ readonly RECEIVE_FINDINGS_FROM_SECURITY_HUB: "RECEIVE_FINDINGS_FROM_SECURITY_HUB";
814
+ readonly SEND_FINDINGS_TO_SECURITY_HUB: "SEND_FINDINGS_TO_SECURITY_HUB";
815
+ readonly UPDATE_FINDINGS_IN_SECURITY_HUB: "UPDATE_FINDINGS_IN_SECURITY_HUB";
816
+ };
817
+ /**
818
+ * @public
819
+ */
820
+ export type IntegrationV2Type = (typeof IntegrationV2Type)[keyof typeof IntegrationV2Type];
821
+ /**
822
+ * @public
823
+ * @enum
824
+ */
825
+ export declare const SecurityHubFeature: {
826
+ readonly SECURITY_HUB: "SecurityHub";
827
+ readonly SECURITY_HUB_V2: "SecurityHubV2";
828
+ };
829
+ /**
830
+ * @public
831
+ */
832
+ export type SecurityHubFeature = (typeof SecurityHubFeature)[keyof typeof SecurityHubFeature];
833
+ /**
834
+ * @public
835
+ * @enum
836
+ */
837
+ export declare const FindingHistoryUpdateSourceType: {
838
+ readonly BATCH_IMPORT_FINDINGS: "BATCH_IMPORT_FINDINGS";
839
+ readonly BATCH_UPDATE_FINDINGS: "BATCH_UPDATE_FINDINGS";
840
+ };
841
+ /**
842
+ * @public
843
+ */
844
+ export type FindingHistoryUpdateSourceType = (typeof FindingHistoryUpdateSourceType)[keyof typeof FindingHistoryUpdateSourceType];
845
+ /**
846
+ * @public
847
+ * @enum
848
+ */
849
+ export declare const SortOrder: {
850
+ readonly ASCENDING: "asc";
851
+ readonly DESCENDING: "desc";
852
+ };
853
+ /**
854
+ * @public
855
+ */
856
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
857
+ /**
858
+ * @public
859
+ * @enum
860
+ */
861
+ export declare const GroupByField: {
862
+ readonly ACTIVITY_NAME: "activity_name";
863
+ readonly CLASS_NAME: "class_name";
864
+ readonly CLOUD_ACCOUNT_NAME: "cloud.account.name";
865
+ readonly CLOUD_ACCOUNT_UID: "cloud.account.uid";
866
+ readonly CLOUD_PROVIDER: "cloud.provider";
867
+ readonly CLOUD_REGION: "cloud.region";
868
+ readonly COMPLIANCE_ASSESSMENTS_NAME: "compliance.assessments.name";
869
+ readonly COMPLIANCE_CONTROL: "compliance.control";
870
+ readonly COMPLIANCE_STANDARDS: "compliance.standards";
871
+ readonly COMPLIANCE_STATUS: "compliance.status";
872
+ readonly FINDING_INFO_ANALYTIC_NAME: "finding_info.analytic.name";
873
+ readonly FINDING_INFO_TITLE: "finding_info.title";
874
+ readonly FINDING_INFO_TYPES: "finding_info.types";
875
+ readonly METADATA_PRODUCT_NAME: "metadata.product.name";
876
+ readonly METADATA_PRODUCT_UID: "metadata.product.uid";
877
+ readonly RESOURCES_TYPE: "resources.type";
878
+ readonly RESOURCES_UID: "resources.uid";
879
+ readonly SEVERITY: "severity";
880
+ readonly STATUS: "status";
881
+ readonly VULNERABILITIES_AFFECTED_PACKAGES_NAME: "vulnerabilities.affected_packages.name";
882
+ readonly VULNERABILITIES_FIX_COVERAGE: "vulnerabilities.fix_coverage";
883
+ };
884
+ /**
885
+ * @public
886
+ */
887
+ export type GroupByField = (typeof GroupByField)[keyof typeof GroupByField];
888
+ /**
889
+ * @public
890
+ * @enum
891
+ */
892
+ export declare const ResourcesDateField: {
893
+ readonly RESOURCE_CREATION_TIME_DT: "ResourceCreationTime";
894
+ readonly RESOURCE_DETAIL_CAPTURE_TIME_DT: "ResourceDetailCaptureTime";
895
+ };
896
+ /**
897
+ * @public
898
+ */
899
+ export type ResourcesDateField = (typeof ResourcesDateField)[keyof typeof ResourcesDateField];
900
+ /**
901
+ * @public
902
+ * @enum
903
+ */
904
+ export declare const ResourcesMapField: {
905
+ readonly TAG: "ResourceTags";
906
+ };
907
+ /**
908
+ * @public
909
+ */
910
+ export type ResourcesMapField = (typeof ResourcesMapField)[keyof typeof ResourcesMapField];
911
+ /**
912
+ * @public
913
+ * @enum
914
+ */
915
+ export declare const ResourcesNumberField: {
916
+ readonly SEVERITY_CRITICAL: "FindingsSummary.Severities.Critical";
917
+ readonly SEVERITY_FATAL: "FindingsSummary.Severities.Fatal";
918
+ readonly SEVERITY_HIGH: "FindingsSummary.Severities.High";
919
+ readonly SEVERITY_INFORMATIONAL: "FindingsSummary.Severities.Informational";
920
+ readonly SEVERITY_LOW: "FindingsSummary.Severities.Low";
921
+ readonly SEVERITY_MEDIUM: "FindingsSummary.Severities.Medium";
922
+ readonly SEVERITY_OTHER: "FindingsSummary.Severities.Other";
923
+ readonly SEVERITY_UNKNOWN: "FindingsSummary.Severities.Unknown";
924
+ readonly TOTAL_FINDINGS: "FindingsSummary.TotalFindings";
925
+ };
926
+ /**
927
+ * @public
928
+ */
929
+ export type ResourcesNumberField = (typeof ResourcesNumberField)[keyof typeof ResourcesNumberField];
930
+ /**
931
+ * @public
932
+ * @enum
933
+ */
934
+ export declare const ResourcesStringField: {
935
+ readonly ACCOUNT_ID: "AccountId";
936
+ readonly FINDING_TYPE: "FindingsSummary.FindingType";
937
+ readonly PRODUCT_NAME: "FindingsSummary.ProductName";
938
+ readonly REGION: "Region";
939
+ readonly RESOURCE_CATEGORY: "ResourceCategory";
940
+ readonly RESOURCE_GUID: "ResourceGuid";
941
+ readonly RESOURCE_ID: "ResourceId";
942
+ readonly RESOURCE_NAME: "ResourceName";
943
+ readonly RESOURCE_TYPE: "ResourceType";
944
+ };
945
+ /**
946
+ * @public
947
+ */
948
+ export type ResourcesStringField = (typeof ResourcesStringField)[keyof typeof ResourcesStringField];
949
+ /**
950
+ * @public
951
+ * @enum
952
+ */
953
+ export declare const ResourceGroupByField: {
954
+ readonly ACCOUNT_ID: "AccountId";
955
+ readonly FINDING_TYPE: "FindingsSummary.FindingType";
956
+ readonly REGION: "Region";
957
+ readonly RESOURCE_CATEGORY: "ResourceCategory";
958
+ readonly RESOURCE_NAME: "ResourceName";
959
+ readonly RESOURCE_TYPE: "ResourceType";
960
+ };
961
+ /**
962
+ * @public
963
+ */
964
+ export type ResourceGroupByField = (typeof ResourceGroupByField)[keyof typeof ResourceGroupByField];
965
+ /**
966
+ * @public
967
+ * @enum
968
+ */
969
+ export declare const ResourceCategory: {
970
+ readonly AI_ML: "AI/ML";
971
+ readonly CODE: "Code";
972
+ readonly COMPUTE: "Compute";
973
+ readonly DATABASE: "Database";
974
+ readonly IDENTITY: "Identity";
975
+ readonly NETWORK: "Network";
976
+ readonly OTHER: "Other";
977
+ readonly STORAGE: "Storage";
978
+ };
979
+ /**
980
+ * @public
981
+ */
982
+ export type ResourceCategory = (typeof ResourceCategory)[keyof typeof ResourceCategory];
983
+ /**
984
+ * @public
985
+ * @enum
986
+ */
987
+ export declare const RegionAvailabilityStatus: {
988
+ readonly AVAILABLE: "AVAILABLE";
989
+ readonly UNAVAILABLE: "UNAVAILABLE";
990
+ };
991
+ /**
992
+ * @public
993
+ */
994
+ export type RegionAvailabilityStatus = (typeof RegionAvailabilityStatus)[keyof typeof RegionAvailabilityStatus];