@aws-sdk/client-organizations 3.533.0 → 3.540.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-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/Organizations.d.ts +15 -1
- package/dist-types/OrganizationsClient.d.ts +1 -1
- package/dist-types/commands/AcceptHandshakeCommand.d.ts +2 -1
- package/dist-types/commands/AttachPolicyCommand.d.ts +2 -1
- package/dist-types/commands/CancelHandshakeCommand.d.ts +2 -1
- package/dist-types/commands/CloseAccountCommand.d.ts +2 -1
- package/dist-types/commands/CreateAccountCommand.d.ts +2 -1
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +2 -1
- package/dist-types/commands/CreateOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +2 -1
- package/dist-types/commands/CreatePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeclineHandshakeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +2 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHandshakeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +2 -1
- package/dist-types/commands/DescribePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DetachPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +2 -1
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +2 -1
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +2 -1
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +2 -1
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +2 -1
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/ListAccountsCommand.d.ts +2 -1
- package/dist-types/commands/ListAccountsForParentCommand.d.ts +2 -1
- package/dist-types/commands/ListChildrenCommand.d.ts +2 -1
- package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +2 -1
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +2 -1
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +2 -1
- package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +2 -1
- package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +2 -1
- package/dist-types/commands/ListParentsCommand.d.ts +2 -1
- package/dist-types/commands/ListPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +2 -1
- package/dist-types/commands/ListRootsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +2 -1
- package/dist-types/commands/MoveAccountCommand.d.ts +2 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +2 -1
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePolicyCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +319 -319
- package/dist-types/ts3.4/Organizations.d.ts +14 -0
- package/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CloseAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListParentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRootsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface DescribeOrganizationalUnitCommandOutput extends DescribeOrganiz
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeOrganizationalUnitCommand_base: {
|
|
24
24
|
new (input: DescribeOrganizationalUnitCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationalUnitCommandInput, DescribeOrganizationalUnitCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeOrganizationalUnitCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationalUnitCommandInput, DescribeOrganizationalUnitCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves information about an organizational unit (OU).</p>
|
|
30
30
|
* <p>This operation can be called only from the organization's
|
|
31
31
|
* management account or by a member account that is a delegated administrator for an Amazon Web Services service.</p>
|
|
@@ -187,6 +187,7 @@ declare const DescribeOrganizationalUnitCommand_base: {
|
|
|
187
187
|
* @throws {@link OrganizationsServiceException}
|
|
188
188
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
189
189
|
*
|
|
190
|
+
* @public
|
|
190
191
|
* @example To get information about an organizational unit
|
|
191
192
|
* ```javascript
|
|
192
193
|
* // The following example shows how to request details about an OU:/n/n
|
|
@@ -22,10 +22,10 @@ export interface DescribePolicyCommandOutput extends DescribePolicyResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribePolicyCommand_base: {
|
|
24
24
|
new (input: DescribePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePolicyCommandInput, DescribePolicyCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePolicyCommandInput, DescribePolicyCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves information about a policy.</p>
|
|
30
30
|
* <p>This operation can be called only from the organization's
|
|
31
31
|
* management account or by a member account that is a delegated administrator for an Amazon Web Services service.</p>
|
|
@@ -195,6 +195,7 @@ declare const DescribePolicyCommand_base: {
|
|
|
195
195
|
* @throws {@link OrganizationsServiceException}
|
|
196
196
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
197
197
|
*
|
|
198
|
+
* @public
|
|
198
199
|
* @example To get information about a policy
|
|
199
200
|
* ```javascript
|
|
200
201
|
* // The following example shows how to request information about a policy:/n/n
|
|
@@ -22,10 +22,10 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeResourcePolicyCommand_base: {
|
|
24
24
|
new (input: DescribeResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeResourcePolicyCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves information about a resource policy.</p>
|
|
30
30
|
* <p>This operation can be called only from the organization's
|
|
31
31
|
* management account or by a member account that is a delegated administrator for an Amazon Web Services service.</p>
|
|
@@ -283,6 +283,7 @@ declare const DescribeResourcePolicyCommand_base: {
|
|
|
283
283
|
* @throws {@link OrganizationsServiceException}
|
|
284
284
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
285
285
|
*
|
|
286
|
+
* @public
|
|
286
287
|
*/
|
|
287
288
|
export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {
|
|
288
289
|
}
|
|
@@ -22,10 +22,10 @@ export interface DetachPolicyCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DetachPolicyCommand_base: {
|
|
24
24
|
new (input: DetachPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DetachPolicyCommandInput, DetachPolicyCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DetachPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DetachPolicyCommandInput, DetachPolicyCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Detaches a policy from a target root, organizational unit (OU), or account.</p>
|
|
30
30
|
* <important>
|
|
31
31
|
* <p>If the policy being detached is a service control policy (SCP), the changes to
|
|
@@ -410,6 +410,7 @@ declare const DetachPolicyCommand_base: {
|
|
|
410
410
|
* @throws {@link OrganizationsServiceException}
|
|
411
411
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
412
412
|
*
|
|
413
|
+
* @public
|
|
413
414
|
* @example To detach a policy from a root, OU, or account
|
|
414
415
|
* ```javascript
|
|
415
416
|
* // The following example shows how to detach a policy from an OU:/n/n
|
|
@@ -22,10 +22,10 @@ export interface DisableAWSServiceAccessCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisableAWSServiceAccessCommand_base: {
|
|
24
24
|
new (input: DisableAWSServiceAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DisableAWSServiceAccessCommandInput, DisableAWSServiceAccessCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisableAWSServiceAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DisableAWSServiceAccessCommandInput, DisableAWSServiceAccessCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disables the integration of an Amazon Web Services service (the service that is specified by
|
|
30
30
|
* <code>ServicePrincipal</code>) with Organizations. When you disable integration, the
|
|
31
31
|
* 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
|
|
@@ -434,6 +434,7 @@ declare const DisableAWSServiceAccessCommand_base: {
|
|
|
434
434
|
* @throws {@link OrganizationsServiceException}
|
|
435
435
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
436
436
|
*
|
|
437
|
+
* @public
|
|
437
438
|
*/
|
|
438
439
|
export declare class DisableAWSServiceAccessCommand extends DisableAWSServiceAccessCommand_base {
|
|
439
440
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisablePolicyTypeCommandOutput extends DisablePolicyTypeRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisablePolicyTypeCommand_base: {
|
|
24
24
|
new (input: DisablePolicyTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DisablePolicyTypeCommandInput, DisablePolicyTypeCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisablePolicyTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DisablePolicyTypeCommandInput, DisablePolicyTypeCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disables an organizational policy type in a root. A policy of a certain type can be
|
|
30
30
|
* attached to entities in a root only if that type is enabled in the root. After you
|
|
31
31
|
* perform this operation, you no longer can attach policies of the specified type to that
|
|
@@ -417,6 +417,7 @@ declare const DisablePolicyTypeCommand_base: {
|
|
|
417
417
|
* @throws {@link OrganizationsServiceException}
|
|
418
418
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
419
419
|
*
|
|
420
|
+
* @public
|
|
420
421
|
* @example To disable a policy type in a root
|
|
421
422
|
* ```javascript
|
|
422
423
|
* // The following example shows how to disable the service control policy (SCP) policy type in a root. The response shows that the PolicyTypes response element no longer includes SERVICE_CONTROL_POLICY:/n/n
|
|
@@ -22,10 +22,10 @@ export interface EnableAWSServiceAccessCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const EnableAWSServiceAccessCommand_base: {
|
|
24
24
|
new (input: EnableAWSServiceAccessCommandInput): import("@smithy/smithy-client").CommandImpl<EnableAWSServiceAccessCommandInput, EnableAWSServiceAccessCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: EnableAWSServiceAccessCommandInput): import("@smithy/smithy-client").CommandImpl<EnableAWSServiceAccessCommandInput, EnableAWSServiceAccessCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Enables the integration of an Amazon Web Services service (the service that is specified by
|
|
30
30
|
* <code>ServicePrincipal</code>) with Organizations. When you enable integration, you allow
|
|
31
31
|
* 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
|
|
@@ -398,6 +398,7 @@ declare const EnableAWSServiceAccessCommand_base: {
|
|
|
398
398
|
* @throws {@link OrganizationsServiceException}
|
|
399
399
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
400
400
|
*
|
|
401
|
+
* @public
|
|
401
402
|
*/
|
|
402
403
|
export declare class EnableAWSServiceAccessCommand extends EnableAWSServiceAccessCommand_base {
|
|
403
404
|
}
|
|
@@ -22,10 +22,10 @@ export interface EnableAllFeaturesCommandOutput extends EnableAllFeaturesRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const EnableAllFeaturesCommand_base: {
|
|
24
24
|
new (input: EnableAllFeaturesCommandInput): import("@smithy/smithy-client").CommandImpl<EnableAllFeaturesCommandInput, EnableAllFeaturesCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [EnableAllFeaturesCommandInput]): import("@smithy/smithy-client").CommandImpl<EnableAllFeaturesCommandInput, EnableAllFeaturesCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Enables all features in an organization. This enables the use of organization policies
|
|
30
30
|
* that can restrict the services and actions that can be called in each account. Until you
|
|
31
31
|
* enable all features, you have access only to consolidated billing, and you can't use any
|
|
@@ -289,6 +289,7 @@ declare const EnableAllFeaturesCommand_base: {
|
|
|
289
289
|
* @throws {@link OrganizationsServiceException}
|
|
290
290
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
291
291
|
*
|
|
292
|
+
* @public
|
|
292
293
|
* @example To enable all features in an organization
|
|
293
294
|
* ```javascript
|
|
294
295
|
* // This example shows the administrator asking all the invited accounts in the organization to approve enabling all features in the organization. AWS Organizations sends an email to the address that is registered with every invited member account asking the owner to approve the change by accepting the handshake that is sent. After all invited member accounts accept the handshake, the organization administrator can finalize the change to enable all features, and those with appropriate permissions can create policies and apply them to roots, OUs, and accounts:/n/n
|
|
@@ -22,10 +22,10 @@ export interface EnablePolicyTypeCommandOutput extends EnablePolicyTypeResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const EnablePolicyTypeCommand_base: {
|
|
24
24
|
new (input: EnablePolicyTypeCommandInput): import("@smithy/smithy-client").CommandImpl<EnablePolicyTypeCommandInput, EnablePolicyTypeCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: EnablePolicyTypeCommandInput): import("@smithy/smithy-client").CommandImpl<EnablePolicyTypeCommandInput, EnablePolicyTypeCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Enables a policy type in a root. After you enable a policy type in a root, you can
|
|
30
30
|
* attach policies of that type to the root, any organizational unit (OU), or account in
|
|
31
31
|
* that root. You can undo this by using the <a>DisablePolicyType</a>
|
|
@@ -420,6 +420,7 @@ declare const EnablePolicyTypeCommand_base: {
|
|
|
420
420
|
* @throws {@link OrganizationsServiceException}
|
|
421
421
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
422
422
|
*
|
|
423
|
+
* @public
|
|
423
424
|
* @example To enable a policy type in a root
|
|
424
425
|
* ```javascript
|
|
425
426
|
* // The following example shows how to enable the service control policy (SCP) policy type in a root. The output shows a root object with a PolicyTypes response element showing that SCPs are now enabled:/n/n
|
|
@@ -22,10 +22,10 @@ export interface InviteAccountToOrganizationCommandOutput extends InviteAccountT
|
|
|
22
22
|
}
|
|
23
23
|
declare const InviteAccountToOrganizationCommand_base: {
|
|
24
24
|
new (input: InviteAccountToOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<InviteAccountToOrganizationCommandInput, InviteAccountToOrganizationCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: InviteAccountToOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<InviteAccountToOrganizationCommandInput, InviteAccountToOrganizationCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sends an invitation to another account to join your organization as a member account.
|
|
30
30
|
* Organizations sends email on your behalf to the email address that is associated with the
|
|
31
31
|
* other account's owner. The invitation is implemented as a <a>Handshake</a>
|
|
@@ -518,6 +518,7 @@ declare const InviteAccountToOrganizationCommand_base: {
|
|
|
518
518
|
* @throws {@link OrganizationsServiceException}
|
|
519
519
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
520
520
|
*
|
|
521
|
+
* @public
|
|
521
522
|
* @example To invite an account to join an organization
|
|
522
523
|
* ```javascript
|
|
523
524
|
* // The following example shows the admin of the master account owned by bill@example.com inviting the account owned by juan@example.com to join an organization.
|
|
@@ -21,10 +21,10 @@ export interface LeaveOrganizationCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
}
|
|
22
22
|
declare const LeaveOrganizationCommand_base: {
|
|
23
23
|
new (input: LeaveOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<LeaveOrganizationCommandInput, LeaveOrganizationCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
24
|
+
new (...[input]: [] | [LeaveOrganizationCommandInput]): import("@smithy/smithy-client").CommandImpl<LeaveOrganizationCommandInput, LeaveOrganizationCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
24
25
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
26
|
};
|
|
26
27
|
/**
|
|
27
|
-
* @public
|
|
28
28
|
* <p>Removes a member account from its parent organization. This version of the operation
|
|
29
29
|
* is performed by the account that wants to leave. To remove a member account as a user in
|
|
30
30
|
* the management account, use <a>RemoveAccountFromOrganization</a>
|
|
@@ -450,6 +450,7 @@ declare const LeaveOrganizationCommand_base: {
|
|
|
450
450
|
* @throws {@link OrganizationsServiceException}
|
|
451
451
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
452
452
|
*
|
|
453
|
+
* @public
|
|
453
454
|
* @example To leave an organization as a member account
|
|
454
455
|
* ```javascript
|
|
455
456
|
* // TThe following example shows how to remove your member account from an organization:
|
|
@@ -22,10 +22,10 @@ export interface ListAWSServiceAccessForOrganizationCommandOutput extends ListAW
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAWSServiceAccessForOrganizationCommand_base: {
|
|
24
24
|
new (input: ListAWSServiceAccessForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<ListAWSServiceAccessForOrganizationCommandInput, ListAWSServiceAccessForOrganizationCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListAWSServiceAccessForOrganizationCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAWSServiceAccessForOrganizationCommandInput, ListAWSServiceAccessForOrganizationCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of the Amazon Web Services services that you enabled to integrate with your
|
|
30
30
|
* organization. After a service on this list creates the resources that it requires for
|
|
31
31
|
* the integration, it can perform operations on your organization and its accounts.</p>
|
|
@@ -392,6 +392,7 @@ declare const ListAWSServiceAccessForOrganizationCommand_base: {
|
|
|
392
392
|
* @throws {@link OrganizationsServiceException}
|
|
393
393
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
394
394
|
*
|
|
395
|
+
* @public
|
|
395
396
|
*/
|
|
396
397
|
export declare class ListAWSServiceAccessForOrganizationCommand extends ListAWSServiceAccessForOrganizationCommand_base {
|
|
397
398
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAccountsCommandOutput extends ListAccountsResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAccountsCommand_base: {
|
|
24
24
|
new (input: ListAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountsCommandInput, ListAccountsCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListAccountsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAccountsCommandInput, ListAccountsCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all the accounts in the organization. To request only the accounts in a
|
|
30
30
|
* specified root or organizational unit (OU), use the <a>ListAccountsForParent</a> operation instead.</p>
|
|
31
31
|
* <note>
|
|
@@ -200,6 +200,7 @@ declare const ListAccountsCommand_base: {
|
|
|
200
200
|
* @throws {@link OrganizationsServiceException}
|
|
201
201
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
202
202
|
*
|
|
203
|
+
* @public
|
|
203
204
|
* @example To retrieve a list of all of the accounts in an organization
|
|
204
205
|
* ```javascript
|
|
205
206
|
* // The following example shows you how to request a list of the accounts in an organization:
|
|
@@ -22,10 +22,10 @@ export interface ListAccountsForParentCommandOutput extends ListAccountsForParen
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAccountsForParentCommand_base: {
|
|
24
24
|
new (input: ListAccountsForParentCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountsForParentCommandInput, ListAccountsForParentCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAccountsForParentCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountsForParentCommandInput, ListAccountsForParentCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the accounts in an organization that are contained by the specified target root
|
|
30
30
|
* or organizational unit (OU). If you specify the root, you get a list of all the accounts
|
|
31
31
|
* that aren't in any OU. If you specify an OU, you get a list of all the accounts in only
|
|
@@ -207,6 +207,7 @@ declare const ListAccountsForParentCommand_base: {
|
|
|
207
207
|
* @throws {@link OrganizationsServiceException}
|
|
208
208
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
209
209
|
*
|
|
210
|
+
* @public
|
|
210
211
|
* @example To retrieve a list of all of the accounts in a root or OU
|
|
211
212
|
* ```javascript
|
|
212
213
|
* // The following example shows how to request a list of the accounts in an OU:/n/n
|
|
@@ -22,10 +22,10 @@ export interface ListChildrenCommandOutput extends ListChildrenResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListChildrenCommand_base: {
|
|
24
24
|
new (input: ListChildrenCommandInput): import("@smithy/smithy-client").CommandImpl<ListChildrenCommandInput, ListChildrenCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListChildrenCommandInput): import("@smithy/smithy-client").CommandImpl<ListChildrenCommandInput, ListChildrenCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all of the organizational units (OUs) or accounts that are contained in the
|
|
30
30
|
* specified parent OU or root. This operation, along with <a>ListParents</a>
|
|
31
31
|
* enables you to traverse the tree structure that makes up this root.</p>
|
|
@@ -201,6 +201,7 @@ declare const ListChildrenCommand_base: {
|
|
|
201
201
|
* @throws {@link OrganizationsServiceException}
|
|
202
202
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
203
203
|
*
|
|
204
|
+
* @public
|
|
204
205
|
* @example To retrieve a list of all of the child accounts and OUs in a parent root or OU
|
|
205
206
|
* ```javascript
|
|
206
207
|
* // The following example shows how to request a list of the child OUs in a parent root or OU:/n/n
|
|
@@ -22,10 +22,10 @@ export interface ListCreateAccountStatusCommandOutput extends ListCreateAccountS
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCreateAccountStatusCommand_base: {
|
|
24
24
|
new (input: ListCreateAccountStatusCommandInput): import("@smithy/smithy-client").CommandImpl<ListCreateAccountStatusCommandInput, ListCreateAccountStatusCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListCreateAccountStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCreateAccountStatusCommandInput, ListCreateAccountStatusCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the account creation requests that match the specified status that is currently
|
|
30
30
|
* being tracked for the organization.</p>
|
|
31
31
|
* <note>
|
|
@@ -207,6 +207,7 @@ declare const ListCreateAccountStatusCommand_base: {
|
|
|
207
207
|
* @throws {@link OrganizationsServiceException}
|
|
208
208
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
209
209
|
*
|
|
210
|
+
* @public
|
|
210
211
|
* @example To get a list of completed account creation requests made in the organization
|
|
211
212
|
* ```javascript
|
|
212
213
|
* // The following example shows a user requesting a list of only the completed account creation requests made for the current organization:
|
|
@@ -22,10 +22,10 @@ export interface ListDelegatedAdministratorsCommandOutput extends ListDelegatedA
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDelegatedAdministratorsCommand_base: {
|
|
24
24
|
new (input: ListDelegatedAdministratorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDelegatedAdministratorsCommandInput, ListDelegatedAdministratorsCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDelegatedAdministratorsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDelegatedAdministratorsCommandInput, ListDelegatedAdministratorsCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the Amazon Web Services accounts that are designated as delegated administrators in this
|
|
30
30
|
* organization.</p>
|
|
31
31
|
* <p>This operation can be called only from the organization's
|
|
@@ -395,6 +395,7 @@ declare const ListDelegatedAdministratorsCommand_base: {
|
|
|
395
395
|
* @throws {@link OrganizationsServiceException}
|
|
396
396
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
397
397
|
*
|
|
398
|
+
* @public
|
|
398
399
|
*/
|
|
399
400
|
export declare class ListDelegatedAdministratorsCommand extends ListDelegatedAdministratorsCommand_base {
|
|
400
401
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDelegatedServicesForAccountCommandOutput extends ListDelega
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDelegatedServicesForAccountCommand_base: {
|
|
24
24
|
new (input: ListDelegatedServicesForAccountCommandInput): import("@smithy/smithy-client").CommandImpl<ListDelegatedServicesForAccountCommandInput, ListDelegatedServicesForAccountCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListDelegatedServicesForAccountCommandInput): import("@smithy/smithy-client").CommandImpl<ListDelegatedServicesForAccountCommandInput, ListDelegatedServicesForAccountCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the Amazon Web Services services for which the specified account is a delegated
|
|
30
30
|
* administrator.</p>
|
|
31
31
|
* <p>This operation can be called only from the organization's
|
|
@@ -397,6 +397,7 @@ declare const ListDelegatedServicesForAccountCommand_base: {
|
|
|
397
397
|
* @throws {@link OrganizationsServiceException}
|
|
398
398
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
399
399
|
*
|
|
400
|
+
* @public
|
|
400
401
|
*/
|
|
401
402
|
export declare class ListDelegatedServicesForAccountCommand extends ListDelegatedServicesForAccountCommand_base {
|
|
402
403
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListHandshakesForAccountCommandOutput extends ListHandshakesFor
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListHandshakesForAccountCommand_base: {
|
|
24
24
|
new (input: ListHandshakesForAccountCommandInput): import("@smithy/smithy-client").CommandImpl<ListHandshakesForAccountCommandInput, ListHandshakesForAccountCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListHandshakesForAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<ListHandshakesForAccountCommandInput, ListHandshakesForAccountCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the current handshakes that are associated with the account of the requesting
|
|
30
30
|
* user.</p>
|
|
31
31
|
* <p>Handshakes that are <code>ACCEPTED</code>, <code>DECLINED</code>,
|
|
@@ -225,6 +225,7 @@ declare const ListHandshakesForAccountCommand_base: {
|
|
|
225
225
|
* @throws {@link OrganizationsServiceException}
|
|
226
226
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
227
227
|
*
|
|
228
|
+
* @public
|
|
228
229
|
* @example To retrieve a list of the handshakes sent to an account
|
|
229
230
|
* ```javascript
|
|
230
231
|
* // The following example shows you how to get a list of handshakes that are associated with the account of the credentials used to call the operation:
|
|
@@ -22,10 +22,10 @@ export interface ListHandshakesForOrganizationCommandOutput extends ListHandshak
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListHandshakesForOrganizationCommand_base: {
|
|
24
24
|
new (input: ListHandshakesForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<ListHandshakesForOrganizationCommandInput, ListHandshakesForOrganizationCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListHandshakesForOrganizationCommandInput]): import("@smithy/smithy-client").CommandImpl<ListHandshakesForOrganizationCommandInput, ListHandshakesForOrganizationCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the handshakes that are associated with the organization that the requesting
|
|
30
30
|
* user is part of. The <code>ListHandshakesForOrganization</code> operation returns a list
|
|
31
31
|
* of handshake structures. Each structure contains details and status about a
|
|
@@ -232,6 +232,7 @@ declare const ListHandshakesForOrganizationCommand_base: {
|
|
|
232
232
|
* @throws {@link OrganizationsServiceException}
|
|
233
233
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
234
234
|
*
|
|
235
|
+
* @public
|
|
235
236
|
* @example To retrieve a list of the handshakes associated with an organization
|
|
236
237
|
* ```javascript
|
|
237
238
|
* // The following example shows you how to get a list of handshakes associated with the current organization:
|
|
@@ -22,10 +22,10 @@ export interface ListOrganizationalUnitsForParentCommandOutput extends ListOrgan
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListOrganizationalUnitsForParentCommand_base: {
|
|
24
24
|
new (input: ListOrganizationalUnitsForParentCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationalUnitsForParentCommandInput, ListOrganizationalUnitsForParentCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListOrganizationalUnitsForParentCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationalUnitsForParentCommandInput, ListOrganizationalUnitsForParentCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the organizational units (OUs) in a parent organizational unit or root.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>Always check the <code>NextToken</code> response parameter
|
|
@@ -199,6 +199,7 @@ declare const ListOrganizationalUnitsForParentCommand_base: {
|
|
|
199
199
|
* @throws {@link OrganizationsServiceException}
|
|
200
200
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
201
201
|
*
|
|
202
|
+
* @public
|
|
202
203
|
* @example To retrieve a list of all of the child OUs in a parent root or OU
|
|
203
204
|
* ```javascript
|
|
204
205
|
* // The following example shows how to get a list of OUs in a specified root:/n/n
|
|
@@ -22,10 +22,10 @@ export interface ListParentsCommandOutput extends ListParentsResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListParentsCommand_base: {
|
|
24
24
|
new (input: ListParentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListParentsCommandInput, ListParentsCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListParentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListParentsCommandInput, ListParentsCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the root or organizational units (OUs) that serve as the immediate parent of the
|
|
30
30
|
* specified child OU or account. This operation, along with <a>ListChildren</a>
|
|
31
31
|
* enables you to traverse the tree structure that makes up this root.</p>
|
|
@@ -204,6 +204,7 @@ declare const ListParentsCommand_base: {
|
|
|
204
204
|
* @throws {@link OrganizationsServiceException}
|
|
205
205
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
206
206
|
*
|
|
207
|
+
* @public
|
|
207
208
|
* @example To retrieve a list of all of the parents of a child OU or account
|
|
208
209
|
* ```javascript
|
|
209
210
|
* // The following example shows how to list the root or OUs that contain account 444444444444:/n/n
|
|
@@ -22,10 +22,10 @@ export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPoliciesCommand_base: {
|
|
24
24
|
new (input: ListPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the list of all policies in an organization of a specified type.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>Always check the <code>NextToken</code> response parameter
|
|
@@ -202,6 +202,7 @@ declare const ListPoliciesCommand_base: {
|
|
|
202
202
|
* @throws {@link OrganizationsServiceException}
|
|
203
203
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
204
204
|
*
|
|
205
|
+
* @public
|
|
205
206
|
* @example To retrieve a list policies in the organization
|
|
206
207
|
* ```javascript
|
|
207
208
|
* // The following example shows how to get a list of service control policies (SCPs):/n/n
|
|
@@ -22,10 +22,10 @@ export interface ListPoliciesForTargetCommandOutput extends ListPoliciesForTarge
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPoliciesForTargetCommand_base: {
|
|
24
24
|
new (input: ListPoliciesForTargetCommandInput): import("@smithy/smithy-client").CommandImpl<ListPoliciesForTargetCommandInput, ListPoliciesForTargetCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListPoliciesForTargetCommandInput): import("@smithy/smithy-client").CommandImpl<ListPoliciesForTargetCommandInput, ListPoliciesForTargetCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the policies that are directly attached to the specified target root,
|
|
30
30
|
* organizational unit (OU), or account. You must specify the policy type that you want
|
|
31
31
|
* included in the returned list.</p>
|
|
@@ -209,6 +209,7 @@ declare const ListPoliciesForTargetCommand_base: {
|
|
|
209
209
|
* @throws {@link OrganizationsServiceException}
|
|
210
210
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
211
211
|
*
|
|
212
|
+
* @public
|
|
212
213
|
* @example To retrieve a list policies attached to a root, OU, or account
|
|
213
214
|
* ```javascript
|
|
214
215
|
* // The following example shows how to get a list of all service control policies (SCPs) of the type specified by the Filter parameter, that are directly attached to an account. The returned list does not include policies that apply to the account because of inheritance from its location in an OU hierarchy:/n/n
|
|
@@ -22,10 +22,10 @@ export interface ListRootsCommandOutput extends ListRootsResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListRootsCommand_base: {
|
|
24
24
|
new (input: ListRootsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRootsCommandInput, ListRootsCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListRootsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRootsCommandInput, ListRootsCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the roots that are defined in the current organization.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>Always check the <code>NextToken</code> response parameter
|
|
@@ -208,6 +208,7 @@ declare const ListRootsCommand_base: {
|
|
|
208
208
|
* @throws {@link OrganizationsServiceException}
|
|
209
209
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
210
210
|
*
|
|
211
|
+
* @public
|
|
211
212
|
* @example To retrieve a list of roots in the organization
|
|
212
213
|
* ```javascript
|
|
213
214
|
* // The following example shows how to get the list of the roots in the current organization:/n/n
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists tags that are attached to the specified resource.</p>
|
|
30
30
|
* <p>You can attach tags to the following resources in Organizations.</p>
|
|
31
31
|
* <ul>
|
|
@@ -205,6 +205,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
205
205
|
* @throws {@link OrganizationsServiceException}
|
|
206
206
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
207
207
|
*
|
|
208
|
+
* @public
|
|
208
209
|
*/
|
|
209
210
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
210
211
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTargetsForPolicyCommandOutput extends ListTargetsForPolicyR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTargetsForPolicyCommand_base: {
|
|
24
24
|
new (input: ListTargetsForPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetsForPolicyCommandInput, ListTargetsForPolicyCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTargetsForPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetsForPolicyCommandInput, ListTargetsForPolicyCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all the roots, organizational units (OUs), and accounts that the specified
|
|
30
30
|
* policy is attached to.</p>
|
|
31
31
|
* <note>
|
|
@@ -204,6 +204,7 @@ declare const ListTargetsForPolicyCommand_base: {
|
|
|
204
204
|
* @throws {@link OrganizationsServiceException}
|
|
205
205
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
206
206
|
*
|
|
207
|
+
* @public
|
|
207
208
|
* @example To retrieve a list of roots, OUs, and accounts to which a policy is attached
|
|
208
209
|
* ```javascript
|
|
209
210
|
* // The following example shows how to get the list of roots, OUs, and accounts to which the specified policy is attached:/n/n
|
|
@@ -22,10 +22,10 @@ export interface MoveAccountCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const MoveAccountCommand_base: {
|
|
24
24
|
new (input: MoveAccountCommandInput): import("@smithy/smithy-client").CommandImpl<MoveAccountCommandInput, MoveAccountCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: MoveAccountCommandInput): import("@smithy/smithy-client").CommandImpl<MoveAccountCommandInput, MoveAccountCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Moves an account from its current source parent root or organizational unit (OU) to
|
|
30
30
|
* the specified destination parent root or OU.</p>
|
|
31
31
|
* <p>This operation can be called only from the organization's management account.</p>
|
|
@@ -199,6 +199,7 @@ declare const MoveAccountCommand_base: {
|
|
|
199
199
|
* @throws {@link OrganizationsServiceException}
|
|
200
200
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
201
201
|
*
|
|
202
|
+
* @public
|
|
202
203
|
* @example To move an OU or account to another OU or the root
|
|
203
204
|
* ```javascript
|
|
204
205
|
* // The following example shows how to move a member account from the root to an OU:/n/n
|
|
@@ -22,10 +22,10 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutResourcePolicyCommand_base: {
|
|
24
24
|
new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates or updates a resource policy.</p>
|
|
30
30
|
* <p>You can only call this operation from the organization's management account.</p>
|
|
31
31
|
* @example
|
|
@@ -395,6 +395,7 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
395
395
|
* @throws {@link OrganizationsServiceException}
|
|
396
396
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
397
397
|
*
|
|
398
|
+
* @public
|
|
398
399
|
*/
|
|
399
400
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
400
401
|
}
|