Skip to content

Commit 49c9a4c

Browse files
author
AWS
committed
AWS SecurityHub Update: Documentation updates for AWS Security Hub
1 parent 9a31f44 commit 49c9a4c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SecurityHub",
4+
"contributor": "",
5+
"description": "Documentation updates for AWS Security Hub"
6+
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10990,7 +10990,7 @@
1099010990
"documentation":"<p>Specifies the <code>ByteMatchSet</code>, <code>IPSet</code>, <code>SqlInjectionMatchSet</code>, <code>XssMatchSet</code>, <code>RegexMatchSet</code>, <code>GeoMatchSet</code>, and <code>SizeConstraintSet</code> objects that you want to add to a rule and, for each object, indicates whether you want to negate the settings.</p>"
1099110991
}
1099210992
},
10993-
"documentation":"<p>Describes the action that AWS WAF should take on a web request when it matches the criteria defined in the rule. </p>"
10993+
"documentation":"<p>Describes the action that WAF should take on a web request when it matches the criteria defined in the rule. </p>"
1099410994
},
1099510995
"AwsWafRegionalRuleGroupRulesDetails":{
1099610996
"type":"structure",
@@ -11085,7 +11085,7 @@
1108511085
"members":{
1108611086
"Action":{
1108711087
"shape":"AwsWafRegionalWebAclRulesListActionDetails",
11088-
"documentation":"<p>The action that AWS WAF takes when a web request matches all conditions in the rule, such as allow, block, or count the request. </p>"
11088+
"documentation":"<p>The action that WAF takes when a web request matches all conditions in the rule, such as allow, block, or count the request. </p>"
1108911089
},
1109011090
"OverrideAction":{
1109111091
"shape":"AwsWafRegionalWebAclRulesListOverrideActionDetails",
@@ -11441,11 +11441,11 @@
1144111441
},
1144211442
"ErrorCode":{
1144311443
"shape":"NonEmptyString",
11444-
"documentation":"<p>The code associated with the error.</p>"
11444+
"documentation":"<p>The code associated with the error. Possible values are:</p> <ul> <li> <p> <code>ConcurrentUpdateError</code> - Another process or request attempted to update the finding while this request was being processed</p> </li> <li> <p> <code>DuplicatedFindingIdentifier</code> - The request included two or more findings with the same <code>FindingIdentifier</code> </p> </li> <li> <p> <code>FindingNotFound</code> - The <code>FindingIdentifier</code> included in the request did not match an existing finding</p> </li> <li> <p> <code>FindingSizeExceeded</code> - The finding size was greater than the permissible value of 240 KB</p> </li> <li> <p> <code>InternalFailure</code> - An internal service failure occurred when updating the finding</p> </li> <li> <p> <code>InvalidInput</code> - The finding update contained an invalid value that did not satisfy the <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format.html\">Amazon Web Services Security Finding Format</a> syntax</p> </li> </ul>"
1144511445
},
1144611446
"ErrorMessage":{
1144711447
"shape":"NonEmptyString",
11448-
"documentation":"<p>The message associated with the error.</p>"
11448+
"documentation":"<p>The message associated with the error. Possible values are:</p> <ul> <li> <p> <code>Concurrent finding updates detected</code> </p> </li> <li> <p> <code>Finding Identifier is duplicated</code> </p> </li> <li> <p> <code>Finding Not Found</code> </p> </li> <li> <p> <code>Finding size exceeded 240 KB</code> </p> </li> <li> <p> <code>Internal service failure</code> </p> </li> <li> <p> <code>Invalid Input</code> </p> </li> </ul>"
1144911449
}
1145011450
},
1145111451
"documentation":"<p>A finding from a <code>BatchUpdateFindings</code> request that Security Hub was unable to update.</p>"

0 commit comments

Comments
 (0)