@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,574 @@
1
+ export declare const SeverityLabel: {
2
+ readonly CRITICAL: "CRITICAL";
3
+ readonly HIGH: "HIGH";
4
+ readonly INFORMATIONAL: "INFORMATIONAL";
5
+ readonly LOW: "LOW";
6
+ readonly MEDIUM: "MEDIUM";
7
+ };
8
+ export type SeverityLabel = (typeof SeverityLabel)[keyof typeof SeverityLabel];
9
+ export declare const VerificationState: {
10
+ readonly BENIGN_POSITIVE: "BENIGN_POSITIVE";
11
+ readonly FALSE_POSITIVE: "FALSE_POSITIVE";
12
+ readonly TRUE_POSITIVE: "TRUE_POSITIVE";
13
+ readonly UNKNOWN: "UNKNOWN";
14
+ };
15
+ export type VerificationState =
16
+ (typeof VerificationState)[keyof typeof VerificationState];
17
+ export declare const WorkflowStatus: {
18
+ readonly NEW: "NEW";
19
+ readonly NOTIFIED: "NOTIFIED";
20
+ readonly RESOLVED: "RESOLVED";
21
+ readonly SUPPRESSED: "SUPPRESSED";
22
+ };
23
+ export type WorkflowStatus =
24
+ (typeof WorkflowStatus)[keyof typeof WorkflowStatus];
25
+ export declare const AutomationRulesActionType: {
26
+ readonly FINDING_FIELDS_UPDATE: "FINDING_FIELDS_UPDATE";
27
+ };
28
+ export type AutomationRulesActionType =
29
+ (typeof AutomationRulesActionType)[keyof typeof AutomationRulesActionType];
30
+ export declare const ActorSessionMfaStatus: {
31
+ readonly DISABLED: "DISABLED";
32
+ readonly ENABLED: "ENABLED";
33
+ };
34
+ export type ActorSessionMfaStatus =
35
+ (typeof ActorSessionMfaStatus)[keyof typeof ActorSessionMfaStatus];
36
+ export declare const AdminStatus: {
37
+ readonly DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS";
38
+ readonly ENABLED: "ENABLED";
39
+ };
40
+ export type AdminStatus = (typeof AdminStatus)[keyof typeof AdminStatus];
41
+ export declare const AllowedOperators: {
42
+ readonly AND: "AND";
43
+ readonly OR: "OR";
44
+ };
45
+ export type AllowedOperators =
46
+ (typeof AllowedOperators)[keyof typeof AllowedOperators];
47
+ export declare const ConfigurationPolicyAssociationStatus: {
48
+ readonly FAILED: "FAILED";
49
+ readonly PENDING: "PENDING";
50
+ readonly SUCCESS: "SUCCESS";
51
+ };
52
+ export type ConfigurationPolicyAssociationStatus =
53
+ (typeof ConfigurationPolicyAssociationStatus)[keyof typeof ConfigurationPolicyAssociationStatus];
54
+ export declare const AssociationType: {
55
+ readonly APPLIED: "APPLIED";
56
+ readonly INHERITED: "INHERITED";
57
+ };
58
+ export type AssociationType =
59
+ (typeof AssociationType)[keyof typeof AssociationType];
60
+ export declare const AssociationStatus: {
61
+ readonly DISABLED: "DISABLED";
62
+ readonly ENABLED: "ENABLED";
63
+ };
64
+ export type AssociationStatus =
65
+ (typeof AssociationStatus)[keyof typeof AssociationStatus];
66
+ export declare const AutoEnableStandards: {
67
+ readonly DEFAULT: "DEFAULT";
68
+ readonly NONE: "NONE";
69
+ };
70
+ export type AutoEnableStandards =
71
+ (typeof AutoEnableStandards)[keyof typeof AutoEnableStandards];
72
+ export declare const AutomationRulesActionTypeV2: {
73
+ readonly EXTERNAL_INTEGRATION: "EXTERNAL_INTEGRATION";
74
+ readonly FINDING_FIELDS_UPDATE: "FINDING_FIELDS_UPDATE";
75
+ };
76
+ export type AutomationRulesActionTypeV2 =
77
+ (typeof AutomationRulesActionTypeV2)[keyof typeof AutomationRulesActionTypeV2];
78
+ export declare const StringFilterComparison: {
79
+ readonly CONTAINS: "CONTAINS";
80
+ readonly CONTAINS_WORD: "CONTAINS_WORD";
81
+ readonly EQUALS: "EQUALS";
82
+ readonly NOT_CONTAINS: "NOT_CONTAINS";
83
+ readonly NOT_EQUALS: "NOT_EQUALS";
84
+ readonly PREFIX: "PREFIX";
85
+ readonly PREFIX_NOT_EQUALS: "PREFIX_NOT_EQUALS";
86
+ };
87
+ export type StringFilterComparison =
88
+ (typeof StringFilterComparison)[keyof typeof StringFilterComparison];
89
+ export declare const DateRangeUnit: {
90
+ readonly DAYS: "DAYS";
91
+ };
92
+ export type DateRangeUnit = (typeof DateRangeUnit)[keyof typeof DateRangeUnit];
93
+ export declare const MapFilterComparison: {
94
+ readonly CONTAINS: "CONTAINS";
95
+ readonly EQUALS: "EQUALS";
96
+ readonly NOT_CONTAINS: "NOT_CONTAINS";
97
+ readonly NOT_EQUALS: "NOT_EQUALS";
98
+ };
99
+ export type MapFilterComparison =
100
+ (typeof MapFilterComparison)[keyof typeof MapFilterComparison];
101
+ export declare const RuleStatus: {
102
+ readonly DISABLED: "DISABLED";
103
+ readonly ENABLED: "ENABLED";
104
+ };
105
+ export type RuleStatus = (typeof RuleStatus)[keyof typeof RuleStatus];
106
+ export declare const RuleStatusV2: {
107
+ readonly DISABLED: "DISABLED";
108
+ readonly ENABLED: "ENABLED";
109
+ };
110
+ export type RuleStatusV2 = (typeof RuleStatusV2)[keyof typeof RuleStatusV2];
111
+ export declare const AwsIamAccessKeyStatus: {
112
+ readonly ACTIVE: "Active";
113
+ readonly INACTIVE: "Inactive";
114
+ };
115
+ export type AwsIamAccessKeyStatus =
116
+ (typeof AwsIamAccessKeyStatus)[keyof typeof AwsIamAccessKeyStatus];
117
+ export declare const AwsS3BucketNotificationConfigurationS3KeyFilterRuleName: {
118
+ readonly PREFIX: "Prefix";
119
+ readonly SUFFIX: "Suffix";
120
+ };
121
+ export type AwsS3BucketNotificationConfigurationS3KeyFilterRuleName =
122
+ (typeof AwsS3BucketNotificationConfigurationS3KeyFilterRuleName)[keyof typeof AwsS3BucketNotificationConfigurationS3KeyFilterRuleName];
123
+ export declare const ComplianceStatus: {
124
+ readonly FAILED: "FAILED";
125
+ readonly NOT_AVAILABLE: "NOT_AVAILABLE";
126
+ readonly PASSED: "PASSED";
127
+ readonly WARNING: "WARNING";
128
+ };
129
+ export type ComplianceStatus =
130
+ (typeof ComplianceStatus)[keyof typeof ComplianceStatus];
131
+ export declare const ConnectionDirection: {
132
+ readonly INBOUND: "INBOUND";
133
+ readonly OUTBOUND: "OUTBOUND";
134
+ };
135
+ export type ConnectionDirection =
136
+ (typeof ConnectionDirection)[keyof typeof ConnectionDirection];
137
+ export declare const MalwareState: {
138
+ readonly OBSERVED: "OBSERVED";
139
+ readonly REMOVAL_FAILED: "REMOVAL_FAILED";
140
+ readonly REMOVED: "REMOVED";
141
+ };
142
+ export type MalwareState = (typeof MalwareState)[keyof typeof MalwareState];
143
+ export declare const MalwareType: {
144
+ readonly ADWARE: "ADWARE";
145
+ readonly BLENDED_THREAT: "BLENDED_THREAT";
146
+ readonly BOTNET_AGENT: "BOTNET_AGENT";
147
+ readonly COIN_MINER: "COIN_MINER";
148
+ readonly EXPLOIT_KIT: "EXPLOIT_KIT";
149
+ readonly KEYLOGGER: "KEYLOGGER";
150
+ readonly MACRO: "MACRO";
151
+ readonly POTENTIALLY_UNWANTED: "POTENTIALLY_UNWANTED";
152
+ readonly RANSOMWARE: "RANSOMWARE";
153
+ readonly REMOTE_ACCESS: "REMOTE_ACCESS";
154
+ readonly ROOTKIT: "ROOTKIT";
155
+ readonly SPYWARE: "SPYWARE";
156
+ readonly TROJAN: "TROJAN";
157
+ readonly VIRUS: "VIRUS";
158
+ readonly WORM: "WORM";
159
+ };
160
+ export type MalwareType = (typeof MalwareType)[keyof typeof MalwareType];
161
+ export declare const NetworkDirection: {
162
+ readonly IN: "IN";
163
+ readonly OUT: "OUT";
164
+ };
165
+ export type NetworkDirection =
166
+ (typeof NetworkDirection)[keyof typeof NetworkDirection];
167
+ export declare const RecordState: {
168
+ readonly ACTIVE: "ACTIVE";
169
+ readonly ARCHIVED: "ARCHIVED";
170
+ };
171
+ export type RecordState = (typeof RecordState)[keyof typeof RecordState];
172
+ export declare const Partition: {
173
+ readonly AWS: "aws";
174
+ readonly AWS_CN: "aws-cn";
175
+ readonly AWS_US_GOV: "aws-us-gov";
176
+ };
177
+ export type Partition = (typeof Partition)[keyof typeof Partition];
178
+ export declare const ThreatIntelIndicatorCategory: {
179
+ readonly BACKDOOR: "BACKDOOR";
180
+ readonly CARD_STEALER: "CARD_STEALER";
181
+ readonly COMMAND_AND_CONTROL: "COMMAND_AND_CONTROL";
182
+ readonly DROP_SITE: "DROP_SITE";
183
+ readonly EXPLOIT_SITE: "EXPLOIT_SITE";
184
+ readonly KEYLOGGER: "KEYLOGGER";
185
+ };
186
+ export type ThreatIntelIndicatorCategory =
187
+ (typeof ThreatIntelIndicatorCategory)[keyof typeof ThreatIntelIndicatorCategory];
188
+ export declare const ThreatIntelIndicatorType: {
189
+ readonly DOMAIN: "DOMAIN";
190
+ readonly EMAIL_ADDRESS: "EMAIL_ADDRESS";
191
+ readonly HASH_MD5: "HASH_MD5";
192
+ readonly HASH_SHA1: "HASH_SHA1";
193
+ readonly HASH_SHA256: "HASH_SHA256";
194
+ readonly HASH_SHA512: "HASH_SHA512";
195
+ readonly IPV4_ADDRESS: "IPV4_ADDRESS";
196
+ readonly IPV6_ADDRESS: "IPV6_ADDRESS";
197
+ readonly MUTEX: "MUTEX";
198
+ readonly PROCESS: "PROCESS";
199
+ readonly URL: "URL";
200
+ };
201
+ export type ThreatIntelIndicatorType =
202
+ (typeof ThreatIntelIndicatorType)[keyof typeof ThreatIntelIndicatorType];
203
+ export declare const VulnerabilityExploitAvailable: {
204
+ readonly NO: "NO";
205
+ readonly YES: "YES";
206
+ };
207
+ export type VulnerabilityExploitAvailable =
208
+ (typeof VulnerabilityExploitAvailable)[keyof typeof VulnerabilityExploitAvailable];
209
+ export declare const VulnerabilityFixAvailable: {
210
+ readonly NO: "NO";
211
+ readonly PARTIAL: "PARTIAL";
212
+ readonly YES: "YES";
213
+ };
214
+ export type VulnerabilityFixAvailable =
215
+ (typeof VulnerabilityFixAvailable)[keyof typeof VulnerabilityFixAvailable];
216
+ export declare const WorkflowState: {
217
+ readonly ASSIGNED: "ASSIGNED";
218
+ readonly DEFERRED: "DEFERRED";
219
+ readonly IN_PROGRESS: "IN_PROGRESS";
220
+ readonly NEW: "NEW";
221
+ readonly RESOLVED: "RESOLVED";
222
+ };
223
+ export type WorkflowState = (typeof WorkflowState)[keyof typeof WorkflowState];
224
+ export declare const StandardsControlsUpdatable: {
225
+ readonly NOT_READY_FOR_UPDATES: "NOT_READY_FOR_UPDATES";
226
+ readonly READY_FOR_UPDATES: "READY_FOR_UPDATES";
227
+ };
228
+ export type StandardsControlsUpdatable =
229
+ (typeof StandardsControlsUpdatable)[keyof typeof StandardsControlsUpdatable];
230
+ export declare const StandardsStatus: {
231
+ readonly DELETING: "DELETING";
232
+ readonly FAILED: "FAILED";
233
+ readonly INCOMPLETE: "INCOMPLETE";
234
+ readonly PENDING: "PENDING";
235
+ readonly READY: "READY";
236
+ };
237
+ export type StandardsStatus =
238
+ (typeof StandardsStatus)[keyof typeof StandardsStatus];
239
+ export declare const StatusReasonCode: {
240
+ readonly INTERNAL_ERROR: "INTERNAL_ERROR";
241
+ readonly MAXIMUM_NUMBER_OF_CONFIG_RULES_EXCEEDED: "MAXIMUM_NUMBER_OF_CONFIG_RULES_EXCEEDED";
242
+ readonly NO_AVAILABLE_CONFIGURATION_RECORDER: "NO_AVAILABLE_CONFIGURATION_RECORDER";
243
+ };
244
+ export type StatusReasonCode =
245
+ (typeof StatusReasonCode)[keyof typeof StatusReasonCode];
246
+ export declare const TargetType: {
247
+ readonly ACCOUNT: "ACCOUNT";
248
+ readonly ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT";
249
+ readonly ROOT: "ROOT";
250
+ };
251
+ export type TargetType = (typeof TargetType)[keyof typeof TargetType];
252
+ export declare const ParameterValueType: {
253
+ readonly CUSTOM: "CUSTOM";
254
+ readonly DEFAULT: "DEFAULT";
255
+ };
256
+ export type ParameterValueType =
257
+ (typeof ParameterValueType)[keyof typeof ParameterValueType];
258
+ export declare const ControlStatus: {
259
+ readonly DISABLED: "DISABLED";
260
+ readonly ENABLED: "ENABLED";
261
+ };
262
+ export type ControlStatus = (typeof ControlStatus)[keyof typeof ControlStatus];
263
+ export declare const SeverityRating: {
264
+ readonly CRITICAL: "CRITICAL";
265
+ readonly HIGH: "HIGH";
266
+ readonly LOW: "LOW";
267
+ readonly MEDIUM: "MEDIUM";
268
+ };
269
+ export type SeverityRating =
270
+ (typeof SeverityRating)[keyof typeof SeverityRating];
271
+ export declare const UpdateStatus: {
272
+ readonly READY: "READY";
273
+ readonly UPDATING: "UPDATING";
274
+ };
275
+ export type UpdateStatus = (typeof UpdateStatus)[keyof typeof UpdateStatus];
276
+ export declare const UnprocessedErrorCode: {
277
+ readonly ACCESS_DENIED: "ACCESS_DENIED";
278
+ readonly INVALID_INPUT: "INVALID_INPUT";
279
+ readonly LIMIT_EXCEEDED: "LIMIT_EXCEEDED";
280
+ readonly NOT_FOUND: "NOT_FOUND";
281
+ readonly RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND";
282
+ };
283
+ export type UnprocessedErrorCode =
284
+ (typeof UnprocessedErrorCode)[keyof typeof UnprocessedErrorCode];
285
+ export declare const BatchUpdateFindingsV2UnprocessedFindingErrorCode: {
286
+ readonly ConflictException: "ConflictException";
287
+ readonly InternalServerException: "InternalServerException";
288
+ readonly ResourceNotFoundException: "ResourceNotFoundException";
289
+ readonly ValidationException: "ValidationException";
290
+ };
291
+ export type BatchUpdateFindingsV2UnprocessedFindingErrorCode =
292
+ (typeof BatchUpdateFindingsV2UnprocessedFindingErrorCode)[keyof typeof BatchUpdateFindingsV2UnprocessedFindingErrorCode];
293
+ export declare const OcsfBooleanField: {
294
+ readonly COMPLIANCE_ASSESSMENTS_MEETS_CRITERIA: "compliance.assessments.meets_criteria";
295
+ readonly VULNERABILITIES_IS_EXPLOIT_AVAILABLE: "vulnerabilities.is_exploit_available";
296
+ readonly VULNERABILITIES_IS_FIX_AVAILABLE: "vulnerabilities.is_fix_available";
297
+ };
298
+ export type OcsfBooleanField =
299
+ (typeof OcsfBooleanField)[keyof typeof OcsfBooleanField];
300
+ export declare const OcsfDateField: {
301
+ readonly FINDING_INFO_CREATED_TIME_DT: "finding_info.created_time_dt";
302
+ readonly FINDING_INFO_FIRST_SEEN_TIME_DT: "finding_info.first_seen_time_dt";
303
+ readonly FINDING_INFO_LAST_SEEN_TIME_DT: "finding_info.last_seen_time_dt";
304
+ readonly FINDING_INFO_MODIFIED_TIME_DT: "finding_info.modified_time_dt";
305
+ readonly RESOURCES_IMAGE_CREATED_TIME_DT: "resources.image.created_time_dt";
306
+ readonly RESOURCES_IMAGE_LAST_USED_TIME_DT: "resources.image.last_used_time_dt";
307
+ readonly RESOURCES_MODIFIED_TIME_DT: "resources.modified_time_dt";
308
+ };
309
+ export type OcsfDateField = (typeof OcsfDateField)[keyof typeof OcsfDateField];
310
+ export declare const OcsfIpField: {
311
+ readonly EVIDENCES_DST_ENDPOINT_IP: "evidences.dst_endpoint.ip";
312
+ readonly EVIDENCES_SRC_ENDPOINT_IP: "evidences.src_endpoint.ip";
313
+ };
314
+ export type OcsfIpField = (typeof OcsfIpField)[keyof typeof OcsfIpField];
315
+ export declare const OcsfMapField: {
316
+ readonly COMPLIANCE_CONTROL_PARAMETERS: "compliance.control_parameters";
317
+ readonly DATABUCKET_TAGS: "databucket.tags";
318
+ readonly FINDING_INFO_TAGS: "finding_info.tags";
319
+ readonly RESOURCES_TAGS: "resources.tags";
320
+ };
321
+ export type OcsfMapField = (typeof OcsfMapField)[keyof typeof OcsfMapField];
322
+ export declare const OcsfNumberField: {
323
+ readonly ACTIVITY_ID: "activity_id";
324
+ readonly COMPLIANCE_STATUS_ID: "compliance.status_id";
325
+ readonly CONFIDENCE_SCORE: "confidence_score";
326
+ readonly EVIDENCES_API_RESPONSE_CODE: "evidences.api.response.code";
327
+ readonly EVIDENCES_DST_ENDPOINT_AUTONOMOUS_SYSTEM_NUMBER: "evidences.dst_endpoint.autonomous_system.number";
328
+ readonly EVIDENCES_DST_ENDPOINT_PORT: "evidences.dst_endpoint.port";
329
+ readonly EVIDENCES_SRC_ENDPOINT_AUTONOMOUS_SYSTEM_NUMBER: "evidences.src_endpoint.autonomous_system.number";
330
+ readonly EVIDENCES_SRC_ENDPOINT_PORT: "evidences.src_endpoint.port";
331
+ readonly FINDING_INFO_RELATED_EVENTS_COUNT: "finding_info.related_events_count";
332
+ readonly RESOURCES_IMAGE_IN_USE_COUNT: "resources.image.in_use_count";
333
+ readonly SEVERITY_ID: "severity_id";
334
+ readonly STATUS_ID: "status_id";
335
+ };
336
+ export type OcsfNumberField =
337
+ (typeof OcsfNumberField)[keyof typeof OcsfNumberField];
338
+ export declare const OcsfStringField: {
339
+ readonly ACTIVITY_NAME: "activity_name";
340
+ readonly CLASS_NAME: "class_name";
341
+ readonly CLOUD_ACCOUNT_NAME: "cloud.account.name";
342
+ readonly CLOUD_ACCOUNT_UID: "cloud.account.uid";
343
+ readonly CLOUD_PROVIDER: "cloud.provider";
344
+ readonly CLOUD_REGION: "cloud.region";
345
+ readonly COMMENT: "comment";
346
+ readonly COMPLIANCE_ASSESSMENTS_CATEGORY: "compliance.assessments.category";
347
+ readonly COMPLIANCE_ASSESSMENTS_NAME: "compliance.assessments.name";
348
+ readonly COMPLIANCE_CONTROL: "compliance.control";
349
+ readonly COMPLIANCE_STANDARDS: "compliance.standards";
350
+ readonly COMPLIANCE_STATUS: "compliance.status";
351
+ readonly DATABUCKET_ENCRYPTION_DETAILS_ALGORITHM: "databucket.encryption_details.algorithm";
352
+ readonly DATABUCKET_ENCRYPTION_DETAILS_KEY_UID: "databucket.encryption_details.key_uid";
353
+ readonly DATABUCKET_FILE_DATA_CLASSIFICATIONS_CLASSIFIER_DETAILS_TYPE: "databucket.file.data_classifications.classifier_details.type";
354
+ readonly EVIDENCES_ACTOR_USER_ACCOUNT_UID: "evidences.actor.user.account.uid";
355
+ readonly EVIDENCES_API_OPERATION: "evidences.api.operation";
356
+ readonly EVIDENCES_API_RESPONSE_ERROR_MESSAGE: "evidences.api.response.error_message";
357
+ readonly EVIDENCES_API_SERVICE_NAME: "evidences.api.service.name";
358
+ readonly EVIDENCES_CONNECTION_INFO_DIRECTION: "evidences.connection_info.direction";
359
+ readonly EVIDENCES_CONNECTION_INFO_PROTOCOL_NAME: "evidences.connection_info.protocol_name";
360
+ readonly EVIDENCES_DST_ENDPOINT_AUTONOMOUS_SYSTEM_NAME: "evidences.dst_endpoint.autonomous_system.name";
361
+ readonly EVIDENCES_DST_ENDPOINT_LOCATION_CITY: "evidences.dst_endpoint.location.city";
362
+ readonly EVIDENCES_DST_ENDPOINT_LOCATION_COUNTRY: "evidences.dst_endpoint.location.country";
363
+ readonly EVIDENCES_SRC_ENDPOINT_AUTONOMOUS_SYSTEM_NAME: "evidences.src_endpoint.autonomous_system.name";
364
+ readonly EVIDENCES_SRC_ENDPOINT_HOSTNAME: "evidences.src_endpoint.hostname";
365
+ readonly EVIDENCES_SRC_ENDPOINT_LOCATION_CITY: "evidences.src_endpoint.location.city";
366
+ readonly EVIDENCES_SRC_ENDPOINT_LOCATION_COUNTRY: "evidences.src_endpoint.location.country";
367
+ readonly FINDING_INFO_ANALYTIC_NAME: "finding_info.analytic.name";
368
+ readonly FINDING_INFO_DESC: "finding_info.desc";
369
+ readonly FINDING_INFO_RELATED_EVENTS_PRODUCT_UID: "finding_info.related_events.product.uid";
370
+ readonly FINDING_INFO_RELATED_EVENTS_TITLE: "finding_info.related_events.title";
371
+ readonly FINDING_INFO_RELATED_EVENTS_UID: "finding_info.related_events.uid";
372
+ readonly FINDING_INFO_SRC_URL: "finding_info.src_url";
373
+ readonly FINDING_INFO_TITLE: "finding_info.title";
374
+ readonly FINDING_INFO_TYPES: "finding_info.types";
375
+ readonly FINDING_INFO_UID: "finding_info.uid";
376
+ readonly MALWARE_NAME: "malware.name";
377
+ readonly MALWARE_SCAN_INFO_UID: "malware_scan_info.uid";
378
+ readonly MALWARE_SEVERITY: "malware.severity";
379
+ readonly METADATA_PRODUCT_NAME: "metadata.product.name";
380
+ readonly METADATA_PRODUCT_UID: "metadata.product.uid";
381
+ readonly METADATA_PRODUCT_VENDOR_NAME: "metadata.product.vendor_name";
382
+ readonly METADATA_UID: "metadata.uid";
383
+ readonly REMEDIATION_DESC: "remediation.desc";
384
+ readonly REMEDIATION_REFERENCES: "remediation.references";
385
+ readonly RESOURCES_CLOUD_FUNCTION_LAYERS_UID_ALT: "resources.cloud_function.layers.uid_alt";
386
+ readonly RESOURCES_CLOUD_FUNCTION_RUNTIME: "resources.cloud_function.runtime";
387
+ readonly RESOURCES_CLOUD_FUNCTION_USER_UID: "resources.cloud_function.user.uid";
388
+ readonly RESOURCES_CLOUD_PARTITION: "resources.cloud_partition";
389
+ readonly RESOURCES_DEVICE_ENCRYPTION_DETAILS_KEY_UID: "resources.device.encryption_details.key_uid";
390
+ readonly RESOURCES_DEVICE_IMAGE_UID: "resources.device.image.uid";
391
+ readonly RESOURCES_IMAGE_ARCHITECTURE: "resources.image.architecture";
392
+ readonly RESOURCES_IMAGE_REGISTRY_UID: "resources.image.registry_uid";
393
+ readonly RESOURCES_IMAGE_REPOSITORY_NAME: "resources.image.repository_name";
394
+ readonly RESOURCES_IMAGE_UID: "resources.image.uid";
395
+ readonly RESOURCES_REGION: "resources.region";
396
+ readonly RESOURCES_SUBNET_INFO_UID: "resources.subnet_info.uid";
397
+ readonly RESOURCES_TYPE: "resources.type";
398
+ readonly RESOURCES_UID: "resources.uid";
399
+ readonly RESOURCES_VPC_UID: "resources.vpc_uid";
400
+ readonly SEVERITY: "severity";
401
+ readonly STATUS: "status";
402
+ readonly VULNERABILITIES_AFFECTED_CODE_FILE_PATH: "vulnerabilities.affected_code.file.path";
403
+ readonly VULNERABILITIES_AFFECTED_PACKAGES_NAME: "vulnerabilities.affected_packages.name";
404
+ readonly VULNERABILITIES_CVE_EPSS_SCORE: "vulnerabilities.cve.epss.score";
405
+ readonly VULNERABILITIES_CVE_UID: "vulnerabilities.cve.uid";
406
+ readonly VULNERABILITIES_FIX_COVERAGE: "vulnerabilities.fix_coverage";
407
+ readonly VULNERABILITIES_RELATED_VULNERABILITIES: "vulnerabilities.related_vulnerabilities";
408
+ };
409
+ export type OcsfStringField =
410
+ (typeof OcsfStringField)[keyof typeof OcsfStringField];
411
+ export declare const ConnectorAuthStatus: {
412
+ readonly ACTIVE: "ACTIVE";
413
+ readonly FAILED: "FAILED";
414
+ };
415
+ export type ConnectorAuthStatus =
416
+ (typeof ConnectorAuthStatus)[keyof typeof ConnectorAuthStatus];
417
+ export declare const ConnectorProviderName: {
418
+ readonly JIRA_CLOUD: "JIRA_CLOUD";
419
+ readonly SERVICENOW: "SERVICENOW";
420
+ };
421
+ export type ConnectorProviderName =
422
+ (typeof ConnectorProviderName)[keyof typeof ConnectorProviderName];
423
+ export declare const ConnectorStatus: {
424
+ readonly CONNECTED: "CONNECTED";
425
+ readonly FAILED_TO_CONNECT: "FAILED_TO_CONNECT";
426
+ readonly PENDING_AUTHORIZATION: "PENDING_AUTHORIZATION";
427
+ readonly PENDING_CONFIGURATION: "PENDING_CONFIGURATION";
428
+ };
429
+ export type ConnectorStatus =
430
+ (typeof ConnectorStatus)[keyof typeof ConnectorStatus];
431
+ export declare const ControlFindingGenerator: {
432
+ readonly SECURITY_CONTROL: "SECURITY_CONTROL";
433
+ readonly STANDARD_CONTROL: "STANDARD_CONTROL";
434
+ };
435
+ export type ControlFindingGenerator =
436
+ (typeof ControlFindingGenerator)[keyof typeof ControlFindingGenerator];
437
+ export declare const SecurityControlProperty: {
438
+ readonly Parameters: "Parameters";
439
+ };
440
+ export type SecurityControlProperty =
441
+ (typeof SecurityControlProperty)[keyof typeof SecurityControlProperty];
442
+ export declare const OrganizationConfigurationConfigurationType: {
443
+ readonly CENTRAL: "CENTRAL";
444
+ readonly LOCAL: "LOCAL";
445
+ };
446
+ export type OrganizationConfigurationConfigurationType =
447
+ (typeof OrganizationConfigurationConfigurationType)[keyof typeof OrganizationConfigurationConfigurationType];
448
+ export declare const OrganizationConfigurationStatus: {
449
+ readonly ENABLED: "ENABLED";
450
+ readonly FAILED: "FAILED";
451
+ readonly PENDING: "PENDING";
452
+ };
453
+ export type OrganizationConfigurationStatus =
454
+ (typeof OrganizationConfigurationStatus)[keyof typeof OrganizationConfigurationStatus];
455
+ export declare const IntegrationType: {
456
+ readonly RECEIVE_FINDINGS_FROM_SECURITY_HUB: "RECEIVE_FINDINGS_FROM_SECURITY_HUB";
457
+ readonly SEND_FINDINGS_TO_SECURITY_HUB: "SEND_FINDINGS_TO_SECURITY_HUB";
458
+ readonly UPDATE_FINDINGS_IN_SECURITY_HUB: "UPDATE_FINDINGS_IN_SECURITY_HUB";
459
+ };
460
+ export type IntegrationType =
461
+ (typeof IntegrationType)[keyof typeof IntegrationType];
462
+ export declare const IntegrationV2Type: {
463
+ readonly RECEIVE_FINDINGS_FROM_SECURITY_HUB: "RECEIVE_FINDINGS_FROM_SECURITY_HUB";
464
+ readonly SEND_FINDINGS_TO_SECURITY_HUB: "SEND_FINDINGS_TO_SECURITY_HUB";
465
+ readonly UPDATE_FINDINGS_IN_SECURITY_HUB: "UPDATE_FINDINGS_IN_SECURITY_HUB";
466
+ };
467
+ export type IntegrationV2Type =
468
+ (typeof IntegrationV2Type)[keyof typeof IntegrationV2Type];
469
+ export declare const SecurityHubFeature: {
470
+ readonly SECURITY_HUB: "SecurityHub";
471
+ readonly SECURITY_HUB_V2: "SecurityHubV2";
472
+ };
473
+ export type SecurityHubFeature =
474
+ (typeof SecurityHubFeature)[keyof typeof SecurityHubFeature];
475
+ export declare const FindingHistoryUpdateSourceType: {
476
+ readonly BATCH_IMPORT_FINDINGS: "BATCH_IMPORT_FINDINGS";
477
+ readonly BATCH_UPDATE_FINDINGS: "BATCH_UPDATE_FINDINGS";
478
+ };
479
+ export type FindingHistoryUpdateSourceType =
480
+ (typeof FindingHistoryUpdateSourceType)[keyof typeof FindingHistoryUpdateSourceType];
481
+ export declare const SortOrder: {
482
+ readonly ASCENDING: "asc";
483
+ readonly DESCENDING: "desc";
484
+ };
485
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
486
+ export declare const GroupByField: {
487
+ readonly ACTIVITY_NAME: "activity_name";
488
+ readonly CLASS_NAME: "class_name";
489
+ readonly CLOUD_ACCOUNT_NAME: "cloud.account.name";
490
+ readonly CLOUD_ACCOUNT_UID: "cloud.account.uid";
491
+ readonly CLOUD_PROVIDER: "cloud.provider";
492
+ readonly CLOUD_REGION: "cloud.region";
493
+ readonly COMPLIANCE_ASSESSMENTS_NAME: "compliance.assessments.name";
494
+ readonly COMPLIANCE_CONTROL: "compliance.control";
495
+ readonly COMPLIANCE_STANDARDS: "compliance.standards";
496
+ readonly COMPLIANCE_STATUS: "compliance.status";
497
+ readonly FINDING_INFO_ANALYTIC_NAME: "finding_info.analytic.name";
498
+ readonly FINDING_INFO_TITLE: "finding_info.title";
499
+ readonly FINDING_INFO_TYPES: "finding_info.types";
500
+ readonly METADATA_PRODUCT_NAME: "metadata.product.name";
501
+ readonly METADATA_PRODUCT_UID: "metadata.product.uid";
502
+ readonly RESOURCES_TYPE: "resources.type";
503
+ readonly RESOURCES_UID: "resources.uid";
504
+ readonly SEVERITY: "severity";
505
+ readonly STATUS: "status";
506
+ readonly VULNERABILITIES_AFFECTED_PACKAGES_NAME: "vulnerabilities.affected_packages.name";
507
+ readonly VULNERABILITIES_FIX_COVERAGE: "vulnerabilities.fix_coverage";
508
+ };
509
+ export type GroupByField = (typeof GroupByField)[keyof typeof GroupByField];
510
+ export declare const ResourcesDateField: {
511
+ readonly RESOURCE_CREATION_TIME_DT: "ResourceCreationTime";
512
+ readonly RESOURCE_DETAIL_CAPTURE_TIME_DT: "ResourceDetailCaptureTime";
513
+ };
514
+ export type ResourcesDateField =
515
+ (typeof ResourcesDateField)[keyof typeof ResourcesDateField];
516
+ export declare const ResourcesMapField: {
517
+ readonly TAG: "ResourceTags";
518
+ };
519
+ export type ResourcesMapField =
520
+ (typeof ResourcesMapField)[keyof typeof ResourcesMapField];
521
+ export declare const ResourcesNumberField: {
522
+ readonly SEVERITY_CRITICAL: "FindingsSummary.Severities.Critical";
523
+ readonly SEVERITY_FATAL: "FindingsSummary.Severities.Fatal";
524
+ readonly SEVERITY_HIGH: "FindingsSummary.Severities.High";
525
+ readonly SEVERITY_INFORMATIONAL: "FindingsSummary.Severities.Informational";
526
+ readonly SEVERITY_LOW: "FindingsSummary.Severities.Low";
527
+ readonly SEVERITY_MEDIUM: "FindingsSummary.Severities.Medium";
528
+ readonly SEVERITY_OTHER: "FindingsSummary.Severities.Other";
529
+ readonly SEVERITY_UNKNOWN: "FindingsSummary.Severities.Unknown";
530
+ readonly TOTAL_FINDINGS: "FindingsSummary.TotalFindings";
531
+ };
532
+ export type ResourcesNumberField =
533
+ (typeof ResourcesNumberField)[keyof typeof ResourcesNumberField];
534
+ export declare const ResourcesStringField: {
535
+ readonly ACCOUNT_ID: "AccountId";
536
+ readonly FINDING_TYPE: "FindingsSummary.FindingType";
537
+ readonly PRODUCT_NAME: "FindingsSummary.ProductName";
538
+ readonly REGION: "Region";
539
+ readonly RESOURCE_CATEGORY: "ResourceCategory";
540
+ readonly RESOURCE_GUID: "ResourceGuid";
541
+ readonly RESOURCE_ID: "ResourceId";
542
+ readonly RESOURCE_NAME: "ResourceName";
543
+ readonly RESOURCE_TYPE: "ResourceType";
544
+ };
545
+ export type ResourcesStringField =
546
+ (typeof ResourcesStringField)[keyof typeof ResourcesStringField];
547
+ export declare const ResourceGroupByField: {
548
+ readonly ACCOUNT_ID: "AccountId";
549
+ readonly FINDING_TYPE: "FindingsSummary.FindingType";
550
+ readonly REGION: "Region";
551
+ readonly RESOURCE_CATEGORY: "ResourceCategory";
552
+ readonly RESOURCE_NAME: "ResourceName";
553
+ readonly RESOURCE_TYPE: "ResourceType";
554
+ };
555
+ export type ResourceGroupByField =
556
+ (typeof ResourceGroupByField)[keyof typeof ResourceGroupByField];
557
+ export declare const ResourceCategory: {
558
+ readonly AI_ML: "AI/ML";
559
+ readonly CODE: "Code";
560
+ readonly COMPUTE: "Compute";
561
+ readonly DATABASE: "Database";
562
+ readonly IDENTITY: "Identity";
563
+ readonly NETWORK: "Network";
564
+ readonly OTHER: "Other";
565
+ readonly STORAGE: "Storage";
566
+ };
567
+ export type ResourceCategory =
568
+ (typeof ResourceCategory)[keyof typeof ResourceCategory];
569
+ export declare const RegionAvailabilityStatus: {
570
+ readonly AVAILABLE: "AVAILABLE";
571
+ readonly UNAVAILABLE: "UNAVAILABLE";
572
+ };
573
+ export type RegionAvailabilityStatus =
574
+ (typeof RegionAvailabilityStatus)[keyof typeof RegionAvailabilityStatus];
@@ -0,0 +1,106 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { SecurityHubServiceException as __BaseException } from "./SecurityHubServiceException";
3
+ export declare class InternalException extends __BaseException {
4
+ readonly name: "InternalException";
5
+ readonly $fault: "server";
6
+ Message?: string | undefined;
7
+ Code?: string | undefined;
8
+ constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
9
+ }
10
+ export declare class InvalidAccessException extends __BaseException {
11
+ readonly name: "InvalidAccessException";
12
+ readonly $fault: "client";
13
+ Message?: string | undefined;
14
+ Code?: string | undefined;
15
+ constructor(
16
+ opts: __ExceptionOptionType<InvalidAccessException, __BaseException>
17
+ );
18
+ }
19
+ export declare class InvalidInputException extends __BaseException {
20
+ readonly name: "InvalidInputException";
21
+ readonly $fault: "client";
22
+ Message?: string | undefined;
23
+ Code?: string | undefined;
24
+ constructor(
25
+ opts: __ExceptionOptionType<InvalidInputException, __BaseException>
26
+ );
27
+ }
28
+ export declare class LimitExceededException extends __BaseException {
29
+ readonly name: "LimitExceededException";
30
+ readonly $fault: "client";
31
+ Message?: string | undefined;
32
+ Code?: string | undefined;
33
+ constructor(
34
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
35
+ );
36
+ }
37
+ export declare class ResourceNotFoundException extends __BaseException {
38
+ readonly name: "ResourceNotFoundException";
39
+ readonly $fault: "client";
40
+ Message?: string | undefined;
41
+ Code?: string | undefined;
42
+ constructor(
43
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
44
+ );
45
+ }
46
+ export declare class AccessDeniedException extends __BaseException {
47
+ readonly name: "AccessDeniedException";
48
+ readonly $fault: "client";
49
+ Message?: string | undefined;
50
+ Code?: string | undefined;
51
+ constructor(
52
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
53
+ );
54
+ }
55
+ export declare class ConflictException extends __BaseException {
56
+ readonly name: "ConflictException";
57
+ readonly $fault: "client";
58
+ Message?: string | undefined;
59
+ Code?: string | undefined;
60
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
61
+ }
62
+ export declare class InternalServerException extends __BaseException {
63
+ readonly name: "InternalServerException";
64
+ readonly $fault: "server";
65
+ Message?: string | undefined;
66
+ Code?: string | undefined;
67
+ constructor(
68
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
69
+ );
70
+ }
71
+ export declare class ThrottlingException extends __BaseException {
72
+ readonly name: "ThrottlingException";
73
+ readonly $fault: "client";
74
+ Message?: string | undefined;
75
+ Code?: string | undefined;
76
+ constructor(
77
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
78
+ );
79
+ }
80
+ export declare class ValidationException extends __BaseException {
81
+ readonly name: "ValidationException";
82
+ readonly $fault: "client";
83
+ Message?: string | undefined;
84
+ Code?: string | undefined;
85
+ constructor(
86
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
87
+ );
88
+ }
89
+ export declare class ResourceConflictException extends __BaseException {
90
+ readonly name: "ResourceConflictException";
91
+ readonly $fault: "client";
92
+ Message?: string | undefined;
93
+ Code?: string | undefined;
94
+ constructor(
95
+ opts: __ExceptionOptionType<ResourceConflictException, __BaseException>
96
+ );
97
+ }
98
+ export declare class ResourceInUseException extends __BaseException {
99
+ readonly name: "ResourceInUseException";
100
+ readonly $fault: "client";
101
+ Message?: string | undefined;
102
+ Code?: string | undefined;
103
+ constructor(
104
+ opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
105
+ );
106
+ }