Skip to content

Commit 07c729b

Browse files
author
AWS
committed
AWS Audit Manager Update: This release introduces character restrictions for ControlSet names. We updated regex patterns for the following attributes: ControlSet, CreateAssessmentFrameworkControlSet, and UpdateAssessmentFrameworkControlSet.
1 parent 52a60be commit 07c729b

File tree

2 files changed

+24
-18
lines changed

2 files changed

+24
-18
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Audit Manager",
4+
"contributor": "",
5+
"description": "This release introduces character restrictions for ControlSet names. We updated regex patterns for the following attributes: ControlSet, CreateAssessmentFrameworkControlSet, and UpdateAssessmentFrameworkControlSet."
6+
}

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

+18-18
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
{"shape":"InternalServerException"},
267267
{"shape":"ResourceNotFoundException"}
268268
],
269-
"documentation":"<p>Removes the specified member account as a delegated administrator for Audit Manager. </p> <important> <p>When you remove a delegated administrator from your Audit Manager settings, or when you deregister a delegated administrator from Organizations, you continue to have access to the evidence that you previously collected under that account. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward.</p> </important>"
269+
"documentation":"<p>Removes the specified member Amazon Web Services account as a delegated administrator for Audit Manager. </p> <important> <p>When you remove a delegated administrator from your Audit Manager settings, or when you deregister a delegated administrator from Organizations, you continue to have access to the evidence that you previously collected under that account. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward.</p> </important>"
270270
},
271271
"DisassociateAssessmentReportEvidenceFolder":{
272272
"name":"DisassociateAssessmentReportEvidenceFolder",
@@ -515,7 +515,7 @@
515515
{"shape":"AccessDeniedException"},
516516
{"shape":"InternalServerException"}
517517
],
518-
"documentation":"<p> Returns the settings for the specified account. </p>"
518+
"documentation":"<p> Returns the settings for the specified Amazon Web Services account. </p>"
519519
},
520520
"ListAssessmentFrameworks":{
521521
"name":"ListAssessmentFrameworks",
@@ -636,7 +636,7 @@
636636
{"shape":"InternalServerException"},
637637
{"shape":"ResourceNotFoundException"}
638638
],
639-
"documentation":"<p> Enables Audit Manager for the specified account. </p>"
639+
"documentation":"<p> Enables Audit Manager for the specified Amazon Web Services account. </p>"
640640
},
641641
"RegisterOrganizationAdminAccount":{
642642
"name":"RegisterOrganizationAdminAccount",
@@ -652,7 +652,7 @@
652652
{"shape":"InternalServerException"},
653653
{"shape":"ResourceNotFoundException"}
654654
],
655-
"documentation":"<p> Enables an account within the organization as the delegated administrator for Audit Manager. </p>"
655+
"documentation":"<p> Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager. </p>"
656656
},
657657
"TagResource":{
658658
"name":"TagResource",
@@ -818,18 +818,18 @@
818818
"members":{
819819
"id":{
820820
"shape":"AccountId",
821-
"documentation":"<p> The identifier for the specified account. </p>"
821+
"documentation":"<p> The identifier for the specified Amazon Web Services account. </p>"
822822
},
823823
"emailAddress":{
824824
"shape":"EmailAddress",
825-
"documentation":"<p> The email address associated with the specified account. </p>"
825+
"documentation":"<p> The email address associated with the specified Amazon Web Services account. </p>"
826826
},
827827
"name":{
828828
"shape":"AccountName",
829-
"documentation":"<p> The name of the specified account. </p>"
829+
"documentation":"<p> The name of the specified Amazon Web Services account. </p>"
830830
}
831831
},
832-
"documentation":"<p> The wrapper of account details, such as account ID, email address, and so on. </p>"
832+
"documentation":"<p> The wrapper of Amazon Web Services account details, such as account ID, email address, and so on. </p>"
833833
},
834834
"AWSAccounts":{
835835
"type":"list",
@@ -917,7 +917,7 @@
917917
},
918918
"awsAccount":{
919919
"shape":"AWSAccount",
920-
"documentation":"<p> The account associated with the assessment. </p>"
920+
"documentation":"<p> The Amazon Web Services account associated with the assessment. </p>"
921921
},
922922
"metadata":{
923923
"shape":"AssessmentMetadata",
@@ -1219,7 +1219,7 @@
12191219
},
12201220
"scope":{
12211221
"shape":"Scope",
1222-
"documentation":"<p> The wrapper of accounts and services in scope for the assessment. </p>"
1222+
"documentation":"<p> The wrapper of Amazon Web Services accounts and services in scope for the assessment. </p>"
12231223
},
12241224
"roles":{
12251225
"shape":"Roles",
@@ -1301,7 +1301,7 @@
13011301
},
13021302
"awsAccountId":{
13031303
"shape":"AccountId",
1304-
"documentation":"<p> The identifier for the specified account. </p>"
1304+
"documentation":"<p> The identifier for the specified Amazon Web Services account. </p>"
13051305
},
13061306
"assessmentId":{
13071307
"shape":"UUID",
@@ -1957,7 +1957,7 @@
19571957
"type":"string",
19581958
"max":300,
19591959
"min":1,
1960-
"pattern":"^[^\\_]*$"
1960+
"pattern":"^[^\\\\\\_]*$"
19611961
},
19621962
"ControlSetStatus":{
19631963
"type":"string",
@@ -2535,7 +2535,7 @@
25352535
},
25362536
"evidenceAwsAccountId":{
25372537
"shape":"AccountId",
2538-
"documentation":"<p> The identifier for the specified account. </p>"
2538+
"documentation":"<p> The identifier for the specified Amazon Web Services account. </p>"
25392539
},
25402540
"time":{
25412541
"shape":"Timestamp",
@@ -2571,11 +2571,11 @@
25712571
},
25722572
"awsOrganization":{
25732573
"shape":"String",
2574-
"documentation":"<p> The account from which the evidence is collected, and its organization path. </p>"
2574+
"documentation":"<p> The Amazon Web Services account from which the evidence is collected, and its organization path. </p>"
25752575
},
25762576
"awsAccountId":{
25772577
"shape":"AccountId",
2578-
"documentation":"<p> The identifier for the specified account. </p>"
2578+
"documentation":"<p> The identifier for the specified Amazon Web Services account. </p>"
25792579
},
25802580
"evidenceFolderId":{
25812581
"shape":"UUID",
@@ -2750,7 +2750,7 @@
27502750
"members":{
27512751
"status":{
27522752
"shape":"AccountStatus",
2753-
"documentation":"<p> The status of the specified account. </p>"
2753+
"documentation":"<p> The status of the specified Amazon Web Services account. </p>"
27542754
}
27552755
}
27562756
},
@@ -3681,14 +3681,14 @@
36813681
"members":{
36823682
"awsAccounts":{
36833683
"shape":"AWSAccounts",
3684-
"documentation":"<p> The accounts included in the scope of the assessment. </p>"
3684+
"documentation":"<p> The Amazon Web Services accounts included in the scope of the assessment. </p>"
36853685
},
36863686
"awsServices":{
36873687
"shape":"AWSServices",
36883688
"documentation":"<p> The Amazon Web Services services included in the scope of the assessment. </p>"
36893689
}
36903690
},
3691-
"documentation":"<p> The wrapper that contains the accounts and services in scope for the assessment. </p>"
3691+
"documentation":"<p> The wrapper that contains the Amazon Web Services accounts and services in scope for the assessment. </p>"
36923692
},
36933693
"ServiceMetadata":{
36943694
"type":"structure",

0 commit comments

Comments
 (0)