@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,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
|
+
DisablePolicyTypeRequest,
|
|
10
|
+
DisablePolicyTypeResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface DisablePolicyTypeCommandInput
|
|
18
|
+
extends DisablePolicyTypeRequest {}
|
|
19
|
+
export interface DisablePolicyTypeCommandOutput
|
|
20
|
+
extends DisablePolicyTypeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisablePolicyTypeCommand extends $Command<
|
|
24
|
+
DisablePolicyTypeCommandInput,
|
|
25
|
+
DisablePolicyTypeCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisablePolicyTypeCommandInput;
|
|
29
|
+
constructor(input: DisablePolicyTypeCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DisablePolicyTypeCommandInput, DisablePolicyTypeCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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 { EnableAWSServiceAccessRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
OrganizationsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../OrganizationsClient";
|
|
14
|
+
export interface EnableAWSServiceAccessCommandInput
|
|
15
|
+
extends EnableAWSServiceAccessRequest {}
|
|
16
|
+
export interface EnableAWSServiceAccessCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class EnableAWSServiceAccessCommand extends $Command<
|
|
19
|
+
EnableAWSServiceAccessCommandInput,
|
|
20
|
+
EnableAWSServiceAccessCommandOutput,
|
|
21
|
+
OrganizationsClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: EnableAWSServiceAccessCommandInput;
|
|
24
|
+
constructor(input: EnableAWSServiceAccessCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
EnableAWSServiceAccessCommandInput,
|
|
32
|
+
EnableAWSServiceAccessCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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
|
+
EnableAllFeaturesRequest,
|
|
10
|
+
EnableAllFeaturesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface EnableAllFeaturesCommandInput
|
|
18
|
+
extends EnableAllFeaturesRequest {}
|
|
19
|
+
export interface EnableAllFeaturesCommandOutput
|
|
20
|
+
extends EnableAllFeaturesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class EnableAllFeaturesCommand extends $Command<
|
|
24
|
+
EnableAllFeaturesCommandInput,
|
|
25
|
+
EnableAllFeaturesCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: EnableAllFeaturesCommandInput;
|
|
29
|
+
constructor(input: EnableAllFeaturesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<EnableAllFeaturesCommandInput, EnableAllFeaturesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
EnablePolicyTypeRequest,
|
|
10
|
+
EnablePolicyTypeResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface EnablePolicyTypeCommandInput extends EnablePolicyTypeRequest {}
|
|
18
|
+
export interface EnablePolicyTypeCommandOutput
|
|
19
|
+
extends EnablePolicyTypeResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class EnablePolicyTypeCommand extends $Command<
|
|
23
|
+
EnablePolicyTypeCommandInput,
|
|
24
|
+
EnablePolicyTypeCommandOutput,
|
|
25
|
+
OrganizationsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: EnablePolicyTypeCommandInput;
|
|
28
|
+
constructor(input: EnablePolicyTypeCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<EnablePolicyTypeCommandInput, EnablePolicyTypeCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
InviteAccountToOrganizationRequest,
|
|
10
|
+
InviteAccountToOrganizationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface InviteAccountToOrganizationCommandInput
|
|
18
|
+
extends InviteAccountToOrganizationRequest {}
|
|
19
|
+
export interface InviteAccountToOrganizationCommandOutput
|
|
20
|
+
extends InviteAccountToOrganizationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class InviteAccountToOrganizationCommand extends $Command<
|
|
24
|
+
InviteAccountToOrganizationCommandInput,
|
|
25
|
+
InviteAccountToOrganizationCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: InviteAccountToOrganizationCommandInput;
|
|
29
|
+
constructor(input: InviteAccountToOrganizationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
InviteAccountToOrganizationCommandInput,
|
|
37
|
+
InviteAccountToOrganizationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,16 +1,31 @@
|
|
|
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
|
-
|
|
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
|
+
OrganizationsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../OrganizationsClient";
|
|
13
|
+
export interface LeaveOrganizationCommandInput {}
|
|
14
|
+
export interface LeaveOrganizationCommandOutput extends __MetadataBearer {}
|
|
15
|
+
|
|
16
|
+
export declare class LeaveOrganizationCommand extends $Command<
|
|
17
|
+
LeaveOrganizationCommandInput,
|
|
18
|
+
LeaveOrganizationCommandOutput,
|
|
19
|
+
OrganizationsClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: LeaveOrganizationCommandInput;
|
|
22
|
+
constructor(input: LeaveOrganizationCommandInput);
|
|
23
|
+
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<LeaveOrganizationCommandInput, LeaveOrganizationCommandOutput>;
|
|
29
|
+
private serialize;
|
|
30
|
+
private deserialize;
|
|
31
|
+
}
|
|
@@ -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
|
+
ListAWSServiceAccessForOrganizationRequest,
|
|
10
|
+
ListAWSServiceAccessForOrganizationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface ListAWSServiceAccessForOrganizationCommandInput
|
|
18
|
+
extends ListAWSServiceAccessForOrganizationRequest {}
|
|
19
|
+
export interface ListAWSServiceAccessForOrganizationCommandOutput
|
|
20
|
+
extends ListAWSServiceAccessForOrganizationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAWSServiceAccessForOrganizationCommand extends $Command<
|
|
24
|
+
ListAWSServiceAccessForOrganizationCommandInput,
|
|
25
|
+
ListAWSServiceAccessForOrganizationCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAWSServiceAccessForOrganizationCommandInput;
|
|
29
|
+
constructor(input: ListAWSServiceAccessForOrganizationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAWSServiceAccessForOrganizationCommandInput,
|
|
37
|
+
ListAWSServiceAccessForOrganizationCommandOutput
|
|
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 { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
OrganizationsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../OrganizationsClient";
|
|
14
|
+
export interface ListAccountsCommandInput extends ListAccountsRequest {}
|
|
15
|
+
export interface ListAccountsCommandOutput
|
|
16
|
+
extends ListAccountsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListAccountsCommand extends $Command<
|
|
20
|
+
ListAccountsCommandInput,
|
|
21
|
+
ListAccountsCommandOutput,
|
|
22
|
+
OrganizationsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListAccountsCommandInput;
|
|
25
|
+
constructor(input: ListAccountsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListAccountsCommandInput, ListAccountsCommandOutput>;
|
|
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
|
+
ListAccountsForParentRequest,
|
|
10
|
+
ListAccountsForParentResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface ListAccountsForParentCommandInput
|
|
18
|
+
extends ListAccountsForParentRequest {}
|
|
19
|
+
export interface ListAccountsForParentCommandOutput
|
|
20
|
+
extends ListAccountsForParentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAccountsForParentCommand extends $Command<
|
|
24
|
+
ListAccountsForParentCommandInput,
|
|
25
|
+
ListAccountsForParentCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAccountsForParentCommandInput;
|
|
29
|
+
constructor(input: ListAccountsForParentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAccountsForParentCommandInput,
|
|
37
|
+
ListAccountsForParentCommandOutput
|
|
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 { ListChildrenRequest, ListChildrenResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
OrganizationsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../OrganizationsClient";
|
|
14
|
+
export interface ListChildrenCommandInput extends ListChildrenRequest {}
|
|
15
|
+
export interface ListChildrenCommandOutput
|
|
16
|
+
extends ListChildrenResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListChildrenCommand extends $Command<
|
|
20
|
+
ListChildrenCommandInput,
|
|
21
|
+
ListChildrenCommandOutput,
|
|
22
|
+
OrganizationsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListChildrenCommandInput;
|
|
25
|
+
constructor(input: ListChildrenCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListChildrenCommandInput, ListChildrenCommandOutput>;
|
|
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
|
+
ListCreateAccountStatusRequest,
|
|
10
|
+
ListCreateAccountStatusResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface ListCreateAccountStatusCommandInput
|
|
18
|
+
extends ListCreateAccountStatusRequest {}
|
|
19
|
+
export interface ListCreateAccountStatusCommandOutput
|
|
20
|
+
extends ListCreateAccountStatusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListCreateAccountStatusCommand extends $Command<
|
|
24
|
+
ListCreateAccountStatusCommandInput,
|
|
25
|
+
ListCreateAccountStatusCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListCreateAccountStatusCommandInput;
|
|
29
|
+
constructor(input: ListCreateAccountStatusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListCreateAccountStatusCommandInput,
|
|
37
|
+
ListCreateAccountStatusCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|