Skip to content

Commit 6b5d561

Browse files
author
AWS
committed
AWS SecurityHub Update: Adding top level Sample boolean field
1 parent 9219873 commit 6b5d561

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SecurityHub",
4+
"contributor": "",
5+
"description": "Adding top level Sample boolean field"
6+
}

services/securityhub/src/main/resources/codegen-resources/service-2.json

+22
Original file line numberDiff line numberDiff line change
@@ -9309,6 +9309,10 @@
93099309
"FindingProviderFields":{
93109310
"shape":"FindingProviderFields",
93119311
"documentation":"<p>In a <code>BatchImportFindings</code> request, finding providers use <code>FindingProviderFields</code> to provide and update their own values for confidence, criticality, related findings, severity, and types.</p>"
9312+
},
9313+
"Sample":{
9314+
"shape":"Boolean",
9315+
"documentation":"<p>Indicates whether the finding is a sample finding.</p>"
93129316
}
93139317
},
93149318
"documentation":"<p>Provides consistent format for the contents of the Security Hub-aggregated findings. <code>AwsSecurityFinding</code> format enables you to share findings between Amazon Web Services security services and third-party solutions, and security standards checks.</p> <note> <p>A finding is a potential security issue generated either by Amazon Web Services services or by the integrated third-party solutions and standards checks.</p> </note>"
@@ -9699,6 +9703,10 @@
96999703
"FindingProviderFieldsTypes":{
97009704
"shape":"StringFilterList",
97019705
"documentation":"<p>One or more finding types that the finding provider assigned to the finding. Uses the format of <code>namespace/category/classifier</code> that classify a finding.</p> <p>Valid namespace values are: Software and Configuration Checks | TTPs | Effects | Unusual Behaviors | Sensitive Data Identifications</p>"
9706+
},
9707+
"Sample":{
9708+
"shape":"BooleanFilterList",
9709+
"documentation":"<p>Indicates whether or not sample findings are included in the filter results.</p>"
97029710
}
97039711
},
97049712
"documentation":"<p>A collection of attributes that are applied to all active Security Hub-aggregated findings and that result in a subset of findings that are included in this insight.</p> <p>You can filter by up to 10 finding attributes. For each attribute, you can provide up to 20 filter values.</p>"
@@ -10230,6 +10238,20 @@
1023010238
"member":{"shape":"BatchUpdateFindingsUnprocessedFinding"}
1023110239
},
1023210240
"Boolean":{"type":"boolean"},
10241+
"BooleanFilter":{
10242+
"type":"structure",
10243+
"members":{
10244+
"Value":{
10245+
"shape":"Boolean",
10246+
"documentation":"<p>The value of the boolean.</p>"
10247+
}
10248+
},
10249+
"documentation":"<p>Boolean filter for querying findings.</p>"
10250+
},
10251+
"BooleanFilterList":{
10252+
"type":"list",
10253+
"member":{"shape":"BooleanFilter"}
10254+
},
1023310255
"CategoryList":{
1023410256
"type":"list",
1023510257
"member":{"shape":"NonEmptyString"}

0 commit comments

Comments
 (0)