@aws-sdk/client-organizations 3.295.0 → 3.297.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/Organizations.d.ts +56 -0
- package/dist-types/OrganizationsClient.d.ts +24 -4
- package/dist-types/commands/AcceptHandshakeCommand.d.ts +16 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +16 -0
- package/dist-types/commands/CancelHandshakeCommand.d.ts +16 -0
- package/dist-types/commands/CloseAccountCommand.d.ts +16 -0
- package/dist-types/commands/CreateAccountCommand.d.ts +16 -0
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +16 -0
- package/dist-types/commands/CreateOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +16 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeclineHandshakeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +16 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHandshakeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +16 -0
- package/dist-types/commands/DescribePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +16 -0
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +16 -0
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +16 -0
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +16 -0
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +16 -0
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/ListAccountsCommand.d.ts +16 -0
- package/dist-types/commands/ListAccountsForParentCommand.d.ts +16 -0
- package/dist-types/commands/ListChildrenCommand.d.ts +16 -0
- package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +16 -0
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +16 -0
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +16 -0
- package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +16 -0
- package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +16 -0
- package/dist-types/commands/ListParentsCommand.d.ts +16 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +16 -0
- package/dist-types/commands/ListRootsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +16 -0
- package/dist-types/commands/MoveAccountCommand.d.ts +16 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +16 -0
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePolicyCommand.d.ts +16 -0
- package/dist-types/models/OrganizationsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +398 -2
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAccountsForParentPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAccountsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListChildrenPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCreateAccountStatusPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDelegatedAdministratorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDelegatedServicesForAccountPaginator.d.ts +3 -0
- package/dist-types/pagination/ListHandshakesForAccountPaginator.d.ts +3 -0
- package/dist-types/pagination/ListHandshakesForOrganizationPaginator.d.ts +3 -0
- package/dist-types/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +3 -0
- package/dist-types/pagination/ListParentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPoliciesForTargetPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRootsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/dist-types/pagination/ListTargetsForPolicyPaginator.d.ts +3 -0
- package/package.json +29 -29
|
@@ -56,6 +56,7 @@ import { UpdateOrganizationalUnitCommandInput, UpdateOrganizationalUnitCommandOu
|
|
|
56
56
|
import { UpdatePolicyCommandInput, UpdatePolicyCommandOutput } from "./commands/UpdatePolicyCommand";
|
|
57
57
|
import { OrganizationsClient } from "./OrganizationsClient";
|
|
58
58
|
/**
|
|
59
|
+
* @public
|
|
59
60
|
* <p>Organizations is a web service that enables you to consolidate your multiple
|
|
60
61
|
* Amazon Web Services accounts into an <i>organization</i> and centrally manage your
|
|
61
62
|
* accounts and their resources.</p>
|
|
@@ -131,6 +132,7 @@ import { OrganizationsClient } from "./OrganizationsClient";
|
|
|
131
132
|
*/
|
|
132
133
|
export declare class Organizations extends OrganizationsClient {
|
|
133
134
|
/**
|
|
135
|
+
* @public
|
|
134
136
|
* <p>Sends a response to the originator of a handshake agreeing to the action proposed by
|
|
135
137
|
* the handshake request.</p>
|
|
136
138
|
* <p>You can only call this operation by the following principals when they also have the
|
|
@@ -167,6 +169,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
167
169
|
acceptHandshake(args: AcceptHandshakeCommandInput, cb: (err: any, data?: AcceptHandshakeCommandOutput) => void): void;
|
|
168
170
|
acceptHandshake(args: AcceptHandshakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptHandshakeCommandOutput) => void): void;
|
|
169
171
|
/**
|
|
172
|
+
* @public
|
|
170
173
|
* <p>Attaches a policy to a root, an organizational unit (OU), or an individual account.
|
|
171
174
|
* How the policy affects accounts depends on the type of policy. Refer to the
|
|
172
175
|
* <i>Organizations User Guide</i> for information about each policy type:</p>
|
|
@@ -198,6 +201,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
198
201
|
attachPolicy(args: AttachPolicyCommandInput, cb: (err: any, data?: AttachPolicyCommandOutput) => void): void;
|
|
199
202
|
attachPolicy(args: AttachPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachPolicyCommandOutput) => void): void;
|
|
200
203
|
/**
|
|
204
|
+
* @public
|
|
201
205
|
* <p>Cancels a handshake. Canceling a handshake sets the handshake state to
|
|
202
206
|
* <code>CANCELED</code>.</p>
|
|
203
207
|
* <p>This operation can be called only from the account that originated the handshake. The recipient of the handshake can't cancel it, but can use <a>DeclineHandshake</a> instead. After a handshake is canceled, the recipient
|
|
@@ -209,6 +213,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
209
213
|
cancelHandshake(args: CancelHandshakeCommandInput, cb: (err: any, data?: CancelHandshakeCommandOutput) => void): void;
|
|
210
214
|
cancelHandshake(args: CancelHandshakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelHandshakeCommandOutput) => void): void;
|
|
211
215
|
/**
|
|
216
|
+
* @public
|
|
212
217
|
* <p>Closes an Amazon Web Services member account within an organization. You can close an account when
|
|
213
218
|
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html">all
|
|
214
219
|
* features are enabled </a>. You can't close the management account with this API.
|
|
@@ -265,6 +270,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
265
270
|
closeAccount(args: CloseAccountCommandInput, cb: (err: any, data?: CloseAccountCommandOutput) => void): void;
|
|
266
271
|
closeAccount(args: CloseAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CloseAccountCommandOutput) => void): void;
|
|
267
272
|
/**
|
|
273
|
+
* @public
|
|
268
274
|
* <p>Creates an Amazon Web Services account that is automatically a member of the organization whose
|
|
269
275
|
* credentials made the request. This is an asynchronous request that Amazon Web Services performs in the
|
|
270
276
|
* background. Because <code>CreateAccount</code> operates asynchronously, it can return a
|
|
@@ -345,6 +351,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
345
351
|
createAccount(args: CreateAccountCommandInput, cb: (err: any, data?: CreateAccountCommandOutput) => void): void;
|
|
346
352
|
createAccount(args: CreateAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccountCommandOutput) => void): void;
|
|
347
353
|
/**
|
|
354
|
+
* @public
|
|
348
355
|
* <p>This action is available if all of the following are true:</p>
|
|
349
356
|
* <ul>
|
|
350
357
|
* <li>
|
|
@@ -481,6 +488,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
481
488
|
createGovCloudAccount(args: CreateGovCloudAccountCommandInput, cb: (err: any, data?: CreateGovCloudAccountCommandOutput) => void): void;
|
|
482
489
|
createGovCloudAccount(args: CreateGovCloudAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGovCloudAccountCommandOutput) => void): void;
|
|
483
490
|
/**
|
|
491
|
+
* @public
|
|
484
492
|
* <p>Creates an Amazon Web Services organization. The account whose user is calling the
|
|
485
493
|
* <code>CreateOrganization</code> operation automatically becomes the <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#account">management account</a> of the new organization.</p>
|
|
486
494
|
* <p>This operation must be called using credentials from the account that is to become the
|
|
@@ -497,6 +505,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
497
505
|
createOrganization(args: CreateOrganizationCommandInput, cb: (err: any, data?: CreateOrganizationCommandOutput) => void): void;
|
|
498
506
|
createOrganization(args: CreateOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOrganizationCommandOutput) => void): void;
|
|
499
507
|
/**
|
|
508
|
+
* @public
|
|
500
509
|
* <p>Creates an organizational unit (OU) within a root or parent OU. An OU is a container
|
|
501
510
|
* for accounts that enables you to organize your accounts to apply policies according to
|
|
502
511
|
* your business requirements. The number of levels deep that you can nest OUs is dependent
|
|
@@ -513,6 +522,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
513
522
|
createOrganizationalUnit(args: CreateOrganizationalUnitCommandInput, cb: (err: any, data?: CreateOrganizationalUnitCommandOutput) => void): void;
|
|
514
523
|
createOrganizationalUnit(args: CreateOrganizationalUnitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOrganizationalUnitCommandOutput) => void): void;
|
|
515
524
|
/**
|
|
525
|
+
* @public
|
|
516
526
|
* <p>Creates a policy of a specified type that you can attach to a root, an organizational
|
|
517
527
|
* unit (OU), or an individual Amazon Web Services account.</p>
|
|
518
528
|
* <p>For more information about policies and their use, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies.html">Managing
|
|
@@ -525,6 +535,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
525
535
|
createPolicy(args: CreatePolicyCommandInput, cb: (err: any, data?: CreatePolicyCommandOutput) => void): void;
|
|
526
536
|
createPolicy(args: CreatePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePolicyCommandOutput) => void): void;
|
|
527
537
|
/**
|
|
538
|
+
* @public
|
|
528
539
|
* <p>Declines a handshake request. This sets the handshake state to <code>DECLINED</code>
|
|
529
540
|
* and effectively deactivates the request.</p>
|
|
530
541
|
* <p>This operation can be called only from the account that received the handshake. The originator of the handshake can use <a>CancelHandshake</a>
|
|
@@ -537,6 +548,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
537
548
|
declineHandshake(args: DeclineHandshakeCommandInput, cb: (err: any, data?: DeclineHandshakeCommandOutput) => void): void;
|
|
538
549
|
declineHandshake(args: DeclineHandshakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeclineHandshakeCommandOutput) => void): void;
|
|
539
550
|
/**
|
|
551
|
+
* @public
|
|
540
552
|
* <p>Deletes the organization. You can delete an organization only by using credentials
|
|
541
553
|
* from the management account. The organization must be empty of member accounts.</p>
|
|
542
554
|
*/
|
|
@@ -544,6 +556,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
544
556
|
deleteOrganization(args: DeleteOrganizationCommandInput, cb: (err: any, data?: DeleteOrganizationCommandOutput) => void): void;
|
|
545
557
|
deleteOrganization(args: DeleteOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOrganizationCommandOutput) => void): void;
|
|
546
558
|
/**
|
|
559
|
+
* @public
|
|
547
560
|
* <p>Deletes an organizational unit (OU) from a root or another OU. You must first remove
|
|
548
561
|
* all accounts and child OUs from the OU that you want to delete.</p>
|
|
549
562
|
* <p>This operation can be called only from the organization's management account.</p>
|
|
@@ -552,6 +565,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
552
565
|
deleteOrganizationalUnit(args: DeleteOrganizationalUnitCommandInput, cb: (err: any, data?: DeleteOrganizationalUnitCommandOutput) => void): void;
|
|
553
566
|
deleteOrganizationalUnit(args: DeleteOrganizationalUnitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOrganizationalUnitCommandOutput) => void): void;
|
|
554
567
|
/**
|
|
568
|
+
* @public
|
|
555
569
|
* <p>Deletes the specified policy from your organization. Before you perform this
|
|
556
570
|
* operation, you must first detach the policy from all organizational units (OUs), roots,
|
|
557
571
|
* and accounts.</p>
|
|
@@ -561,6 +575,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
561
575
|
deletePolicy(args: DeletePolicyCommandInput, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
|
|
562
576
|
deletePolicy(args: DeletePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
|
|
563
577
|
/**
|
|
578
|
+
* @public
|
|
564
579
|
* <p>Deletes the resource policy from your organization.</p>
|
|
565
580
|
* <p>You can only call this operation from the organization's management account.</p>
|
|
566
581
|
*/
|
|
@@ -568,6 +583,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
568
583
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
569
584
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
570
585
|
/**
|
|
586
|
+
* @public
|
|
571
587
|
* <p>Removes the specified member Amazon Web Services account as a delegated administrator for the
|
|
572
588
|
* specified Amazon Web Services service.</p>
|
|
573
589
|
* <important>
|
|
@@ -587,6 +603,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
587
603
|
deregisterDelegatedAdministrator(args: DeregisterDelegatedAdministratorCommandInput, cb: (err: any, data?: DeregisterDelegatedAdministratorCommandOutput) => void): void;
|
|
588
604
|
deregisterDelegatedAdministrator(args: DeregisterDelegatedAdministratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterDelegatedAdministratorCommandOutput) => void): void;
|
|
589
605
|
/**
|
|
606
|
+
* @public
|
|
590
607
|
* <p>Retrieves Organizations-related information about the specified account.</p>
|
|
591
608
|
* <p>This operation can be called only from the organization's
|
|
592
609
|
* management account or by a member account that is a delegated administrator for an Amazon Web Services service.</p>
|
|
@@ -595,6 +612,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
595
612
|
describeAccount(args: DescribeAccountCommandInput, cb: (err: any, data?: DescribeAccountCommandOutput) => void): void;
|
|
596
613
|
describeAccount(args: DescribeAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountCommandOutput) => void): void;
|
|
597
614
|
/**
|
|
615
|
+
* @public
|
|
598
616
|
* <p>Retrieves the current status of an asynchronous request to create an account.</p>
|
|
599
617
|
* <p>This operation can be called only from the organization's
|
|
600
618
|
* management account or by a member account that is a delegated administrator for an Amazon Web Services service.</p>
|
|
@@ -603,6 +621,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
603
621
|
describeCreateAccountStatus(args: DescribeCreateAccountStatusCommandInput, cb: (err: any, data?: DescribeCreateAccountStatusCommandOutput) => void): void;
|
|
604
622
|
describeCreateAccountStatus(args: DescribeCreateAccountStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCreateAccountStatusCommandOutput) => void): void;
|
|
605
623
|
/**
|
|
624
|
+
* @public
|
|
606
625
|
* <p>Returns the contents of the effective policy for specified policy type and account.
|
|
607
626
|
* The effective policy is the aggregation of any policies of the specified type that the
|
|
608
627
|
* account inherits, plus any policy of that type that is directly attached to the
|
|
@@ -618,6 +637,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
618
637
|
describeEffectivePolicy(args: DescribeEffectivePolicyCommandInput, cb: (err: any, data?: DescribeEffectivePolicyCommandOutput) => void): void;
|
|
619
638
|
describeEffectivePolicy(args: DescribeEffectivePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEffectivePolicyCommandOutput) => void): void;
|
|
620
639
|
/**
|
|
640
|
+
* @public
|
|
621
641
|
* <p>Retrieves information about a previously requested handshake. The handshake ID comes
|
|
622
642
|
* from the response to the original <a>InviteAccountToOrganization</a>
|
|
623
643
|
* operation that generated the handshake.</p>
|
|
@@ -630,6 +650,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
630
650
|
describeHandshake(args: DescribeHandshakeCommandInput, cb: (err: any, data?: DescribeHandshakeCommandOutput) => void): void;
|
|
631
651
|
describeHandshake(args: DescribeHandshakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHandshakeCommandOutput) => void): void;
|
|
632
652
|
/**
|
|
653
|
+
* @public
|
|
633
654
|
* <p>Retrieves information about the organization that the user's account belongs
|
|
634
655
|
* to.</p>
|
|
635
656
|
* <p>This operation can be called from any account in the organization.</p>
|
|
@@ -643,6 +664,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
643
664
|
describeOrganization(args: DescribeOrganizationCommandInput, cb: (err: any, data?: DescribeOrganizationCommandOutput) => void): void;
|
|
644
665
|
describeOrganization(args: DescribeOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationCommandOutput) => void): void;
|
|
645
666
|
/**
|
|
667
|
+
* @public
|
|
646
668
|
* <p>Retrieves information about an organizational unit (OU).</p>
|
|
647
669
|
* <p>This operation can be called only from the organization's
|
|
648
670
|
* management account or by a member account that is a delegated administrator for an Amazon Web Services service.</p>
|
|
@@ -651,6 +673,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
651
673
|
describeOrganizationalUnit(args: DescribeOrganizationalUnitCommandInput, cb: (err: any, data?: DescribeOrganizationalUnitCommandOutput) => void): void;
|
|
652
674
|
describeOrganizationalUnit(args: DescribeOrganizationalUnitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationalUnitCommandOutput) => void): void;
|
|
653
675
|
/**
|
|
676
|
+
* @public
|
|
654
677
|
* <p>Retrieves information about a policy.</p>
|
|
655
678
|
* <p>This operation can be called only from the organization's
|
|
656
679
|
* management account or by a member account that is a delegated administrator for an Amazon Web Services service.</p>
|
|
@@ -659,6 +682,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
659
682
|
describePolicy(args: DescribePolicyCommandInput, cb: (err: any, data?: DescribePolicyCommandOutput) => void): void;
|
|
660
683
|
describePolicy(args: DescribePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePolicyCommandOutput) => void): void;
|
|
661
684
|
/**
|
|
685
|
+
* @public
|
|
662
686
|
* <p>Retrieves information about a resource policy.</p>
|
|
663
687
|
* <p>You can only call this operation from the organization's management account or by a
|
|
664
688
|
* member account that is a delegated administrator for an Amazon Web Services service.</p>
|
|
@@ -667,6 +691,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
667
691
|
describeResourcePolicy(args: DescribeResourcePolicyCommandInput, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
|
|
668
692
|
describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
|
|
669
693
|
/**
|
|
694
|
+
* @public
|
|
670
695
|
* <p>Detaches a policy from a target root, organizational unit (OU), or account.</p>
|
|
671
696
|
* <important>
|
|
672
697
|
* <p>If the policy being detached is a service control policy (SCP), the changes to
|
|
@@ -687,6 +712,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
687
712
|
detachPolicy(args: DetachPolicyCommandInput, cb: (err: any, data?: DetachPolicyCommandOutput) => void): void;
|
|
688
713
|
detachPolicy(args: DetachPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachPolicyCommandOutput) => void): void;
|
|
689
714
|
/**
|
|
715
|
+
* @public
|
|
690
716
|
* <p>Disables the integration of an Amazon Web Services service (the service that is specified by
|
|
691
717
|
* <code>ServicePrincipal</code>) with Organizations. When you disable integration, the
|
|
692
718
|
* specified service no longer can create a <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html">service-linked role</a> in
|
|
@@ -748,6 +774,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
748
774
|
disableAWSServiceAccess(args: DisableAWSServiceAccessCommandInput, cb: (err: any, data?: DisableAWSServiceAccessCommandOutput) => void): void;
|
|
749
775
|
disableAWSServiceAccess(args: DisableAWSServiceAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableAWSServiceAccessCommandOutput) => void): void;
|
|
750
776
|
/**
|
|
777
|
+
* @public
|
|
751
778
|
* <p>Disables an organizational policy type in a root. A policy of a certain type can be
|
|
752
779
|
* attached to entities in a root only if that type is enabled in the root. After you
|
|
753
780
|
* perform this operation, you no longer can attach policies of the specified type to that
|
|
@@ -764,6 +791,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
764
791
|
disablePolicyType(args: DisablePolicyTypeCommandInput, cb: (err: any, data?: DisablePolicyTypeCommandOutput) => void): void;
|
|
765
792
|
disablePolicyType(args: DisablePolicyTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisablePolicyTypeCommandOutput) => void): void;
|
|
766
793
|
/**
|
|
794
|
+
* @public
|
|
767
795
|
* <p>Enables all features in an organization. This enables the use of organization policies
|
|
768
796
|
* that can restrict the services and actions that can be called in each account. Until you
|
|
769
797
|
* enable all features, you have access only to consolidated billing, and you can't use any
|
|
@@ -795,6 +823,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
795
823
|
enableAllFeatures(args: EnableAllFeaturesCommandInput, cb: (err: any, data?: EnableAllFeaturesCommandOutput) => void): void;
|
|
796
824
|
enableAllFeatures(args: EnableAllFeaturesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableAllFeaturesCommandOutput) => void): void;
|
|
797
825
|
/**
|
|
826
|
+
* @public
|
|
798
827
|
* <p>Enables the integration of an Amazon Web Services service (the service that is specified by
|
|
799
828
|
* <code>ServicePrincipal</code>) with Organizations. When you enable integration, you allow
|
|
800
829
|
* the specified service to create a <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html">service-linked role</a> in
|
|
@@ -820,6 +849,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
820
849
|
enableAWSServiceAccess(args: EnableAWSServiceAccessCommandInput, cb: (err: any, data?: EnableAWSServiceAccessCommandOutput) => void): void;
|
|
821
850
|
enableAWSServiceAccess(args: EnableAWSServiceAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableAWSServiceAccessCommandOutput) => void): void;
|
|
822
851
|
/**
|
|
852
|
+
* @public
|
|
823
853
|
* <p>Enables a policy type in a root. After you enable a policy type in a root, you can
|
|
824
854
|
* attach policies of that type to the root, any organizational unit (OU), or account in
|
|
825
855
|
* that root. You can undo this by using the <a>DisablePolicyType</a>
|
|
@@ -836,6 +866,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
836
866
|
enablePolicyType(args: EnablePolicyTypeCommandInput, cb: (err: any, data?: EnablePolicyTypeCommandOutput) => void): void;
|
|
837
867
|
enablePolicyType(args: EnablePolicyTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnablePolicyTypeCommandOutput) => void): void;
|
|
838
868
|
/**
|
|
869
|
+
* @public
|
|
839
870
|
* <p>Sends an invitation to another account to join your organization as a member account.
|
|
840
871
|
* Organizations sends email on your behalf to the email address that is associated with the
|
|
841
872
|
* other account's owner. The invitation is implemented as a <a>Handshake</a>
|
|
@@ -867,6 +898,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
867
898
|
inviteAccountToOrganization(args: InviteAccountToOrganizationCommandInput, cb: (err: any, data?: InviteAccountToOrganizationCommandOutput) => void): void;
|
|
868
899
|
inviteAccountToOrganization(args: InviteAccountToOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InviteAccountToOrganizationCommandOutput) => void): void;
|
|
869
900
|
/**
|
|
901
|
+
* @public
|
|
870
902
|
* <p>Removes a member account from its parent organization. This version of the operation
|
|
871
903
|
* is performed by the account that wants to leave. To remove a member account as a user in
|
|
872
904
|
* the management account, use <a>RemoveAccountFromOrganization</a>
|
|
@@ -937,6 +969,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
937
969
|
leaveOrganization(args: LeaveOrganizationCommandInput, cb: (err: any, data?: LeaveOrganizationCommandOutput) => void): void;
|
|
938
970
|
leaveOrganization(args: LeaveOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: LeaveOrganizationCommandOutput) => void): void;
|
|
939
971
|
/**
|
|
972
|
+
* @public
|
|
940
973
|
* <p>Lists all the accounts in the organization. To request only the accounts in a
|
|
941
974
|
* specified root or organizational unit (OU), use the <a>ListAccountsForParent</a> operation instead.</p>
|
|
942
975
|
* <note>
|
|
@@ -954,6 +987,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
954
987
|
listAccounts(args: ListAccountsCommandInput, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
|
|
955
988
|
listAccounts(args: ListAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
|
|
956
989
|
/**
|
|
990
|
+
* @public
|
|
957
991
|
* <p>Lists the accounts in an organization that are contained by the specified target root
|
|
958
992
|
* or organizational unit (OU). If you specify the root, you get a list of all the accounts
|
|
959
993
|
* that aren't in any OU. If you specify an OU, you get a list of all the accounts in only
|
|
@@ -974,6 +1008,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
974
1008
|
listAccountsForParent(args: ListAccountsForParentCommandInput, cb: (err: any, data?: ListAccountsForParentCommandOutput) => void): void;
|
|
975
1009
|
listAccountsForParent(args: ListAccountsForParentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountsForParentCommandOutput) => void): void;
|
|
976
1010
|
/**
|
|
1011
|
+
* @public
|
|
977
1012
|
* <p>Returns a list of the Amazon Web Services services that you enabled to integrate with your
|
|
978
1013
|
* organization. After a service on this list creates the resources that it requires for
|
|
979
1014
|
* the integration, it can perform operations on your organization and its accounts.</p>
|
|
@@ -988,6 +1023,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
988
1023
|
listAWSServiceAccessForOrganization(args: ListAWSServiceAccessForOrganizationCommandInput, cb: (err: any, data?: ListAWSServiceAccessForOrganizationCommandOutput) => void): void;
|
|
989
1024
|
listAWSServiceAccessForOrganization(args: ListAWSServiceAccessForOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAWSServiceAccessForOrganizationCommandOutput) => void): void;
|
|
990
1025
|
/**
|
|
1026
|
+
* @public
|
|
991
1027
|
* <p>Lists all of the organizational units (OUs) or accounts that are contained in the
|
|
992
1028
|
* specified parent OU or root. This operation, along with <a>ListParents</a>
|
|
993
1029
|
* enables you to traverse the tree structure that makes up this root.</p>
|
|
@@ -1006,6 +1042,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1006
1042
|
listChildren(args: ListChildrenCommandInput, cb: (err: any, data?: ListChildrenCommandOutput) => void): void;
|
|
1007
1043
|
listChildren(args: ListChildrenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChildrenCommandOutput) => void): void;
|
|
1008
1044
|
/**
|
|
1045
|
+
* @public
|
|
1009
1046
|
* <p>Lists the account creation requests that match the specified status that is currently
|
|
1010
1047
|
* being tracked for the organization.</p>
|
|
1011
1048
|
* <note>
|
|
@@ -1023,6 +1060,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1023
1060
|
listCreateAccountStatus(args: ListCreateAccountStatusCommandInput, cb: (err: any, data?: ListCreateAccountStatusCommandOutput) => void): void;
|
|
1024
1061
|
listCreateAccountStatus(args: ListCreateAccountStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCreateAccountStatusCommandOutput) => void): void;
|
|
1025
1062
|
/**
|
|
1063
|
+
* @public
|
|
1026
1064
|
* <p>Lists the Amazon Web Services accounts that are designated as delegated administrators in this
|
|
1027
1065
|
* organization.</p>
|
|
1028
1066
|
* <p>This operation can be called only from the organization's
|
|
@@ -1032,6 +1070,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1032
1070
|
listDelegatedAdministrators(args: ListDelegatedAdministratorsCommandInput, cb: (err: any, data?: ListDelegatedAdministratorsCommandOutput) => void): void;
|
|
1033
1071
|
listDelegatedAdministrators(args: ListDelegatedAdministratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDelegatedAdministratorsCommandOutput) => void): void;
|
|
1034
1072
|
/**
|
|
1073
|
+
* @public
|
|
1035
1074
|
* <p>List the Amazon Web Services services for which the specified account is a delegated
|
|
1036
1075
|
* administrator.</p>
|
|
1037
1076
|
* <p>This operation can be called only from the organization's
|
|
@@ -1041,6 +1080,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1041
1080
|
listDelegatedServicesForAccount(args: ListDelegatedServicesForAccountCommandInput, cb: (err: any, data?: ListDelegatedServicesForAccountCommandOutput) => void): void;
|
|
1042
1081
|
listDelegatedServicesForAccount(args: ListDelegatedServicesForAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDelegatedServicesForAccountCommandOutput) => void): void;
|
|
1043
1082
|
/**
|
|
1083
|
+
* @public
|
|
1044
1084
|
* <p>Lists the current handshakes that are associated with the account of the requesting
|
|
1045
1085
|
* user.</p>
|
|
1046
1086
|
* <p>Handshakes that are <code>ACCEPTED</code>, <code>DECLINED</code>,
|
|
@@ -1061,6 +1101,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1061
1101
|
listHandshakesForAccount(args: ListHandshakesForAccountCommandInput, cb: (err: any, data?: ListHandshakesForAccountCommandOutput) => void): void;
|
|
1062
1102
|
listHandshakesForAccount(args: ListHandshakesForAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHandshakesForAccountCommandOutput) => void): void;
|
|
1063
1103
|
/**
|
|
1104
|
+
* @public
|
|
1064
1105
|
* <p>Lists the handshakes that are associated with the organization that the requesting
|
|
1065
1106
|
* user is part of. The <code>ListHandshakesForOrganization</code> operation returns a list
|
|
1066
1107
|
* of handshake structures. Each structure contains details and status about a
|
|
@@ -1084,6 +1125,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1084
1125
|
listHandshakesForOrganization(args: ListHandshakesForOrganizationCommandInput, cb: (err: any, data?: ListHandshakesForOrganizationCommandOutput) => void): void;
|
|
1085
1126
|
listHandshakesForOrganization(args: ListHandshakesForOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHandshakesForOrganizationCommandOutput) => void): void;
|
|
1086
1127
|
/**
|
|
1128
|
+
* @public
|
|
1087
1129
|
* <p>Lists the organizational units (OUs) in a parent organizational unit or root.</p>
|
|
1088
1130
|
* <note>
|
|
1089
1131
|
* <p>Always check the <code>NextToken</code> response parameter
|
|
@@ -1100,6 +1142,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1100
1142
|
listOrganizationalUnitsForParent(args: ListOrganizationalUnitsForParentCommandInput, cb: (err: any, data?: ListOrganizationalUnitsForParentCommandOutput) => void): void;
|
|
1101
1143
|
listOrganizationalUnitsForParent(args: ListOrganizationalUnitsForParentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationalUnitsForParentCommandOutput) => void): void;
|
|
1102
1144
|
/**
|
|
1145
|
+
* @public
|
|
1103
1146
|
* <p>Lists the root or organizational units (OUs) that serve as the immediate parent of the
|
|
1104
1147
|
* specified child OU or account. This operation, along with <a>ListChildren</a>
|
|
1105
1148
|
* enables you to traverse the tree structure that makes up this root.</p>
|
|
@@ -1121,6 +1164,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1121
1164
|
listParents(args: ListParentsCommandInput, cb: (err: any, data?: ListParentsCommandOutput) => void): void;
|
|
1122
1165
|
listParents(args: ListParentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListParentsCommandOutput) => void): void;
|
|
1123
1166
|
/**
|
|
1167
|
+
* @public
|
|
1124
1168
|
* <p>Retrieves the list of all policies in an organization of a specified type.</p>
|
|
1125
1169
|
* <note>
|
|
1126
1170
|
* <p>Always check the <code>NextToken</code> response parameter
|
|
@@ -1137,6 +1181,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1137
1181
|
listPolicies(args: ListPoliciesCommandInput, cb: (err: any, data?: ListPoliciesCommandOutput) => void): void;
|
|
1138
1182
|
listPolicies(args: ListPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPoliciesCommandOutput) => void): void;
|
|
1139
1183
|
/**
|
|
1184
|
+
* @public
|
|
1140
1185
|
* <p>Lists the policies that are directly attached to the specified target root,
|
|
1141
1186
|
* organizational unit (OU), or account. You must specify the policy type that you want
|
|
1142
1187
|
* included in the returned list.</p>
|
|
@@ -1155,6 +1200,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1155
1200
|
listPoliciesForTarget(args: ListPoliciesForTargetCommandInput, cb: (err: any, data?: ListPoliciesForTargetCommandOutput) => void): void;
|
|
1156
1201
|
listPoliciesForTarget(args: ListPoliciesForTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPoliciesForTargetCommandOutput) => void): void;
|
|
1157
1202
|
/**
|
|
1203
|
+
* @public
|
|
1158
1204
|
* <p>Lists the roots that are defined in the current organization.</p>
|
|
1159
1205
|
* <note>
|
|
1160
1206
|
* <p>Always check the <code>NextToken</code> response parameter
|
|
@@ -1178,6 +1224,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1178
1224
|
listRoots(args: ListRootsCommandInput, cb: (err: any, data?: ListRootsCommandOutput) => void): void;
|
|
1179
1225
|
listRoots(args: ListRootsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRootsCommandOutput) => void): void;
|
|
1180
1226
|
/**
|
|
1227
|
+
* @public
|
|
1181
1228
|
* <p>Lists tags that are attached to the specified resource.</p>
|
|
1182
1229
|
* <p>You can attach tags to the following resources in Organizations.</p>
|
|
1183
1230
|
* <ul>
|
|
@@ -1201,6 +1248,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1201
1248
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
1202
1249
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
1203
1250
|
/**
|
|
1251
|
+
* @public
|
|
1204
1252
|
* <p>Lists all the roots, organizational units (OUs), and accounts that the specified
|
|
1205
1253
|
* policy is attached to.</p>
|
|
1206
1254
|
* <note>
|
|
@@ -1218,6 +1266,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1218
1266
|
listTargetsForPolicy(args: ListTargetsForPolicyCommandInput, cb: (err: any, data?: ListTargetsForPolicyCommandOutput) => void): void;
|
|
1219
1267
|
listTargetsForPolicy(args: ListTargetsForPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetsForPolicyCommandOutput) => void): void;
|
|
1220
1268
|
/**
|
|
1269
|
+
* @public
|
|
1221
1270
|
* <p>Moves an account from its current source parent root or organizational unit (OU) to
|
|
1222
1271
|
* the specified destination parent root or OU.</p>
|
|
1223
1272
|
* <p>This operation can be called only from the organization's management account.</p>
|
|
@@ -1226,6 +1275,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1226
1275
|
moveAccount(args: MoveAccountCommandInput, cb: (err: any, data?: MoveAccountCommandOutput) => void): void;
|
|
1227
1276
|
moveAccount(args: MoveAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: MoveAccountCommandOutput) => void): void;
|
|
1228
1277
|
/**
|
|
1278
|
+
* @public
|
|
1229
1279
|
* <p>Creates or updates a resource policy.</p>
|
|
1230
1280
|
* <p>You can only call this operation from the organization's management account.</p>
|
|
1231
1281
|
*/
|
|
@@ -1233,6 +1283,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1233
1283
|
putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
|
|
1234
1284
|
putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
|
|
1235
1285
|
/**
|
|
1286
|
+
* @public
|
|
1236
1287
|
* <p>Enables the specified member account to administer the Organizations features of the specified
|
|
1237
1288
|
* Amazon Web Services service. It grants read-only access to Organizations service data. The account still
|
|
1238
1289
|
* requires IAM permissions to access and administer the Amazon Web Services service.</p>
|
|
@@ -1247,6 +1298,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1247
1298
|
registerDelegatedAdministrator(args: RegisterDelegatedAdministratorCommandInput, cb: (err: any, data?: RegisterDelegatedAdministratorCommandOutput) => void): void;
|
|
1248
1299
|
registerDelegatedAdministrator(args: RegisterDelegatedAdministratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterDelegatedAdministratorCommandOutput) => void): void;
|
|
1249
1300
|
/**
|
|
1301
|
+
* @public
|
|
1250
1302
|
* <p>Removes the specified account from the organization.</p>
|
|
1251
1303
|
* <p>The removed account becomes a standalone account that isn't a member of any
|
|
1252
1304
|
* organization. It's no longer subject to any policies and is responsible for its own bill
|
|
@@ -1290,6 +1342,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1290
1342
|
removeAccountFromOrganization(args: RemoveAccountFromOrganizationCommandInput, cb: (err: any, data?: RemoveAccountFromOrganizationCommandOutput) => void): void;
|
|
1291
1343
|
removeAccountFromOrganization(args: RemoveAccountFromOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveAccountFromOrganizationCommandOutput) => void): void;
|
|
1292
1344
|
/**
|
|
1345
|
+
* @public
|
|
1293
1346
|
* <p>Adds one or more tags to the specified resource.</p>
|
|
1294
1347
|
* <p>Currently, you can attach tags to the following resources in Organizations.</p>
|
|
1295
1348
|
* <ul>
|
|
@@ -1312,6 +1365,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1312
1365
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
1313
1366
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
1314
1367
|
/**
|
|
1368
|
+
* @public
|
|
1315
1369
|
* <p>Removes any tags with the specified keys from the specified resource.</p>
|
|
1316
1370
|
* <p>You can attach tags to the following resources in Organizations.</p>
|
|
1317
1371
|
* <ul>
|
|
@@ -1334,6 +1388,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1334
1388
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
1335
1389
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
1336
1390
|
/**
|
|
1391
|
+
* @public
|
|
1337
1392
|
* <p>Renames the specified organizational unit (OU). The ID and ARN don't change. The child
|
|
1338
1393
|
* OUs and accounts remain in place, and any attached policies of the OU remain
|
|
1339
1394
|
* attached.</p>
|
|
@@ -1343,6 +1398,7 @@ export declare class Organizations extends OrganizationsClient {
|
|
|
1343
1398
|
updateOrganizationalUnit(args: UpdateOrganizationalUnitCommandInput, cb: (err: any, data?: UpdateOrganizationalUnitCommandOutput) => void): void;
|
|
1344
1399
|
updateOrganizationalUnit(args: UpdateOrganizationalUnitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOrganizationalUnitCommandOutput) => void): void;
|
|
1345
1400
|
/**
|
|
1401
|
+
* @public
|
|
1346
1402
|
* <p>Updates an existing policy with a new name, description, or content. If you don't
|
|
1347
1403
|
* supply any parameter, that value remains unchanged. You can't change a policy's
|
|
1348
1404
|
* type.</p>
|
|
@@ -63,15 +63,24 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
63
63
|
import { UpdateOrganizationalUnitCommandInput, UpdateOrganizationalUnitCommandOutput } from "./commands/UpdateOrganizationalUnitCommand";
|
|
64
64
|
import { UpdatePolicyCommandInput, UpdatePolicyCommandOutput } from "./commands/UpdatePolicyCommand";
|
|
65
65
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
66
69
|
export type ServiceInputTypes = AcceptHandshakeCommandInput | AttachPolicyCommandInput | CancelHandshakeCommandInput | CloseAccountCommandInput | CreateAccountCommandInput | CreateGovCloudAccountCommandInput | CreateOrganizationCommandInput | CreateOrganizationalUnitCommandInput | CreatePolicyCommandInput | DeclineHandshakeCommandInput | DeleteOrganizationCommandInput | DeleteOrganizationalUnitCommandInput | DeletePolicyCommandInput | DeleteResourcePolicyCommandInput | DeregisterDelegatedAdministratorCommandInput | DescribeAccountCommandInput | DescribeCreateAccountStatusCommandInput | DescribeEffectivePolicyCommandInput | DescribeHandshakeCommandInput | DescribeOrganizationCommandInput | DescribeOrganizationalUnitCommandInput | DescribePolicyCommandInput | DescribeResourcePolicyCommandInput | DetachPolicyCommandInput | DisableAWSServiceAccessCommandInput | DisablePolicyTypeCommandInput | EnableAWSServiceAccessCommandInput | EnableAllFeaturesCommandInput | EnablePolicyTypeCommandInput | InviteAccountToOrganizationCommandInput | LeaveOrganizationCommandInput | ListAWSServiceAccessForOrganizationCommandInput | ListAccountsCommandInput | ListAccountsForParentCommandInput | ListChildrenCommandInput | ListCreateAccountStatusCommandInput | ListDelegatedAdministratorsCommandInput | ListDelegatedServicesForAccountCommandInput | ListHandshakesForAccountCommandInput | ListHandshakesForOrganizationCommandInput | ListOrganizationalUnitsForParentCommandInput | ListParentsCommandInput | ListPoliciesCommandInput | ListPoliciesForTargetCommandInput | ListRootsCommandInput | ListTagsForResourceCommandInput | ListTargetsForPolicyCommandInput | MoveAccountCommandInput | PutResourcePolicyCommandInput | RegisterDelegatedAdministratorCommandInput | RemoveAccountFromOrganizationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateOrganizationalUnitCommandInput | UpdatePolicyCommandInput;
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
67
73
|
export type ServiceOutputTypes = AcceptHandshakeCommandOutput | AttachPolicyCommandOutput | CancelHandshakeCommandOutput | CloseAccountCommandOutput | CreateAccountCommandOutput | CreateGovCloudAccountCommandOutput | CreateOrganizationCommandOutput | CreateOrganizationalUnitCommandOutput | CreatePolicyCommandOutput | DeclineHandshakeCommandOutput | DeleteOrganizationCommandOutput | DeleteOrganizationalUnitCommandOutput | DeletePolicyCommandOutput | DeleteResourcePolicyCommandOutput | DeregisterDelegatedAdministratorCommandOutput | DescribeAccountCommandOutput | DescribeCreateAccountStatusCommandOutput | DescribeEffectivePolicyCommandOutput | DescribeHandshakeCommandOutput | DescribeOrganizationCommandOutput | DescribeOrganizationalUnitCommandOutput | DescribePolicyCommandOutput | DescribeResourcePolicyCommandOutput | DetachPolicyCommandOutput | DisableAWSServiceAccessCommandOutput | DisablePolicyTypeCommandOutput | EnableAWSServiceAccessCommandOutput | EnableAllFeaturesCommandOutput | EnablePolicyTypeCommandOutput | InviteAccountToOrganizationCommandOutput | LeaveOrganizationCommandOutput | ListAWSServiceAccessForOrganizationCommandOutput | ListAccountsCommandOutput | ListAccountsForParentCommandOutput | ListChildrenCommandOutput | ListCreateAccountStatusCommandOutput | ListDelegatedAdministratorsCommandOutput | ListDelegatedServicesForAccountCommandOutput | ListHandshakesForAccountCommandOutput | ListHandshakesForOrganizationCommandOutput | ListOrganizationalUnitsForParentCommandOutput | ListParentsCommandOutput | ListPoliciesCommandOutput | ListPoliciesForTargetCommandOutput | ListRootsCommandOutput | ListTagsForResourceCommandOutput | ListTargetsForPolicyCommandOutput | MoveAccountCommandOutput | PutResourcePolicyCommandOutput | RegisterDelegatedAdministratorCommandOutput | RemoveAccountFromOrganizationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateOrganizationalUnitCommandOutput | UpdatePolicyCommandOutput;
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
68
77
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
69
78
|
/**
|
|
70
79
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
71
80
|
*/
|
|
72
81
|
requestHandler?: __HttpHandler;
|
|
73
82
|
/**
|
|
74
|
-
* A constructor for a class implementing the {@link
|
|
83
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
75
84
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
76
85
|
* @internal
|
|
77
86
|
*/
|
|
@@ -161,23 +170,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
161
170
|
*/
|
|
162
171
|
logger?: __Logger;
|
|
163
172
|
/**
|
|
164
|
-
* The {@link
|
|
173
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
165
174
|
*/
|
|
166
175
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
167
176
|
}
|
|
177
|
+
/**
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
168
180
|
type OrganizationsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
169
181
|
/**
|
|
170
|
-
*
|
|
182
|
+
* @public
|
|
183
|
+
*
|
|
184
|
+
* The configuration interface of OrganizationsClient class constructor that set the region, credentials and other options.
|
|
171
185
|
*/
|
|
172
186
|
export interface OrganizationsClientConfig extends OrganizationsClientConfigType {
|
|
173
187
|
}
|
|
188
|
+
/**
|
|
189
|
+
* @public
|
|
190
|
+
*/
|
|
174
191
|
type OrganizationsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
175
192
|
/**
|
|
176
|
-
*
|
|
193
|
+
* @public
|
|
194
|
+
*
|
|
195
|
+
* The resolved configuration interface of OrganizationsClient class. This is resolved and normalized from the {@link OrganizationsClientConfig | constructor configuration interface}.
|
|
177
196
|
*/
|
|
178
197
|
export interface OrganizationsClientResolvedConfig extends OrganizationsClientResolvedConfigType {
|
|
179
198
|
}
|
|
180
199
|
/**
|
|
200
|
+
* @public
|
|
181
201
|
* <p>Organizations is a web service that enables you to consolidate your multiple
|
|
182
202
|
* Amazon Web Services accounts into an <i>organization</i> and centrally manage your
|
|
183
203
|
* accounts and their resources.</p>
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AcceptHandshakeRequest, AcceptHandshakeResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AcceptHandshakeCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AcceptHandshakeCommandInput extends AcceptHandshakeRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AcceptHandshakeCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AcceptHandshakeCommandOutput extends AcceptHandshakeResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Sends a response to the originator of a handshake agreeing to the action proposed by
|
|
18
23
|
* the handshake request.</p>
|
|
19
24
|
* <p>You can only call this operation by the following principals when they also have the
|
|
@@ -55,6 +60,8 @@ export interface AcceptHandshakeCommandOutput extends AcceptHandshakeResponse, _
|
|
|
55
60
|
* const response = await client.send(command);
|
|
56
61
|
* ```
|
|
57
62
|
*
|
|
63
|
+
* @param AcceptHandshakeCommandInput - {@link AcceptHandshakeCommandInput}
|
|
64
|
+
* @returns {@link AcceptHandshakeCommandOutput}
|
|
58
65
|
* @see {@link AcceptHandshakeCommandInput} for command's `input` shape.
|
|
59
66
|
* @see {@link AcceptHandshakeCommandOutput} for command's `response` shape.
|
|
60
67
|
* @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
|
|
@@ -328,11 +335,20 @@ export interface AcceptHandshakeCommandOutput extends AcceptHandshakeResponse, _
|
|
|
328
335
|
export declare class AcceptHandshakeCommand extends $Command<AcceptHandshakeCommandInput, AcceptHandshakeCommandOutput, OrganizationsClientResolvedConfig> {
|
|
329
336
|
readonly input: AcceptHandshakeCommandInput;
|
|
330
337
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
338
|
+
/**
|
|
339
|
+
* @public
|
|
340
|
+
*/
|
|
331
341
|
constructor(input: AcceptHandshakeCommandInput);
|
|
332
342
|
/**
|
|
333
343
|
* @internal
|
|
334
344
|
*/
|
|
335
345
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptHandshakeCommandInput, AcceptHandshakeCommandOutput>;
|
|
346
|
+
/**
|
|
347
|
+
* @internal
|
|
348
|
+
*/
|
|
336
349
|
private serialize;
|
|
350
|
+
/**
|
|
351
|
+
* @internal
|
|
352
|
+
*/
|
|
337
353
|
private deserialize;
|
|
338
354
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AttachPolicyRequest } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AttachPolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AttachPolicyCommandInput extends AttachPolicyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AttachPolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AttachPolicyCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Attaches a policy to a root, an organizational unit (OU), or an individual account.
|
|
18
23
|
* How the policy affects accounts depends on the type of policy. Refer to the
|
|
19
24
|
* <i>Organizations User Guide</i> for information about each policy type:</p>
|
|
@@ -50,6 +55,8 @@ export interface AttachPolicyCommandOutput extends __MetadataBearer {
|
|
|
50
55
|
* const response = await client.send(command);
|
|
51
56
|
* ```
|
|
52
57
|
*
|
|
58
|
+
* @param AttachPolicyCommandInput - {@link AttachPolicyCommandInput}
|
|
59
|
+
* @returns {@link AttachPolicyCommandOutput}
|
|
53
60
|
* @see {@link AttachPolicyCommandInput} for command's `input` shape.
|
|
54
61
|
* @see {@link AttachPolicyCommandOutput} for command's `response` shape.
|
|
55
62
|
* @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
|
|
@@ -436,11 +443,20 @@ export interface AttachPolicyCommandOutput extends __MetadataBearer {
|
|
|
436
443
|
export declare class AttachPolicyCommand extends $Command<AttachPolicyCommandInput, AttachPolicyCommandOutput, OrganizationsClientResolvedConfig> {
|
|
437
444
|
readonly input: AttachPolicyCommandInput;
|
|
438
445
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
446
|
+
/**
|
|
447
|
+
* @public
|
|
448
|
+
*/
|
|
439
449
|
constructor(input: AttachPolicyCommandInput);
|
|
440
450
|
/**
|
|
441
451
|
* @internal
|
|
442
452
|
*/
|
|
443
453
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachPolicyCommandInput, AttachPolicyCommandOutput>;
|
|
454
|
+
/**
|
|
455
|
+
* @internal
|
|
456
|
+
*/
|
|
444
457
|
private serialize;
|
|
458
|
+
/**
|
|
459
|
+
* @internal
|
|
460
|
+
*/
|
|
445
461
|
private deserialize;
|
|
446
462
|
}
|