@aws-sdk/client-securityhub 3.934.0 → 3.936.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 +19 -19
  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
@@ -1,15 +1,68 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import { DocumentType as __DocumentType } from "@smithy/types";
2
+ import {
3
+ AssociationStatus,
4
+ AssociationType,
5
+ AutoEnableStandards,
6
+ BatchUpdateFindingsV2UnprocessedFindingErrorCode,
7
+ ConfigurationPolicyAssociationStatus,
8
+ ConnectorAuthStatus,
9
+ ConnectorProviderName,
10
+ ConnectorStatus,
11
+ ControlFindingGenerator,
12
+ ControlStatus,
13
+ FindingHistoryUpdateSourceType,
14
+ IntegrationType,
15
+ IntegrationV2Type,
16
+ OcsfBooleanField,
17
+ OcsfDateField,
18
+ OcsfIpField,
19
+ OcsfMapField,
20
+ OcsfNumberField,
21
+ OcsfStringField,
22
+ OrganizationConfigurationConfigurationType,
23
+ OrganizationConfigurationStatus,
24
+ ParameterValueType,
25
+ Partition,
26
+ RecordState,
27
+ RegionAvailabilityStatus,
28
+ ResourceCategory,
29
+ ResourcesDateField,
30
+ ResourcesMapField,
31
+ ResourcesNumberField,
32
+ ResourcesStringField,
33
+ RuleStatus,
34
+ SecurityControlProperty,
35
+ SecurityHubFeature,
36
+ SeverityLabel,
37
+ SeverityRating,
38
+ SortOrder,
39
+ StandardsControlsUpdatable,
40
+ StandardsStatus,
41
+ StatusReasonCode,
42
+ TargetType,
43
+ ThreatIntelIndicatorCategory,
44
+ ThreatIntelIndicatorType,
45
+ UnprocessedErrorCode,
46
+ UpdateStatus,
47
+ VerificationState,
48
+ VulnerabilityExploitAvailable,
49
+ VulnerabilityFixAvailable,
50
+ WorkflowState,
51
+ WorkflowStatus,
52
+ } from "./enums";
2
53
  import {
3
54
  AccountDetails,
4
55
  Action,
5
56
  ActionTarget,
6
57
  Adjustment,
7
- AssociationStatus,
8
- AssociationType,
9
- AutoEnableStandards,
58
+ AdminAccount,
59
+ AggregatorV2,
60
+ AssociationFilters,
10
61
  AutomationRulesAction,
11
62
  AutomationRulesConfig,
12
63
  AutomationRulesFindingFilters,
64
+ AutomationRulesMetadata,
65
+ AutomationRulesMetadataV2,
13
66
  AwsAmazonMqBrokerDetails,
14
67
  AwsApiGatewayRestApiDetails,
15
68
  AwsApiGatewayStageDetails,
@@ -52,18 +105,13 @@ import {
52
105
  AwsEcsClusterDetails,
53
106
  AwsEcsContainerDetails,
54
107
  AwsEcsServiceDetails,
55
- ConfigurationPolicyAssociationStatus,
56
108
  DateFilter,
57
109
  MapFilter,
58
110
  NoteUpdate,
59
111
  NumberFilter,
60
112
  RelatedFinding,
61
- RuleStatus,
62
- SeverityLabel,
63
113
  SeverityUpdate,
64
114
  StringFilter,
65
- VerificationState,
66
- WorkflowStatus,
67
115
  WorkflowUpdate,
68
116
  } from "./models_0";
69
117
  import {
@@ -107,8 +155,20 @@ import {
107
155
  AwsS3ObjectDetails,
108
156
  AwsSageMakerNotebookInstanceDetails,
109
157
  AwsSecretsManagerSecretDetails,
110
- ClassificationResult,
158
+ AwsSnsTopicDetails,
159
+ AwsSqsQueueDetails,
160
+ AwsSsmPatchComplianceDetails,
161
+ AwsStepFunctionStateMachineDetails,
162
+ AwsWafRateBasedRuleDetails,
163
+ AwsWafRegionalRateBasedRuleDetails,
164
+ AwsWafRegionalRuleDetails,
165
+ AwsWafRegionalRuleGroupDetails,
166
+ AwsWafRegionalWebAclDetails,
167
+ AwsWafRuleDetails,
168
+ AwsWafRuleGroupDetails,
169
+ AwsWafv2CustomHttpHeader,
111
170
  Compliance,
171
+ DataClassificationDetails,
112
172
  Detection,
113
173
  FindingProviderFields,
114
174
  GeneratorDetails,
@@ -118,199 +178,8 @@ import {
118
178
  Note,
119
179
  PatchSummary,
120
180
  ProcessDetails,
121
- RecordState,
122
181
  Remediation,
123
182
  } from "./models_1";
124
- import { SecurityHubServiceException as __BaseException } from "./SecurityHubServiceException";
125
- export interface DataClassificationDetails {
126
- DetailedResultsLocation?: string | undefined;
127
- Result?: ClassificationResult | undefined;
128
- }
129
- export interface AwsSnsTopicSubscription {
130
- Endpoint?: string | undefined;
131
- Protocol?: string | undefined;
132
- }
133
- export interface AwsSnsTopicDetails {
134
- KmsMasterKeyId?: string | undefined;
135
- Subscription?: AwsSnsTopicSubscription[] | undefined;
136
- TopicName?: string | undefined;
137
- Owner?: string | undefined;
138
- SqsSuccessFeedbackRoleArn?: string | undefined;
139
- SqsFailureFeedbackRoleArn?: string | undefined;
140
- ApplicationSuccessFeedbackRoleArn?: string | undefined;
141
- FirehoseSuccessFeedbackRoleArn?: string | undefined;
142
- FirehoseFailureFeedbackRoleArn?: string | undefined;
143
- HttpSuccessFeedbackRoleArn?: string | undefined;
144
- HttpFailureFeedbackRoleArn?: string | undefined;
145
- }
146
- export interface AwsSqsQueueDetails {
147
- KmsDataKeyReusePeriodSeconds?: number | undefined;
148
- KmsMasterKeyId?: string | undefined;
149
- QueueName?: string | undefined;
150
- DeadLetterTargetArn?: string | undefined;
151
- }
152
- export interface AwsSsmComplianceSummary {
153
- Status?: string | undefined;
154
- CompliantCriticalCount?: number | undefined;
155
- CompliantHighCount?: number | undefined;
156
- CompliantMediumCount?: number | undefined;
157
- ExecutionType?: string | undefined;
158
- NonCompliantCriticalCount?: number | undefined;
159
- CompliantInformationalCount?: number | undefined;
160
- NonCompliantInformationalCount?: number | undefined;
161
- CompliantUnspecifiedCount?: number | undefined;
162
- NonCompliantLowCount?: number | undefined;
163
- NonCompliantHighCount?: number | undefined;
164
- CompliantLowCount?: number | undefined;
165
- ComplianceType?: string | undefined;
166
- PatchBaselineId?: string | undefined;
167
- OverallSeverity?: string | undefined;
168
- NonCompliantMediumCount?: number | undefined;
169
- NonCompliantUnspecifiedCount?: number | undefined;
170
- PatchGroup?: string | undefined;
171
- }
172
- export interface AwsSsmPatch {
173
- ComplianceSummary?: AwsSsmComplianceSummary | undefined;
174
- }
175
- export interface AwsSsmPatchComplianceDetails {
176
- Patch?: AwsSsmPatch | undefined;
177
- }
178
- export interface AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails {
179
- LogGroupArn?: string | undefined;
180
- }
181
- export interface AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails {
182
- CloudWatchLogsLogGroup?:
183
- | AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails
184
- | undefined;
185
- }
186
- export interface AwsStepFunctionStateMachineLoggingConfigurationDetails {
187
- Destinations?:
188
- | AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails[]
189
- | undefined;
190
- IncludeExecutionData?: boolean | undefined;
191
- Level?: string | undefined;
192
- }
193
- export interface AwsStepFunctionStateMachineTracingConfigurationDetails {
194
- Enabled?: boolean | undefined;
195
- }
196
- export interface AwsStepFunctionStateMachineDetails {
197
- Label?: string | undefined;
198
- LoggingConfiguration?:
199
- | AwsStepFunctionStateMachineLoggingConfigurationDetails
200
- | undefined;
201
- Name?: string | undefined;
202
- RoleArn?: string | undefined;
203
- StateMachineArn?: string | undefined;
204
- Status?: string | undefined;
205
- TracingConfiguration?:
206
- | AwsStepFunctionStateMachineTracingConfigurationDetails
207
- | undefined;
208
- Type?: string | undefined;
209
- }
210
- export interface AwsWafRateBasedRuleMatchPredicate {
211
- DataId?: string | undefined;
212
- Negated?: boolean | undefined;
213
- Type?: string | undefined;
214
- }
215
- export interface AwsWafRateBasedRuleDetails {
216
- MetricName?: string | undefined;
217
- Name?: string | undefined;
218
- RateKey?: string | undefined;
219
- RateLimit?: number | undefined;
220
- RuleId?: string | undefined;
221
- MatchPredicates?: AwsWafRateBasedRuleMatchPredicate[] | undefined;
222
- }
223
- export interface AwsWafRegionalRateBasedRuleMatchPredicate {
224
- DataId?: string | undefined;
225
- Negated?: boolean | undefined;
226
- Type?: string | undefined;
227
- }
228
- export interface AwsWafRegionalRateBasedRuleDetails {
229
- MetricName?: string | undefined;
230
- Name?: string | undefined;
231
- RateKey?: string | undefined;
232
- RateLimit?: number | undefined;
233
- RuleId?: string | undefined;
234
- MatchPredicates?: AwsWafRegionalRateBasedRuleMatchPredicate[] | undefined;
235
- }
236
- export interface AwsWafRegionalRulePredicateListDetails {
237
- DataId?: string | undefined;
238
- Negated?: boolean | undefined;
239
- Type?: string | undefined;
240
- }
241
- export interface AwsWafRegionalRuleDetails {
242
- MetricName?: string | undefined;
243
- Name?: string | undefined;
244
- PredicateList?: AwsWafRegionalRulePredicateListDetails[] | undefined;
245
- RuleId?: string | undefined;
246
- }
247
- export interface AwsWafRegionalRuleGroupRulesActionDetails {
248
- Type?: string | undefined;
249
- }
250
- export interface AwsWafRegionalRuleGroupRulesDetails {
251
- Action?: AwsWafRegionalRuleGroupRulesActionDetails | undefined;
252
- Priority?: number | undefined;
253
- RuleId?: string | undefined;
254
- Type?: string | undefined;
255
- }
256
- export interface AwsWafRegionalRuleGroupDetails {
257
- MetricName?: string | undefined;
258
- Name?: string | undefined;
259
- RuleGroupId?: string | undefined;
260
- Rules?: AwsWafRegionalRuleGroupRulesDetails[] | undefined;
261
- }
262
- export interface AwsWafRegionalWebAclRulesListActionDetails {
263
- Type?: string | undefined;
264
- }
265
- export interface AwsWafRegionalWebAclRulesListOverrideActionDetails {
266
- Type?: string | undefined;
267
- }
268
- export interface AwsWafRegionalWebAclRulesListDetails {
269
- Action?: AwsWafRegionalWebAclRulesListActionDetails | undefined;
270
- OverrideAction?:
271
- | AwsWafRegionalWebAclRulesListOverrideActionDetails
272
- | undefined;
273
- Priority?: number | undefined;
274
- RuleId?: string | undefined;
275
- Type?: string | undefined;
276
- }
277
- export interface AwsWafRegionalWebAclDetails {
278
- DefaultAction?: string | undefined;
279
- MetricName?: string | undefined;
280
- Name?: string | undefined;
281
- RulesList?: AwsWafRegionalWebAclRulesListDetails[] | undefined;
282
- WebAclId?: string | undefined;
283
- }
284
- export interface AwsWafRulePredicateListDetails {
285
- DataId?: string | undefined;
286
- Negated?: boolean | undefined;
287
- Type?: string | undefined;
288
- }
289
- export interface AwsWafRuleDetails {
290
- MetricName?: string | undefined;
291
- Name?: string | undefined;
292
- PredicateList?: AwsWafRulePredicateListDetails[] | undefined;
293
- RuleId?: string | undefined;
294
- }
295
- export interface AwsWafRuleGroupRulesActionDetails {
296
- Type?: string | undefined;
297
- }
298
- export interface AwsWafRuleGroupRulesDetails {
299
- Action?: AwsWafRuleGroupRulesActionDetails | undefined;
300
- Priority?: number | undefined;
301
- RuleId?: string | undefined;
302
- Type?: string | undefined;
303
- }
304
- export interface AwsWafRuleGroupDetails {
305
- MetricName?: string | undefined;
306
- Name?: string | undefined;
307
- RuleGroupId?: string | undefined;
308
- Rules?: AwsWafRuleGroupRulesDetails[] | undefined;
309
- }
310
- export interface AwsWafv2CustomHttpHeader {
311
- Name?: string | undefined;
312
- Value?: string | undefined;
313
- }
314
183
  export interface AwsWafv2CustomRequestHandlingDetails {
315
184
  InsertHeaders?: AwsWafv2CustomHttpHeader[] | undefined;
316
185
  }
@@ -545,12 +414,6 @@ export interface ResourceDetails {
545
414
  AwsEc2ClientVpnEndpoint?: AwsEc2ClientVpnEndpointDetails | undefined;
546
415
  CodeRepository?: CodeRepositoryDetails | undefined;
547
416
  }
548
- export declare const Partition: {
549
- readonly AWS: "aws";
550
- readonly AWS_CN: "aws-cn";
551
- readonly AWS_US_GOV: "aws-us-gov";
552
- };
553
- export type Partition = (typeof Partition)[keyof typeof Partition];
554
417
  export interface Resource {
555
418
  Type: string | undefined;
556
419
  Id: string | undefined;
@@ -569,31 +432,6 @@ export interface Severity {
569
432
  Normalized?: number | undefined;
570
433
  Original?: string | undefined;
571
434
  }
572
- export declare const ThreatIntelIndicatorCategory: {
573
- readonly BACKDOOR: "BACKDOOR";
574
- readonly CARD_STEALER: "CARD_STEALER";
575
- readonly COMMAND_AND_CONTROL: "COMMAND_AND_CONTROL";
576
- readonly DROP_SITE: "DROP_SITE";
577
- readonly EXPLOIT_SITE: "EXPLOIT_SITE";
578
- readonly KEYLOGGER: "KEYLOGGER";
579
- };
580
- export type ThreatIntelIndicatorCategory =
581
- (typeof ThreatIntelIndicatorCategory)[keyof typeof ThreatIntelIndicatorCategory];
582
- export declare const ThreatIntelIndicatorType: {
583
- readonly DOMAIN: "DOMAIN";
584
- readonly EMAIL_ADDRESS: "EMAIL_ADDRESS";
585
- readonly HASH_MD5: "HASH_MD5";
586
- readonly HASH_SHA1: "HASH_SHA1";
587
- readonly HASH_SHA256: "HASH_SHA256";
588
- readonly HASH_SHA512: "HASH_SHA512";
589
- readonly IPV4_ADDRESS: "IPV4_ADDRESS";
590
- readonly IPV6_ADDRESS: "IPV6_ADDRESS";
591
- readonly MUTEX: "MUTEX";
592
- readonly PROCESS: "PROCESS";
593
- readonly URL: "URL";
594
- };
595
- export type ThreatIntelIndicatorType =
596
- (typeof ThreatIntelIndicatorType)[keyof typeof ThreatIntelIndicatorType];
597
435
  export interface ThreatIntelIndicator {
598
436
  Type?: ThreatIntelIndicatorType | undefined;
599
437
  Value?: string | undefined;
@@ -632,19 +470,6 @@ export interface Cvss {
632
470
  Source?: string | undefined;
633
471
  Adjustments?: Adjustment[] | undefined;
634
472
  }
635
- export declare const VulnerabilityExploitAvailable: {
636
- readonly NO: "NO";
637
- readonly YES: "YES";
638
- };
639
- export type VulnerabilityExploitAvailable =
640
- (typeof VulnerabilityExploitAvailable)[keyof typeof VulnerabilityExploitAvailable];
641
- export declare const VulnerabilityFixAvailable: {
642
- readonly NO: "NO";
643
- readonly PARTIAL: "PARTIAL";
644
- readonly YES: "YES";
645
- };
646
- export type VulnerabilityFixAvailable =
647
- (typeof VulnerabilityFixAvailable)[keyof typeof VulnerabilityFixAvailable];
648
473
  export interface VulnerabilityVendor {
649
474
  Name: string | undefined;
650
475
  Url?: string | undefined;
@@ -681,14 +506,6 @@ export interface Vulnerability {
681
506
  export interface Workflow {
682
507
  Status?: WorkflowStatus | undefined;
683
508
  }
684
- export declare const WorkflowState: {
685
- readonly ASSIGNED: "ASSIGNED";
686
- readonly DEFERRED: "DEFERRED";
687
- readonly IN_PROGRESS: "IN_PROGRESS";
688
- readonly NEW: "NEW";
689
- readonly RESOLVED: "RESOLVED";
690
- };
691
- export type WorkflowState = (typeof WorkflowState)[keyof typeof WorkflowState];
692
509
  export interface AwsSecurityFinding {
693
510
  SchemaVersion: string | undefined;
694
511
  Id: string | undefined;
@@ -870,28 +687,6 @@ export interface BatchDeleteAutomationRulesResponse {
870
687
  export interface BatchDisableStandardsRequest {
871
688
  StandardsSubscriptionArns: string[] | undefined;
872
689
  }
873
- export declare const StandardsControlsUpdatable: {
874
- readonly NOT_READY_FOR_UPDATES: "NOT_READY_FOR_UPDATES";
875
- readonly READY_FOR_UPDATES: "READY_FOR_UPDATES";
876
- };
877
- export type StandardsControlsUpdatable =
878
- (typeof StandardsControlsUpdatable)[keyof typeof StandardsControlsUpdatable];
879
- export declare const StandardsStatus: {
880
- readonly DELETING: "DELETING";
881
- readonly FAILED: "FAILED";
882
- readonly INCOMPLETE: "INCOMPLETE";
883
- readonly PENDING: "PENDING";
884
- readonly READY: "READY";
885
- };
886
- export type StandardsStatus =
887
- (typeof StandardsStatus)[keyof typeof StandardsStatus];
888
- export declare const StatusReasonCode: {
889
- readonly INTERNAL_ERROR: "INTERNAL_ERROR";
890
- readonly MAXIMUM_NUMBER_OF_CONFIG_RULES_EXCEEDED: "MAXIMUM_NUMBER_OF_CONFIG_RULES_EXCEEDED";
891
- readonly NO_AVAILABLE_CONFIGURATION_RECORDER: "NO_AVAILABLE_CONFIGURATION_RECORDER";
892
- };
893
- export type StatusReasonCode =
894
- (typeof StatusReasonCode)[keyof typeof StatusReasonCode];
895
690
  export interface StandardsStatusReason {
896
691
  StatusReasonCode: StatusReasonCode | undefined;
897
692
  }
@@ -968,12 +763,6 @@ export interface BatchGetConfigurationPolicyAssociationsRequest {
968
763
  | ConfigurationPolicyAssociation[]
969
764
  | undefined;
970
765
  }
971
- export declare const TargetType: {
972
- readonly ACCOUNT: "ACCOUNT";
973
- readonly ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT";
974
- readonly ROOT: "ROOT";
975
- };
976
- export type TargetType = (typeof TargetType)[keyof typeof TargetType];
977
766
  export interface ConfigurationPolicyAssociationSummary {
978
767
  ConfigurationPolicyId?: string | undefined;
979
768
  TargetId?: string | undefined;
@@ -1123,34 +912,10 @@ export declare namespace ParameterValue {
1123
912
  _: (name: string, value: any) => T;
1124
913
  }
1125
914
  }
1126
- export declare const ParameterValueType: {
1127
- readonly CUSTOM: "CUSTOM";
1128
- readonly DEFAULT: "DEFAULT";
1129
- };
1130
- export type ParameterValueType =
1131
- (typeof ParameterValueType)[keyof typeof ParameterValueType];
1132
915
  export interface ParameterConfiguration {
1133
916
  ValueType: ParameterValueType | undefined;
1134
917
  Value?: ParameterValue | undefined;
1135
918
  }
1136
- export declare const ControlStatus: {
1137
- readonly DISABLED: "DISABLED";
1138
- readonly ENABLED: "ENABLED";
1139
- };
1140
- export type ControlStatus = (typeof ControlStatus)[keyof typeof ControlStatus];
1141
- export declare const SeverityRating: {
1142
- readonly CRITICAL: "CRITICAL";
1143
- readonly HIGH: "HIGH";
1144
- readonly LOW: "LOW";
1145
- readonly MEDIUM: "MEDIUM";
1146
- };
1147
- export type SeverityRating =
1148
- (typeof SeverityRating)[keyof typeof SeverityRating];
1149
- export declare const UpdateStatus: {
1150
- readonly READY: "READY";
1151
- readonly UPDATING: "UPDATING";
1152
- };
1153
- export type UpdateStatus = (typeof UpdateStatus)[keyof typeof UpdateStatus];
1154
919
  export interface SecurityControl {
1155
920
  SecurityControlId: string | undefined;
1156
921
  SecurityControlArn: string | undefined;
@@ -1163,15 +928,6 @@ export interface SecurityControl {
1163
928
  Parameters?: Record<string, ParameterConfiguration> | undefined;
1164
929
  LastUpdateReason?: string | undefined;
1165
930
  }
1166
- export declare const UnprocessedErrorCode: {
1167
- readonly ACCESS_DENIED: "ACCESS_DENIED";
1168
- readonly INVALID_INPUT: "INVALID_INPUT";
1169
- readonly LIMIT_EXCEEDED: "LIMIT_EXCEEDED";
1170
- readonly NOT_FOUND: "NOT_FOUND";
1171
- readonly RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND";
1172
- };
1173
- export type UnprocessedErrorCode =
1174
- (typeof UnprocessedErrorCode)[keyof typeof UnprocessedErrorCode];
1175
931
  export interface UnprocessedSecurityControl {
1176
932
  SecurityControlId: string | undefined;
1177
933
  ErrorCode: UnprocessedErrorCode | undefined;
@@ -1282,14 +1038,6 @@ export interface BatchUpdateFindingsV2ProcessedFinding {
1282
1038
  FindingIdentifier?: OcsfFindingIdentifier | undefined;
1283
1039
  MetadataUid?: string | undefined;
1284
1040
  }
1285
- export declare const BatchUpdateFindingsV2UnprocessedFindingErrorCode: {
1286
- readonly ConflictException: "ConflictException";
1287
- readonly InternalServerException: "InternalServerException";
1288
- readonly ResourceNotFoundException: "ResourceNotFoundException";
1289
- readonly ValidationException: "ValidationException";
1290
- };
1291
- export type BatchUpdateFindingsV2UnprocessedFindingErrorCode =
1292
- (typeof BatchUpdateFindingsV2UnprocessedFindingErrorCode)[keyof typeof BatchUpdateFindingsV2UnprocessedFindingErrorCode];
1293
1041
  export interface BatchUpdateFindingsV2UnprocessedFinding {
1294
1042
  FindingIdentifier?: OcsfFindingIdentifier | undefined;
1295
1043
  MetadataUid?: string | undefined;
@@ -1300,40 +1048,6 @@ export interface BatchUpdateFindingsV2Response {
1300
1048
  ProcessedFindings: BatchUpdateFindingsV2ProcessedFinding[] | undefined;
1301
1049
  UnprocessedFindings: BatchUpdateFindingsV2UnprocessedFinding[] | undefined;
1302
1050
  }
1303
- export declare class ConflictException extends __BaseException {
1304
- readonly name: "ConflictException";
1305
- readonly $fault: "client";
1306
- Message?: string | undefined;
1307
- Code?: string | undefined;
1308
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
1309
- }
1310
- export declare class InternalServerException extends __BaseException {
1311
- readonly name: "InternalServerException";
1312
- readonly $fault: "server";
1313
- Message?: string | undefined;
1314
- Code?: string | undefined;
1315
- constructor(
1316
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
1317
- );
1318
- }
1319
- export declare class ThrottlingException extends __BaseException {
1320
- readonly name: "ThrottlingException";
1321
- readonly $fault: "client";
1322
- Message?: string | undefined;
1323
- Code?: string | undefined;
1324
- constructor(
1325
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
1326
- );
1327
- }
1328
- export declare class ValidationException extends __BaseException {
1329
- readonly name: "ValidationException";
1330
- readonly $fault: "client";
1331
- Message?: string | undefined;
1332
- Code?: string | undefined;
1333
- constructor(
1334
- opts: __ExceptionOptionType<ValidationException, __BaseException>
1335
- );
1336
- }
1337
1051
  export interface StandardsControlAssociationUpdate {
1338
1052
  StandardsArn: string | undefined;
1339
1053
  SecurityControlId: string | undefined;
@@ -1360,144 +1074,26 @@ export interface BatchUpdateStandardsControlAssociationsResponse {
1360
1074
  export interface BooleanConfigurationOptions {
1361
1075
  DefaultValue?: boolean | undefined;
1362
1076
  }
1363
- export declare const OcsfBooleanField: {
1364
- readonly COMPLIANCE_ASSESSMENTS_MEETS_CRITERIA: "compliance.assessments.meets_criteria";
1365
- readonly VULNERABILITIES_IS_EXPLOIT_AVAILABLE: "vulnerabilities.is_exploit_available";
1366
- readonly VULNERABILITIES_IS_FIX_AVAILABLE: "vulnerabilities.is_fix_available";
1367
- };
1368
- export type OcsfBooleanField =
1369
- (typeof OcsfBooleanField)[keyof typeof OcsfBooleanField];
1370
1077
  export interface OcsfBooleanFilter {
1371
1078
  FieldName?: OcsfBooleanField | undefined;
1372
1079
  Filter?: BooleanFilter | undefined;
1373
1080
  }
1374
- export declare const OcsfDateField: {
1375
- readonly FINDING_INFO_CREATED_TIME_DT: "finding_info.created_time_dt";
1376
- readonly FINDING_INFO_FIRST_SEEN_TIME_DT: "finding_info.first_seen_time_dt";
1377
- readonly FINDING_INFO_LAST_SEEN_TIME_DT: "finding_info.last_seen_time_dt";
1378
- readonly FINDING_INFO_MODIFIED_TIME_DT: "finding_info.modified_time_dt";
1379
- readonly RESOURCES_IMAGE_CREATED_TIME_DT: "resources.image.created_time_dt";
1380
- readonly RESOURCES_IMAGE_LAST_USED_TIME_DT: "resources.image.last_used_time_dt";
1381
- readonly RESOURCES_MODIFIED_TIME_DT: "resources.modified_time_dt";
1382
- };
1383
- export type OcsfDateField = (typeof OcsfDateField)[keyof typeof OcsfDateField];
1384
1081
  export interface OcsfDateFilter {
1385
1082
  FieldName?: OcsfDateField | undefined;
1386
1083
  Filter?: DateFilter | undefined;
1387
1084
  }
1388
- export declare const OcsfIpField: {
1389
- readonly EVIDENCES_DST_ENDPOINT_IP: "evidences.dst_endpoint.ip";
1390
- readonly EVIDENCES_SRC_ENDPOINT_IP: "evidences.src_endpoint.ip";
1391
- };
1392
- export type OcsfIpField = (typeof OcsfIpField)[keyof typeof OcsfIpField];
1393
1085
  export interface OcsfIpFilter {
1394
1086
  FieldName?: OcsfIpField | undefined;
1395
1087
  Filter?: IpFilter | undefined;
1396
1088
  }
1397
- export declare const OcsfMapField: {
1398
- readonly COMPLIANCE_CONTROL_PARAMETERS: "compliance.control_parameters";
1399
- readonly DATABUCKET_TAGS: "databucket.tags";
1400
- readonly FINDING_INFO_TAGS: "finding_info.tags";
1401
- readonly RESOURCES_TAGS: "resources.tags";
1402
- };
1403
- export type OcsfMapField = (typeof OcsfMapField)[keyof typeof OcsfMapField];
1404
1089
  export interface OcsfMapFilter {
1405
1090
  FieldName?: OcsfMapField | undefined;
1406
1091
  Filter?: MapFilter | undefined;
1407
1092
  }
1408
- export declare const OcsfNumberField: {
1409
- readonly ACTIVITY_ID: "activity_id";
1410
- readonly COMPLIANCE_STATUS_ID: "compliance.status_id";
1411
- readonly CONFIDENCE_SCORE: "confidence_score";
1412
- readonly EVIDENCES_API_RESPONSE_CODE: "evidences.api.response.code";
1413
- readonly EVIDENCES_DST_ENDPOINT_AUTONOMOUS_SYSTEM_NUMBER: "evidences.dst_endpoint.autonomous_system.number";
1414
- readonly EVIDENCES_DST_ENDPOINT_PORT: "evidences.dst_endpoint.port";
1415
- readonly EVIDENCES_SRC_ENDPOINT_AUTONOMOUS_SYSTEM_NUMBER: "evidences.src_endpoint.autonomous_system.number";
1416
- readonly EVIDENCES_SRC_ENDPOINT_PORT: "evidences.src_endpoint.port";
1417
- readonly FINDING_INFO_RELATED_EVENTS_COUNT: "finding_info.related_events_count";
1418
- readonly RESOURCES_IMAGE_IN_USE_COUNT: "resources.image.in_use_count";
1419
- readonly SEVERITY_ID: "severity_id";
1420
- readonly STATUS_ID: "status_id";
1421
- };
1422
- export type OcsfNumberField =
1423
- (typeof OcsfNumberField)[keyof typeof OcsfNumberField];
1424
1093
  export interface OcsfNumberFilter {
1425
1094
  FieldName?: OcsfNumberField | undefined;
1426
1095
  Filter?: NumberFilter | undefined;
1427
1096
  }
1428
- export declare const OcsfStringField: {
1429
- readonly ACTIVITY_NAME: "activity_name";
1430
- readonly CLASS_NAME: "class_name";
1431
- readonly CLOUD_ACCOUNT_NAME: "cloud.account.name";
1432
- readonly CLOUD_ACCOUNT_UID: "cloud.account.uid";
1433
- readonly CLOUD_PROVIDER: "cloud.provider";
1434
- readonly CLOUD_REGION: "cloud.region";
1435
- readonly COMMENT: "comment";
1436
- readonly COMPLIANCE_ASSESSMENTS_CATEGORY: "compliance.assessments.category";
1437
- readonly COMPLIANCE_ASSESSMENTS_NAME: "compliance.assessments.name";
1438
- readonly COMPLIANCE_CONTROL: "compliance.control";
1439
- readonly COMPLIANCE_STANDARDS: "compliance.standards";
1440
- readonly COMPLIANCE_STATUS: "compliance.status";
1441
- readonly DATABUCKET_ENCRYPTION_DETAILS_ALGORITHM: "databucket.encryption_details.algorithm";
1442
- readonly DATABUCKET_ENCRYPTION_DETAILS_KEY_UID: "databucket.encryption_details.key_uid";
1443
- readonly DATABUCKET_FILE_DATA_CLASSIFICATIONS_CLASSIFIER_DETAILS_TYPE: "databucket.file.data_classifications.classifier_details.type";
1444
- readonly EVIDENCES_ACTOR_USER_ACCOUNT_UID: "evidences.actor.user.account.uid";
1445
- readonly EVIDENCES_API_OPERATION: "evidences.api.operation";
1446
- readonly EVIDENCES_API_RESPONSE_ERROR_MESSAGE: "evidences.api.response.error_message";
1447
- readonly EVIDENCES_API_SERVICE_NAME: "evidences.api.service.name";
1448
- readonly EVIDENCES_CONNECTION_INFO_DIRECTION: "evidences.connection_info.direction";
1449
- readonly EVIDENCES_CONNECTION_INFO_PROTOCOL_NAME: "evidences.connection_info.protocol_name";
1450
- readonly EVIDENCES_DST_ENDPOINT_AUTONOMOUS_SYSTEM_NAME: "evidences.dst_endpoint.autonomous_system.name";
1451
- readonly EVIDENCES_DST_ENDPOINT_LOCATION_CITY: "evidences.dst_endpoint.location.city";
1452
- readonly EVIDENCES_DST_ENDPOINT_LOCATION_COUNTRY: "evidences.dst_endpoint.location.country";
1453
- readonly EVIDENCES_SRC_ENDPOINT_AUTONOMOUS_SYSTEM_NAME: "evidences.src_endpoint.autonomous_system.name";
1454
- readonly EVIDENCES_SRC_ENDPOINT_HOSTNAME: "evidences.src_endpoint.hostname";
1455
- readonly EVIDENCES_SRC_ENDPOINT_LOCATION_CITY: "evidences.src_endpoint.location.city";
1456
- readonly EVIDENCES_SRC_ENDPOINT_LOCATION_COUNTRY: "evidences.src_endpoint.location.country";
1457
- readonly FINDING_INFO_ANALYTIC_NAME: "finding_info.analytic.name";
1458
- readonly FINDING_INFO_DESC: "finding_info.desc";
1459
- readonly FINDING_INFO_RELATED_EVENTS_PRODUCT_UID: "finding_info.related_events.product.uid";
1460
- readonly FINDING_INFO_RELATED_EVENTS_TITLE: "finding_info.related_events.title";
1461
- readonly FINDING_INFO_RELATED_EVENTS_UID: "finding_info.related_events.uid";
1462
- readonly FINDING_INFO_SRC_URL: "finding_info.src_url";
1463
- readonly FINDING_INFO_TITLE: "finding_info.title";
1464
- readonly FINDING_INFO_TYPES: "finding_info.types";
1465
- readonly FINDING_INFO_UID: "finding_info.uid";
1466
- readonly MALWARE_NAME: "malware.name";
1467
- readonly MALWARE_SCAN_INFO_UID: "malware_scan_info.uid";
1468
- readonly MALWARE_SEVERITY: "malware.severity";
1469
- readonly METADATA_PRODUCT_NAME: "metadata.product.name";
1470
- readonly METADATA_PRODUCT_UID: "metadata.product.uid";
1471
- readonly METADATA_PRODUCT_VENDOR_NAME: "metadata.product.vendor_name";
1472
- readonly METADATA_UID: "metadata.uid";
1473
- readonly REMEDIATION_DESC: "remediation.desc";
1474
- readonly REMEDIATION_REFERENCES: "remediation.references";
1475
- readonly RESOURCES_CLOUD_FUNCTION_LAYERS_UID_ALT: "resources.cloud_function.layers.uid_alt";
1476
- readonly RESOURCES_CLOUD_FUNCTION_RUNTIME: "resources.cloud_function.runtime";
1477
- readonly RESOURCES_CLOUD_FUNCTION_USER_UID: "resources.cloud_function.user.uid";
1478
- readonly RESOURCES_CLOUD_PARTITION: "resources.cloud_partition";
1479
- readonly RESOURCES_DEVICE_ENCRYPTION_DETAILS_KEY_UID: "resources.device.encryption_details.key_uid";
1480
- readonly RESOURCES_DEVICE_IMAGE_UID: "resources.device.image.uid";
1481
- readonly RESOURCES_IMAGE_ARCHITECTURE: "resources.image.architecture";
1482
- readonly RESOURCES_IMAGE_REGISTRY_UID: "resources.image.registry_uid";
1483
- readonly RESOURCES_IMAGE_REPOSITORY_NAME: "resources.image.repository_name";
1484
- readonly RESOURCES_IMAGE_UID: "resources.image.uid";
1485
- readonly RESOURCES_REGION: "resources.region";
1486
- readonly RESOURCES_SUBNET_INFO_UID: "resources.subnet_info.uid";
1487
- readonly RESOURCES_TYPE: "resources.type";
1488
- readonly RESOURCES_UID: "resources.uid";
1489
- readonly RESOURCES_VPC_UID: "resources.vpc_uid";
1490
- readonly SEVERITY: "severity";
1491
- readonly STATUS: "status";
1492
- readonly VULNERABILITIES_AFFECTED_CODE_FILE_PATH: "vulnerabilities.affected_code.file.path";
1493
- readonly VULNERABILITIES_AFFECTED_PACKAGES_NAME: "vulnerabilities.affected_packages.name";
1494
- readonly VULNERABILITIES_CVE_EPSS_SCORE: "vulnerabilities.cve.epss.score";
1495
- readonly VULNERABILITIES_CVE_UID: "vulnerabilities.cve.uid";
1496
- readonly VULNERABILITIES_FIX_COVERAGE: "vulnerabilities.fix_coverage";
1497
- readonly VULNERABILITIES_RELATED_VULNERABILITIES: "vulnerabilities.related_vulnerabilities";
1498
- };
1499
- export type OcsfStringField =
1500
- (typeof OcsfStringField)[keyof typeof OcsfStringField];
1501
1097
  export interface OcsfStringFilter {
1502
1098
  FieldName?: OcsfStringField | undefined;
1503
1099
  Filter?: StringFilter | undefined;
@@ -1668,18 +1264,6 @@ export interface ConfigurationPolicySummary {
1668
1264
  UpdatedAt?: Date | undefined;
1669
1265
  ServiceEnabled?: boolean | undefined;
1670
1266
  }
1671
- export declare const ConnectorAuthStatus: {
1672
- readonly ACTIVE: "ACTIVE";
1673
- readonly FAILED: "FAILED";
1674
- };
1675
- export type ConnectorAuthStatus =
1676
- (typeof ConnectorAuthStatus)[keyof typeof ConnectorAuthStatus];
1677
- export declare const ConnectorProviderName: {
1678
- readonly JIRA_CLOUD: "JIRA_CLOUD";
1679
- readonly SERVICENOW: "SERVICENOW";
1680
- };
1681
- export type ConnectorProviderName =
1682
- (typeof ConnectorProviderName)[keyof typeof ConnectorProviderName];
1683
1267
  export interface ConnectorRegistrationsV2Request {
1684
1268
  AuthCode: string | undefined;
1685
1269
  AuthState: string | undefined;
@@ -1688,14 +1272,6 @@ export interface ConnectorRegistrationsV2Response {
1688
1272
  ConnectorArn?: string | undefined;
1689
1273
  ConnectorId: string | undefined;
1690
1274
  }
1691
- export declare const ConnectorStatus: {
1692
- readonly CONNECTED: "CONNECTED";
1693
- readonly FAILED_TO_CONNECT: "FAILED_TO_CONNECT";
1694
- readonly PENDING_AUTHORIZATION: "PENDING_AUTHORIZATION";
1695
- readonly PENDING_CONFIGURATION: "PENDING_CONFIGURATION";
1696
- };
1697
- export type ConnectorStatus =
1698
- (typeof ConnectorStatus)[keyof typeof ConnectorStatus];
1699
1275
  export interface ProviderSummary {
1700
1276
  ProviderName?: ConnectorProviderName | undefined;
1701
1277
  ConnectorStatus?: ConnectorStatus | undefined;
@@ -1708,12 +1284,6 @@ export interface ConnectorSummary {
1708
1284
  ProviderSummary: ProviderSummary | undefined;
1709
1285
  CreatedAt: Date | undefined;
1710
1286
  }
1711
- export declare const ControlFindingGenerator: {
1712
- readonly SECURITY_CONTROL: "SECURITY_CONTROL";
1713
- readonly STANDARD_CONTROL: "STANDARD_CONTROL";
1714
- };
1715
- export type ControlFindingGenerator =
1716
- (typeof ControlFindingGenerator)[keyof typeof ControlFindingGenerator];
1717
1287
  export interface CreateActionTargetRequest {
1718
1288
  Name: string | undefined;
1719
1289
  Description: string | undefined;
@@ -1722,15 +1292,6 @@ export interface CreateActionTargetRequest {
1722
1292
  export interface CreateActionTargetResponse {
1723
1293
  ActionTargetArn: string | undefined;
1724
1294
  }
1725
- export declare class ResourceConflictException extends __BaseException {
1726
- readonly name: "ResourceConflictException";
1727
- readonly $fault: "client";
1728
- Message?: string | undefined;
1729
- Code?: string | undefined;
1730
- constructor(
1731
- opts: __ExceptionOptionType<ResourceConflictException, __BaseException>
1732
- );
1733
- }
1734
1295
  export interface CreateAggregatorV2Request {
1735
1296
  RegionLinkingMode: string | undefined;
1736
1297
  LinkedRegions?: string[] | undefined;
@@ -1890,11 +1451,6 @@ export interface CreateTicketV2Response {
1890
1451
  TicketId: string | undefined;
1891
1452
  TicketSrcUrl?: string | undefined;
1892
1453
  }
1893
- export declare const SecurityControlProperty: {
1894
- readonly Parameters: "Parameters";
1895
- };
1896
- export type SecurityControlProperty =
1897
- (typeof SecurityControlProperty)[keyof typeof SecurityControlProperty];
1898
1454
  export interface DeclineInvitationsRequest {
1899
1455
  AccountIds: string[] | undefined;
1900
1456
  }
@@ -1964,19 +1520,6 @@ export interface DescribeHubResponse {
1964
1520
  ControlFindingGenerator?: ControlFindingGenerator | undefined;
1965
1521
  }
1966
1522
  export interface DescribeOrganizationConfigurationRequest {}
1967
- export declare const OrganizationConfigurationConfigurationType: {
1968
- readonly CENTRAL: "CENTRAL";
1969
- readonly LOCAL: "LOCAL";
1970
- };
1971
- export type OrganizationConfigurationConfigurationType =
1972
- (typeof OrganizationConfigurationConfigurationType)[keyof typeof OrganizationConfigurationConfigurationType];
1973
- export declare const OrganizationConfigurationStatus: {
1974
- readonly ENABLED: "ENABLED";
1975
- readonly FAILED: "FAILED";
1976
- readonly PENDING: "PENDING";
1977
- };
1978
- export type OrganizationConfigurationStatus =
1979
- (typeof OrganizationConfigurationStatus)[keyof typeof OrganizationConfigurationStatus];
1980
1523
  export interface OrganizationConfiguration {
1981
1524
  ConfigurationType?: OrganizationConfigurationConfigurationType | undefined;
1982
1525
  Status?: OrganizationConfigurationStatus | undefined;
@@ -1993,13 +1536,6 @@ export interface DescribeProductsRequest {
1993
1536
  MaxResults?: number | undefined;
1994
1537
  ProductArn?: string | undefined;
1995
1538
  }
1996
- export declare const IntegrationType: {
1997
- readonly RECEIVE_FINDINGS_FROM_SECURITY_HUB: "RECEIVE_FINDINGS_FROM_SECURITY_HUB";
1998
- readonly SEND_FINDINGS_TO_SECURITY_HUB: "SEND_FINDINGS_TO_SECURITY_HUB";
1999
- readonly UPDATE_FINDINGS_IN_SECURITY_HUB: "UPDATE_FINDINGS_IN_SECURITY_HUB";
2000
- };
2001
- export type IntegrationType =
2002
- (typeof IntegrationType)[keyof typeof IntegrationType];
2003
1539
  export interface Product {
2004
1540
  ProductArn: string | undefined;
2005
1541
  ProductName?: string | undefined;
@@ -2019,13 +1555,6 @@ export interface DescribeProductsV2Request {
2019
1555
  NextToken?: string | undefined;
2020
1556
  MaxResults?: number | undefined;
2021
1557
  }
2022
- export declare const IntegrationV2Type: {
2023
- readonly RECEIVE_FINDINGS_FROM_SECURITY_HUB: "RECEIVE_FINDINGS_FROM_SECURITY_HUB";
2024
- readonly SEND_FINDINGS_TO_SECURITY_HUB: "SEND_FINDINGS_TO_SECURITY_HUB";
2025
- readonly UPDATE_FINDINGS_IN_SECURITY_HUB: "UPDATE_FINDINGS_IN_SECURITY_HUB";
2026
- };
2027
- export type IntegrationV2Type =
2028
- (typeof IntegrationV2Type)[keyof typeof IntegrationV2Type];
2029
1558
  export interface ProductV2 {
2030
1559
  ProductV2Name?: string | undefined;
2031
1560
  CompanyName?: string | undefined;
@@ -2088,12 +1617,6 @@ export interface DisableImportFindingsForProductRequest {
2088
1617
  ProductSubscriptionArn: string | undefined;
2089
1618
  }
2090
1619
  export interface DisableImportFindingsForProductResponse {}
2091
- export declare const SecurityHubFeature: {
2092
- readonly SECURITY_HUB: "SecurityHub";
2093
- readonly SECURITY_HUB_V2: "SecurityHubV2";
2094
- };
2095
- export type SecurityHubFeature =
2096
- (typeof SecurityHubFeature)[keyof typeof SecurityHubFeature];
2097
1620
  export interface DisableOrganizationAdminAccountRequest {
2098
1621
  AdminAccountId: string | undefined;
2099
1622
  Feature?: SecurityHubFeature | undefined;
@@ -2145,12 +1668,6 @@ export interface FindingHistoryUpdate {
2145
1668
  OldValue?: string | undefined;
2146
1669
  NewValue?: string | undefined;
2147
1670
  }
2148
- export declare const FindingHistoryUpdateSourceType: {
2149
- readonly BATCH_IMPORT_FINDINGS: "BATCH_IMPORT_FINDINGS";
2150
- readonly BATCH_UPDATE_FINDINGS: "BATCH_UPDATE_FINDINGS";
2151
- };
2152
- export type FindingHistoryUpdateSourceType =
2153
- (typeof FindingHistoryUpdateSourceType)[keyof typeof FindingHistoryUpdateSourceType];
2154
1671
  export interface FindingHistoryUpdateSource {
2155
1672
  Type?: FindingHistoryUpdateSourceType | undefined;
2156
1673
  Identity?: string | undefined;
@@ -2295,11 +1812,6 @@ export interface GetFindingHistoryResponse {
2295
1812
  Records?: FindingHistoryRecord[] | undefined;
2296
1813
  NextToken?: string | undefined;
2297
1814
  }
2298
- export declare const SortOrder: {
2299
- readonly ASCENDING: "asc";
2300
- readonly DESCENDING: "desc";
2301
- };
2302
- export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
2303
1815
  export interface SortCriterion {
2304
1816
  Field?: string | undefined;
2305
1817
  SortOrder?: SortOrder | undefined;
@@ -2314,27 +1826,331 @@ export interface GetFindingsResponse {
2314
1826
  Findings: AwsSecurityFinding[] | undefined;
2315
1827
  NextToken?: string | undefined;
2316
1828
  }
2317
- export declare const GroupByField: {
2318
- readonly ACTIVITY_NAME: "activity_name";
2319
- readonly CLASS_NAME: "class_name";
2320
- readonly CLOUD_ACCOUNT_NAME: "cloud.account.name";
2321
- readonly CLOUD_ACCOUNT_UID: "cloud.account.uid";
2322
- readonly CLOUD_PROVIDER: "cloud.provider";
2323
- readonly CLOUD_REGION: "cloud.region";
2324
- readonly COMPLIANCE_ASSESSMENTS_NAME: "compliance.assessments.name";
2325
- readonly COMPLIANCE_CONTROL: "compliance.control";
2326
- readonly COMPLIANCE_STANDARDS: "compliance.standards";
2327
- readonly COMPLIANCE_STATUS: "compliance.status";
2328
- readonly FINDING_INFO_ANALYTIC_NAME: "finding_info.analytic.name";
2329
- readonly FINDING_INFO_TITLE: "finding_info.title";
2330
- readonly FINDING_INFO_TYPES: "finding_info.types";
2331
- readonly METADATA_PRODUCT_NAME: "metadata.product.name";
2332
- readonly METADATA_PRODUCT_UID: "metadata.product.uid";
2333
- readonly RESOURCES_TYPE: "resources.type";
2334
- readonly RESOURCES_UID: "resources.uid";
2335
- readonly SEVERITY: "severity";
2336
- readonly STATUS: "status";
2337
- readonly VULNERABILITIES_AFFECTED_PACKAGES_NAME: "vulnerabilities.affected_packages.name";
2338
- readonly VULNERABILITIES_FIX_COVERAGE: "vulnerabilities.fix_coverage";
2339
- };
2340
- export type GroupByField = (typeof GroupByField)[keyof typeof GroupByField];
1829
+ export interface GroupByValue {
1830
+ FieldValue?: string | undefined;
1831
+ Count?: number | undefined;
1832
+ }
1833
+ export interface GroupByResult {
1834
+ GroupByField?: string | undefined;
1835
+ GroupByValues?: GroupByValue[] | undefined;
1836
+ }
1837
+ export interface GetFindingStatisticsV2Response {
1838
+ GroupByResults?: GroupByResult[] | undefined;
1839
+ }
1840
+ export interface GetFindingsV2Response {
1841
+ Findings?: __DocumentType[] | undefined;
1842
+ NextToken?: string | undefined;
1843
+ }
1844
+ export interface GetInsightResultsRequest {
1845
+ InsightArn: string | undefined;
1846
+ }
1847
+ export interface InsightResultValue {
1848
+ GroupByAttributeValue: string | undefined;
1849
+ Count: number | undefined;
1850
+ }
1851
+ export interface InsightResults {
1852
+ InsightArn: string | undefined;
1853
+ GroupByAttribute: string | undefined;
1854
+ ResultValues: InsightResultValue[] | undefined;
1855
+ }
1856
+ export interface GetInsightResultsResponse {
1857
+ InsightResults: InsightResults | undefined;
1858
+ }
1859
+ export interface GetInsightsRequest {
1860
+ InsightArns?: string[] | undefined;
1861
+ NextToken?: string | undefined;
1862
+ MaxResults?: number | undefined;
1863
+ }
1864
+ export interface Insight {
1865
+ InsightArn: string | undefined;
1866
+ Name: string | undefined;
1867
+ Filters: AwsSecurityFindingFilters | undefined;
1868
+ GroupByAttribute: string | undefined;
1869
+ }
1870
+ export interface GetInsightsResponse {
1871
+ Insights: Insight[] | undefined;
1872
+ NextToken?: string | undefined;
1873
+ }
1874
+ export interface GetInvitationsCountRequest {}
1875
+ export interface GetInvitationsCountResponse {
1876
+ InvitationsCount?: number | undefined;
1877
+ }
1878
+ export interface GetMasterAccountRequest {}
1879
+ export interface GetMasterAccountResponse {
1880
+ Master?: Invitation | undefined;
1881
+ }
1882
+ export interface GetMembersRequest {
1883
+ AccountIds: string[] | undefined;
1884
+ }
1885
+ export interface Member {
1886
+ AccountId?: string | undefined;
1887
+ Email?: string | undefined;
1888
+ MasterId?: string | undefined;
1889
+ AdministratorId?: string | undefined;
1890
+ MemberStatus?: string | undefined;
1891
+ InvitedAt?: Date | undefined;
1892
+ UpdatedAt?: Date | undefined;
1893
+ }
1894
+ export interface GetMembersResponse {
1895
+ Members?: Member[] | undefined;
1896
+ UnprocessedAccounts?: Result[] | undefined;
1897
+ }
1898
+ export interface ResourcesDateFilter {
1899
+ FieldName?: ResourcesDateField | undefined;
1900
+ Filter?: DateFilter | undefined;
1901
+ }
1902
+ export interface ResourcesMapFilter {
1903
+ FieldName?: ResourcesMapField | undefined;
1904
+ Filter?: MapFilter | undefined;
1905
+ }
1906
+ export interface ResourcesNumberFilter {
1907
+ FieldName?: ResourcesNumberField | undefined;
1908
+ Filter?: NumberFilter | undefined;
1909
+ }
1910
+ export interface ResourcesStringFilter {
1911
+ FieldName?: ResourcesStringField | undefined;
1912
+ Filter?: StringFilter | undefined;
1913
+ }
1914
+ export interface GetResourcesStatisticsV2Response {
1915
+ GroupByResults: GroupByResult[] | undefined;
1916
+ }
1917
+ export interface ResourceSeverityBreakdown {
1918
+ Other?: number | undefined;
1919
+ Fatal?: number | undefined;
1920
+ Critical?: number | undefined;
1921
+ High?: number | undefined;
1922
+ Medium?: number | undefined;
1923
+ Low?: number | undefined;
1924
+ Informational?: number | undefined;
1925
+ Unknown?: number | undefined;
1926
+ }
1927
+ export interface ResourceFindingsSummary {
1928
+ FindingType: string | undefined;
1929
+ ProductName: string | undefined;
1930
+ TotalFindings: number | undefined;
1931
+ Severities?: ResourceSeverityBreakdown | undefined;
1932
+ }
1933
+ export interface ResourceTag {
1934
+ Key: string | undefined;
1935
+ Value: string | undefined;
1936
+ }
1937
+ export interface ResourceResult {
1938
+ ResourceGuid?: string | undefined;
1939
+ ResourceId: string | undefined;
1940
+ AccountId: string | undefined;
1941
+ Region: string | undefined;
1942
+ ResourceCategory?: ResourceCategory | undefined;
1943
+ ResourceType?: string | undefined;
1944
+ ResourceName?: string | undefined;
1945
+ ResourceCreationTimeDt?: string | undefined;
1946
+ ResourceDetailCaptureTimeDt: string | undefined;
1947
+ FindingsSummary?: ResourceFindingsSummary[] | undefined;
1948
+ ResourceTags?: ResourceTag[] | undefined;
1949
+ ResourceConfig: __DocumentType | undefined;
1950
+ }
1951
+ export interface GetResourcesV2Response {
1952
+ Resources: ResourceResult[] | undefined;
1953
+ NextToken?: string | undefined;
1954
+ }
1955
+ export interface GetSecurityControlDefinitionRequest {
1956
+ SecurityControlId: string | undefined;
1957
+ }
1958
+ export interface ParameterDefinition {
1959
+ Description: string | undefined;
1960
+ ConfigurationOptions: ConfigurationOptions | undefined;
1961
+ }
1962
+ export interface SecurityControlDefinition {
1963
+ SecurityControlId: string | undefined;
1964
+ Title: string | undefined;
1965
+ Description: string | undefined;
1966
+ RemediationUrl: string | undefined;
1967
+ SeverityRating: SeverityRating | undefined;
1968
+ CurrentRegionAvailability: RegionAvailabilityStatus | undefined;
1969
+ CustomizableProperties?: SecurityControlProperty[] | undefined;
1970
+ ParameterDefinitions?: Record<string, ParameterDefinition> | undefined;
1971
+ }
1972
+ export interface GetSecurityControlDefinitionResponse {
1973
+ SecurityControlDefinition: SecurityControlDefinition | undefined;
1974
+ }
1975
+ export interface InviteMembersRequest {
1976
+ AccountIds: string[] | undefined;
1977
+ }
1978
+ export interface InviteMembersResponse {
1979
+ UnprocessedAccounts?: Result[] | undefined;
1980
+ }
1981
+ export interface JiraCloudUpdateConfiguration {
1982
+ ProjectKey: string | undefined;
1983
+ }
1984
+ export interface ListAggregatorsV2Request {
1985
+ NextToken?: string | undefined;
1986
+ MaxResults?: number | undefined;
1987
+ }
1988
+ export interface ListAggregatorsV2Response {
1989
+ AggregatorsV2?: AggregatorV2[] | undefined;
1990
+ NextToken?: string | undefined;
1991
+ }
1992
+ export interface ListAutomationRulesRequest {
1993
+ NextToken?: string | undefined;
1994
+ MaxResults?: number | undefined;
1995
+ }
1996
+ export interface ListAutomationRulesResponse {
1997
+ AutomationRulesMetadata?: AutomationRulesMetadata[] | undefined;
1998
+ NextToken?: string | undefined;
1999
+ }
2000
+ export interface ListAutomationRulesV2Request {
2001
+ NextToken?: string | undefined;
2002
+ MaxResults?: number | undefined;
2003
+ }
2004
+ export interface ListAutomationRulesV2Response {
2005
+ Rules?: AutomationRulesMetadataV2[] | undefined;
2006
+ NextToken?: string | undefined;
2007
+ }
2008
+ export interface ListConfigurationPoliciesRequest {
2009
+ NextToken?: string | undefined;
2010
+ MaxResults?: number | undefined;
2011
+ }
2012
+ export interface ListConfigurationPoliciesResponse {
2013
+ ConfigurationPolicySummaries?: ConfigurationPolicySummary[] | undefined;
2014
+ NextToken?: string | undefined;
2015
+ }
2016
+ export interface ListConfigurationPolicyAssociationsRequest {
2017
+ NextToken?: string | undefined;
2018
+ MaxResults?: number | undefined;
2019
+ Filters?: AssociationFilters | undefined;
2020
+ }
2021
+ export interface ListConfigurationPolicyAssociationsResponse {
2022
+ ConfigurationPolicyAssociationSummaries?:
2023
+ | ConfigurationPolicyAssociationSummary[]
2024
+ | undefined;
2025
+ NextToken?: string | undefined;
2026
+ }
2027
+ export interface ListConnectorsV2Request {
2028
+ NextToken?: string | undefined;
2029
+ MaxResults?: number | undefined;
2030
+ ProviderName?: ConnectorProviderName | undefined;
2031
+ ConnectorStatus?: ConnectorStatus | undefined;
2032
+ }
2033
+ export interface ListConnectorsV2Response {
2034
+ NextToken?: string | undefined;
2035
+ Connectors: ConnectorSummary[] | undefined;
2036
+ }
2037
+ export interface ListEnabledProductsForImportRequest {
2038
+ NextToken?: string | undefined;
2039
+ MaxResults?: number | undefined;
2040
+ }
2041
+ export interface ListEnabledProductsForImportResponse {
2042
+ ProductSubscriptions?: string[] | undefined;
2043
+ NextToken?: string | undefined;
2044
+ }
2045
+ export interface ListFindingAggregatorsRequest {
2046
+ NextToken?: string | undefined;
2047
+ MaxResults?: number | undefined;
2048
+ }
2049
+ export interface ListFindingAggregatorsResponse {
2050
+ FindingAggregators?: FindingAggregator[] | undefined;
2051
+ NextToken?: string | undefined;
2052
+ }
2053
+ export interface ListInvitationsRequest {
2054
+ MaxResults?: number | undefined;
2055
+ NextToken?: string | undefined;
2056
+ }
2057
+ export interface ListInvitationsResponse {
2058
+ Invitations?: Invitation[] | undefined;
2059
+ NextToken?: string | undefined;
2060
+ }
2061
+ export interface ListMembersRequest {
2062
+ OnlyAssociated?: boolean | undefined;
2063
+ MaxResults?: number | undefined;
2064
+ NextToken?: string | undefined;
2065
+ }
2066
+ export interface ListMembersResponse {
2067
+ Members?: Member[] | undefined;
2068
+ NextToken?: string | undefined;
2069
+ }
2070
+ export interface ListOrganizationAdminAccountsRequest {
2071
+ MaxResults?: number | undefined;
2072
+ NextToken?: string | undefined;
2073
+ Feature?: SecurityHubFeature | undefined;
2074
+ }
2075
+ export interface ListOrganizationAdminAccountsResponse {
2076
+ AdminAccounts?: AdminAccount[] | undefined;
2077
+ NextToken?: string | undefined;
2078
+ Feature?: SecurityHubFeature | undefined;
2079
+ }
2080
+ export interface ListSecurityControlDefinitionsRequest {
2081
+ StandardsArn?: string | undefined;
2082
+ NextToken?: string | undefined;
2083
+ MaxResults?: number | undefined;
2084
+ }
2085
+ export interface ListSecurityControlDefinitionsResponse {
2086
+ SecurityControlDefinitions: SecurityControlDefinition[] | undefined;
2087
+ NextToken?: string | undefined;
2088
+ }
2089
+ export interface ListStandardsControlAssociationsRequest {
2090
+ SecurityControlId: string | undefined;
2091
+ NextToken?: string | undefined;
2092
+ MaxResults?: number | undefined;
2093
+ }
2094
+ export interface StandardsControlAssociationSummary {
2095
+ StandardsArn: string | undefined;
2096
+ SecurityControlId: string | undefined;
2097
+ SecurityControlArn: string | undefined;
2098
+ AssociationStatus: AssociationStatus | undefined;
2099
+ RelatedRequirements?: string[] | undefined;
2100
+ UpdatedAt?: Date | undefined;
2101
+ UpdatedReason?: string | undefined;
2102
+ StandardsControlTitle?: string | undefined;
2103
+ StandardsControlDescription?: string | undefined;
2104
+ }
2105
+ export interface ListStandardsControlAssociationsResponse {
2106
+ StandardsControlAssociationSummaries:
2107
+ | StandardsControlAssociationSummary[]
2108
+ | undefined;
2109
+ NextToken?: string | undefined;
2110
+ }
2111
+ export interface ListTagsForResourceRequest {
2112
+ ResourceArn: string | undefined;
2113
+ }
2114
+ export interface ListTagsForResourceResponse {
2115
+ Tags?: Record<string, string> | undefined;
2116
+ }
2117
+ export type ProviderUpdateConfiguration =
2118
+ | ProviderUpdateConfiguration.JiraCloudMember
2119
+ | ProviderUpdateConfiguration.$UnknownMember;
2120
+ export declare namespace ProviderUpdateConfiguration {
2121
+ interface JiraCloudMember {
2122
+ JiraCloud: JiraCloudUpdateConfiguration;
2123
+ $unknown?: never;
2124
+ }
2125
+ interface $UnknownMember {
2126
+ JiraCloud?: never;
2127
+ $unknown: [string, any];
2128
+ }
2129
+ interface Visitor<T> {
2130
+ JiraCloud: (value: JiraCloudUpdateConfiguration) => T;
2131
+ _: (name: string, value: any) => T;
2132
+ }
2133
+ }
2134
+ export interface StartConfigurationPolicyAssociationRequest {
2135
+ ConfigurationPolicyIdentifier: string | undefined;
2136
+ Target: Target | undefined;
2137
+ }
2138
+ export interface StartConfigurationPolicyAssociationResponse {
2139
+ ConfigurationPolicyId?: string | undefined;
2140
+ TargetId?: string | undefined;
2141
+ TargetType?: TargetType | undefined;
2142
+ AssociationType?: AssociationType | undefined;
2143
+ UpdatedAt?: Date | undefined;
2144
+ AssociationStatus?: ConfigurationPolicyAssociationStatus | undefined;
2145
+ AssociationStatusMessage?: string | undefined;
2146
+ }
2147
+ export interface StartConfigurationPolicyDisassociationRequest {
2148
+ Target?: Target | undefined;
2149
+ ConfigurationPolicyIdentifier: string | undefined;
2150
+ }
2151
+ export interface StartConfigurationPolicyDisassociationResponse {}
2152
+ export interface TagResourceRequest {
2153
+ ResourceArn: string | undefined;
2154
+ Tags: Record<string, string> | undefined;
2155
+ }
2156
+ export interface TagResourceResponse {}