Skip to content

Commit 06a9951

Browse files
author
AWS
committed
AWS Organizations Update: Documentation update for AWS Organizations
1 parent 50eafbb commit 06a9951

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-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 Organizations",
4+
"contributor": "",
5+
"description": "Documentation update for AWS Organizations"
6+
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3035,7 +3035,7 @@
30353035
"members":{
30363036
"Id":{
30373037
"shape":"OrganizationalUnitId",
3038-
"documentation":"<p>The unique identifier (ID) associated with this OU.</p> <p>The <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a> for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.</p>"
3038+
"documentation":"<p>The unique identifier (ID) associated with this OU. The ID is unique to the organization only.</p> <p>The <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a> for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.</p>"
30393039
},
30403040
"Arn":{
30413041
"shape":"OrganizationalUnitArn",
@@ -3153,7 +3153,6 @@
31533153
},
31543154
"PolicyContent":{
31553155
"type":"string",
3156-
"max":1000000,
31573156
"min":1,
31583157
"pattern":"[\\s\\S]*"
31593158
},
@@ -3428,7 +3427,7 @@
34283427
"members":{
34293428
"Id":{
34303429
"shape":"RootId",
3431-
"documentation":"<p>The unique identifier (ID) for the root.</p> <p>The <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a> for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.</p>"
3430+
"documentation":"<p>The unique identifier (ID) for the root. The ID is unique to the organization only.</p> <p>The <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a> for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.</p>"
34323431
},
34333432
"Arn":{
34343433
"shape":"RootArn",
@@ -3477,7 +3476,8 @@
34773476
"Message":{"shape":"ExceptionMessage"}
34783477
},
34793478
"documentation":"<p>Organizations can't complete your request because of an internal service error. Try again later.</p>",
3480-
"exception":true
3479+
"exception":true,
3480+
"fault":true
34813481
},
34823482
"ServicePrincipal":{
34833483
"type":"string",

0 commit comments

Comments
 (0)