You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/securityhub/src/main/resources/codegen-resources/service-2.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -20776,7 +20776,7 @@
20776
20776
"members":{
20777
20777
"StandardsArn":{
20778
20778
"shape":"NonEmptyString",
20779
-
"documentation":"<p>The ARN of a standard.</p>"
20779
+
"documentation":"<p>The ARN of the standard.</p>"
20780
20780
},
20781
20781
"Name":{
20782
20782
"shape":"NonEmptyString",
@@ -21061,7 +21061,7 @@
21061
21061
"documentation":"<p>The reason code that represents the reason for the current status of a standard subscription.</p>"
21062
21062
}
21063
21063
},
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>"
21065
21065
},
21066
21066
"StandardsSubscription":{
21067
21067
"type":"structure",
@@ -21074,23 +21074,23 @@
21074
21074
"members":{
21075
21075
"StandardsSubscriptionArn":{
21076
21076
"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>"
21078
21078
},
21079
21079
"StandardsArn":{
21080
21080
"shape":"NonEmptyString",
21081
-
"documentation":"<p>The ARN of a standard.</p>"
21081
+
"documentation":"<p>The ARN of the standard.</p>"
21082
21082
},
21083
21083
"StandardsInput":{
21084
21084
"shape":"StandardsInputParameterMap",
21085
21085
"documentation":"<p>A key-value pair of input for the standard.</p>"
21086
21086
},
21087
21087
"StandardsStatus":{
21088
21088
"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>"
21090
21090
},
21091
21091
"StandardsControlsUpdatable":{
21092
21092
"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>"
0 commit comments