Skip to content

Commit 21e4a07

Browse files
author
awstools
committed
feat(client-organizations): Documentation update for AWS Organizations
1 parent eafb296 commit 21e4a07

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

clients/client-organizations/src/models/models_0.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,7 @@ export interface CreateOrganizationalUnitRequest {
20582058
export interface OrganizationalUnit {
20592059
/**
20602060
* @public
2061-
* <p>The unique identifier (ID) associated with this OU.</p>
2061+
* <p>The unique identifier (ID) associated with this OU. The ID is unique to the organization only.</p>
20622062
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an organizational unit ID string requires
20632063
* "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the
20642064
* OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters
@@ -3008,7 +3008,7 @@ export interface DisablePolicyTypeRequest {
30083008
export interface Root {
30093009
/**
30103010
* @public
3011-
* <p>The unique identifier (ID) for the root.</p>
3011+
* <p>The unique identifier (ID) for the root. The ID is unique to the organization only.</p>
30123012
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a root ID string requires "r-" followed by
30133013
* from 4 to 32 lowercase letters or digits.</p>
30143014
*/

codegen/sdk-codegen/aws-models/organizations.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -7475,7 +7475,7 @@
74757475
"Id": {
74767476
"target": "com.amazonaws.organizations#OrganizationalUnitId",
74777477
"traits": {
7478-
"smithy.api#documentation": "<p>The unique identifier (ID) associated with this OU.</p>\n <p>The <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a> for an organizational unit ID string requires \n \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the \n OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters \n or digits.</p>"
7478+
"smithy.api#documentation": "<p>The unique identifier (ID) associated with this OU. The ID is unique to the organization only.</p>\n <p>The <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a> for an organizational unit ID string requires \n \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the \n OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters \n or digits.</p>"
74797479
}
74807480
},
74817481
"Arn": {
@@ -7667,8 +7667,7 @@
76677667
"type": "string",
76687668
"traits": {
76697669
"smithy.api#length": {
7670-
"min": 1,
7671-
"max": 1000000
7670+
"min": 1
76727671
},
76737672
"smithy.api#pattern": "^[\\s\\S]*$"
76747673
}
@@ -8251,7 +8250,7 @@
82518250
"Id": {
82528251
"target": "com.amazonaws.organizations#RootId",
82538252
"traits": {
8254-
"smithy.api#documentation": "<p>The unique identifier (ID) for the root.</p>\n <p>The <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a> for a root ID string requires \"r-\" followed by \n from 4 to 32 lowercase letters or digits.</p>"
8253+
"smithy.api#documentation": "<p>The unique identifier (ID) for the root. The ID is unique to the organization only.</p>\n <p>The <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a> for a root ID string requires \"r-\" followed by \n from 4 to 32 lowercase letters or digits.</p>"
82558254
}
82568255
},
82578256
"Arn": {

0 commit comments

Comments
 (0)