@aws-sdk/client-organizations 3.525.0 → 3.526.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1730,7 +1730,7 @@ export interface CreateOrganizationalUnitRequest {
|
|
|
1730
1730
|
export interface OrganizationalUnit {
|
|
1731
1731
|
/**
|
|
1732
1732
|
* @public
|
|
1733
|
-
* <p>The unique identifier (ID) associated with this OU.</p>
|
|
1733
|
+
* <p>The unique identifier (ID) associated with this OU. The ID is unique to the organization only.</p>
|
|
1734
1734
|
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an organizational unit ID string requires
|
|
1735
1735
|
* "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the
|
|
1736
1736
|
* OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters
|
|
@@ -2511,7 +2511,7 @@ export interface DisablePolicyTypeRequest {
|
|
|
2511
2511
|
export interface Root {
|
|
2512
2512
|
/**
|
|
2513
2513
|
* @public
|
|
2514
|
-
* <p>The unique identifier (ID) for the root.</p>
|
|
2514
|
+
* <p>The unique identifier (ID) for the root. The ID is unique to the organization only.</p>
|
|
2515
2515
|
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a root ID string requires "r-" followed by
|
|
2516
2516
|
* from 4 to 32 lowercase letters or digits.</p>
|
|
2517
2517
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-organizations",
|
|
3
3
|
"description": "AWS SDK for JavaScript Organizations Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.526.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-organizations",
|