Skip to content

Commit 72bf4cb

Browse files
author
awstools
committed
docs(client-organizations): Doc only update for AWS Organizations that fixes several customer-reported issues
1 parent c35b721 commit 72bf4cb

29 files changed

+77
-104
lines changed

clients/client-organizations/src/commands/AttachPolicyCommand.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,8 @@ export interface AttachPolicyCommandOutput extends __MetadataBearer {}
281281
* that are not compliant with the tag policy requirements for this account.</p>
282282
* </li>
283283
* <li>
284-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting
285-
* period before you can remove it from the organization. If you get an error that
286-
* indicates that a wait period is required, try again in a few days.</p>
284+
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, you must wait until at least seven days after the account was created.
285+
* Invited accounts aren't subject to this waiting period.</p>
287286
* </li>
288287
* </ul>
289288
*

clients/client-organizations/src/commands/CloseAccountCommand.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ export interface CloseAccountCommandOutput extends __MetadataBearer {}
5757
* <li>
5858
* <p>You can close only 10% of member accounts, between 10 and 1000, within a
5959
* rolling 30 day period. This quota is not bound by a calendar month, but
60-
* starts when you close an account. After you reach this limit, you can close
60+
* starts when you close an account. After you reach this limit, you can't close
6161
* additional accounts. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html">Closing a member
6262
* account in your organization</a> and <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for
63-
* Organizations</a>in the <i>Organizations User Guide</i>. </p>
63+
* Organizations</a> in the <i>Organizations User Guide</i>. </p>
6464
* </li>
6565
* <li>
6666
* <p>To reinstate a closed account, contact Amazon Web Services Support within the 90-day
@@ -312,9 +312,8 @@ export interface CloseAccountCommandOutput extends __MetadataBearer {}
312312
* that are not compliant with the tag policy requirements for this account.</p>
313313
* </li>
314314
* <li>
315-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting
316-
* period before you can remove it from the organization. If you get an error that
317-
* indicates that a wait period is required, try again in a few days.</p>
315+
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, you must wait until at least seven days after the account was created.
316+
* Invited accounts aren't subject to this waiting period.</p>
318317
* </li>
319318
* </ul>
320319
*

clients/client-organizations/src/commands/CreateAccountCommand.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
8787
* If the error persists, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
8888
* </li>
8989
* <li>
90-
* <p>Using <code>CreateAccount</code> to create multiple temporary accounts
91-
* isn't recommended. You can only close an account from the Billing and Cost Management console, and
92-
* you must be signed in as the root user. For information on the requirements
90+
* <p>It isn't recommended to use <code>CreateAccount</code> to create multiple temporary accounts, and using
91+
* the <code>CreateAccount</code> API to close accounts is subject to a 30-day usage quota. For information on the requirements
9392
* and process for closing an account, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html">Closing a member
9493
* account in your organization</a> in the
9594
* <i>Organizations User Guide</i>.</p>
@@ -351,9 +350,8 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
351350
* that are not compliant with the tag policy requirements for this account.</p>
352351
* </li>
353352
* <li>
354-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting
355-
* period before you can remove it from the organization. If you get an error that
356-
* indicates that a wait period is required, try again in a few days.</p>
353+
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, you must wait until at least seven days after the account was created.
354+
* Invited accounts aren't subject to this waiting period.</p>
357355
* </li>
358356
* </ul>
359357
*

clients/client-organizations/src/commands/CreateGovCloudAccountCommand.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,8 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
404404
* that are not compliant with the tag policy requirements for this account.</p>
405405
* </li>
406406
* <li>
407-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting
408-
* period before you can remove it from the organization. If you get an error that
409-
* indicates that a wait period is required, try again in a few days.</p>
407+
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, you must wait until at least seven days after the account was created.
408+
* Invited accounts aren't subject to this waiting period.</p>
410409
* </li>
411410
* </ul>
412411
*

clients/client-organizations/src/commands/CreateOrganizationCommand.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,8 @@ export interface CreateOrganizationCommandOutput extends CreateOrganizationRespo
289289
* that are not compliant with the tag policy requirements for this account.</p>
290290
* </li>
291291
* <li>
292-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting
293-
* period before you can remove it from the organization. If you get an error that
294-
* indicates that a wait period is required, try again in a few days.</p>
292+
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, you must wait until at least seven days after the account was created.
293+
* Invited accounts aren't subject to this waiting period.</p>
295294
* </li>
296295
* </ul>
297296
*

clients/client-organizations/src/commands/CreateOrganizationalUnitCommand.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,8 @@ export interface CreateOrganizationalUnitCommandOutput extends CreateOrganizatio
276276
* that are not compliant with the tag policy requirements for this account.</p>
277277
* </li>
278278
* <li>
279-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting
280-
* period before you can remove it from the organization. If you get an error that
281-
* indicates that a wait period is required, try again in a few days.</p>
279+
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, you must wait until at least seven days after the account was created.
280+
* Invited accounts aren't subject to this waiting period.</p>
282281
* </li>
283282
* </ul>
284283
*

clients/client-organizations/src/commands/CreatePolicyCommand.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,8 @@ export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __Metad
282282
* that are not compliant with the tag policy requirements for this account.</p>
283283
* </li>
284284
* <li>
285-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting
286-
* period before you can remove it from the organization. If you get an error that
287-
* indicates that a wait period is required, try again in a few days.</p>
285+
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, you must wait until at least seven days after the account was created.
286+
* Invited accounts aren't subject to this waiting period.</p>
288287
* </li>
289288
* </ul>
290289
*

clients/client-organizations/src/commands/DeleteResourcePolicyCommand.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,8 @@ export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {}
252252
* that are not compliant with the tag policy requirements for this account.</p>
253253
* </li>
254254
* <li>
255-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting
256-
* period before you can remove it from the organization. If you get an error that
257-
* indicates that a wait period is required, try again in a few days.</p>
255+
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, you must wait until at least seven days after the account was created.
256+
* Invited accounts aren't subject to this waiting period.</p>
258257
* </li>
259258
* </ul>
260259
*

clients/client-organizations/src/commands/DeregisterDelegatedAdministratorCommand.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,8 @@ export interface DeregisterDelegatedAdministratorCommandOutput extends __Metadat
279279
* that are not compliant with the tag policy requirements for this account.</p>
280280
* </li>
281281
* <li>
282-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting
283-
* period before you can remove it from the organization. If you get an error that
284-
* indicates that a wait period is required, try again in a few days.</p>
282+
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, you must wait until at least seven days after the account was created.
283+
* Invited accounts aren't subject to this waiting period.</p>
285284
* </li>
286285
* </ul>
287286
*

clients/client-organizations/src/commands/DescribeEffectivePolicyCommand.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,8 @@ export interface DescribeEffectivePolicyCommandOutput extends DescribeEffectiveP
267267
* that are not compliant with the tag policy requirements for this account.</p>
268268
* </li>
269269
* <li>
270-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting
271-
* period before you can remove it from the organization. If you get an error that
272-
* indicates that a wait period is required, try again in a few days.</p>
270+
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, you must wait until at least seven days after the account was created.
271+
* Invited accounts aren't subject to this waiting period.</p>
273272
* </li>
274273
* </ul>
275274
*

0 commit comments

Comments
 (0)