@aws-sdk/client-organizations 3.529.1 → 3.535.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/dist-types/Organizations.d.ts +15 -1
- package/dist-types/OrganizationsClient.d.ts +1 -1
- package/dist-types/commands/AcceptHandshakeCommand.d.ts +2 -1
- package/dist-types/commands/AttachPolicyCommand.d.ts +2 -1
- package/dist-types/commands/CancelHandshakeCommand.d.ts +2 -1
- package/dist-types/commands/CloseAccountCommand.d.ts +2 -1
- package/dist-types/commands/CreateAccountCommand.d.ts +2 -1
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +2 -1
- package/dist-types/commands/CreateOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +2 -1
- package/dist-types/commands/CreatePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeclineHandshakeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +2 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHandshakeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +2 -1
- package/dist-types/commands/DescribePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DetachPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +2 -1
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +2 -1
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +2 -1
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +2 -1
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +2 -1
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/ListAccountsCommand.d.ts +2 -1
- package/dist-types/commands/ListAccountsForParentCommand.d.ts +2 -1
- package/dist-types/commands/ListChildrenCommand.d.ts +2 -1
- package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +2 -1
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +2 -1
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +2 -1
- package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +2 -1
- package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +2 -1
- package/dist-types/commands/ListParentsCommand.d.ts +2 -1
- package/dist-types/commands/ListPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +2 -1
- package/dist-types/commands/ListRootsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +2 -1
- package/dist-types/commands/MoveAccountCommand.d.ts +2 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +2 -1
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePolicyCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +319 -319
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/Organizations.d.ts +14 -0
- package/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CloseAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListParentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRootsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
|
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
base64Encoder:
|
|
14
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
15
15
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
utf8Encoder:
|
|
16
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -5,7 +5,7 @@ import { OrganizationsClientConfig } from "./OrganizationsClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder:
|
|
8
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|
|
@@ -299,6 +299,7 @@ export interface Organizations {
|
|
|
299
299
|
options: __HttpHandlerOptions,
|
|
300
300
|
cb: (err: any, data?: CreateGovCloudAccountCommandOutput) => void
|
|
301
301
|
): void;
|
|
302
|
+
createOrganization(): Promise<CreateOrganizationCommandOutput>;
|
|
302
303
|
createOrganization(
|
|
303
304
|
args: CreateOrganizationCommandInput,
|
|
304
305
|
options?: __HttpHandlerOptions
|
|
@@ -351,6 +352,7 @@ export interface Organizations {
|
|
|
351
352
|
options: __HttpHandlerOptions,
|
|
352
353
|
cb: (err: any, data?: DeclineHandshakeCommandOutput) => void
|
|
353
354
|
): void;
|
|
355
|
+
deleteOrganization(): Promise<DeleteOrganizationCommandOutput>;
|
|
354
356
|
deleteOrganization(
|
|
355
357
|
args: DeleteOrganizationCommandInput,
|
|
356
358
|
options?: __HttpHandlerOptions
|
|
@@ -390,6 +392,7 @@ export interface Organizations {
|
|
|
390
392
|
options: __HttpHandlerOptions,
|
|
391
393
|
cb: (err: any, data?: DeletePolicyCommandOutput) => void
|
|
392
394
|
): void;
|
|
395
|
+
deleteResourcePolicy(): Promise<DeleteResourcePolicyCommandOutput>;
|
|
393
396
|
deleteResourcePolicy(
|
|
394
397
|
args: DeleteResourcePolicyCommandInput,
|
|
395
398
|
options?: __HttpHandlerOptions
|
|
@@ -468,6 +471,7 @@ export interface Organizations {
|
|
|
468
471
|
options: __HttpHandlerOptions,
|
|
469
472
|
cb: (err: any, data?: DescribeHandshakeCommandOutput) => void
|
|
470
473
|
): void;
|
|
474
|
+
describeOrganization(): Promise<DescribeOrganizationCommandOutput>;
|
|
471
475
|
describeOrganization(
|
|
472
476
|
args: DescribeOrganizationCommandInput,
|
|
473
477
|
options?: __HttpHandlerOptions
|
|
@@ -507,6 +511,7 @@ export interface Organizations {
|
|
|
507
511
|
options: __HttpHandlerOptions,
|
|
508
512
|
cb: (err: any, data?: DescribePolicyCommandOutput) => void
|
|
509
513
|
): void;
|
|
514
|
+
describeResourcePolicy(): Promise<DescribeResourcePolicyCommandOutput>;
|
|
510
515
|
describeResourcePolicy(
|
|
511
516
|
args: DescribeResourcePolicyCommandInput,
|
|
512
517
|
options?: __HttpHandlerOptions
|
|
@@ -559,6 +564,7 @@ export interface Organizations {
|
|
|
559
564
|
options: __HttpHandlerOptions,
|
|
560
565
|
cb: (err: any, data?: DisablePolicyTypeCommandOutput) => void
|
|
561
566
|
): void;
|
|
567
|
+
enableAllFeatures(): Promise<EnableAllFeaturesCommandOutput>;
|
|
562
568
|
enableAllFeatures(
|
|
563
569
|
args: EnableAllFeaturesCommandInput,
|
|
564
570
|
options?: __HttpHandlerOptions
|
|
@@ -611,6 +617,7 @@ export interface Organizations {
|
|
|
611
617
|
options: __HttpHandlerOptions,
|
|
612
618
|
cb: (err: any, data?: InviteAccountToOrganizationCommandOutput) => void
|
|
613
619
|
): void;
|
|
620
|
+
leaveOrganization(): Promise<LeaveOrganizationCommandOutput>;
|
|
614
621
|
leaveOrganization(
|
|
615
622
|
args: LeaveOrganizationCommandInput,
|
|
616
623
|
options?: __HttpHandlerOptions
|
|
@@ -624,6 +631,7 @@ export interface Organizations {
|
|
|
624
631
|
options: __HttpHandlerOptions,
|
|
625
632
|
cb: (err: any, data?: LeaveOrganizationCommandOutput) => void
|
|
626
633
|
): void;
|
|
634
|
+
listAccounts(): Promise<ListAccountsCommandOutput>;
|
|
627
635
|
listAccounts(
|
|
628
636
|
args: ListAccountsCommandInput,
|
|
629
637
|
options?: __HttpHandlerOptions
|
|
@@ -650,6 +658,7 @@ export interface Organizations {
|
|
|
650
658
|
options: __HttpHandlerOptions,
|
|
651
659
|
cb: (err: any, data?: ListAccountsForParentCommandOutput) => void
|
|
652
660
|
): void;
|
|
661
|
+
listAWSServiceAccessForOrganization(): Promise<ListAWSServiceAccessForOrganizationCommandOutput>;
|
|
653
662
|
listAWSServiceAccessForOrganization(
|
|
654
663
|
args: ListAWSServiceAccessForOrganizationCommandInput,
|
|
655
664
|
options?: __HttpHandlerOptions
|
|
@@ -682,6 +691,7 @@ export interface Organizations {
|
|
|
682
691
|
options: __HttpHandlerOptions,
|
|
683
692
|
cb: (err: any, data?: ListChildrenCommandOutput) => void
|
|
684
693
|
): void;
|
|
694
|
+
listCreateAccountStatus(): Promise<ListCreateAccountStatusCommandOutput>;
|
|
685
695
|
listCreateAccountStatus(
|
|
686
696
|
args: ListCreateAccountStatusCommandInput,
|
|
687
697
|
options?: __HttpHandlerOptions
|
|
@@ -695,6 +705,7 @@ export interface Organizations {
|
|
|
695
705
|
options: __HttpHandlerOptions,
|
|
696
706
|
cb: (err: any, data?: ListCreateAccountStatusCommandOutput) => void
|
|
697
707
|
): void;
|
|
708
|
+
listDelegatedAdministrators(): Promise<ListDelegatedAdministratorsCommandOutput>;
|
|
698
709
|
listDelegatedAdministrators(
|
|
699
710
|
args: ListDelegatedAdministratorsCommandInput,
|
|
700
711
|
options?: __HttpHandlerOptions
|
|
@@ -721,6 +732,7 @@ export interface Organizations {
|
|
|
721
732
|
options: __HttpHandlerOptions,
|
|
722
733
|
cb: (err: any, data?: ListDelegatedServicesForAccountCommandOutput) => void
|
|
723
734
|
): void;
|
|
735
|
+
listHandshakesForAccount(): Promise<ListHandshakesForAccountCommandOutput>;
|
|
724
736
|
listHandshakesForAccount(
|
|
725
737
|
args: ListHandshakesForAccountCommandInput,
|
|
726
738
|
options?: __HttpHandlerOptions
|
|
@@ -734,6 +746,7 @@ export interface Organizations {
|
|
|
734
746
|
options: __HttpHandlerOptions,
|
|
735
747
|
cb: (err: any, data?: ListHandshakesForAccountCommandOutput) => void
|
|
736
748
|
): void;
|
|
749
|
+
listHandshakesForOrganization(): Promise<ListHandshakesForOrganizationCommandOutput>;
|
|
737
750
|
listHandshakesForOrganization(
|
|
738
751
|
args: ListHandshakesForOrganizationCommandInput,
|
|
739
752
|
options?: __HttpHandlerOptions
|
|
@@ -799,6 +812,7 @@ export interface Organizations {
|
|
|
799
812
|
options: __HttpHandlerOptions,
|
|
800
813
|
cb: (err: any, data?: ListPoliciesForTargetCommandOutput) => void
|
|
801
814
|
): void;
|
|
815
|
+
listRoots(): Promise<ListRootsCommandOutput>;
|
|
802
816
|
listRoots(
|
|
803
817
|
args: ListRootsCommandInput,
|
|
804
818
|
options?: __HttpHandlerOptions
|
|
@@ -24,6 +24,15 @@ declare const AcceptHandshakeCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: AcceptHandshakeCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
AcceptHandshakeCommandInput,
|
|
31
|
+
AcceptHandshakeCommandOutput,
|
|
32
|
+
OrganizationsClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class AcceptHandshakeCommand extends AcceptHandshakeCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const AttachPolicyCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: AttachPolicyCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
AttachPolicyCommandInput,
|
|
26
|
+
AttachPolicyCommandOutput,
|
|
27
|
+
OrganizationsClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class AttachPolicyCommand extends AttachPolicyCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CancelHandshakeCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CancelHandshakeCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CancelHandshakeCommandInput,
|
|
31
|
+
CancelHandshakeCommandOutput,
|
|
32
|
+
OrganizationsClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CancelHandshakeCommand extends CancelHandshakeCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const CloseAccountCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: CloseAccountCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
CloseAccountCommandInput,
|
|
26
|
+
CloseAccountCommandOutput,
|
|
27
|
+
OrganizationsClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class CloseAccountCommand extends CloseAccountCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateAccountCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateAccountCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateAccountCommandInput,
|
|
31
|
+
CreateAccountCommandOutput,
|
|
32
|
+
OrganizationsClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateAccountCommand extends CreateAccountCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateGovCloudAccountCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateGovCloudAccountCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateGovCloudAccountCommandInput,
|
|
32
|
+
CreateGovCloudAccountCommandOutput,
|
|
33
|
+
OrganizationsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateGovCloudAccountCommand extends CreateGovCloudAccountCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateOrganizationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [CreateOrganizationCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateOrganizationCommandInput,
|
|
32
|
+
CreateOrganizationCommandOutput,
|
|
33
|
+
OrganizationsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateOrganizationCommand extends CreateOrganizationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateOrganizationalUnitCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateOrganizationalUnitCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateOrganizationalUnitCommandInput,
|
|
32
|
+
CreateOrganizationalUnitCommandOutput,
|
|
33
|
+
OrganizationsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateOrganizationalUnitCommand extends CreateOrganizationalUnitCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreatePolicyCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreatePolicyCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreatePolicyCommandInput,
|
|
28
|
+
CreatePolicyCommandOutput,
|
|
29
|
+
OrganizationsClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreatePolicyCommand extends CreatePolicyCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeclineHandshakeCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeclineHandshakeCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeclineHandshakeCommandInput,
|
|
31
|
+
DeclineHandshakeCommandOutput,
|
|
32
|
+
OrganizationsClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeclineHandshakeCommand extends DeclineHandshakeCommand_base {}
|
|
@@ -18,6 +18,15 @@ declare const DeleteOrganizationCommand_base: {
|
|
|
18
18
|
ServiceInputTypes,
|
|
19
19
|
ServiceOutputTypes
|
|
20
20
|
>;
|
|
21
|
+
new (
|
|
22
|
+
...[input]: [] | [DeleteOrganizationCommandInput]
|
|
23
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
24
|
+
DeleteOrganizationCommandInput,
|
|
25
|
+
DeleteOrganizationCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig,
|
|
27
|
+
ServiceInputTypes,
|
|
28
|
+
ServiceOutputTypes
|
|
29
|
+
>;
|
|
21
30
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
22
31
|
};
|
|
23
32
|
export declare class DeleteOrganizationCommand extends DeleteOrganizationCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteOrganizationalUnitCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteOrganizationalUnitCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteOrganizationalUnitCommandInput,
|
|
28
|
+
DeleteOrganizationalUnitCommandOutput,
|
|
29
|
+
OrganizationsClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteOrganizationalUnitCommand extends DeleteOrganizationalUnitCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeletePolicyCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeletePolicyCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeletePolicyCommandInput,
|
|
26
|
+
DeletePolicyCommandOutput,
|
|
27
|
+
OrganizationsClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {}
|
|
@@ -18,6 +18,15 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
18
18
|
ServiceInputTypes,
|
|
19
19
|
ServiceOutputTypes
|
|
20
20
|
>;
|
|
21
|
+
new (
|
|
22
|
+
...[input]: [] | [DeleteResourcePolicyCommandInput]
|
|
23
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
24
|
+
DeleteResourcePolicyCommandInput,
|
|
25
|
+
DeleteResourcePolicyCommandOutput,
|
|
26
|
+
OrganizationsClientResolvedConfig,
|
|
27
|
+
ServiceInputTypes,
|
|
28
|
+
ServiceOutputTypes
|
|
29
|
+
>;
|
|
21
30
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
22
31
|
};
|
|
23
32
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeregisterDelegatedAdministratorCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeregisterDelegatedAdministratorCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeregisterDelegatedAdministratorCommandInput,
|
|
28
|
+
DeregisterDelegatedAdministratorCommandOutput,
|
|
29
|
+
OrganizationsClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeregisterDelegatedAdministratorCommand extends DeregisterDelegatedAdministratorCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeAccountCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeAccountCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeAccountCommandInput,
|
|
31
|
+
DescribeAccountCommandOutput,
|
|
32
|
+
OrganizationsClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeAccountCommand extends DescribeAccountCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeCreateAccountStatusCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeCreateAccountStatusCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeCreateAccountStatusCommandInput,
|
|
32
|
+
DescribeCreateAccountStatusCommandOutput,
|
|
33
|
+
OrganizationsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeCreateAccountStatusCommand extends DescribeCreateAccountStatusCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeEffectivePolicyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeEffectivePolicyCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeEffectivePolicyCommandInput,
|
|
32
|
+
DescribeEffectivePolicyCommandOutput,
|
|
33
|
+
OrganizationsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeEffectivePolicyCommand extends DescribeEffectivePolicyCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeHandshakeCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeHandshakeCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeHandshakeCommandInput,
|
|
32
|
+
DescribeHandshakeCommandOutput,
|
|
33
|
+
OrganizationsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeHandshakeCommand extends DescribeHandshakeCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DescribeOrganizationCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [DescribeOrganizationCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DescribeOrganizationCommandInput,
|
|
28
|
+
DescribeOrganizationCommandOutput,
|
|
29
|
+
OrganizationsClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DescribeOrganizationCommand extends DescribeOrganizationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeOrganizationalUnitCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeOrganizationalUnitCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeOrganizationalUnitCommandInput,
|
|
32
|
+
DescribeOrganizationalUnitCommandOutput,
|
|
33
|
+
OrganizationsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeOrganizationalUnitCommand extends DescribeOrganizationalUnitCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribePolicyCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribePolicyCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribePolicyCommandInput,
|
|
31
|
+
DescribePolicyCommandOutput,
|
|
32
|
+
OrganizationsClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribePolicyCommand extends DescribePolicyCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DescribeResourcePolicyCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [DescribeResourcePolicyCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DescribeResourcePolicyCommandInput,
|
|
28
|
+
DescribeResourcePolicyCommandOutput,
|
|
29
|
+
OrganizationsClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DetachPolicyCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DetachPolicyCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DetachPolicyCommandInput,
|
|
26
|
+
DetachPolicyCommandOutput,
|
|
27
|
+
OrganizationsClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DetachPolicyCommand extends DetachPolicyCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DisableAWSServiceAccessCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DisableAWSServiceAccessCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DisableAWSServiceAccessCommandInput,
|
|
28
|
+
DisableAWSServiceAccessCommandOutput,
|
|
29
|
+
OrganizationsClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DisableAWSServiceAccessCommand extends DisableAWSServiceAccessCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DisablePolicyTypeCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DisablePolicyTypeCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DisablePolicyTypeCommandInput,
|
|
32
|
+
DisablePolicyTypeCommandOutput,
|
|
33
|
+
OrganizationsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DisablePolicyTypeCommand extends DisablePolicyTypeCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const EnableAWSServiceAccessCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: EnableAWSServiceAccessCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
EnableAWSServiceAccessCommandInput,
|
|
27
|
+
EnableAWSServiceAccessCommandOutput,
|
|
28
|
+
OrganizationsClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class EnableAWSServiceAccessCommand extends EnableAWSServiceAccessCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const EnableAllFeaturesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [EnableAllFeaturesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
EnableAllFeaturesCommandInput,
|
|
32
|
+
EnableAllFeaturesCommandOutput,
|
|
33
|
+
OrganizationsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class EnableAllFeaturesCommand extends EnableAllFeaturesCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const EnablePolicyTypeCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: EnablePolicyTypeCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
EnablePolicyTypeCommandInput,
|
|
31
|
+
EnablePolicyTypeCommandOutput,
|
|
32
|
+
OrganizationsClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class EnablePolicyTypeCommand extends EnablePolicyTypeCommand_base {}
|