@aws-sdk/client-organizations 3.55.0 → 3.59.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/CHANGELOG.md +27 -0
- package/README.md +28 -27
- package/dist-cjs/Organizations.js +15 -0
- package/dist-cjs/commands/CloseAccountCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +44 -4
- package/dist-cjs/protocols/Aws_json1_1.js +109 -3
- package/dist-es/Organizations.js +15 -0
- package/dist-es/commands/CloseAccountCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +36 -0
- package/dist-es/protocols/Aws_json1_1.js +133 -1
- package/dist-types/Organizations.d.ts +213 -205
- package/dist-types/OrganizationsClient.d.ts +31 -29
- package/dist-types/commands/AcceptHandshakeCommand.d.ts +8 -7
- package/dist-types/commands/AttachPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CloseAccountCommand.d.ts +35 -0
- package/dist-types/commands/CreateAccountCommand.d.ts +24 -27
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +39 -40
- package/dist-types/commands/CreateOrganizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +1 -1
- package/dist-types/commands/CreatePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +6 -6
- package/dist-types/commands/DescribeAccountCommand.d.ts +2 -2
- package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +1 -1
- package/dist-types/commands/DescribePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DetachPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +12 -12
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +2 -2
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +9 -8
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +2 -2
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +1 -1
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +6 -6
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +9 -9
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +5 -5
- package/dist-types/commands/ListAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountsForParentCommand.d.ts +1 -1
- package/dist-types/commands/ListChildrenCommand.d.ts +1 -1
- package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +1 -1
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +2 -2
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +2 -2
- package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +4 -3
- package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +5 -4
- package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +1 -1
- package/dist-types/commands/ListParentsCommand.d.ts +1 -1
- package/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +1 -1
- package/dist-types/commands/ListRootsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +1 -1
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +5 -5
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +7 -7
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +255 -148
- package/dist-types/protocols/Aws_json1_1.d.ts +3 -0
- package/dist-types/ts3.4/Organizations.d.ts +5 -0
- package/dist-types/ts3.4/OrganizationsClient.d.ts +3 -2
- package/dist-types/ts3.4/commands/CloseAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +3 -0
- package/package.json +18 -18
|
@@ -9,6 +9,7 @@ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Creden
|
|
|
9
9
|
import { AcceptHandshakeCommandInput, AcceptHandshakeCommandOutput } from "./commands/AcceptHandshakeCommand";
|
|
10
10
|
import { AttachPolicyCommandInput, AttachPolicyCommandOutput } from "./commands/AttachPolicyCommand";
|
|
11
11
|
import { CancelHandshakeCommandInput, CancelHandshakeCommandOutput } from "./commands/CancelHandshakeCommand";
|
|
12
|
+
import { CloseAccountCommandInput, CloseAccountCommandOutput } from "./commands/CloseAccountCommand";
|
|
12
13
|
import { CreateAccountCommandInput, CreateAccountCommandOutput } from "./commands/CreateAccountCommand";
|
|
13
14
|
import { CreateGovCloudAccountCommandInput, CreateGovCloudAccountCommandOutput } from "./commands/CreateGovCloudAccountCommand";
|
|
14
15
|
import { CreateOrganizationalUnitCommandInput, CreateOrganizationalUnitCommandOutput } from "./commands/CreateOrganizationalUnitCommand";
|
|
@@ -57,8 +58,8 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
57
58
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
58
59
|
import { UpdateOrganizationalUnitCommandInput, UpdateOrganizationalUnitCommandOutput } from "./commands/UpdateOrganizationalUnitCommand";
|
|
59
60
|
import { UpdatePolicyCommandInput, UpdatePolicyCommandOutput } from "./commands/UpdatePolicyCommand";
|
|
60
|
-
export declare type ServiceInputTypes = AcceptHandshakeCommandInput | AttachPolicyCommandInput | CancelHandshakeCommandInput | CreateAccountCommandInput | CreateGovCloudAccountCommandInput | CreateOrganizationCommandInput | CreateOrganizationalUnitCommandInput | CreatePolicyCommandInput | DeclineHandshakeCommandInput | DeleteOrganizationCommandInput | DeleteOrganizationalUnitCommandInput | DeletePolicyCommandInput | DeregisterDelegatedAdministratorCommandInput | DescribeAccountCommandInput | DescribeCreateAccountStatusCommandInput | DescribeEffectivePolicyCommandInput | DescribeHandshakeCommandInput | DescribeOrganizationCommandInput | DescribeOrganizationalUnitCommandInput | DescribePolicyCommandInput | 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 | RegisterDelegatedAdministratorCommandInput | RemoveAccountFromOrganizationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateOrganizationalUnitCommandInput | UpdatePolicyCommandInput;
|
|
61
|
-
export declare type ServiceOutputTypes = AcceptHandshakeCommandOutput | AttachPolicyCommandOutput | CancelHandshakeCommandOutput | CreateAccountCommandOutput | CreateGovCloudAccountCommandOutput | CreateOrganizationCommandOutput | CreateOrganizationalUnitCommandOutput | CreatePolicyCommandOutput | DeclineHandshakeCommandOutput | DeleteOrganizationCommandOutput | DeleteOrganizationalUnitCommandOutput | DeletePolicyCommandOutput | DeregisterDelegatedAdministratorCommandOutput | DescribeAccountCommandOutput | DescribeCreateAccountStatusCommandOutput | DescribeEffectivePolicyCommandOutput | DescribeHandshakeCommandOutput | DescribeOrganizationCommandOutput | DescribeOrganizationalUnitCommandOutput | DescribePolicyCommandOutput | 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 | RegisterDelegatedAdministratorCommandOutput | RemoveAccountFromOrganizationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateOrganizationalUnitCommandOutput | UpdatePolicyCommandOutput;
|
|
61
|
+
export declare type ServiceInputTypes = AcceptHandshakeCommandInput | AttachPolicyCommandInput | CancelHandshakeCommandInput | CloseAccountCommandInput | CreateAccountCommandInput | CreateGovCloudAccountCommandInput | CreateOrganizationCommandInput | CreateOrganizationalUnitCommandInput | CreatePolicyCommandInput | DeclineHandshakeCommandInput | DeleteOrganizationCommandInput | DeleteOrganizationalUnitCommandInput | DeletePolicyCommandInput | DeregisterDelegatedAdministratorCommandInput | DescribeAccountCommandInput | DescribeCreateAccountStatusCommandInput | DescribeEffectivePolicyCommandInput | DescribeHandshakeCommandInput | DescribeOrganizationCommandInput | DescribeOrganizationalUnitCommandInput | DescribePolicyCommandInput | 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 | RegisterDelegatedAdministratorCommandInput | RemoveAccountFromOrganizationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateOrganizationalUnitCommandInput | UpdatePolicyCommandInput;
|
|
62
|
+
export declare type ServiceOutputTypes = AcceptHandshakeCommandOutput | AttachPolicyCommandOutput | CancelHandshakeCommandOutput | CloseAccountCommandOutput | CreateAccountCommandOutput | CreateGovCloudAccountCommandOutput | CreateOrganizationCommandOutput | CreateOrganizationalUnitCommandOutput | CreatePolicyCommandOutput | DeclineHandshakeCommandOutput | DeleteOrganizationCommandOutput | DeleteOrganizationalUnitCommandOutput | DeletePolicyCommandOutput | DeregisterDelegatedAdministratorCommandOutput | DescribeAccountCommandOutput | DescribeCreateAccountStatusCommandOutput | DescribeEffectivePolicyCommandOutput | DescribeHandshakeCommandOutput | DescribeOrganizationCommandOutput | DescribeOrganizationalUnitCommandOutput | DescribePolicyCommandOutput | 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 | RegisterDelegatedAdministratorCommandOutput | RemoveAccountFromOrganizationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateOrganizationalUnitCommandOutput | UpdatePolicyCommandOutput;
|
|
62
63
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
63
64
|
/**
|
|
64
65
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -177,39 +178,39 @@ declare type OrganizationsClientResolvedConfigType = __SmithyResolvedConfigurati
|
|
|
177
178
|
export interface OrganizationsClientResolvedConfig extends OrganizationsClientResolvedConfigType {
|
|
178
179
|
}
|
|
179
180
|
/**
|
|
180
|
-
* <p>
|
|
181
|
-
* into an <i>organization</i> and centrally manage your
|
|
182
|
-
* resources.</p>
|
|
183
|
-
* <p>This guide provides descriptions of the Organizations operations. For more
|
|
184
|
-
* using this service, see the <a href="
|
|
181
|
+
* <p>Organizations is a web service that enables you to consolidate your multiple
|
|
182
|
+
* Amazon Web Services accounts into an <i>organization</i> and centrally manage your
|
|
183
|
+
* accounts and their resources.</p>
|
|
184
|
+
* <p>This guide provides descriptions of the Organizations operations. For more
|
|
185
|
+
* information about using this service, see the <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html">Organizations User Guide</a>.</p>
|
|
185
186
|
* <p>
|
|
186
|
-
* <b>Support and feedback for
|
|
187
|
+
* <b>Support and feedback for Organizations</b>
|
|
187
188
|
* </p>
|
|
188
189
|
* <p>We welcome your feedback. Send your comments to <a href="mailto:feedback-awsorganizations@amazon.com">feedback-awsorganizations@amazon.com</a> or post your feedback and questions in
|
|
189
|
-
* the <a href="http://forums.aws.amazon.com/forum.jspa?forumID=219">
|
|
190
|
-
* more information about the
|
|
190
|
+
* the <a href="http://forums.aws.amazon.com/forum.jspa?forumID=219">Organizations support forum</a>. For
|
|
191
|
+
* more information about the Amazon Web Services support forums, see <a href="http://forums.aws.amazon.com/help.jspa">Forums Help</a>.</p>
|
|
191
192
|
* <p>
|
|
192
|
-
* <b>Endpoint to call When using the
|
|
193
|
+
* <b>Endpoint to call When using the CLI or the Amazon Web Services
|
|
193
194
|
* SDK</b>
|
|
194
195
|
* </p>
|
|
195
|
-
* <p>For the current release of Organizations, specify the <code>us-east-1</code> region
|
|
196
|
-
*
|
|
197
|
-
* calling from one of the
|
|
198
|
-
*
|
|
199
|
-
* commands:</p>
|
|
196
|
+
* <p>For the current release of Organizations, specify the <code>us-east-1</code> region
|
|
197
|
+
* for all Amazon Web Services API and CLI calls made from the commercial Amazon Web Services Regions outside of
|
|
198
|
+
* China. If calling from one of the Amazon Web Services Regions in China, then specify
|
|
199
|
+
* <code>cn-northwest-1</code>. You can do this in the CLI by using these parameters
|
|
200
|
+
* and commands:</p>
|
|
200
201
|
* <ul>
|
|
201
202
|
* <li>
|
|
202
203
|
* <p>Use the following parameter with each command to specify both the endpoint and
|
|
203
204
|
* its region:</p>
|
|
204
205
|
* <p>
|
|
205
206
|
* <code>--endpoint-url https://organizations.us-east-1.amazonaws.com</code>
|
|
206
|
-
* <i>(from commercial
|
|
207
|
+
* <i>(from commercial Amazon Web Services Regions outside of China)</i>
|
|
207
208
|
* </p>
|
|
208
209
|
* <p>or</p>
|
|
209
210
|
* <p>
|
|
210
211
|
* <code>--endpoint-url
|
|
211
212
|
* https://organizations.cn-northwest-1.amazonaws.com.cn</code>
|
|
212
|
-
* <i>(from
|
|
213
|
+
* <i>(from Amazon Web Services Regions in China)</i>
|
|
213
214
|
* </p>
|
|
214
215
|
* </li>
|
|
215
216
|
* <li>
|
|
@@ -217,37 +218,38 @@ export interface OrganizationsClientResolvedConfig extends OrganizationsClientRe
|
|
|
217
218
|
* command:</p>
|
|
218
219
|
* <p>
|
|
219
220
|
* <code>aws configure set default.region us-east-1</code>
|
|
220
|
-
* <i>(from commercial
|
|
221
|
+
* <i>(from commercial Amazon Web Services Regions outside of China)</i>
|
|
221
222
|
* </p>
|
|
222
223
|
* <p>or</p>
|
|
223
224
|
* <p>
|
|
224
225
|
* <code>aws configure set default.region cn-northwest-1</code>
|
|
225
|
-
* <i>(from
|
|
226
|
+
* <i>(from Amazon Web Services Regions in China)</i>
|
|
226
227
|
* </p>
|
|
227
228
|
* </li>
|
|
228
229
|
* <li>
|
|
229
230
|
* <p>Use the following parameter with each command to specify the endpoint:</p>
|
|
230
231
|
* <p>
|
|
231
232
|
* <code>--region us-east-1</code>
|
|
232
|
-
* <i>(from commercial
|
|
233
|
+
* <i>(from commercial Amazon Web Services Regions outside of China)</i>
|
|
233
234
|
* </p>
|
|
234
235
|
* <p>or</p>
|
|
235
236
|
* <p>
|
|
236
237
|
* <code>--region cn-northwest-1</code>
|
|
237
|
-
* <i>(from
|
|
238
|
+
* <i>(from Amazon Web Services Regions in China)</i>
|
|
238
239
|
* </p>
|
|
239
240
|
* </li>
|
|
240
241
|
* </ul>
|
|
241
242
|
* <p>
|
|
242
243
|
* <b>Recording API Requests</b>
|
|
243
244
|
* </p>
|
|
244
|
-
* <p>
|
|
245
|
-
* account and delivers log files to an Amazon S3 bucket. By using information collected
|
|
246
|
-
*
|
|
247
|
-
* and when, and so on. For more about
|
|
248
|
-
*
|
|
249
|
-
*
|
|
250
|
-
*
|
|
245
|
+
* <p>Organizations supports CloudTrail, a service that records Amazon Web Services API calls for your
|
|
246
|
+
* Amazon Web Services account and delivers log files to an Amazon S3 bucket. By using information collected
|
|
247
|
+
* by CloudTrail, you can determine which requests the Organizations service received, who made the
|
|
248
|
+
* request and when, and so on. For more about Organizations and its support for CloudTrail, see
|
|
249
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_incident-response.html#orgs_cloudtrail-integration">Logging
|
|
250
|
+
* Organizations Events with CloudTrail</a> in the <i>Organizations User Guide</i>.
|
|
251
|
+
* To learn more about CloudTrail, including how to turn it on and find your log files, see the
|
|
252
|
+
* <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html">CloudTrail User Guide</a>.</p>
|
|
251
253
|
*/
|
|
252
254
|
export declare class OrganizationsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, OrganizationsClientResolvedConfig> {
|
|
253
255
|
/**
|
|
@@ -19,19 +19,20 @@ export interface AcceptHandshakeCommandOutput extends AcceptHandshakeResponse, _
|
|
|
19
19
|
* <p>The user who calls the API for an invitation to join must have the
|
|
20
20
|
* <code>organizations:AcceptHandshake</code> permission. If you enabled all
|
|
21
21
|
* features in the organization, the user must also have the
|
|
22
|
-
* <code>iam:CreateServiceLinkedRole</code> permission so that
|
|
22
|
+
* <code>iam:CreateServiceLinkedRole</code> permission so that Organizations can
|
|
23
23
|
* create the required service-linked role named <code>AWSServiceRoleForOrganizations</code>. For
|
|
24
|
-
* more information, see <a href="
|
|
25
|
-
* <i>
|
|
24
|
+
* more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integration_services.html#orgs_integration_service-linked-roles">Organizations and Service-Linked Roles</a> in the
|
|
25
|
+
* <i>Organizations User Guide</i>.</p>
|
|
26
26
|
* </li>
|
|
27
27
|
* <li>
|
|
28
28
|
* <p>
|
|
29
29
|
* <b>Enable all features final confirmation</b>
|
|
30
30
|
* handshake: only a principal from the management account.</p>
|
|
31
|
-
* <p>For more information about invitations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_invites.html">Inviting an
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
* the <
|
|
31
|
+
* <p>For more information about invitations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_invites.html">Inviting an
|
|
32
|
+
* Amazon Web Services account to join your organization</a> in the
|
|
33
|
+
* <i>Organizations User Guide.</i> For more information about requests to
|
|
34
|
+
* enable all features in the organization, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html">Enabling all features in your organization</a> in
|
|
35
|
+
* the <i>Organizations User Guide.</i>
|
|
35
36
|
* </p>
|
|
36
37
|
* </li>
|
|
37
38
|
* </ul>
|
|
@@ -9,7 +9,7 @@ export interface AttachPolicyCommandOutput extends __MetadataBearer {
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Attaches a policy to a root, an organizational unit (OU), or an individual account.
|
|
11
11
|
* How the policy affects accounts depends on the type of policy. Refer to the
|
|
12
|
-
* <i>
|
|
12
|
+
* <i>Organizations User Guide</i> for information about each policy type:</p>
|
|
13
13
|
* <ul>
|
|
14
14
|
* <li>
|
|
15
15
|
* <p>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CloseAccountRequest } from "../models/models_0";
|
|
4
|
+
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
5
|
+
export interface CloseAccountCommandInput extends CloseAccountRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CloseAccountCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Closes an Amazon Web Services account that is now a part of an Organizations, either created within the organization, or invited to join the organization.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { OrganizationsClient, CloseAccountCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
15
|
+
* // const { OrganizationsClient, CloseAccountCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
16
|
+
* const client = new OrganizationsClient(config);
|
|
17
|
+
* const command = new CloseAccountCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link CloseAccountCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link CloseAccountCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class CloseAccountCommand extends $Command<CloseAccountCommandInput, CloseAccountCommandOutput, OrganizationsClientResolvedConfig> {
|
|
27
|
+
readonly input: CloseAccountCommandInput;
|
|
28
|
+
constructor(input: CloseAccountCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CloseAccountCommandInput, CloseAccountCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -7,8 +7,8 @@ export interface CreateAccountCommandInput extends CreateAccountRequest {
|
|
|
7
7
|
export interface CreateAccountCommandOutput extends CreateAccountResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates an
|
|
11
|
-
* credentials made the request. This is an asynchronous request that
|
|
10
|
+
* <p>Creates an Amazon Web Services account that is automatically a member of the organization whose
|
|
11
|
+
* credentials made the request. This is an asynchronous request that Amazon Web Services performs in the
|
|
12
12
|
* background. Because <code>CreateAccount</code> operates asynchronously, it can return a
|
|
13
13
|
* successful completion message even though account initialization might still be in
|
|
14
14
|
* progress. You might need to wait a few minutes before you can successfully access the
|
|
@@ -19,59 +19,56 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
|
|
|
19
19
|
* response element from this operation to provide as a parameter to the <a>DescribeCreateAccountStatus</a> operation.</p>
|
|
20
20
|
* </li>
|
|
21
21
|
* <li>
|
|
22
|
-
* <p>Check the
|
|
23
|
-
* information on using
|
|
24
|
-
* <i>
|
|
22
|
+
* <p>Check the CloudTrail log for the <code>CreateAccountResult</code> event. For
|
|
23
|
+
* information on using CloudTrail with Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_security_incident-response.html#orgs_cloudtrail-integration">Logging and monitoring in Organizations</a> in the
|
|
24
|
+
* <i>Organizations User Guide.</i>
|
|
25
25
|
* </p>
|
|
26
26
|
* </li>
|
|
27
27
|
* </ul>
|
|
28
28
|
* <p>The user who calls the API to create an account must have the
|
|
29
29
|
* <code>organizations:CreateAccount</code> permission. If you enabled all features in
|
|
30
|
-
* the organization,
|
|
31
|
-
* <code>AWSServiceRoleForOrganizations</code>. For more information, see <a href="
|
|
32
|
-
* <i>
|
|
30
|
+
* the organization, Organizations creates the required service-linked role named
|
|
31
|
+
* <code>AWSServiceRoleForOrganizations</code>. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_integrate_services-using_slrs">Organizations and Service-Linked Roles</a> in the
|
|
32
|
+
* <i>Organizations User Guide</i>.</p>
|
|
33
33
|
* <p>If the request includes tags, then the requester must have the
|
|
34
34
|
* <code>organizations:TagResource</code> permission.</p>
|
|
35
|
-
* <p>
|
|
35
|
+
* <p>Organizations preconfigures the new member account with a role (named
|
|
36
36
|
* <code>OrganizationAccountAccessRole</code> by default) that grants users in the
|
|
37
37
|
* management account administrator permissions in the new member account. Principals in
|
|
38
|
-
* the management account can assume the role.
|
|
38
|
+
* the management account can assume the role. Organizations clones the company name and address
|
|
39
39
|
* information for the new account from the organization's management account.</p>
|
|
40
40
|
* <p>This operation can be called only from the organization's management account.</p>
|
|
41
|
-
* <p>For more information about creating accounts, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html">Creating
|
|
42
|
-
*
|
|
43
|
-
* <i>AWS Organizations User Guide.</i>
|
|
41
|
+
* <p>For more information about creating accounts, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html">Creating an Amazon Web Services account in
|
|
42
|
+
* Your Organization</a> in the <i>Organizations User Guide.</i>
|
|
44
43
|
* </p>
|
|
45
44
|
* <important>
|
|
46
45
|
* <ul>
|
|
47
46
|
* <li>
|
|
48
|
-
* <p>When you create an account in an organization using the
|
|
49
|
-
* API, or CLI commands, the information required for the account to operate
|
|
50
|
-
* a standalone account, such as a payment method and signing the end user
|
|
47
|
+
* <p>When you create an account in an organization using the Organizations console,
|
|
48
|
+
* API, or CLI commands, the information required for the account to operate
|
|
49
|
+
* as a standalone account, such as a payment method and signing the end user
|
|
51
50
|
* license agreement (EULA) is <i>not</i> automatically
|
|
52
51
|
* collected. If you must remove an account from your organization later, you
|
|
53
52
|
* can do so only after you provide the missing information. Follow the steps
|
|
54
|
-
* at <a href="
|
|
55
|
-
* <i>
|
|
53
|
+
* at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info"> To leave an organization as a member account</a> in the
|
|
54
|
+
* <i>Organizations User Guide</i>.</p>
|
|
56
55
|
* </li>
|
|
57
56
|
* <li>
|
|
58
57
|
* <p>If you get an exception that indicates that you exceeded your account
|
|
59
|
-
* limits for the organization, contact <a href="https://console.aws.amazon.com/support/home#/">
|
|
58
|
+
* limits for the organization, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
|
|
60
59
|
* </li>
|
|
61
60
|
* <li>
|
|
62
61
|
* <p>If you get an exception that indicates that the operation failed because
|
|
63
62
|
* your organization is still initializing, wait one hour and then try again.
|
|
64
|
-
* If the error persists, contact <a href="https://console.aws.amazon.com/support/home#/">
|
|
65
|
-
* Support</a>.</p>
|
|
63
|
+
* If the error persists, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
|
|
66
64
|
* </li>
|
|
67
65
|
* <li>
|
|
68
66
|
* <p>Using <code>CreateAccount</code> to create multiple temporary accounts
|
|
69
|
-
* isn't recommended. You can only close an account from the Billing and Cost
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
74
|
-
* <i>AWS Organizations User Guide</i>.</p>
|
|
67
|
+
* isn't recommended. You can only close an account from the Billing and Cost Management console, and
|
|
68
|
+
* you must be signed in as the root user. For information on the requirements
|
|
69
|
+
* and process for closing an account, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html">Closing an
|
|
70
|
+
* Amazon Web Services account</a> in the
|
|
71
|
+
* <i>Organizations User Guide</i>.</p>
|
|
75
72
|
* </li>
|
|
76
73
|
* </ul>
|
|
77
74
|
* </important>
|
|
@@ -10,13 +10,13 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
10
10
|
* <p>This action is available if all of the following are true:</p>
|
|
11
11
|
* <ul>
|
|
12
12
|
* <li>
|
|
13
|
-
* <p>You're authorized to create accounts in the
|
|
14
|
-
* more information on the
|
|
15
|
-
* <i>
|
|
13
|
+
* <p>You're authorized to create accounts in the Amazon Web Services GovCloud (US) Region. For
|
|
14
|
+
* more information on the Amazon Web Services GovCloud (US) Region, see the <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/welcome.html">
|
|
15
|
+
* <i>Amazon Web Services GovCloud User Guide</i>.</a>
|
|
16
16
|
* </p>
|
|
17
17
|
* </li>
|
|
18
18
|
* <li>
|
|
19
|
-
* <p>You already have an account in the
|
|
19
|
+
* <p>You already have an account in the Amazon Web Services GovCloud (US) Region that is paired
|
|
20
20
|
* with a management account of an organization in the commercial Region.</p>
|
|
21
21
|
* </li>
|
|
22
22
|
* <li>
|
|
@@ -28,20 +28,20 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
28
28
|
* </p>
|
|
29
29
|
* </li>
|
|
30
30
|
* </ul>
|
|
31
|
-
* <p>
|
|
32
|
-
* <code>AWSServiceRoleForOrganizations</code>. For more information, see <a href="
|
|
33
|
-
* <i>
|
|
31
|
+
* <p>Organizations automatically creates the required service-linked role named
|
|
32
|
+
* <code>AWSServiceRoleForOrganizations</code>. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_integrate_services-using_slrs">Organizations and Service-Linked Roles</a> in the
|
|
33
|
+
* <i>Organizations User Guide.</i>
|
|
34
34
|
* </p>
|
|
35
|
-
* <p>
|
|
35
|
+
* <p>Amazon Web Services automatically enables CloudTrail for Amazon Web Services GovCloud (US) accounts, but you should also
|
|
36
36
|
* do the following:</p>
|
|
37
37
|
* <ul>
|
|
38
38
|
* <li>
|
|
39
|
-
* <p>Verify that
|
|
39
|
+
* <p>Verify that CloudTrail is enabled to store logs.</p>
|
|
40
40
|
* </li>
|
|
41
41
|
* <li>
|
|
42
|
-
* <p>Create an S3 bucket for
|
|
43
|
-
* <p>For more information, see <a href="
|
|
44
|
-
* Enabled</a> in the <i>
|
|
42
|
+
* <p>Create an Amazon S3 bucket for CloudTrail log storage.</p>
|
|
43
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/verifying-cloudtrail.html">Verifying CloudTrail Is
|
|
44
|
+
* Enabled</a> in the <i>Amazon Web Services GovCloud User Guide</i>.
|
|
45
45
|
* </p>
|
|
46
46
|
* </li>
|
|
47
47
|
* </ul>
|
|
@@ -51,14 +51,14 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
51
51
|
* account itself. To add tags to the GovCloud account, call the <a>TagResource</a> operation in the GovCloud Region after the new GovCloud
|
|
52
52
|
* account exists.</p>
|
|
53
53
|
* <p>You call this action from the management account of your organization in the
|
|
54
|
-
* commercial Region to create a standalone
|
|
54
|
+
* commercial Region to create a standalone Amazon Web Services account in the Amazon Web Services GovCloud (US)
|
|
55
55
|
* Region. After the account is created, the management account of an organization in the
|
|
56
|
-
*
|
|
57
|
-
* inviting standalone accounts in the
|
|
58
|
-
* <a href="
|
|
59
|
-
*
|
|
56
|
+
* Amazon Web Services GovCloud (US) Region can invite it to that organization. For more information on
|
|
57
|
+
* inviting standalone accounts in the Amazon Web Services GovCloud (US) to join an organization, see
|
|
58
|
+
* <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">Organizations</a> in the
|
|
59
|
+
* <i>Amazon Web Services GovCloud User Guide.</i>
|
|
60
60
|
* </p>
|
|
61
|
-
* <p>Calling <code>CreateGovCloudAccount</code> is an asynchronous request that
|
|
61
|
+
* <p>Calling <code>CreateGovCloudAccount</code> is an asynchronous request that Amazon Web Services
|
|
62
62
|
* performs in the background. Because <code>CreateGovCloudAccount</code> operates
|
|
63
63
|
* asynchronously, it can return a successful completion message even though account
|
|
64
64
|
* initialization might still be in progress. You might need to wait a few minutes before
|
|
@@ -71,63 +71,62 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
71
71
|
* operation.</p>
|
|
72
72
|
* </li>
|
|
73
73
|
* <li>
|
|
74
|
-
* <p>Check the
|
|
75
|
-
* information on using
|
|
76
|
-
* Organization</a> in the <i>
|
|
74
|
+
* <p>Check the CloudTrail log for the <code>CreateAccountResult</code> event. For
|
|
75
|
+
* information on using CloudTrail with Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_monitoring.html">Monitoring the Activity in Your
|
|
76
|
+
* Organization</a> in the <i>Organizations User Guide.</i>
|
|
77
77
|
* </p>
|
|
78
78
|
* </li>
|
|
79
79
|
* </ul>
|
|
80
80
|
* <p></p>
|
|
81
81
|
* <p>When you call the <code>CreateGovCloudAccount</code> action, you create two accounts:
|
|
82
|
-
* a standalone account in the
|
|
82
|
+
* a standalone account in the Amazon Web Services GovCloud (US) Region and an associated account in the
|
|
83
83
|
* commercial Region for billing and support purposes. The account in the commercial Region
|
|
84
84
|
* is automatically a member of the organization whose credentials made the request. Both
|
|
85
85
|
* accounts are associated with the same email address.</p>
|
|
86
86
|
* <p>A role is created in the new account in the commercial Region that allows the
|
|
87
|
-
* management account in the organization in the commercial Region to assume it. An
|
|
87
|
+
* management account in the organization in the commercial Region to assume it. An Amazon Web Services
|
|
88
88
|
* GovCloud (US) account is then created and associated with the commercial account that
|
|
89
|
-
* you just created. A role is also created in the new
|
|
90
|
-
* be assumed by the
|
|
89
|
+
* you just created. A role is also created in the new Amazon Web Services GovCloud (US) account that can
|
|
90
|
+
* be assumed by the Amazon Web Services GovCloud (US) account that is associated with the management
|
|
91
91
|
* account of the commercial organization. For more information and to view a diagram that
|
|
92
|
-
* explains how account access works, see <a href="
|
|
93
|
-
* <i>
|
|
92
|
+
* explains how account access works, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">Organizations</a> in the
|
|
93
|
+
* <i>Amazon Web Services GovCloud User Guide.</i>
|
|
94
94
|
* </p>
|
|
95
95
|
*
|
|
96
96
|
*
|
|
97
97
|
* <p>For more information about creating accounts, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html">Creating
|
|
98
|
-
* an
|
|
99
|
-
* <i>
|
|
98
|
+
* an Amazon Web Services account in Your Organization</a> in the
|
|
99
|
+
* <i>Organizations User Guide.</i>
|
|
100
100
|
* </p>
|
|
101
101
|
* <important>
|
|
102
102
|
* <ul>
|
|
103
103
|
* <li>
|
|
104
|
-
* <p>When you create an account in an organization using the
|
|
104
|
+
* <p>When you create an account in an organization using the Organizations console,
|
|
105
105
|
* API, or CLI commands, the information required for the account to operate as
|
|
106
106
|
* a standalone account is <i>not</i> automatically collected.
|
|
107
107
|
* This includes a payment method and signing the end user license agreement
|
|
108
108
|
* (EULA). If you must remove an account from your organization later, you can
|
|
109
109
|
* do so only after you provide the missing information. Follow the steps at
|
|
110
|
-
* <a href="
|
|
111
|
-
* <i>
|
|
110
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info"> To leave an organization as a member account</a> in the
|
|
111
|
+
* <i>Organizations User Guide.</i>
|
|
112
112
|
* </p>
|
|
113
113
|
* </li>
|
|
114
114
|
* <li>
|
|
115
115
|
* <p>If you get an exception that indicates that you exceeded your account
|
|
116
|
-
* limits for the organization, contact <a href="https://console.aws.amazon.com/support/home#/">
|
|
116
|
+
* limits for the organization, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
|
|
117
117
|
* </li>
|
|
118
118
|
* <li>
|
|
119
119
|
* <p>If you get an exception that indicates that the operation failed because
|
|
120
120
|
* your organization is still initializing, wait one hour and then try again.
|
|
121
|
-
* If the error persists, contact <a href="https://console.aws.amazon.com/support/home#/">
|
|
122
|
-
* Support</a>.</p>
|
|
121
|
+
* If the error persists, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
|
|
123
122
|
* </li>
|
|
124
123
|
* <li>
|
|
125
124
|
* <p>Using <code>CreateGovCloudAccount</code> to create multiple temporary
|
|
126
|
-
* accounts isn't recommended. You can only close an account from the
|
|
127
|
-
* Billing and Cost Management console, and you must be signed in as the root
|
|
128
|
-
*
|
|
129
|
-
*
|
|
130
|
-
*
|
|
125
|
+
* accounts isn't recommended. You can only close an account from the Amazon Web Services
|
|
126
|
+
* Billing and Cost Management console, and you must be signed in as the root user. For information on
|
|
127
|
+
* the requirements and process for closing an account, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html">Closing an
|
|
128
|
+
* Amazon Web Services account</a> in the
|
|
129
|
+
* <i>Organizations User Guide</i>.</p>
|
|
131
130
|
* </li>
|
|
132
131
|
* </ul>
|
|
133
132
|
* </important>
|
|
@@ -7,7 +7,7 @@ export interface CreateOrganizationCommandInput extends CreateOrganizationReques
|
|
|
7
7
|
export interface CreateOrganizationCommandOutput extends CreateOrganizationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates an
|
|
10
|
+
* <p>Creates an Amazon Web Services organization. The account whose user is calling the
|
|
11
11
|
* <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>
|
|
12
12
|
* <p>This operation must be called using credentials from the account that is to become the
|
|
13
13
|
* new organization's management account. The principal must also have the relevant IAM
|
|
@@ -13,7 +13,7 @@ export interface CreateOrganizationalUnitCommandOutput extends CreateOrganizatio
|
|
|
13
13
|
* upon the policy types enabled for that root. For service control policies, the limit is
|
|
14
14
|
* five.</p>
|
|
15
15
|
* <p>For more information about OUs, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_ous.html">Managing Organizational Units</a> in the
|
|
16
|
-
* <i>
|
|
16
|
+
* <i>Organizations User Guide.</i>
|
|
17
17
|
* </p>
|
|
18
18
|
* <p>If the request includes tags, then the requester must have the
|
|
19
19
|
* <code>organizations:TagResource</code> permission.</p>
|
|
@@ -8,7 +8,7 @@ export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __Metad
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Creates a policy of a specified type that you can attach to a root, an organizational
|
|
11
|
-
* unit (OU), or an individual
|
|
11
|
+
* unit (OU), or an individual Amazon Web Services account.</p>
|
|
12
12
|
* <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
|
|
13
13
|
* Organization Policies</a>.</p>
|
|
14
14
|
* <p>If the request includes tags, then the requester must have the
|
|
@@ -7,18 +7,18 @@ export interface DeregisterDelegatedAdministratorCommandInput extends Deregister
|
|
|
7
7
|
export interface DeregisterDelegatedAdministratorCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Removes the specified member
|
|
11
|
-
* specified
|
|
10
|
+
* <p>Removes the specified member Amazon Web Services account as a delegated administrator for the
|
|
11
|
+
* specified Amazon Web Services service.</p>
|
|
12
12
|
* <important>
|
|
13
13
|
* <p>Deregistering a delegated administrator can have unintended impacts on the
|
|
14
|
-
* functionality of the enabled
|
|
14
|
+
* functionality of the enabled Amazon Web Services service. See the documentation for the enabled
|
|
15
15
|
* service before you deregister a delegated administrator so that you understand any
|
|
16
16
|
* potential impacts.</p>
|
|
17
17
|
* </important>
|
|
18
|
-
* <p>You can run this action only for
|
|
18
|
+
* <p>You can run this action only for Amazon Web Services services that support this
|
|
19
19
|
* feature. For a current list of services that support it, see the column <i>Supports
|
|
20
|
-
* Delegated Administrator</i> in the table at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services_list.html">
|
|
21
|
-
*
|
|
20
|
+
* Delegated Administrator</i> in the table at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services_list.html">Amazon Web Services Services that you can use with
|
|
21
|
+
* Organizations</a> in the <i>Organizations User Guide.</i>
|
|
22
22
|
* </p>
|
|
23
23
|
* <p>This operation can be called only from the organization's management account.</p>
|
|
24
24
|
* @example
|
|
@@ -7,9 +7,9 @@ export interface DescribeAccountCommandInput extends DescribeAccountRequest {
|
|
|
7
7
|
export interface DescribeAccountCommandOutput extends DescribeAccountResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Retrieves
|
|
10
|
+
* <p>Retrieves Organizations-related information about the specified account.</p>
|
|
11
11
|
* <p>This operation can be called only from the organization's
|
|
12
|
-
* management account or by a member account that is a delegated administrator for an
|
|
12
|
+
* management account or by a member account that is a delegated administrator for an Amazon Web Services service.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface DescribeCreateAccountStatusCommandOutput extends DescribeCreate
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Retrieves the current status of an asynchronous request to create an account.</p>
|
|
11
11
|
* <p>This operation can be called only from the organization's
|
|
12
|
-
* management account or by a member account that is a delegated administrator for an
|
|
12
|
+
* management account or by a member account that is a delegated administrator for an Amazon Web Services service.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -13,10 +13,10 @@ export interface DescribeEffectivePolicyCommandOutput extends DescribeEffectiveP
|
|
|
13
13
|
* account.</p>
|
|
14
14
|
* <p>This operation applies only to policy types <i>other</i> than service
|
|
15
15
|
* control policies (SCPs).</p>
|
|
16
|
-
* <p>For more information about policy inheritance, see <a href="
|
|
17
|
-
* Works</a> in the <i>
|
|
16
|
+
* <p>For more information about policy inheritance, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies-inheritance.html">How Policy Inheritance
|
|
17
|
+
* Works</a> in the <i>Organizations User Guide</i>.</p>
|
|
18
18
|
* <p>This operation can be called only from the organization's
|
|
19
|
-
* management account or by a member account that is a delegated administrator for an
|
|
19
|
+
* management account or by a member account that is a delegated administrator for an Amazon Web Services service.</p>
|
|
20
20
|
* @example
|
|
21
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
22
22
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface DescribeOrganizationalUnitCommandOutput extends DescribeOrganiz
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Retrieves information about an organizational unit (OU).</p>
|
|
11
11
|
* <p>This operation can be called only from the organization's
|
|
12
|
-
* management account or by a member account that is a delegated administrator for an
|
|
12
|
+
* management account or by a member account that is a delegated administrator for an Amazon Web Services service.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface DescribePolicyCommandOutput extends DescribePolicyResponse, __M
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Retrieves information about a policy.</p>
|
|
11
11
|
* <p>This operation can be called only from the organization's
|
|
12
|
-
* management account or by a member account that is a delegated administrator for an
|
|
12
|
+
* management account or by a member account that is a delegated administrator for an Amazon Web Services service.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|