@aws-sdk/client-organizations 3.168.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 +16 -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,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListDelegatedAdministratorsRequest,
|
|
10
|
+
ListDelegatedAdministratorsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface ListDelegatedAdministratorsCommandInput
|
|
18
|
+
extends ListDelegatedAdministratorsRequest {}
|
|
19
|
+
export interface ListDelegatedAdministratorsCommandOutput
|
|
20
|
+
extends ListDelegatedAdministratorsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListDelegatedAdministratorsCommand extends $Command<
|
|
24
|
+
ListDelegatedAdministratorsCommandInput,
|
|
25
|
+
ListDelegatedAdministratorsCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListDelegatedAdministratorsCommandInput;
|
|
29
|
+
constructor(input: ListDelegatedAdministratorsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListDelegatedAdministratorsCommandInput,
|
|
37
|
+
ListDelegatedAdministratorsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListDelegatedServicesForAccountRequest,
|
|
10
|
+
ListDelegatedServicesForAccountResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface ListDelegatedServicesForAccountCommandInput
|
|
18
|
+
extends ListDelegatedServicesForAccountRequest {}
|
|
19
|
+
export interface ListDelegatedServicesForAccountCommandOutput
|
|
20
|
+
extends ListDelegatedServicesForAccountResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListDelegatedServicesForAccountCommand extends $Command<
|
|
24
|
+
ListDelegatedServicesForAccountCommandInput,
|
|
25
|
+
ListDelegatedServicesForAccountCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListDelegatedServicesForAccountCommandInput;
|
|
29
|
+
constructor(input: ListDelegatedServicesForAccountCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListDelegatedServicesForAccountCommandInput,
|
|
37
|
+
ListDelegatedServicesForAccountCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListHandshakesForAccountRequest,
|
|
10
|
+
ListHandshakesForAccountResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface ListHandshakesForAccountCommandInput
|
|
18
|
+
extends ListHandshakesForAccountRequest {}
|
|
19
|
+
export interface ListHandshakesForAccountCommandOutput
|
|
20
|
+
extends ListHandshakesForAccountResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListHandshakesForAccountCommand extends $Command<
|
|
24
|
+
ListHandshakesForAccountCommandInput,
|
|
25
|
+
ListHandshakesForAccountCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListHandshakesForAccountCommandInput;
|
|
29
|
+
constructor(input: ListHandshakesForAccountCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListHandshakesForAccountCommandInput,
|
|
37
|
+
ListHandshakesForAccountCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListHandshakesForOrganizationRequest,
|
|
10
|
+
ListHandshakesForOrganizationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface ListHandshakesForOrganizationCommandInput
|
|
18
|
+
extends ListHandshakesForOrganizationRequest {}
|
|
19
|
+
export interface ListHandshakesForOrganizationCommandOutput
|
|
20
|
+
extends ListHandshakesForOrganizationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListHandshakesForOrganizationCommand extends $Command<
|
|
24
|
+
ListHandshakesForOrganizationCommandInput,
|
|
25
|
+
ListHandshakesForOrganizationCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListHandshakesForOrganizationCommandInput;
|
|
29
|
+
constructor(input: ListHandshakesForOrganizationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListHandshakesForOrganizationCommandInput,
|
|
37
|
+
ListHandshakesForOrganizationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListOrganizationalUnitsForParentRequest,
|
|
10
|
+
ListOrganizationalUnitsForParentResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface ListOrganizationalUnitsForParentCommandInput
|
|
18
|
+
extends ListOrganizationalUnitsForParentRequest {}
|
|
19
|
+
export interface ListOrganizationalUnitsForParentCommandOutput
|
|
20
|
+
extends ListOrganizationalUnitsForParentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListOrganizationalUnitsForParentCommand extends $Command<
|
|
24
|
+
ListOrganizationalUnitsForParentCommandInput,
|
|
25
|
+
ListOrganizationalUnitsForParentCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListOrganizationalUnitsForParentCommandInput;
|
|
29
|
+
constructor(input: ListOrganizationalUnitsForParentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListOrganizationalUnitsForParentCommandInput,
|
|
37
|
+
ListOrganizationalUnitsForParentCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { ListParentsRequest, ListParentsResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
OrganizationsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../OrganizationsClient";
|
|
14
|
+
export interface ListParentsCommandInput extends ListParentsRequest {}
|
|
15
|
+
export interface ListParentsCommandOutput
|
|
16
|
+
extends ListParentsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListParentsCommand extends $Command<
|
|
20
|
+
ListParentsCommandInput,
|
|
21
|
+
ListParentsCommandOutput,
|
|
22
|
+
OrganizationsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListParentsCommandInput;
|
|
25
|
+
constructor(input: ListParentsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListParentsCommandInput, ListParentsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
OrganizationsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../OrganizationsClient";
|
|
14
|
+
export interface ListPoliciesCommandInput extends ListPoliciesRequest {}
|
|
15
|
+
export interface ListPoliciesCommandOutput
|
|
16
|
+
extends ListPoliciesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListPoliciesCommand extends $Command<
|
|
20
|
+
ListPoliciesCommandInput,
|
|
21
|
+
ListPoliciesCommandOutput,
|
|
22
|
+
OrganizationsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListPoliciesCommandInput;
|
|
25
|
+
constructor(input: ListPoliciesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListPoliciesCommandInput, ListPoliciesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListPoliciesForTargetRequest,
|
|
10
|
+
ListPoliciesForTargetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface ListPoliciesForTargetCommandInput
|
|
18
|
+
extends ListPoliciesForTargetRequest {}
|
|
19
|
+
export interface ListPoliciesForTargetCommandOutput
|
|
20
|
+
extends ListPoliciesForTargetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListPoliciesForTargetCommand extends $Command<
|
|
24
|
+
ListPoliciesForTargetCommandInput,
|
|
25
|
+
ListPoliciesForTargetCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListPoliciesForTargetCommandInput;
|
|
29
|
+
constructor(input: ListPoliciesForTargetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListPoliciesForTargetCommandInput,
|
|
37
|
+
ListPoliciesForTargetCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { ListRootsRequest, ListRootsResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
OrganizationsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../OrganizationsClient";
|
|
14
|
+
export interface ListRootsCommandInput extends ListRootsRequest {}
|
|
15
|
+
export interface ListRootsCommandOutput
|
|
16
|
+
extends ListRootsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListRootsCommand extends $Command<
|
|
20
|
+
ListRootsCommandInput,
|
|
21
|
+
ListRootsCommandOutput,
|
|
22
|
+
OrganizationsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListRootsCommandInput;
|
|
25
|
+
constructor(input: ListRootsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListRootsCommandInput, ListRootsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListTagsForResourceRequest,
|
|
10
|
+
ListTagsForResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
|
+
ListTagsForResourceCommandInput,
|
|
25
|
+
ListTagsForResourceCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListTargetsForPolicyRequest,
|
|
10
|
+
ListTargetsForPolicyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface ListTargetsForPolicyCommandInput
|
|
18
|
+
extends ListTargetsForPolicyRequest {}
|
|
19
|
+
export interface ListTargetsForPolicyCommandOutput
|
|
20
|
+
extends ListTargetsForPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTargetsForPolicyCommand extends $Command<
|
|
24
|
+
ListTargetsForPolicyCommandInput,
|
|
25
|
+
ListTargetsForPolicyCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTargetsForPolicyCommandInput;
|
|
29
|
+
constructor(input: ListTargetsForPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListTargetsForPolicyCommandInput,
|
|
37
|
+
ListTargetsForPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|