@aws-sdk/client-organizations 3.50.0 → 3.51.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 +8 -0
- package/dist-types/ts3.4/Organizations.d.ts +260 -0
- package/dist-types/ts3.4/OrganizationsClient.d.ts +124 -0
- package/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListParentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRootsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +51 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1566 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAccountsForParentPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListChildrenPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCreateAccountStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDelegatedAdministratorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDelegatedServicesForAccountPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHandshakesForAccountPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHandshakesForOrganizationPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListParentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPoliciesForTargetPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRootsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTargetsForPolicyPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +17 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +155 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +8 -8
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
+
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
5
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OrganizationsClientResolvedConfig> {
|
|
11
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
12
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListTargetsForPolicyRequest, ListTargetsForPolicyResponse } from "../models/models_0";
|
|
4
|
+
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
5
|
+
export interface ListTargetsForPolicyCommandInput extends ListTargetsForPolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListTargetsForPolicyCommandOutput extends ListTargetsForPolicyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListTargetsForPolicyCommand extends $Command<ListTargetsForPolicyCommandInput, ListTargetsForPolicyCommandOutput, OrganizationsClientResolvedConfig> {
|
|
11
|
+
readonly input: ListTargetsForPolicyCommandInput;
|
|
12
|
+
constructor(input: ListTargetsForPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTargetsForPolicyCommandInput, ListTargetsForPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { MoveAccountRequest } from "../models/models_0";
|
|
4
|
+
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
5
|
+
export interface MoveAccountCommandInput extends MoveAccountRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface MoveAccountCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class MoveAccountCommand extends $Command<MoveAccountCommandInput, MoveAccountCommandOutput, OrganizationsClientResolvedConfig> {
|
|
11
|
+
readonly input: MoveAccountCommandInput;
|
|
12
|
+
constructor(input: MoveAccountCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<MoveAccountCommandInput, MoveAccountCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { RegisterDelegatedAdministratorRequest } from "../models/models_0";
|
|
4
|
+
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
5
|
+
export interface RegisterDelegatedAdministratorCommandInput extends RegisterDelegatedAdministratorRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface RegisterDelegatedAdministratorCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RegisterDelegatedAdministratorCommand extends $Command<RegisterDelegatedAdministratorCommandInput, RegisterDelegatedAdministratorCommandOutput, OrganizationsClientResolvedConfig> {
|
|
11
|
+
readonly input: RegisterDelegatedAdministratorCommandInput;
|
|
12
|
+
constructor(input: RegisterDelegatedAdministratorCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterDelegatedAdministratorCommandInput, RegisterDelegatedAdministratorCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { RemoveAccountFromOrganizationRequest } from "../models/models_0";
|
|
4
|
+
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
5
|
+
export interface RemoveAccountFromOrganizationCommandInput extends RemoveAccountFromOrganizationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface RemoveAccountFromOrganizationCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RemoveAccountFromOrganizationCommand extends $Command<RemoveAccountFromOrganizationCommandInput, RemoveAccountFromOrganizationCommandOutput, OrganizationsClientResolvedConfig> {
|
|
11
|
+
readonly input: RemoveAccountFromOrganizationCommandInput;
|
|
12
|
+
constructor(input: RemoveAccountFromOrganizationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveAccountFromOrganizationCommandInput, RemoveAccountFromOrganizationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { TagResourceRequest } from "../models/models_0";
|
|
4
|
+
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
5
|
+
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, OrganizationsClientResolvedConfig> {
|
|
11
|
+
readonly input: TagResourceCommandInput;
|
|
12
|
+
constructor(input: TagResourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UntagResourceRequest } from "../models/models_0";
|
|
4
|
+
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
5
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, OrganizationsClientResolvedConfig> {
|
|
11
|
+
readonly input: UntagResourceCommandInput;
|
|
12
|
+
constructor(input: UntagResourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateOrganizationalUnitRequest, UpdateOrganizationalUnitResponse } from "../models/models_0";
|
|
4
|
+
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
5
|
+
export interface UpdateOrganizationalUnitCommandInput extends UpdateOrganizationalUnitRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateOrganizationalUnitCommandOutput extends UpdateOrganizationalUnitResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateOrganizationalUnitCommand extends $Command<UpdateOrganizationalUnitCommandInput, UpdateOrganizationalUnitCommandOutput, OrganizationsClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateOrganizationalUnitCommandInput;
|
|
12
|
+
constructor(input: UpdateOrganizationalUnitCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateOrganizationalUnitCommandInput, UpdateOrganizationalUnitCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdatePolicyRequest, UpdatePolicyResponse } from "../models/models_0";
|
|
4
|
+
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
5
|
+
export interface UpdatePolicyCommandInput extends UpdatePolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdatePolicyCommandOutput extends UpdatePolicyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdatePolicyCommand extends $Command<UpdatePolicyCommandInput, UpdatePolicyCommandOutput, OrganizationsClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdatePolicyCommandInput;
|
|
12
|
+
constructor(input: UpdatePolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePolicyCommandInput, UpdatePolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export * from "./AcceptHandshakeCommand";
|
|
2
|
+
export * from "./AttachPolicyCommand";
|
|
3
|
+
export * from "./CancelHandshakeCommand";
|
|
4
|
+
export * from "./CreateAccountCommand";
|
|
5
|
+
export * from "./CreateGovCloudAccountCommand";
|
|
6
|
+
export * from "./CreateOrganizationCommand";
|
|
7
|
+
export * from "./CreateOrganizationalUnitCommand";
|
|
8
|
+
export * from "./CreatePolicyCommand";
|
|
9
|
+
export * from "./DeclineHandshakeCommand";
|
|
10
|
+
export * from "./DeleteOrganizationCommand";
|
|
11
|
+
export * from "./DeleteOrganizationalUnitCommand";
|
|
12
|
+
export * from "./DeletePolicyCommand";
|
|
13
|
+
export * from "./DeregisterDelegatedAdministratorCommand";
|
|
14
|
+
export * from "./DescribeAccountCommand";
|
|
15
|
+
export * from "./DescribeCreateAccountStatusCommand";
|
|
16
|
+
export * from "./DescribeEffectivePolicyCommand";
|
|
17
|
+
export * from "./DescribeHandshakeCommand";
|
|
18
|
+
export * from "./DescribeOrganizationCommand";
|
|
19
|
+
export * from "./DescribeOrganizationalUnitCommand";
|
|
20
|
+
export * from "./DescribePolicyCommand";
|
|
21
|
+
export * from "./DetachPolicyCommand";
|
|
22
|
+
export * from "./DisableAWSServiceAccessCommand";
|
|
23
|
+
export * from "./DisablePolicyTypeCommand";
|
|
24
|
+
export * from "./EnableAWSServiceAccessCommand";
|
|
25
|
+
export * from "./EnableAllFeaturesCommand";
|
|
26
|
+
export * from "./EnablePolicyTypeCommand";
|
|
27
|
+
export * from "./InviteAccountToOrganizationCommand";
|
|
28
|
+
export * from "./LeaveOrganizationCommand";
|
|
29
|
+
export * from "./ListAWSServiceAccessForOrganizationCommand";
|
|
30
|
+
export * from "./ListAccountsCommand";
|
|
31
|
+
export * from "./ListAccountsForParentCommand";
|
|
32
|
+
export * from "./ListChildrenCommand";
|
|
33
|
+
export * from "./ListCreateAccountStatusCommand";
|
|
34
|
+
export * from "./ListDelegatedAdministratorsCommand";
|
|
35
|
+
export * from "./ListDelegatedServicesForAccountCommand";
|
|
36
|
+
export * from "./ListHandshakesForAccountCommand";
|
|
37
|
+
export * from "./ListHandshakesForOrganizationCommand";
|
|
38
|
+
export * from "./ListOrganizationalUnitsForParentCommand";
|
|
39
|
+
export * from "./ListParentsCommand";
|
|
40
|
+
export * from "./ListPoliciesCommand";
|
|
41
|
+
export * from "./ListPoliciesForTargetCommand";
|
|
42
|
+
export * from "./ListRootsCommand";
|
|
43
|
+
export * from "./ListTagsForResourceCommand";
|
|
44
|
+
export * from "./ListTargetsForPolicyCommand";
|
|
45
|
+
export * from "./MoveAccountCommand";
|
|
46
|
+
export * from "./RegisterDelegatedAdministratorCommand";
|
|
47
|
+
export * from "./RemoveAccountFromOrganizationCommand";
|
|
48
|
+
export * from "./TagResourceCommand";
|
|
49
|
+
export * from "./UntagResourceCommand";
|
|
50
|
+
export * from "./UpdateOrganizationalUnitCommand";
|
|
51
|
+
export * from "./UpdatePolicyCommand";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models_0";
|