@aws-sdk/client-organizations 3.651.1 → 3.654.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.
- package/dist-types/commands/AcceptHandshakeCommand.d.ts +11 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +13 -3
- package/dist-types/commands/CancelHandshakeCommand.d.ts +11 -0
- package/dist-types/commands/CloseAccountCommand.d.ts +15 -5
- package/dist-types/commands/CreateAccountCommand.d.ts +15 -6
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +13 -3
- package/dist-types/commands/CreateOrganizationCommand.d.ts +13 -3
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +13 -3
- package/dist-types/commands/CreatePolicyCommand.d.ts +13 -3
- package/dist-types/commands/DeclineHandshakeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +11 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +13 -3
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +13 -3
- package/dist-types/commands/DescribeAccountCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +13 -3
- package/dist-types/commands/DescribeHandshakeCommand.d.ts +11 -0
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +12 -1
- package/dist-types/commands/DescribePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +13 -3
- package/dist-types/commands/DetachPolicyCommand.d.ts +13 -3
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +13 -3
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +13 -3
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +19 -8
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +11 -0
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +13 -3
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +13 -3
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +15 -5
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +13 -3
- package/dist-types/commands/ListAccountsCommand.d.ts +11 -0
- package/dist-types/commands/ListAccountsForParentCommand.d.ts +11 -0
- package/dist-types/commands/ListChildrenCommand.d.ts +11 -0
- package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +11 -0
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +13 -3
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +13 -3
- package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +11 -0
- package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +11 -0
- package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +11 -0
- package/dist-types/commands/ListParentsCommand.d.ts +11 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +11 -0
- package/dist-types/commands/ListRootsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +11 -0
- package/dist-types/commands/MoveAccountCommand.d.ts +11 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +13 -3
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +13 -3
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +13 -3
- package/dist-types/commands/TagResourceCommand.d.ts +13 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +13 -3
- package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePolicyCommand.d.ts +13 -3
- package/dist-types/models/models_0.d.ts +4 -4
- package/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CloseAccountCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListParentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRootsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -375,4 +375,15 @@ declare const AcceptHandshakeCommand_base: {
|
|
|
375
375
|
*
|
|
376
376
|
*/
|
|
377
377
|
export declare class AcceptHandshakeCommand extends AcceptHandshakeCommand_base {
|
|
378
|
+
/** @internal type navigation helper, not in runtime. */
|
|
379
|
+
protected static __types: {
|
|
380
|
+
api: {
|
|
381
|
+
input: AcceptHandshakeRequest;
|
|
382
|
+
output: AcceptHandshakeResponse;
|
|
383
|
+
};
|
|
384
|
+
sdk: {
|
|
385
|
+
input: AcceptHandshakeCommandInput;
|
|
386
|
+
output: AcceptHandshakeCommandOutput;
|
|
387
|
+
};
|
|
388
|
+
};
|
|
378
389
|
}
|
|
@@ -280,9 +280,8 @@ declare const AttachPolicyCommand_base: {
|
|
|
280
280
|
* that are not compliant with the tag policy requirements for this account.</p>
|
|
281
281
|
* </li>
|
|
282
282
|
* <li>
|
|
283
|
-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account,
|
|
284
|
-
*
|
|
285
|
-
* indicates that a wait period is required, try again in a few days.</p>
|
|
283
|
+
* <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.
|
|
284
|
+
* Invited accounts aren't subject to this waiting period.</p>
|
|
286
285
|
* </li>
|
|
287
286
|
* </ul>
|
|
288
287
|
*
|
|
@@ -455,4 +454,15 @@ declare const AttachPolicyCommand_base: {
|
|
|
455
454
|
*
|
|
456
455
|
*/
|
|
457
456
|
export declare class AttachPolicyCommand extends AttachPolicyCommand_base {
|
|
457
|
+
/** @internal type navigation helper, not in runtime. */
|
|
458
|
+
protected static __types: {
|
|
459
|
+
api: {
|
|
460
|
+
input: AttachPolicyRequest;
|
|
461
|
+
output: {};
|
|
462
|
+
};
|
|
463
|
+
sdk: {
|
|
464
|
+
input: AttachPolicyCommandInput;
|
|
465
|
+
output: AttachPolicyCommandOutput;
|
|
466
|
+
};
|
|
467
|
+
};
|
|
458
468
|
}
|
|
@@ -286,4 +286,15 @@ declare const CancelHandshakeCommand_base: {
|
|
|
286
286
|
*
|
|
287
287
|
*/
|
|
288
288
|
export declare class CancelHandshakeCommand extends CancelHandshakeCommand_base {
|
|
289
|
+
/** @internal type navigation helper, not in runtime. */
|
|
290
|
+
protected static __types: {
|
|
291
|
+
api: {
|
|
292
|
+
input: CancelHandshakeRequest;
|
|
293
|
+
output: CancelHandshakeResponse;
|
|
294
|
+
};
|
|
295
|
+
sdk: {
|
|
296
|
+
input: CancelHandshakeCommandInput;
|
|
297
|
+
output: CancelHandshakeCommandOutput;
|
|
298
|
+
};
|
|
299
|
+
};
|
|
289
300
|
}
|
|
@@ -56,10 +56,10 @@ declare const CloseAccountCommand_base: {
|
|
|
56
56
|
* <li>
|
|
57
57
|
* <p>You can close only 10% of member accounts, between 10 and 1000, within a
|
|
58
58
|
* rolling 30 day period. This quota is not bound by a calendar month, but
|
|
59
|
-
* starts when you close an account. After you reach this limit, you can close
|
|
59
|
+
* starts when you close an account. After you reach this limit, you can't close
|
|
60
60
|
* additional accounts. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html">Closing a member
|
|
61
61
|
* account in your organization</a> and <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for
|
|
62
|
-
* Organizations</a>in the <i>Organizations User Guide</i>. </p>
|
|
62
|
+
* Organizations</a> in the <i>Organizations User Guide</i>. </p>
|
|
63
63
|
* </li>
|
|
64
64
|
* <li>
|
|
65
65
|
* <p>To reinstate a closed account, contact Amazon Web Services Support within the 90-day
|
|
@@ -311,9 +311,8 @@ declare const CloseAccountCommand_base: {
|
|
|
311
311
|
* that are not compliant with the tag policy requirements for this account.</p>
|
|
312
312
|
* </li>
|
|
313
313
|
* <li>
|
|
314
|
-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account,
|
|
315
|
-
*
|
|
316
|
-
* indicates that a wait period is required, try again in a few days.</p>
|
|
314
|
+
* <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.
|
|
315
|
+
* Invited accounts aren't subject to this waiting period.</p>
|
|
317
316
|
* </li>
|
|
318
317
|
* </ul>
|
|
319
318
|
*
|
|
@@ -440,4 +439,15 @@ declare const CloseAccountCommand_base: {
|
|
|
440
439
|
* @public
|
|
441
440
|
*/
|
|
442
441
|
export declare class CloseAccountCommand extends CloseAccountCommand_base {
|
|
442
|
+
/** @internal type navigation helper, not in runtime. */
|
|
443
|
+
protected static __types: {
|
|
444
|
+
api: {
|
|
445
|
+
input: CloseAccountRequest;
|
|
446
|
+
output: {};
|
|
447
|
+
};
|
|
448
|
+
sdk: {
|
|
449
|
+
input: CloseAccountCommandInput;
|
|
450
|
+
output: CloseAccountCommandOutput;
|
|
451
|
+
};
|
|
452
|
+
};
|
|
443
453
|
}
|
|
@@ -81,9 +81,8 @@ declare const CreateAccountCommand_base: {
|
|
|
81
81
|
* If the error persists, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
|
|
82
82
|
* </li>
|
|
83
83
|
* <li>
|
|
84
|
-
* <p>
|
|
85
|
-
*
|
|
86
|
-
* you must be signed in as the root user. For information on the requirements
|
|
84
|
+
* <p>It isn't recommended to use <code>CreateAccount</code> to create multiple temporary accounts, and using
|
|
85
|
+
* the <code>CreateAccount</code> API to close accounts is subject to a 30-day usage quota. For information on the requirements
|
|
87
86
|
* 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
|
|
88
87
|
* account in your organization</a> in the
|
|
89
88
|
* <i>Organizations User Guide</i>.</p>
|
|
@@ -345,9 +344,8 @@ declare const CreateAccountCommand_base: {
|
|
|
345
344
|
* that are not compliant with the tag policy requirements for this account.</p>
|
|
346
345
|
* </li>
|
|
347
346
|
* <li>
|
|
348
|
-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account,
|
|
349
|
-
*
|
|
350
|
-
* indicates that a wait period is required, try again in a few days.</p>
|
|
347
|
+
* <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.
|
|
348
|
+
* Invited accounts aren't subject to this waiting period.</p>
|
|
351
349
|
* </li>
|
|
352
350
|
* </ul>
|
|
353
351
|
*
|
|
@@ -501,4 +499,15 @@ declare const CreateAccountCommand_base: {
|
|
|
501
499
|
*
|
|
502
500
|
*/
|
|
503
501
|
export declare class CreateAccountCommand extends CreateAccountCommand_base {
|
|
502
|
+
/** @internal type navigation helper, not in runtime. */
|
|
503
|
+
protected static __types: {
|
|
504
|
+
api: {
|
|
505
|
+
input: CreateAccountRequest;
|
|
506
|
+
output: CreateAccountResponse;
|
|
507
|
+
};
|
|
508
|
+
sdk: {
|
|
509
|
+
input: CreateAccountCommandInput;
|
|
510
|
+
output: CreateAccountCommandOutput;
|
|
511
|
+
};
|
|
512
|
+
};
|
|
504
513
|
}
|
|
@@ -398,9 +398,8 @@ declare const CreateGovCloudAccountCommand_base: {
|
|
|
398
398
|
* that are not compliant with the tag policy requirements for this account.</p>
|
|
399
399
|
* </li>
|
|
400
400
|
* <li>
|
|
401
|
-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account,
|
|
402
|
-
*
|
|
403
|
-
* indicates that a wait period is required, try again in a few days.</p>
|
|
401
|
+
* <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.
|
|
402
|
+
* Invited accounts aren't subject to this waiting period.</p>
|
|
404
403
|
* </li>
|
|
405
404
|
* </ul>
|
|
406
405
|
*
|
|
@@ -532,4 +531,15 @@ declare const CreateGovCloudAccountCommand_base: {
|
|
|
532
531
|
* @public
|
|
533
532
|
*/
|
|
534
533
|
export declare class CreateGovCloudAccountCommand extends CreateGovCloudAccountCommand_base {
|
|
534
|
+
/** @internal type navigation helper, not in runtime. */
|
|
535
|
+
protected static __types: {
|
|
536
|
+
api: {
|
|
537
|
+
input: CreateGovCloudAccountRequest;
|
|
538
|
+
output: CreateGovCloudAccountResponse;
|
|
539
|
+
};
|
|
540
|
+
sdk: {
|
|
541
|
+
input: CreateGovCloudAccountCommandInput;
|
|
542
|
+
output: CreateGovCloudAccountCommandOutput;
|
|
543
|
+
};
|
|
544
|
+
};
|
|
535
545
|
}
|
|
@@ -284,9 +284,8 @@ declare const CreateOrganizationCommand_base: {
|
|
|
284
284
|
* that are not compliant with the tag policy requirements for this account.</p>
|
|
285
285
|
* </li>
|
|
286
286
|
* <li>
|
|
287
|
-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account,
|
|
288
|
-
*
|
|
289
|
-
* indicates that a wait period is required, try again in a few days.</p>
|
|
287
|
+
* <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.
|
|
288
|
+
* Invited accounts aren't subject to this waiting period.</p>
|
|
290
289
|
* </li>
|
|
291
290
|
* </ul>
|
|
292
291
|
*
|
|
@@ -465,4 +464,15 @@ declare const CreateOrganizationCommand_base: {
|
|
|
465
464
|
*
|
|
466
465
|
*/
|
|
467
466
|
export declare class CreateOrganizationCommand extends CreateOrganizationCommand_base {
|
|
467
|
+
/** @internal type navigation helper, not in runtime. */
|
|
468
|
+
protected static __types: {
|
|
469
|
+
api: {
|
|
470
|
+
input: CreateOrganizationRequest;
|
|
471
|
+
output: CreateOrganizationResponse;
|
|
472
|
+
};
|
|
473
|
+
sdk: {
|
|
474
|
+
input: CreateOrganizationCommandInput;
|
|
475
|
+
output: CreateOrganizationCommandOutput;
|
|
476
|
+
};
|
|
477
|
+
};
|
|
468
478
|
}
|
|
@@ -275,9 +275,8 @@ declare const CreateOrganizationalUnitCommand_base: {
|
|
|
275
275
|
* that are not compliant with the tag policy requirements for this account.</p>
|
|
276
276
|
* </li>
|
|
277
277
|
* <li>
|
|
278
|
-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account,
|
|
279
|
-
*
|
|
280
|
-
* indicates that a wait period is required, try again in a few days.</p>
|
|
278
|
+
* <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.
|
|
279
|
+
* Invited accounts aren't subject to this waiting period.</p>
|
|
281
280
|
* </li>
|
|
282
281
|
* </ul>
|
|
283
282
|
*
|
|
@@ -430,4 +429,15 @@ declare const CreateOrganizationalUnitCommand_base: {
|
|
|
430
429
|
*
|
|
431
430
|
*/
|
|
432
431
|
export declare class CreateOrganizationalUnitCommand extends CreateOrganizationalUnitCommand_base {
|
|
432
|
+
/** @internal type navigation helper, not in runtime. */
|
|
433
|
+
protected static __types: {
|
|
434
|
+
api: {
|
|
435
|
+
input: CreateOrganizationalUnitRequest;
|
|
436
|
+
output: CreateOrganizationalUnitResponse;
|
|
437
|
+
};
|
|
438
|
+
sdk: {
|
|
439
|
+
input: CreateOrganizationalUnitCommandInput;
|
|
440
|
+
output: CreateOrganizationalUnitCommandOutput;
|
|
441
|
+
};
|
|
442
|
+
};
|
|
433
443
|
}
|
|
@@ -281,9 +281,8 @@ declare const CreatePolicyCommand_base: {
|
|
|
281
281
|
* that are not compliant with the tag policy requirements for this account.</p>
|
|
282
282
|
* </li>
|
|
283
283
|
* <li>
|
|
284
|
-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account,
|
|
285
|
-
*
|
|
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>
|
|
287
286
|
* </li>
|
|
288
287
|
* </ul>
|
|
289
288
|
*
|
|
@@ -454,4 +453,15 @@ declare const CreatePolicyCommand_base: {
|
|
|
454
453
|
*
|
|
455
454
|
*/
|
|
456
455
|
export declare class CreatePolicyCommand extends CreatePolicyCommand_base {
|
|
456
|
+
/** @internal type navigation helper, not in runtime. */
|
|
457
|
+
protected static __types: {
|
|
458
|
+
api: {
|
|
459
|
+
input: CreatePolicyRequest;
|
|
460
|
+
output: CreatePolicyResponse;
|
|
461
|
+
};
|
|
462
|
+
sdk: {
|
|
463
|
+
input: CreatePolicyCommandInput;
|
|
464
|
+
output: CreatePolicyCommandOutput;
|
|
465
|
+
};
|
|
466
|
+
};
|
|
457
467
|
}
|
|
@@ -282,4 +282,15 @@ declare const DeclineHandshakeCommand_base: {
|
|
|
282
282
|
*
|
|
283
283
|
*/
|
|
284
284
|
export declare class DeclineHandshakeCommand extends DeclineHandshakeCommand_base {
|
|
285
|
+
/** @internal type navigation helper, not in runtime. */
|
|
286
|
+
protected static __types: {
|
|
287
|
+
api: {
|
|
288
|
+
input: DeclineHandshakeRequest;
|
|
289
|
+
output: DeclineHandshakeResponse;
|
|
290
|
+
};
|
|
291
|
+
sdk: {
|
|
292
|
+
input: DeclineHandshakeCommandInput;
|
|
293
|
+
output: DeclineHandshakeCommandOutput;
|
|
294
|
+
};
|
|
295
|
+
};
|
|
285
296
|
}
|
|
@@ -185,4 +185,15 @@ declare const DeleteOrganizationCommand_base: {
|
|
|
185
185
|
* @public
|
|
186
186
|
*/
|
|
187
187
|
export declare class DeleteOrganizationCommand extends DeleteOrganizationCommand_base {
|
|
188
|
+
/** @internal type navigation helper, not in runtime. */
|
|
189
|
+
protected static __types: {
|
|
190
|
+
api: {
|
|
191
|
+
input: {};
|
|
192
|
+
output: {};
|
|
193
|
+
};
|
|
194
|
+
sdk: {
|
|
195
|
+
input: DeleteOrganizationCommandInput;
|
|
196
|
+
output: DeleteOrganizationCommandOutput;
|
|
197
|
+
};
|
|
198
|
+
};
|
|
188
199
|
}
|
|
@@ -206,4 +206,15 @@ declare const DeleteOrganizationalUnitCommand_base: {
|
|
|
206
206
|
*
|
|
207
207
|
*/
|
|
208
208
|
export declare class DeleteOrganizationalUnitCommand extends DeleteOrganizationalUnitCommand_base {
|
|
209
|
+
/** @internal type navigation helper, not in runtime. */
|
|
210
|
+
protected static __types: {
|
|
211
|
+
api: {
|
|
212
|
+
input: DeleteOrganizationalUnitRequest;
|
|
213
|
+
output: {};
|
|
214
|
+
};
|
|
215
|
+
sdk: {
|
|
216
|
+
input: DeleteOrganizationalUnitCommandInput;
|
|
217
|
+
output: DeleteOrganizationalUnitCommandOutput;
|
|
218
|
+
};
|
|
219
|
+
};
|
|
209
220
|
}
|
|
@@ -210,4 +210,15 @@ declare const DeletePolicyCommand_base: {
|
|
|
210
210
|
*
|
|
211
211
|
*/
|
|
212
212
|
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
213
|
+
/** @internal type navigation helper, not in runtime. */
|
|
214
|
+
protected static __types: {
|
|
215
|
+
api: {
|
|
216
|
+
input: DeletePolicyRequest;
|
|
217
|
+
output: {};
|
|
218
|
+
};
|
|
219
|
+
sdk: {
|
|
220
|
+
input: DeletePolicyCommandInput;
|
|
221
|
+
output: DeletePolicyCommandOutput;
|
|
222
|
+
};
|
|
223
|
+
};
|
|
213
224
|
}
|
|
@@ -251,9 +251,8 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
251
251
|
* that are not compliant with the tag policy requirements for this account.</p>
|
|
252
252
|
* </li>
|
|
253
253
|
* <li>
|
|
254
|
-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account,
|
|
255
|
-
*
|
|
256
|
-
* indicates that a wait period is required, try again in a few days.</p>
|
|
254
|
+
* <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.
|
|
255
|
+
* Invited accounts aren't subject to this waiting period.</p>
|
|
257
256
|
* </li>
|
|
258
257
|
* </ul>
|
|
259
258
|
*
|
|
@@ -279,4 +278,15 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
279
278
|
* @public
|
|
280
279
|
*/
|
|
281
280
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
281
|
+
/** @internal type navigation helper, not in runtime. */
|
|
282
|
+
protected static __types: {
|
|
283
|
+
api: {
|
|
284
|
+
input: {};
|
|
285
|
+
output: {};
|
|
286
|
+
};
|
|
287
|
+
sdk: {
|
|
288
|
+
input: DeleteResourcePolicyCommandInput;
|
|
289
|
+
output: DeleteResourcePolicyCommandOutput;
|
|
290
|
+
};
|
|
291
|
+
};
|
|
282
292
|
}
|
|
@@ -275,9 +275,8 @@ declare const DeregisterDelegatedAdministratorCommand_base: {
|
|
|
275
275
|
* that are not compliant with the tag policy requirements for this account.</p>
|
|
276
276
|
* </li>
|
|
277
277
|
* <li>
|
|
278
|
-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account,
|
|
279
|
-
*
|
|
280
|
-
* indicates that a wait period is required, try again in a few days.</p>
|
|
278
|
+
* <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.
|
|
279
|
+
* Invited accounts aren't subject to this waiting period.</p>
|
|
281
280
|
* </li>
|
|
282
281
|
* </ul>
|
|
283
282
|
*
|
|
@@ -404,4 +403,15 @@ declare const DeregisterDelegatedAdministratorCommand_base: {
|
|
|
404
403
|
* @public
|
|
405
404
|
*/
|
|
406
405
|
export declare class DeregisterDelegatedAdministratorCommand extends DeregisterDelegatedAdministratorCommand_base {
|
|
406
|
+
/** @internal type navigation helper, not in runtime. */
|
|
407
|
+
protected static __types: {
|
|
408
|
+
api: {
|
|
409
|
+
input: DeregisterDelegatedAdministratorRequest;
|
|
410
|
+
output: {};
|
|
411
|
+
};
|
|
412
|
+
sdk: {
|
|
413
|
+
input: DeregisterDelegatedAdministratorCommandInput;
|
|
414
|
+
output: DeregisterDelegatedAdministratorCommandOutput;
|
|
415
|
+
};
|
|
416
|
+
};
|
|
407
417
|
}
|
|
@@ -217,4 +217,15 @@ declare const DescribeAccountCommand_base: {
|
|
|
217
217
|
*
|
|
218
218
|
*/
|
|
219
219
|
export declare class DescribeAccountCommand extends DescribeAccountCommand_base {
|
|
220
|
+
/** @internal type navigation helper, not in runtime. */
|
|
221
|
+
protected static __types: {
|
|
222
|
+
api: {
|
|
223
|
+
input: DescribeAccountRequest;
|
|
224
|
+
output: DescribeAccountResponse;
|
|
225
|
+
};
|
|
226
|
+
sdk: {
|
|
227
|
+
input: DescribeAccountCommandInput;
|
|
228
|
+
output: DescribeAccountCommandOutput;
|
|
229
|
+
};
|
|
230
|
+
};
|
|
220
231
|
}
|
|
@@ -219,4 +219,15 @@ declare const DescribeCreateAccountStatusCommand_base: {
|
|
|
219
219
|
*
|
|
220
220
|
*/
|
|
221
221
|
export declare class DescribeCreateAccountStatusCommand extends DescribeCreateAccountStatusCommand_base {
|
|
222
|
+
/** @internal type navigation helper, not in runtime. */
|
|
223
|
+
protected static __types: {
|
|
224
|
+
api: {
|
|
225
|
+
input: DescribeCreateAccountStatusRequest;
|
|
226
|
+
output: DescribeCreateAccountStatusResponse;
|
|
227
|
+
};
|
|
228
|
+
sdk: {
|
|
229
|
+
input: DescribeCreateAccountStatusCommandInput;
|
|
230
|
+
output: DescribeCreateAccountStatusCommandOutput;
|
|
231
|
+
};
|
|
232
|
+
};
|
|
222
233
|
}
|
|
@@ -266,9 +266,8 @@ declare const DescribeEffectivePolicyCommand_base: {
|
|
|
266
266
|
* that are not compliant with the tag policy requirements for this account.</p>
|
|
267
267
|
* </li>
|
|
268
268
|
* <li>
|
|
269
|
-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account,
|
|
270
|
-
*
|
|
271
|
-
* indicates that a wait period is required, try again in a few days.</p>
|
|
269
|
+
* <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.
|
|
270
|
+
* Invited accounts aren't subject to this waiting period.</p>
|
|
272
271
|
* </li>
|
|
273
272
|
* </ul>
|
|
274
273
|
*
|
|
@@ -405,4 +404,15 @@ declare const DescribeEffectivePolicyCommand_base: {
|
|
|
405
404
|
* @public
|
|
406
405
|
*/
|
|
407
406
|
export declare class DescribeEffectivePolicyCommand extends DescribeEffectivePolicyCommand_base {
|
|
407
|
+
/** @internal type navigation helper, not in runtime. */
|
|
408
|
+
protected static __types: {
|
|
409
|
+
api: {
|
|
410
|
+
input: DescribeEffectivePolicyRequest;
|
|
411
|
+
output: DescribeEffectivePolicyResponse;
|
|
412
|
+
};
|
|
413
|
+
sdk: {
|
|
414
|
+
input: DescribeEffectivePolicyCommandInput;
|
|
415
|
+
output: DescribeEffectivePolicyCommandOutput;
|
|
416
|
+
};
|
|
417
|
+
};
|
|
408
418
|
}
|
|
@@ -269,4 +269,15 @@ declare const DescribeHandshakeCommand_base: {
|
|
|
269
269
|
*
|
|
270
270
|
*/
|
|
271
271
|
export declare class DescribeHandshakeCommand extends DescribeHandshakeCommand_base {
|
|
272
|
+
/** @internal type navigation helper, not in runtime. */
|
|
273
|
+
protected static __types: {
|
|
274
|
+
api: {
|
|
275
|
+
input: DescribeHandshakeRequest;
|
|
276
|
+
output: DescribeHandshakeResponse;
|
|
277
|
+
};
|
|
278
|
+
sdk: {
|
|
279
|
+
input: DescribeHandshakeCommandInput;
|
|
280
|
+
output: DescribeHandshakeCommandOutput;
|
|
281
|
+
};
|
|
282
|
+
};
|
|
272
283
|
}
|
|
@@ -125,4 +125,15 @@ declare const DescribeOrganizationCommand_base: {
|
|
|
125
125
|
*
|
|
126
126
|
*/
|
|
127
127
|
export declare class DescribeOrganizationCommand extends DescribeOrganizationCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: {};
|
|
132
|
+
output: DescribeOrganizationResponse;
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: DescribeOrganizationCommandInput;
|
|
136
|
+
output: DescribeOrganizationCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -191,7 +191,7 @@ declare const DescribeOrganizationalUnitCommand_base: {
|
|
|
191
191
|
* @public
|
|
192
192
|
* @example To get information about an organizational unit
|
|
193
193
|
* ```javascript
|
|
194
|
-
* // The following example shows how to request details about an OU
|
|
194
|
+
* // The following example shows how to request details about an OU:
|
|
195
195
|
* const input = {
|
|
196
196
|
* "OrganizationalUnitId": "ou-examplerootid111-exampleouid111"
|
|
197
197
|
* };
|
|
@@ -211,4 +211,15 @@ declare const DescribeOrganizationalUnitCommand_base: {
|
|
|
211
211
|
*
|
|
212
212
|
*/
|
|
213
213
|
export declare class DescribeOrganizationalUnitCommand extends DescribeOrganizationalUnitCommand_base {
|
|
214
|
+
/** @internal type navigation helper, not in runtime. */
|
|
215
|
+
protected static __types: {
|
|
216
|
+
api: {
|
|
217
|
+
input: DescribeOrganizationalUnitRequest;
|
|
218
|
+
output: DescribeOrganizationalUnitResponse;
|
|
219
|
+
};
|
|
220
|
+
sdk: {
|
|
221
|
+
input: DescribeOrganizationalUnitCommandInput;
|
|
222
|
+
output: DescribeOrganizationalUnitCommandOutput;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
214
225
|
}
|
|
@@ -225,4 +225,15 @@ declare const DescribePolicyCommand_base: {
|
|
|
225
225
|
*
|
|
226
226
|
*/
|
|
227
227
|
export declare class DescribePolicyCommand extends DescribePolicyCommand_base {
|
|
228
|
+
/** @internal type navigation helper, not in runtime. */
|
|
229
|
+
protected static __types: {
|
|
230
|
+
api: {
|
|
231
|
+
input: DescribePolicyRequest;
|
|
232
|
+
output: DescribePolicyResponse;
|
|
233
|
+
};
|
|
234
|
+
sdk: {
|
|
235
|
+
input: DescribePolicyCommandInput;
|
|
236
|
+
output: DescribePolicyCommandOutput;
|
|
237
|
+
};
|
|
238
|
+
};
|
|
228
239
|
}
|
|
@@ -257,9 +257,8 @@ declare const DescribeResourcePolicyCommand_base: {
|
|
|
257
257
|
* that are not compliant with the tag policy requirements for this account.</p>
|
|
258
258
|
* </li>
|
|
259
259
|
* <li>
|
|
260
|
-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account,
|
|
261
|
-
*
|
|
262
|
-
* indicates that a wait period is required, try again in a few days.</p>
|
|
260
|
+
* <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.
|
|
261
|
+
* Invited accounts aren't subject to this waiting period.</p>
|
|
263
262
|
* </li>
|
|
264
263
|
* </ul>
|
|
265
264
|
*
|
|
@@ -285,4 +284,15 @@ declare const DescribeResourcePolicyCommand_base: {
|
|
|
285
284
|
* @public
|
|
286
285
|
*/
|
|
287
286
|
export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {
|
|
287
|
+
/** @internal type navigation helper, not in runtime. */
|
|
288
|
+
protected static __types: {
|
|
289
|
+
api: {
|
|
290
|
+
input: {};
|
|
291
|
+
output: DescribeResourcePolicyResponse;
|
|
292
|
+
};
|
|
293
|
+
sdk: {
|
|
294
|
+
input: DescribeResourcePolicyCommandInput;
|
|
295
|
+
output: DescribeResourcePolicyCommandOutput;
|
|
296
|
+
};
|
|
297
|
+
};
|
|
288
298
|
}
|
|
@@ -269,9 +269,8 @@ declare const DetachPolicyCommand_base: {
|
|
|
269
269
|
* that are not compliant with the tag policy requirements for this account.</p>
|
|
270
270
|
* </li>
|
|
271
271
|
* <li>
|
|
272
|
-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account,
|
|
273
|
-
*
|
|
274
|
-
* indicates that a wait period is required, try again in a few days.</p>
|
|
272
|
+
* <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.
|
|
273
|
+
* Invited accounts aren't subject to this waiting period.</p>
|
|
275
274
|
* </li>
|
|
276
275
|
* </ul>
|
|
277
276
|
*
|
|
@@ -424,4 +423,15 @@ declare const DetachPolicyCommand_base: {
|
|
|
424
423
|
*
|
|
425
424
|
*/
|
|
426
425
|
export declare class DetachPolicyCommand extends DetachPolicyCommand_base {
|
|
426
|
+
/** @internal type navigation helper, not in runtime. */
|
|
427
|
+
protected static __types: {
|
|
428
|
+
api: {
|
|
429
|
+
input: DetachPolicyRequest;
|
|
430
|
+
output: {};
|
|
431
|
+
};
|
|
432
|
+
sdk: {
|
|
433
|
+
input: DetachPolicyCommandInput;
|
|
434
|
+
output: DetachPolicyCommandOutput;
|
|
435
|
+
};
|
|
436
|
+
};
|
|
427
437
|
}
|
|
@@ -307,9 +307,8 @@ declare const DisableAWSServiceAccessCommand_base: {
|
|
|
307
307
|
* that are not compliant with the tag policy requirements for this account.</p>
|
|
308
308
|
* </li>
|
|
309
309
|
* <li>
|
|
310
|
-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account,
|
|
311
|
-
*
|
|
312
|
-
* indicates that a wait period is required, try again in a few days.</p>
|
|
310
|
+
* <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.
|
|
311
|
+
* Invited accounts aren't subject to this waiting period.</p>
|
|
313
312
|
* </li>
|
|
314
313
|
* </ul>
|
|
315
314
|
*
|
|
@@ -436,4 +435,15 @@ declare const DisableAWSServiceAccessCommand_base: {
|
|
|
436
435
|
* @public
|
|
437
436
|
*/
|
|
438
437
|
export declare class DisableAWSServiceAccessCommand extends DisableAWSServiceAccessCommand_base {
|
|
438
|
+
/** @internal type navigation helper, not in runtime. */
|
|
439
|
+
protected static __types: {
|
|
440
|
+
api: {
|
|
441
|
+
input: DisableAWSServiceAccessRequest;
|
|
442
|
+
output: {};
|
|
443
|
+
};
|
|
444
|
+
sdk: {
|
|
445
|
+
input: DisableAWSServiceAccessCommandInput;
|
|
446
|
+
output: DisableAWSServiceAccessCommandOutput;
|
|
447
|
+
};
|
|
448
|
+
};
|
|
439
449
|
}
|
|
@@ -277,9 +277,8 @@ declare const DisablePolicyTypeCommand_base: {
|
|
|
277
277
|
* that are not compliant with the tag policy requirements for this account.</p>
|
|
278
278
|
* </li>
|
|
279
279
|
* <li>
|
|
280
|
-
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account,
|
|
281
|
-
*
|
|
282
|
-
* indicates that a wait period is required, try again in a few days.</p>
|
|
280
|
+
* <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.
|
|
281
|
+
* Invited accounts aren't subject to this waiting period.</p>
|
|
283
282
|
* </li>
|
|
284
283
|
* </ul>
|
|
285
284
|
*
|
|
@@ -441,4 +440,15 @@ declare const DisablePolicyTypeCommand_base: {
|
|
|
441
440
|
*
|
|
442
441
|
*/
|
|
443
442
|
export declare class DisablePolicyTypeCommand extends DisablePolicyTypeCommand_base {
|
|
443
|
+
/** @internal type navigation helper, not in runtime. */
|
|
444
|
+
protected static __types: {
|
|
445
|
+
api: {
|
|
446
|
+
input: DisablePolicyTypeRequest;
|
|
447
|
+
output: DisablePolicyTypeResponse;
|
|
448
|
+
};
|
|
449
|
+
sdk: {
|
|
450
|
+
input: DisablePolicyTypeCommandInput;
|
|
451
|
+
output: DisablePolicyTypeCommandOutput;
|
|
452
|
+
};
|
|
453
|
+
};
|
|
444
454
|
}
|