@aws-sdk/client-organizations 3.169.0 → 3.170.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 +946 -265
- package/dist-types/ts3.4/OrganizationsClient.d.ts +442 -125
- package/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CloseAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +31 -16
- package/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +31 -16
- package/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListParentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRootsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +52 -52
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/OrganizationsServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1719 -1475
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccountsForParentPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListChildrenPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCreateAccountStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDelegatedAdministratorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDelegatedServicesForAccountPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHandshakesForAccountPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHandshakesForOrganizationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListParentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPoliciesForTargetPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRootsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTargetsForPolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +17 -17
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +629 -158
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Organizations } from "../Organizations";
|
|
3
|
-
import { OrganizationsClient } from "../OrganizationsClient";
|
|
4
|
-
export interface OrganizationsPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Organizations } from "../Organizations";
|
|
3
|
+
import { OrganizationsClient } from "../OrganizationsClient";
|
|
4
|
+
export interface OrganizationsPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: Organizations | OrganizationsClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAWSServiceAccessForOrganizationCommandInput,
|
|
4
|
+
ListAWSServiceAccessForOrganizationCommandOutput,
|
|
5
|
+
} from "../commands/ListAWSServiceAccessForOrganizationCommand";
|
|
6
|
+
import { OrganizationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAWSServiceAccessForOrganization(
|
|
8
|
+
config: OrganizationsPaginationConfiguration,
|
|
9
|
+
input: ListAWSServiceAccessForOrganizationCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAWSServiceAccessForOrganizationCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccountsForParentCommandInput,
|
|
4
|
+
ListAccountsForParentCommandOutput,
|
|
5
|
+
} from "../commands/ListAccountsForParentCommand";
|
|
6
|
+
import { OrganizationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccountsForParent(
|
|
8
|
+
config: OrganizationsPaginationConfiguration,
|
|
9
|
+
input: ListAccountsForParentCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccountsForParentCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccountsCommandInput,
|
|
4
|
+
ListAccountsCommandOutput,
|
|
5
|
+
} from "../commands/ListAccountsCommand";
|
|
6
|
+
import { OrganizationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccounts(
|
|
8
|
+
config: OrganizationsPaginationConfiguration,
|
|
9
|
+
input: ListAccountsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccountsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListChildrenCommandInput,
|
|
4
|
+
ListChildrenCommandOutput,
|
|
5
|
+
} from "../commands/ListChildrenCommand";
|
|
6
|
+
import { OrganizationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListChildren(
|
|
8
|
+
config: OrganizationsPaginationConfiguration,
|
|
9
|
+
input: ListChildrenCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListChildrenCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCreateAccountStatusCommandInput,
|
|
4
|
+
ListCreateAccountStatusCommandOutput,
|
|
5
|
+
} from "../commands/ListCreateAccountStatusCommand";
|
|
6
|
+
import { OrganizationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListCreateAccountStatus(
|
|
8
|
+
config: OrganizationsPaginationConfiguration,
|
|
9
|
+
input: ListCreateAccountStatusCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListCreateAccountStatusCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDelegatedAdministratorsCommandInput,
|
|
4
|
+
ListDelegatedAdministratorsCommandOutput,
|
|
5
|
+
} from "../commands/ListDelegatedAdministratorsCommand";
|
|
6
|
+
import { OrganizationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDelegatedAdministrators(
|
|
8
|
+
config: OrganizationsPaginationConfiguration,
|
|
9
|
+
input: ListDelegatedAdministratorsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDelegatedAdministratorsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDelegatedServicesForAccountCommandInput,
|
|
4
|
+
ListDelegatedServicesForAccountCommandOutput,
|
|
5
|
+
} from "../commands/ListDelegatedServicesForAccountCommand";
|
|
6
|
+
import { OrganizationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDelegatedServicesForAccount(
|
|
8
|
+
config: OrganizationsPaginationConfiguration,
|
|
9
|
+
input: ListDelegatedServicesForAccountCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDelegatedServicesForAccountCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListHandshakesForAccountCommandInput,
|
|
4
|
+
ListHandshakesForAccountCommandOutput,
|
|
5
|
+
} from "../commands/ListHandshakesForAccountCommand";
|
|
6
|
+
import { OrganizationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListHandshakesForAccount(
|
|
8
|
+
config: OrganizationsPaginationConfiguration,
|
|
9
|
+
input: ListHandshakesForAccountCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListHandshakesForAccountCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListHandshakesForOrganizationCommandInput,
|
|
4
|
+
ListHandshakesForOrganizationCommandOutput,
|
|
5
|
+
} from "../commands/ListHandshakesForOrganizationCommand";
|
|
6
|
+
import { OrganizationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListHandshakesForOrganization(
|
|
8
|
+
config: OrganizationsPaginationConfiguration,
|
|
9
|
+
input: ListHandshakesForOrganizationCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListHandshakesForOrganizationCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListOrganizationalUnitsForParentCommandInput,
|
|
4
|
+
ListOrganizationalUnitsForParentCommandOutput,
|
|
5
|
+
} from "../commands/ListOrganizationalUnitsForParentCommand";
|
|
6
|
+
import { OrganizationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListOrganizationalUnitsForParent(
|
|
8
|
+
config: OrganizationsPaginationConfiguration,
|
|
9
|
+
input: ListOrganizationalUnitsForParentCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListOrganizationalUnitsForParentCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListParentsCommandInput,
|
|
4
|
+
ListParentsCommandOutput,
|
|
5
|
+
} from "../commands/ListParentsCommand";
|
|
6
|
+
import { OrganizationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListParents(
|
|
8
|
+
config: OrganizationsPaginationConfiguration,
|
|
9
|
+
input: ListParentsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListParentsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPoliciesForTargetCommandInput,
|
|
4
|
+
ListPoliciesForTargetCommandOutput,
|
|
5
|
+
} from "../commands/ListPoliciesForTargetCommand";
|
|
6
|
+
import { OrganizationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPoliciesForTarget(
|
|
8
|
+
config: OrganizationsPaginationConfiguration,
|
|
9
|
+
input: ListPoliciesForTargetCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPoliciesForTargetCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPoliciesCommandInput,
|
|
4
|
+
ListPoliciesCommandOutput,
|
|
5
|
+
} from "../commands/ListPoliciesCommand";
|
|
6
|
+
import { OrganizationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPolicies(
|
|
8
|
+
config: OrganizationsPaginationConfiguration,
|
|
9
|
+
input: ListPoliciesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPoliciesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRootsCommandInput,
|
|
4
|
+
ListRootsCommandOutput,
|
|
5
|
+
} from "../commands/ListRootsCommand";
|
|
6
|
+
import { OrganizationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRoots(
|
|
8
|
+
config: OrganizationsPaginationConfiguration,
|
|
9
|
+
input: ListRootsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRootsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTagsForResourceCommandInput,
|
|
4
|
+
ListTagsForResourceCommandOutput,
|
|
5
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
6
|
+
import { OrganizationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTagsForResource(
|
|
8
|
+
config: OrganizationsPaginationConfiguration,
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTagsForResourceCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTargetsForPolicyCommandInput,
|
|
4
|
+
ListTargetsForPolicyCommandOutput,
|
|
5
|
+
} from "../commands/ListTargetsForPolicyCommand";
|
|
6
|
+
import { OrganizationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTargetsForPolicy(
|
|
8
|
+
config: OrganizationsPaginationConfiguration,
|
|
9
|
+
input: ListTargetsForPolicyCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTargetsForPolicyCommandOutput>;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListAWSServiceAccessForOrganizationPaginator";
|
|
3
|
-
export * from "./ListAccountsForParentPaginator";
|
|
4
|
-
export * from "./ListAccountsPaginator";
|
|
5
|
-
export * from "./ListChildrenPaginator";
|
|
6
|
-
export * from "./ListCreateAccountStatusPaginator";
|
|
7
|
-
export * from "./ListDelegatedAdministratorsPaginator";
|
|
8
|
-
export * from "./ListDelegatedServicesForAccountPaginator";
|
|
9
|
-
export * from "./ListHandshakesForAccountPaginator";
|
|
10
|
-
export * from "./ListHandshakesForOrganizationPaginator";
|
|
11
|
-
export * from "./ListOrganizationalUnitsForParentPaginator";
|
|
12
|
-
export * from "./ListParentsPaginator";
|
|
13
|
-
export * from "./ListPoliciesForTargetPaginator";
|
|
14
|
-
export * from "./ListPoliciesPaginator";
|
|
15
|
-
export * from "./ListRootsPaginator";
|
|
16
|
-
export * from "./ListTagsForResourcePaginator";
|
|
17
|
-
export * from "./ListTargetsForPolicyPaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAWSServiceAccessForOrganizationPaginator";
|
|
3
|
+
export * from "./ListAccountsForParentPaginator";
|
|
4
|
+
export * from "./ListAccountsPaginator";
|
|
5
|
+
export * from "./ListChildrenPaginator";
|
|
6
|
+
export * from "./ListCreateAccountStatusPaginator";
|
|
7
|
+
export * from "./ListDelegatedAdministratorsPaginator";
|
|
8
|
+
export * from "./ListDelegatedServicesForAccountPaginator";
|
|
9
|
+
export * from "./ListHandshakesForAccountPaginator";
|
|
10
|
+
export * from "./ListHandshakesForOrganizationPaginator";
|
|
11
|
+
export * from "./ListOrganizationalUnitsForParentPaginator";
|
|
12
|
+
export * from "./ListParentsPaginator";
|
|
13
|
+
export * from "./ListPoliciesForTargetPaginator";
|
|
14
|
+
export * from "./ListPoliciesPaginator";
|
|
15
|
+
export * from "./ListRootsPaginator";
|
|
16
|
+
export * from "./ListTagsForResourcePaginator";
|
|
17
|
+
export * from "./ListTargetsForPolicyPaginator";
|