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/organizations/src/main/resources/codegen-resources/service-2.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3035,7 +3035,7 @@
3035
3035
"members":{
3036
3036
"Id":{
3037
3037
"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>"
3039
3039
},
3040
3040
"Arn":{
3041
3041
"shape":"OrganizationalUnitArn",
@@ -3153,7 +3153,6 @@
3153
3153
},
3154
3154
"PolicyContent":{
3155
3155
"type":"string",
3156
-
"max":1000000,
3157
3156
"min":1,
3158
3157
"pattern":"[\\s\\S]*"
3159
3158
},
@@ -3428,7 +3427,7 @@
3428
3427
"members":{
3429
3428
"Id":{
3430
3429
"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>"
3432
3431
},
3433
3432
"Arn":{
3434
3433
"shape":"RootArn",
@@ -3477,7 +3476,8 @@
3477
3476
"Message":{"shape":"ExceptionMessage"}
3478
3477
},
3479
3478
"documentation":"<p>Organizations can't complete your request because of an internal service error. Try again later.</p>",
0 commit comments