Skip to content

Commit

Permalink
feat(client-organizations): Documentation update for AWS Organizations
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 4, 2024
1 parent eafb296 commit 21e4a07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions clients/client-organizations/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2058,7 +2058,7 @@ export interface CreateOrganizationalUnitRequest {
export interface OrganizationalUnit {
/**
* @public
* <p>The unique identifier (ID) associated with this OU.</p>
* <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
Expand Down Expand Up @@ -3008,7 +3008,7 @@ export interface DisablePolicyTypeRequest {
export interface Root {
/**
* @public
* <p>The unique identifier (ID) for the root.</p>
* <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>
*/
Expand Down
7 changes: 3 additions & 4 deletions codegen/sdk-codegen/aws-models/organizations.json
Original file line number Diff line number Diff line change
Expand Up @@ -7475,7 +7475,7 @@
"Id": {
"target": "com.amazonaws.organizations#OrganizationalUnitId",
"traits": {
"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>"
"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>"
}
},
"Arn": {
Expand Down Expand Up @@ -7667,8 +7667,7 @@
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 1000000
"min": 1
},
"smithy.api#pattern": "^[\\s\\S]*$"
}
Expand Down Expand Up @@ -8251,7 +8250,7 @@
"Id": {
"target": "com.amazonaws.organizations#RootId",
"traits": {
"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>"
"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>"
}
},
"Arn": {
Expand Down

0 comments on commit 21e4a07

Please sign in to comment.