Skip to content

Commit 22e5e8e

Browse files
author
AWS
committed
AWS SecurityHub Update: Documentation updates for AWS Security Hub.
1 parent 41c711b commit 22e5e8e

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20776,7 +20776,7 @@
2077620776
"members":{
2077720777
"StandardsArn":{
2077820778
"shape":"NonEmptyString",
20779-
"documentation":"<p>The ARN of a standard.</p>"
20779+
"documentation":"<p>The ARN of the standard.</p>"
2078020780
},
2078120781
"Name":{
2078220782
"shape":"NonEmptyString",
@@ -21061,7 +21061,7 @@
2106121061
"documentation":"<p>The reason code that represents the reason for the current status of a standard subscription.</p>"
2106221062
}
2106321063
},
21064-
"documentation":"<p>The reason for the current status of a standard subscription.</p>"
21064+
"documentation":"<p>The reason for the current status of your subscription to the standard.</p>"
2106521065
},
2106621066
"StandardsSubscription":{
2106721067
"type":"structure",
@@ -21074,23 +21074,23 @@
2107421074
"members":{
2107521075
"StandardsSubscriptionArn":{
2107621076
"shape":"NonEmptyString",
21077-
"documentation":"<p>The ARN of a resource that represents your subscription to a supported standard.</p>"
21077+
"documentation":"<p>The ARN of the resource that represents your subscription to the standard.</p>"
2107821078
},
2107921079
"StandardsArn":{
2108021080
"shape":"NonEmptyString",
21081-
"documentation":"<p>The ARN of a standard.</p>"
21081+
"documentation":"<p>The ARN of the standard.</p>"
2108221082
},
2108321083
"StandardsInput":{
2108421084
"shape":"StandardsInputParameterMap",
2108521085
"documentation":"<p>A key-value pair of input for the standard.</p>"
2108621086
},
2108721087
"StandardsStatus":{
2108821088
"shape":"StandardsStatus",
21089-
"documentation":"<p>The status of the standard subscription.</p> <p>The status values are as follows:</p> <ul> <li> <p> <code>PENDING</code> - Standard is in the process of being enabled.</p> </li> <li> <p> <code>READY</code> - Standard is enabled.</p> </li> <li> <p> <code>INCOMPLETE</code> - Standard could not be enabled completely. Some controls may not be available.</p> </li> <li> <p> <code>DELETING</code> - Standard is in the process of being disabled.</p> </li> <li> <p> <code>FAILED</code> - Standard could not be disabled.</p> </li> </ul>"
21089+
"documentation":"<p>The status of your subscription to the standard. Possible values are:</p> <ul> <li> <p> <code>PENDING</code> - The standard is in the process of being enabled. Or the standard is already enabled and Security Hub is adding new controls to the standard.</p> </li> <li> <p> <code>READY</code> - The standard is enabled.</p> </li> <li> <p> <code>INCOMPLETE</code> - The standard could not be enabled completely. One or more errors (<code>StandardsStatusReason</code>) occurred when Security Hub attempted to enable the standard.</p> </li> <li> <p> <code>DELETING</code> - The standard is in the process of being disabled.</p> </li> <li> <p> <code>FAILED</code> - The standard could not be disabled. One or more errors (<code>StandardsStatusReason</code>) occurred when Security Hub attempted to disable the standard.</p> </li> </ul>"
2109021090
},
2109121091
"StandardsControlsUpdatable":{
2109221092
"shape":"StandardsControlsUpdatable",
21093-
"documentation":"<p>Indicates whether the controls associated with this standards subscription can be viewed and updated.</p> <p>The values are as follows:</p> <ul> <li> <p> <code>READY_FOR_UPDATES</code> - Controls associated with this standards subscription can be viewed and updated.</p> </li> <li> <p> <code>NOT_READY_FOR_UPDATES</code> - Controls associated with this standards subscription cannot be retrieved or updated yet. Security Hub is still processing a request to create the controls.</p> </li> </ul>"
21093+
"documentation":"<p>Specifies whether you can retrieve information about and configure individual controls that apply to the standard. Possible values are:</p> <ul> <li> <p> <code>READY_FOR_UPDATES</code> - Controls in the standard can be retrieved and configured.</p> </li> <li> <p> <code>NOT_READY_FOR_UPDATES</code> - Controls in the standard cannot be retrieved or configured.</p> </li> </ul>"
2109421094
},
2109521095
"StandardsStatusReason":{
2109621096
"shape":"StandardsStatusReason",

0 commit comments

Comments
 (0)