@aws-sdk/client-organizations 3.170.0 → 3.178.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 +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Organizations.d.ts +0 -52
- package/dist-types/ts3.4/OrganizationsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CloseAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListParentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRootsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/OrganizationsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -355
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -18,7 +18,6 @@ export interface DeclineHandshakeCommandInput extends DeclineHandshakeRequest {}
|
|
|
18
18
|
export interface DeclineHandshakeCommandOutput
|
|
19
19
|
extends DeclineHandshakeResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeclineHandshakeCommand extends $Command<
|
|
23
22
|
DeclineHandshakeCommandInput,
|
|
24
23
|
DeclineHandshakeCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeclineHandshakeCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeclineHandshakeCommandInput;
|
|
28
27
|
constructor(input: DeclineHandshakeCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -12,7 +12,6 @@ import {
|
|
|
12
12
|
} from "../OrganizationsClient";
|
|
13
13
|
export interface DeleteOrganizationCommandInput {}
|
|
14
14
|
export interface DeleteOrganizationCommandOutput extends __MetadataBearer {}
|
|
15
|
-
|
|
16
15
|
export declare class DeleteOrganizationCommand extends $Command<
|
|
17
16
|
DeleteOrganizationCommandInput,
|
|
18
17
|
DeleteOrganizationCommandOutput,
|
|
@@ -20,7 +19,6 @@ export declare class DeleteOrganizationCommand extends $Command<
|
|
|
20
19
|
> {
|
|
21
20
|
readonly input: DeleteOrganizationCommandInput;
|
|
22
21
|
constructor(input: DeleteOrganizationCommandInput);
|
|
23
|
-
|
|
24
22
|
resolveMiddleware(
|
|
25
23
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
24
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteOrganizationalUnitCommandInput
|
|
|
15
15
|
extends DeleteOrganizationalUnitRequest {}
|
|
16
16
|
export interface DeleteOrganizationalUnitCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteOrganizationalUnitCommand extends $Command<
|
|
20
19
|
DeleteOrganizationalUnitCommandInput,
|
|
21
20
|
DeleteOrganizationalUnitCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteOrganizationalUnitCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteOrganizationalUnitCommandInput;
|
|
25
24
|
constructor(input: DeleteOrganizationalUnitCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../OrganizationsClient";
|
|
14
14
|
export interface DeletePolicyCommandInput extends DeletePolicyRequest {}
|
|
15
15
|
export interface DeletePolicyCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeletePolicyCommand extends $Command<
|
|
18
17
|
DeletePolicyCommandInput,
|
|
19
18
|
DeletePolicyCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeletePolicyCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeletePolicyCommandInput;
|
|
23
22
|
constructor(input: DeletePolicyCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeregisterDelegatedAdministratorCommandInput
|
|
|
15
15
|
extends DeregisterDelegatedAdministratorRequest {}
|
|
16
16
|
export interface DeregisterDelegatedAdministratorCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeregisterDelegatedAdministratorCommand extends $Command<
|
|
20
19
|
DeregisterDelegatedAdministratorCommandInput,
|
|
21
20
|
DeregisterDelegatedAdministratorCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeregisterDelegatedAdministratorCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeregisterDelegatedAdministratorCommandInput;
|
|
25
24
|
constructor(input: DeregisterDelegatedAdministratorCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeAccountCommandInput extends DescribeAccountRequest {}
|
|
|
18
18
|
export interface DescribeAccountCommandOutput
|
|
19
19
|
extends DescribeAccountResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeAccountCommand extends $Command<
|
|
23
22
|
DescribeAccountCommandInput,
|
|
24
23
|
DescribeAccountCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeAccountCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeAccountCommandInput;
|
|
28
27
|
constructor(input: DescribeAccountCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeCreateAccountStatusCommandInput
|
|
|
19
19
|
export interface DescribeCreateAccountStatusCommandOutput
|
|
20
20
|
extends DescribeCreateAccountStatusResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeCreateAccountStatusCommand extends $Command<
|
|
24
23
|
DescribeCreateAccountStatusCommandInput,
|
|
25
24
|
DescribeCreateAccountStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeCreateAccountStatusCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeCreateAccountStatusCommandInput;
|
|
29
28
|
constructor(input: DescribeCreateAccountStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeEffectivePolicyCommandInput
|
|
|
19
19
|
export interface DescribeEffectivePolicyCommandOutput
|
|
20
20
|
extends DescribeEffectivePolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeEffectivePolicyCommand extends $Command<
|
|
24
23
|
DescribeEffectivePolicyCommandInput,
|
|
25
24
|
DescribeEffectivePolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeEffectivePolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeEffectivePolicyCommandInput;
|
|
29
28
|
constructor(input: DescribeEffectivePolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeHandshakeCommandInput
|
|
|
19
19
|
export interface DescribeHandshakeCommandOutput
|
|
20
20
|
extends DescribeHandshakeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeHandshakeCommand extends $Command<
|
|
24
23
|
DescribeHandshakeCommandInput,
|
|
25
24
|
DescribeHandshakeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeHandshakeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeHandshakeCommandInput;
|
|
29
28
|
constructor(input: DescribeHandshakeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeOrganizationCommandInput {}
|
|
|
15
15
|
export interface DescribeOrganizationCommandOutput
|
|
16
16
|
extends DescribeOrganizationResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeOrganizationCommand extends $Command<
|
|
20
19
|
DescribeOrganizationCommandInput,
|
|
21
20
|
DescribeOrganizationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeOrganizationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeOrganizationCommandInput;
|
|
25
24
|
constructor(input: DescribeOrganizationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeOrganizationalUnitCommandInput
|
|
|
19
19
|
export interface DescribeOrganizationalUnitCommandOutput
|
|
20
20
|
extends DescribeOrganizationalUnitResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeOrganizationalUnitCommand extends $Command<
|
|
24
23
|
DescribeOrganizationalUnitCommandInput,
|
|
25
24
|
DescribeOrganizationalUnitCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeOrganizationalUnitCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeOrganizationalUnitCommandInput;
|
|
29
28
|
constructor(input: DescribeOrganizationalUnitCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribePolicyCommandInput extends DescribePolicyRequest {}
|
|
|
18
18
|
export interface DescribePolicyCommandOutput
|
|
19
19
|
extends DescribePolicyResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribePolicyCommand extends $Command<
|
|
23
22
|
DescribePolicyCommandInput,
|
|
24
23
|
DescribePolicyCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribePolicyCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribePolicyCommandInput;
|
|
28
27
|
constructor(input: DescribePolicyCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../OrganizationsClient";
|
|
14
14
|
export interface DetachPolicyCommandInput extends DetachPolicyRequest {}
|
|
15
15
|
export interface DetachPolicyCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DetachPolicyCommand extends $Command<
|
|
18
17
|
DetachPolicyCommandInput,
|
|
19
18
|
DetachPolicyCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DetachPolicyCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DetachPolicyCommandInput;
|
|
23
22
|
constructor(input: DetachPolicyCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DisableAWSServiceAccessCommandInput
|
|
|
15
15
|
extends DisableAWSServiceAccessRequest {}
|
|
16
16
|
export interface DisableAWSServiceAccessCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DisableAWSServiceAccessCommand extends $Command<
|
|
20
19
|
DisableAWSServiceAccessCommandInput,
|
|
21
20
|
DisableAWSServiceAccessCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DisableAWSServiceAccessCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DisableAWSServiceAccessCommandInput;
|
|
25
24
|
constructor(input: DisableAWSServiceAccessCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisablePolicyTypeCommandInput
|
|
|
19
19
|
export interface DisablePolicyTypeCommandOutput
|
|
20
20
|
extends DisablePolicyTypeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisablePolicyTypeCommand extends $Command<
|
|
24
23
|
DisablePolicyTypeCommandInput,
|
|
25
24
|
DisablePolicyTypeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisablePolicyTypeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisablePolicyTypeCommandInput;
|
|
29
28
|
constructor(input: DisablePolicyTypeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface EnableAWSServiceAccessCommandInput
|
|
15
15
|
extends EnableAWSServiceAccessRequest {}
|
|
16
16
|
export interface EnableAWSServiceAccessCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class EnableAWSServiceAccessCommand extends $Command<
|
|
19
18
|
EnableAWSServiceAccessCommandInput,
|
|
20
19
|
EnableAWSServiceAccessCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class EnableAWSServiceAccessCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: EnableAWSServiceAccessCommandInput;
|
|
24
23
|
constructor(input: EnableAWSServiceAccessCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface EnableAllFeaturesCommandInput
|
|
|
19
19
|
export interface EnableAllFeaturesCommandOutput
|
|
20
20
|
extends EnableAllFeaturesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class EnableAllFeaturesCommand extends $Command<
|
|
24
23
|
EnableAllFeaturesCommandInput,
|
|
25
24
|
EnableAllFeaturesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class EnableAllFeaturesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: EnableAllFeaturesCommandInput;
|
|
29
28
|
constructor(input: EnableAllFeaturesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface EnablePolicyTypeCommandInput extends EnablePolicyTypeRequest {}
|
|
|
18
18
|
export interface EnablePolicyTypeCommandOutput
|
|
19
19
|
extends EnablePolicyTypeResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class EnablePolicyTypeCommand extends $Command<
|
|
23
22
|
EnablePolicyTypeCommandInput,
|
|
24
23
|
EnablePolicyTypeCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class EnablePolicyTypeCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: EnablePolicyTypeCommandInput;
|
|
28
27
|
constructor(input: EnablePolicyTypeCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface InviteAccountToOrganizationCommandInput
|
|
|
19
19
|
export interface InviteAccountToOrganizationCommandOutput
|
|
20
20
|
extends InviteAccountToOrganizationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class InviteAccountToOrganizationCommand extends $Command<
|
|
24
23
|
InviteAccountToOrganizationCommandInput,
|
|
25
24
|
InviteAccountToOrganizationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class InviteAccountToOrganizationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: InviteAccountToOrganizationCommandInput;
|
|
29
28
|
constructor(input: InviteAccountToOrganizationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -12,7 +12,6 @@ import {
|
|
|
12
12
|
} from "../OrganizationsClient";
|
|
13
13
|
export interface LeaveOrganizationCommandInput {}
|
|
14
14
|
export interface LeaveOrganizationCommandOutput extends __MetadataBearer {}
|
|
15
|
-
|
|
16
15
|
export declare class LeaveOrganizationCommand extends $Command<
|
|
17
16
|
LeaveOrganizationCommandInput,
|
|
18
17
|
LeaveOrganizationCommandOutput,
|
|
@@ -20,7 +19,6 @@ export declare class LeaveOrganizationCommand extends $Command<
|
|
|
20
19
|
> {
|
|
21
20
|
readonly input: LeaveOrganizationCommandInput;
|
|
22
21
|
constructor(input: LeaveOrganizationCommandInput);
|
|
23
|
-
|
|
24
22
|
resolveMiddleware(
|
|
25
23
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
24
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAWSServiceAccessForOrganizationCommandInput
|
|
|
19
19
|
export interface ListAWSServiceAccessForOrganizationCommandOutput
|
|
20
20
|
extends ListAWSServiceAccessForOrganizationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAWSServiceAccessForOrganizationCommand extends $Command<
|
|
24
23
|
ListAWSServiceAccessForOrganizationCommandInput,
|
|
25
24
|
ListAWSServiceAccessForOrganizationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAWSServiceAccessForOrganizationCommand extends $Command
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAWSServiceAccessForOrganizationCommandInput;
|
|
29
28
|
constructor(input: ListAWSServiceAccessForOrganizationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListAccountsCommandInput extends ListAccountsRequest {}
|
|
|
15
15
|
export interface ListAccountsCommandOutput
|
|
16
16
|
extends ListAccountsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListAccountsCommand extends $Command<
|
|
20
19
|
ListAccountsCommandInput,
|
|
21
20
|
ListAccountsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListAccountsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListAccountsCommandInput;
|
|
25
24
|
constructor(input: ListAccountsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAccountsForParentCommandInput
|
|
|
19
19
|
export interface ListAccountsForParentCommandOutput
|
|
20
20
|
extends ListAccountsForParentResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAccountsForParentCommand extends $Command<
|
|
24
23
|
ListAccountsForParentCommandInput,
|
|
25
24
|
ListAccountsForParentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAccountsForParentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAccountsForParentCommandInput;
|
|
29
28
|
constructor(input: ListAccountsForParentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListChildrenCommandInput extends ListChildrenRequest {}
|
|
|
15
15
|
export interface ListChildrenCommandOutput
|
|
16
16
|
extends ListChildrenResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListChildrenCommand extends $Command<
|
|
20
19
|
ListChildrenCommandInput,
|
|
21
20
|
ListChildrenCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListChildrenCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListChildrenCommandInput;
|
|
25
24
|
constructor(input: ListChildrenCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListCreateAccountStatusCommandInput
|
|
|
19
19
|
export interface ListCreateAccountStatusCommandOutput
|
|
20
20
|
extends ListCreateAccountStatusResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListCreateAccountStatusCommand extends $Command<
|
|
24
23
|
ListCreateAccountStatusCommandInput,
|
|
25
24
|
ListCreateAccountStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListCreateAccountStatusCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListCreateAccountStatusCommandInput;
|
|
29
28
|
constructor(input: ListCreateAccountStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListDelegatedAdministratorsCommandInput
|
|
|
19
19
|
export interface ListDelegatedAdministratorsCommandOutput
|
|
20
20
|
extends ListDelegatedAdministratorsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListDelegatedAdministratorsCommand extends $Command<
|
|
24
23
|
ListDelegatedAdministratorsCommandInput,
|
|
25
24
|
ListDelegatedAdministratorsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListDelegatedAdministratorsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListDelegatedAdministratorsCommandInput;
|
|
29
28
|
constructor(input: ListDelegatedAdministratorsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListDelegatedServicesForAccountCommandInput
|
|
|
19
19
|
export interface ListDelegatedServicesForAccountCommandOutput
|
|
20
20
|
extends ListDelegatedServicesForAccountResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListDelegatedServicesForAccountCommand extends $Command<
|
|
24
23
|
ListDelegatedServicesForAccountCommandInput,
|
|
25
24
|
ListDelegatedServicesForAccountCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListDelegatedServicesForAccountCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListDelegatedServicesForAccountCommandInput;
|
|
29
28
|
constructor(input: ListDelegatedServicesForAccountCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListHandshakesForAccountCommandInput
|
|
|
19
19
|
export interface ListHandshakesForAccountCommandOutput
|
|
20
20
|
extends ListHandshakesForAccountResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListHandshakesForAccountCommand extends $Command<
|
|
24
23
|
ListHandshakesForAccountCommandInput,
|
|
25
24
|
ListHandshakesForAccountCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListHandshakesForAccountCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListHandshakesForAccountCommandInput;
|
|
29
28
|
constructor(input: ListHandshakesForAccountCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListHandshakesForOrganizationCommandInput
|
|
|
19
19
|
export interface ListHandshakesForOrganizationCommandOutput
|
|
20
20
|
extends ListHandshakesForOrganizationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListHandshakesForOrganizationCommand extends $Command<
|
|
24
23
|
ListHandshakesForOrganizationCommandInput,
|
|
25
24
|
ListHandshakesForOrganizationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListHandshakesForOrganizationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListHandshakesForOrganizationCommandInput;
|
|
29
28
|
constructor(input: ListHandshakesForOrganizationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListOrganizationalUnitsForParentCommandInput
|
|
|
19
19
|
export interface ListOrganizationalUnitsForParentCommandOutput
|
|
20
20
|
extends ListOrganizationalUnitsForParentResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListOrganizationalUnitsForParentCommand extends $Command<
|
|
24
23
|
ListOrganizationalUnitsForParentCommandInput,
|
|
25
24
|
ListOrganizationalUnitsForParentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListOrganizationalUnitsForParentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListOrganizationalUnitsForParentCommandInput;
|
|
29
28
|
constructor(input: ListOrganizationalUnitsForParentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListParentsCommandInput extends ListParentsRequest {}
|
|
|
15
15
|
export interface ListParentsCommandOutput
|
|
16
16
|
extends ListParentsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListParentsCommand extends $Command<
|
|
20
19
|
ListParentsCommandInput,
|
|
21
20
|
ListParentsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListParentsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListParentsCommandInput;
|
|
25
24
|
constructor(input: ListParentsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListPoliciesCommandInput extends ListPoliciesRequest {}
|
|
|
15
15
|
export interface ListPoliciesCommandOutput
|
|
16
16
|
extends ListPoliciesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListPoliciesCommand extends $Command<
|
|
20
19
|
ListPoliciesCommandInput,
|
|
21
20
|
ListPoliciesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListPoliciesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListPoliciesCommandInput;
|
|
25
24
|
constructor(input: ListPoliciesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListPoliciesForTargetCommandInput
|
|
|
19
19
|
export interface ListPoliciesForTargetCommandOutput
|
|
20
20
|
extends ListPoliciesForTargetResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListPoliciesForTargetCommand extends $Command<
|
|
24
23
|
ListPoliciesForTargetCommandInput,
|
|
25
24
|
ListPoliciesForTargetCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListPoliciesForTargetCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListPoliciesForTargetCommandInput;
|
|
29
28
|
constructor(input: ListPoliciesForTargetCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListRootsCommandInput extends ListRootsRequest {}
|
|
|
15
15
|
export interface ListRootsCommandOutput
|
|
16
16
|
extends ListRootsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListRootsCommand extends $Command<
|
|
20
19
|
ListRootsCommandInput,
|
|
21
20
|
ListRootsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListRootsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListRootsCommandInput;
|
|
25
24
|
constructor(input: ListRootsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTargetsForPolicyCommandInput
|
|
|
19
19
|
export interface ListTargetsForPolicyCommandOutput
|
|
20
20
|
extends ListTargetsForPolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTargetsForPolicyCommand extends $Command<
|
|
24
23
|
ListTargetsForPolicyCommandInput,
|
|
25
24
|
ListTargetsForPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTargetsForPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTargetsForPolicyCommandInput;
|
|
29
28
|
constructor(input: ListTargetsForPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../OrganizationsClient";
|
|
14
14
|
export interface MoveAccountCommandInput extends MoveAccountRequest {}
|
|
15
15
|
export interface MoveAccountCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class MoveAccountCommand extends $Command<
|
|
18
17
|
MoveAccountCommandInput,
|
|
19
18
|
MoveAccountCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class MoveAccountCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: MoveAccountCommandInput;
|
|
23
22
|
constructor(input: MoveAccountCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface RegisterDelegatedAdministratorCommandInput
|
|
|
15
15
|
extends RegisterDelegatedAdministratorRequest {}
|
|
16
16
|
export interface RegisterDelegatedAdministratorCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class RegisterDelegatedAdministratorCommand extends $Command<
|
|
20
19
|
RegisterDelegatedAdministratorCommandInput,
|
|
21
20
|
RegisterDelegatedAdministratorCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class RegisterDelegatedAdministratorCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: RegisterDelegatedAdministratorCommandInput;
|
|
25
24
|
constructor(input: RegisterDelegatedAdministratorCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OrganizationsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface RemoveAccountFromOrganizationCommandInput
|
|
|
15
15
|
extends RemoveAccountFromOrganizationRequest {}
|
|
16
16
|
export interface RemoveAccountFromOrganizationCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class RemoveAccountFromOrganizationCommand extends $Command<
|
|
20
19
|
RemoveAccountFromOrganizationCommandInput,
|
|
21
20
|
RemoveAccountFromOrganizationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class RemoveAccountFromOrganizationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: RemoveAccountFromOrganizationCommandInput;
|
|
25
24
|
constructor(input: RemoveAccountFromOrganizationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OrganizationsClientResolvedConfig,
|