@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,32 @@
|
|
|
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 { AttachPolicyRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
OrganizationsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../OrganizationsClient";
|
|
14
|
+
export interface AttachPolicyCommandInput extends AttachPolicyRequest {}
|
|
15
|
+
export interface AttachPolicyCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class AttachPolicyCommand extends $Command<
|
|
18
|
+
AttachPolicyCommandInput,
|
|
19
|
+
AttachPolicyCommandOutput,
|
|
20
|
+
OrganizationsClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: AttachPolicyCommandInput;
|
|
23
|
+
constructor(input: AttachPolicyCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<AttachPolicyCommandInput, AttachPolicyCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
CancelHandshakeRequest,
|
|
10
|
+
CancelHandshakeResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface CancelHandshakeCommandInput extends CancelHandshakeRequest {}
|
|
18
|
+
export interface CancelHandshakeCommandOutput
|
|
19
|
+
extends CancelHandshakeResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CancelHandshakeCommand extends $Command<
|
|
23
|
+
CancelHandshakeCommandInput,
|
|
24
|
+
CancelHandshakeCommandOutput,
|
|
25
|
+
OrganizationsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CancelHandshakeCommandInput;
|
|
28
|
+
constructor(input: CancelHandshakeCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CancelHandshakeCommandInput, CancelHandshakeCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { CloseAccountRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
OrganizationsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../OrganizationsClient";
|
|
14
|
+
export interface CloseAccountCommandInput extends CloseAccountRequest {}
|
|
15
|
+
export interface CloseAccountCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class CloseAccountCommand extends $Command<
|
|
18
|
+
CloseAccountCommandInput,
|
|
19
|
+
CloseAccountCommandOutput,
|
|
20
|
+
OrganizationsClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: CloseAccountCommandInput;
|
|
23
|
+
constructor(input: CloseAccountCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CloseAccountCommandInput, CloseAccountCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
CreateAccountRequest,
|
|
10
|
+
CreateAccountResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface CreateAccountCommandInput extends CreateAccountRequest {}
|
|
18
|
+
export interface CreateAccountCommandOutput
|
|
19
|
+
extends CreateAccountResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateAccountCommand extends $Command<
|
|
23
|
+
CreateAccountCommandInput,
|
|
24
|
+
CreateAccountCommandOutput,
|
|
25
|
+
OrganizationsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateAccountCommandInput;
|
|
28
|
+
constructor(input: CreateAccountCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateAccountCommandInput, CreateAccountCommandOutput>;
|
|
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
|
+
CreateGovCloudAccountRequest,
|
|
10
|
+
CreateGovCloudAccountResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface CreateGovCloudAccountCommandInput
|
|
18
|
+
extends CreateGovCloudAccountRequest {}
|
|
19
|
+
export interface CreateGovCloudAccountCommandOutput
|
|
20
|
+
extends CreateGovCloudAccountResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateGovCloudAccountCommand extends $Command<
|
|
24
|
+
CreateGovCloudAccountCommandInput,
|
|
25
|
+
CreateGovCloudAccountCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateGovCloudAccountCommandInput;
|
|
29
|
+
constructor(input: CreateGovCloudAccountCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateGovCloudAccountCommandInput,
|
|
37
|
+
CreateGovCloudAccountCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
CreateOrganizationRequest,
|
|
10
|
+
CreateOrganizationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface CreateOrganizationCommandInput
|
|
18
|
+
extends CreateOrganizationRequest {}
|
|
19
|
+
export interface CreateOrganizationCommandOutput
|
|
20
|
+
extends CreateOrganizationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateOrganizationCommand extends $Command<
|
|
24
|
+
CreateOrganizationCommandInput,
|
|
25
|
+
CreateOrganizationCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateOrganizationCommandInput;
|
|
29
|
+
constructor(input: CreateOrganizationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateOrganizationCommandInput, CreateOrganizationCommandOutput>;
|
|
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
|
+
CreateOrganizationalUnitRequest,
|
|
10
|
+
CreateOrganizationalUnitResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface CreateOrganizationalUnitCommandInput
|
|
18
|
+
extends CreateOrganizationalUnitRequest {}
|
|
19
|
+
export interface CreateOrganizationalUnitCommandOutput
|
|
20
|
+
extends CreateOrganizationalUnitResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateOrganizationalUnitCommand extends $Command<
|
|
24
|
+
CreateOrganizationalUnitCommandInput,
|
|
25
|
+
CreateOrganizationalUnitCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateOrganizationalUnitCommandInput;
|
|
29
|
+
constructor(input: CreateOrganizationalUnitCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateOrganizationalUnitCommandInput,
|
|
37
|
+
CreateOrganizationalUnitCommandOutput
|
|
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 { CreatePolicyRequest, CreatePolicyResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
OrganizationsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../OrganizationsClient";
|
|
14
|
+
export interface CreatePolicyCommandInput extends CreatePolicyRequest {}
|
|
15
|
+
export interface CreatePolicyCommandOutput
|
|
16
|
+
extends CreatePolicyResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreatePolicyCommand extends $Command<
|
|
20
|
+
CreatePolicyCommandInput,
|
|
21
|
+
CreatePolicyCommandOutput,
|
|
22
|
+
OrganizationsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreatePolicyCommandInput;
|
|
25
|
+
constructor(input: CreatePolicyCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreatePolicyCommandInput, CreatePolicyCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
DeclineHandshakeRequest,
|
|
10
|
+
DeclineHandshakeResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
OrganizationsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../OrganizationsClient";
|
|
17
|
+
export interface DeclineHandshakeCommandInput extends DeclineHandshakeRequest {}
|
|
18
|
+
export interface DeclineHandshakeCommandOutput
|
|
19
|
+
extends DeclineHandshakeResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeclineHandshakeCommand extends $Command<
|
|
23
|
+
DeclineHandshakeCommandInput,
|
|
24
|
+
DeclineHandshakeCommandOutput,
|
|
25
|
+
OrganizationsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeclineHandshakeCommandInput;
|
|
28
|
+
constructor(input: DeclineHandshakeCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeclineHandshakeCommandInput, DeclineHandshakeCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 DeleteOrganizationCommandInput {}
|
|
14
|
+
export interface DeleteOrganizationCommandOutput extends __MetadataBearer {}
|
|
15
|
+
|
|
16
|
+
export declare class DeleteOrganizationCommand extends $Command<
|
|
17
|
+
DeleteOrganizationCommandInput,
|
|
18
|
+
DeleteOrganizationCommandOutput,
|
|
19
|
+
OrganizationsClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: DeleteOrganizationCommandInput;
|
|
22
|
+
constructor(input: DeleteOrganizationCommandInput);
|
|
23
|
+
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<DeleteOrganizationCommandInput, DeleteOrganizationCommandOutput>;
|
|
29
|
+
private serialize;
|
|
30
|
+
private deserialize;
|
|
31
|
+
}
|
|
@@ -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 { DeleteOrganizationalUnitRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
OrganizationsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../OrganizationsClient";
|
|
14
|
+
export interface DeleteOrganizationalUnitCommandInput
|
|
15
|
+
extends DeleteOrganizationalUnitRequest {}
|
|
16
|
+
export interface DeleteOrganizationalUnitCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteOrganizationalUnitCommand extends $Command<
|
|
20
|
+
DeleteOrganizationalUnitCommandInput,
|
|
21
|
+
DeleteOrganizationalUnitCommandOutput,
|
|
22
|
+
OrganizationsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteOrganizationalUnitCommandInput;
|
|
25
|
+
constructor(input: DeleteOrganizationalUnitCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: OrganizationsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteOrganizationalUnitCommandInput,
|
|
33
|
+
DeleteOrganizationalUnitCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|