Skip to content

Commit 962220f

Browse files
author
AWS
committed
AWS SecurityHub Update: This release adds new StandardsControlsUpdatable field to the StandardsSubscription resource
1 parent bb87b1e commit 962220f

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
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": "This release adds new StandardsControlsUpdatable field to the StandardsSubscription resource"
6+
}

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

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
{"shape":"InvalidAccessException"},
168168
{"shape":"InvalidInputException"}
169169
],
170-
"documentation":"<p> For a batch of security controls and standards, identifies whether each control is currently enabled or disabled in a standard. </p>"
170+
"documentation":"<p> For a batch of security controls and standards, identifies whether each control is currently enabled or disabled in a standard. </p> <p> Calls to this operation return a <code>RESOURCE_NOT_FOUND_EXCEPTION</code> error when the standard subscription for the association has a <code>NOT_READY_FOR_UPDATES</code> value for <code>StandardsControlsUpdatable</code>. </p>"
171171
},
172172
"BatchImportFindings":{
173173
"name":"BatchImportFindings",
@@ -553,7 +553,7 @@
553553
{"shape":"InvalidAccessException"},
554554
{"shape":"ResourceNotFoundException"}
555555
],
556-
"documentation":"<p>Returns a list of security standards controls.</p> <p>For each control, the results include information about whether it is currently enabled, the severity, and a link to remediation information.</p>"
556+
"documentation":"<p>Returns a list of security standards controls.</p> <p>For each control, the results include information about whether it is currently enabled, the severity, and a link to remediation information.</p> <p>This operation returns an empty list for standard subscriptions where <code>StandardsControlsUpdatable</code> has value <code>NOT_READY_FOR_UPDATES</code>.</p>"
557557
},
558558
"DisableImportFindingsForProduct":{
559559
"name":"DisableImportFindingsForProduct",
@@ -1112,7 +1112,7 @@
11121112
{"shape":"InvalidAccessException"},
11131113
{"shape":"InvalidInputException"}
11141114
],
1115-
"documentation":"<p> Specifies whether a control is currently enabled or disabled in each enabled standard in the calling account. </p>"
1115+
"documentation":"<p> Specifies whether a control is currently enabled or disabled in each enabled standard in the calling account. </p> <p>This operation omits standards control associations for standard subscriptions where <code>StandardsControlsUpdatable</code> has value <code>NOT_READY_FOR_UPDATES</code>.</p>"
11161116
},
11171117
"ListTagsForResource":{
11181118
"name":"ListTagsForResource",
@@ -1356,7 +1356,7 @@
13561356
{"shape":"ResourceNotFoundException"},
13571357
{"shape":"AccessDeniedException"}
13581358
],
1359-
"documentation":"<p>Used to control whether an individual security standard control is enabled or disabled.</p>"
1359+
"documentation":"<p>Used to control whether an individual security standard control is enabled or disabled.</p> <p>Calls to this operation return a <code>RESOURCE_NOT_FOUND_EXCEPTION</code> error when the standard subscription for the control has <code>StandardsControlsUpdatable</code> value <code>NOT_READY_FOR_UPDATES</code>.</p>"
13601360
}
13611361
},
13621362
"shapes":{
@@ -15739,7 +15739,7 @@
1573915739
"members":{
1574015740
"StandardsControlAssociationUpdates":{
1574115741
"shape":"StandardsControlAssociationUpdates",
15742-
"documentation":"<p> Updates the enablement status of a security control in a specified standard. </p>"
15742+
"documentation":"<p> Updates the enablement status of a security control in a specified standard. </p> <p> Calls to this operation return a <code>RESOURCE_NOT_FOUND_EXCEPTION</code> error when the standard subscription for the control has <code>StandardsControlsUpdatable</code> value <code>NOT_READY_FOR_UPDATES</code>. </p>"
1574315743
}
1574415744
}
1574515745
},
@@ -21016,6 +21016,13 @@
2101621016
"type":"list",
2101721017
"member":{"shape":"StandardsControl"}
2101821018
},
21019+
"StandardsControlsUpdatable":{
21020+
"type":"string",
21021+
"enum":[
21022+
"READY_FOR_UPDATES",
21023+
"NOT_READY_FOR_UPDATES"
21024+
]
21025+
},
2101921026
"StandardsInputParameterMap":{
2102021027
"type":"map",
2102121028
"key":{"shape":"NonEmptyString"},
@@ -21081,6 +21088,10 @@
2108121088
"shape":"StandardsStatus",
2108221089
"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>"
2108321090
},
21091+
"StandardsControlsUpdatable":{
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>"
21094+
},
2108421095
"StandardsStatusReason":{
2108521096
"shape":"StandardsStatusReason",
2108621097
"documentation":"<p>The reason for the current status.</p>"
@@ -21241,6 +21252,7 @@
2124121252
"type":"string",
2124221253
"enum":[
2124321254
"NO_AVAILABLE_CONFIGURATION_RECORDER",
21255+
"MAXIMUM_NUMBER_OF_CONFIG_RULES_EXCEEDED",
2124421256
"INTERNAL_ERROR"
2124521257
]
2124621258
},

0 commit comments

Comments
 (0)