Skip to content

Commit 8235156

Browse files
author
AWS
committed
AWS SecurityHub Update: Updated CreateMembers API request with limits.
1 parent 595e9bc commit 8235156

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-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": "Updated CreateMembers API request with limits."
6+
}

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@
12621262
{"shape":"InvalidAccessException"},
12631263
{"shape":"ResourceNotFoundException"}
12641264
],
1265-
"documentation":"<p> <code>UpdateFindings</code> is deprecated. Instead of <code>UpdateFindings</code>, use <code>BatchUpdateFindings</code>.</p> <p>Updates the <code>Note</code> and <code>RecordState</code> of the Security Hub-aggregated findings that the filter attributes specify. Any member account that can view the finding also sees the update to the finding.</p>"
1265+
"documentation":"<p> <code>UpdateFindings</code> is a deprecated operation. Instead of <code>UpdateFindings</code>, use the <code>BatchUpdateFindings</code> operation.</p> <p>Updates the <code>Note</code> and <code>RecordState</code> of the Security Hub-aggregated findings that the filter attributes specify. Any member account that can view the finding also sees the update to the finding.</p> <p>Finding updates made with <code>UpdateFindings</code> might not be persisted if the same finding is later updated by the finding provider through the <code>BatchImportFindings</code> operation.</p>"
12661266
},
12671267
"UpdateInsight":{
12681268
"name":"UpdateInsight",
@@ -1429,7 +1429,9 @@
14291429
},
14301430
"AccountDetailsList":{
14311431
"type":"list",
1432-
"member":{"shape":"AccountDetails"}
1432+
"member":{"shape":"AccountDetails"},
1433+
"max":50,
1434+
"min":1
14331435
},
14341436
"AccountId":{"type":"string"},
14351437
"AccountIdList":{
@@ -20812,7 +20814,7 @@
2081220814
"members":{
2081320815
"ConfigurationPolicyIdentifier":{
2081420816
"shape":"NonEmptyString",
20815-
"documentation":"<p> The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy. </p>"
20817+
"documentation":"<p> The Amazon Resource Name (ARN) of a configuration policy, the universally unique identifier (UUID) of a configuration policy, or a value of <code>SELF_MANAGED_SECURITY_HUB</code> for a self-managed configuration. </p>"
2081620818
},
2081720819
"Target":{
2081820820
"shape":"Target",
@@ -20863,7 +20865,7 @@
2086320865
},
2086420866
"ConfigurationPolicyIdentifier":{
2086520867
"shape":"NonEmptyString",
20866-
"documentation":"<p> The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy. </p>"
20868+
"documentation":"<p> The Amazon Resource Name (ARN) of a configuration policy, the universally unique identifier (UUID) of a configuration policy, or a value of <code>SELF_MANAGED_SECURITY_HUB</code> for a self-managed configuration. </p>"
2086720869
}
2086820870
}
2086920871
},

0 commit comments

Comments
 (0)