@aws-sdk/client-organizations 3.193.0 → 3.195.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 +19 -0
- package/dist-cjs/OrganizationsClient.js +11 -8
- package/dist-cjs/commands/AcceptHandshakeCommand.js +10 -0
- package/dist-cjs/commands/AttachPolicyCommand.js +10 -0
- package/dist-cjs/commands/CancelHandshakeCommand.js +10 -0
- package/dist-cjs/commands/CloseAccountCommand.js +10 -0
- package/dist-cjs/commands/CreateAccountCommand.js +10 -0
- package/dist-cjs/commands/CreateGovCloudAccountCommand.js +10 -0
- package/dist-cjs/commands/CreateOrganizationCommand.js +10 -0
- package/dist-cjs/commands/CreateOrganizationalUnitCommand.js +10 -0
- package/dist-cjs/commands/CreatePolicyCommand.js +10 -0
- package/dist-cjs/commands/DeclineHandshakeCommand.js +10 -0
- package/dist-cjs/commands/DeleteOrganizationCommand.js +10 -0
- package/dist-cjs/commands/DeleteOrganizationalUnitCommand.js +10 -0
- package/dist-cjs/commands/DeletePolicyCommand.js +10 -0
- package/dist-cjs/commands/DeregisterDelegatedAdministratorCommand.js +10 -0
- package/dist-cjs/commands/DescribeAccountCommand.js +10 -0
- package/dist-cjs/commands/DescribeCreateAccountStatusCommand.js +10 -0
- package/dist-cjs/commands/DescribeEffectivePolicyCommand.js +10 -0
- package/dist-cjs/commands/DescribeHandshakeCommand.js +10 -0
- package/dist-cjs/commands/DescribeOrganizationCommand.js +10 -0
- package/dist-cjs/commands/DescribeOrganizationalUnitCommand.js +10 -0
- package/dist-cjs/commands/DescribePolicyCommand.js +10 -0
- package/dist-cjs/commands/DetachPolicyCommand.js +10 -0
- package/dist-cjs/commands/DisableAWSServiceAccessCommand.js +10 -0
- package/dist-cjs/commands/DisablePolicyTypeCommand.js +10 -0
- package/dist-cjs/commands/EnableAWSServiceAccessCommand.js +10 -0
- package/dist-cjs/commands/EnableAllFeaturesCommand.js +10 -0
- package/dist-cjs/commands/EnablePolicyTypeCommand.js +10 -0
- package/dist-cjs/commands/InviteAccountToOrganizationCommand.js +10 -0
- package/dist-cjs/commands/LeaveOrganizationCommand.js +10 -0
- package/dist-cjs/commands/ListAWSServiceAccessForOrganizationCommand.js +10 -0
- package/dist-cjs/commands/ListAccountsCommand.js +10 -0
- package/dist-cjs/commands/ListAccountsForParentCommand.js +10 -0
- package/dist-cjs/commands/ListChildrenCommand.js +10 -0
- package/dist-cjs/commands/ListCreateAccountStatusCommand.js +10 -0
- package/dist-cjs/commands/ListDelegatedAdministratorsCommand.js +10 -0
- package/dist-cjs/commands/ListDelegatedServicesForAccountCommand.js +10 -0
- package/dist-cjs/commands/ListHandshakesForAccountCommand.js +10 -0
- package/dist-cjs/commands/ListHandshakesForOrganizationCommand.js +10 -0
- package/dist-cjs/commands/ListOrganizationalUnitsForParentCommand.js +10 -0
- package/dist-cjs/commands/ListParentsCommand.js +10 -0
- package/dist-cjs/commands/ListPoliciesCommand.js +10 -0
- package/dist-cjs/commands/ListPoliciesForTargetCommand.js +10 -0
- package/dist-cjs/commands/ListRootsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListTargetsForPolicyCommand.js +10 -0
- package/dist-cjs/commands/MoveAccountCommand.js +10 -0
- package/dist-cjs/commands/RegisterDelegatedAdministratorCommand.js +10 -0
- package/dist-cjs/commands/RemoveAccountFromOrganizationCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateOrganizationalUnitCommand.js +10 -0
- package/dist-cjs/commands/UpdatePolicyCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +1172 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/OrganizationsClient.js +12 -9
- package/dist-es/commands/AcceptHandshakeCommand.js +10 -0
- package/dist-es/commands/AttachPolicyCommand.js +10 -0
- package/dist-es/commands/CancelHandshakeCommand.js +10 -0
- package/dist-es/commands/CloseAccountCommand.js +10 -0
- package/dist-es/commands/CreateAccountCommand.js +10 -0
- package/dist-es/commands/CreateGovCloudAccountCommand.js +10 -0
- package/dist-es/commands/CreateOrganizationCommand.js +10 -0
- package/dist-es/commands/CreateOrganizationalUnitCommand.js +10 -0
- package/dist-es/commands/CreatePolicyCommand.js +10 -0
- package/dist-es/commands/DeclineHandshakeCommand.js +10 -0
- package/dist-es/commands/DeleteOrganizationCommand.js +10 -0
- package/dist-es/commands/DeleteOrganizationalUnitCommand.js +10 -0
- package/dist-es/commands/DeletePolicyCommand.js +10 -0
- package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +10 -0
- package/dist-es/commands/DescribeAccountCommand.js +10 -0
- package/dist-es/commands/DescribeCreateAccountStatusCommand.js +10 -0
- package/dist-es/commands/DescribeEffectivePolicyCommand.js +10 -0
- package/dist-es/commands/DescribeHandshakeCommand.js +10 -0
- package/dist-es/commands/DescribeOrganizationCommand.js +10 -0
- package/dist-es/commands/DescribeOrganizationalUnitCommand.js +10 -0
- package/dist-es/commands/DescribePolicyCommand.js +10 -0
- package/dist-es/commands/DetachPolicyCommand.js +10 -0
- package/dist-es/commands/DisableAWSServiceAccessCommand.js +10 -0
- package/dist-es/commands/DisablePolicyTypeCommand.js +10 -0
- package/dist-es/commands/EnableAWSServiceAccessCommand.js +10 -0
- package/dist-es/commands/EnableAllFeaturesCommand.js +10 -0
- package/dist-es/commands/EnablePolicyTypeCommand.js +10 -0
- package/dist-es/commands/InviteAccountToOrganizationCommand.js +10 -0
- package/dist-es/commands/LeaveOrganizationCommand.js +10 -0
- package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +10 -0
- package/dist-es/commands/ListAccountsCommand.js +10 -0
- package/dist-es/commands/ListAccountsForParentCommand.js +10 -0
- package/dist-es/commands/ListChildrenCommand.js +10 -0
- package/dist-es/commands/ListCreateAccountStatusCommand.js +10 -0
- package/dist-es/commands/ListDelegatedAdministratorsCommand.js +10 -0
- package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +10 -0
- package/dist-es/commands/ListHandshakesForAccountCommand.js +10 -0
- package/dist-es/commands/ListHandshakesForOrganizationCommand.js +10 -0
- package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +10 -0
- package/dist-es/commands/ListParentsCommand.js +10 -0
- package/dist-es/commands/ListPoliciesCommand.js +10 -0
- package/dist-es/commands/ListPoliciesForTargetCommand.js +10 -0
- package/dist-es/commands/ListRootsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListTargetsForPolicyCommand.js +10 -0
- package/dist-es/commands/MoveAccountCommand.js +10 -0
- package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +10 -0
- package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateOrganizationalUnitCommand.js +10 -0
- package/dist-es/commands/UpdatePolicyCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +1169 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/OrganizationsClient.d.ts +6 -9
- package/dist-types/commands/AcceptHandshakeCommand.d.ts +2 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +2 -0
- package/dist-types/commands/CancelHandshakeCommand.d.ts +2 -0
- package/dist-types/commands/CloseAccountCommand.d.ts +2 -0
- package/dist-types/commands/CreateAccountCommand.d.ts +2 -0
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +2 -0
- package/dist-types/commands/CreateOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +2 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeclineHandshakeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +2 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DescribeHandshakeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +2 -0
- package/dist-types/commands/DescribePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +2 -0
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +2 -0
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +2 -0
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +2 -0
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +2 -0
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/ListAccountsCommand.d.ts +2 -0
- package/dist-types/commands/ListAccountsForParentCommand.d.ts +2 -0
- package/dist-types/commands/ListChildrenCommand.d.ts +2 -0
- package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +2 -0
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +2 -0
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +2 -0
- package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +2 -0
- package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +2 -0
- package/dist-types/commands/ListParentsCommand.d.ts +2 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +2 -0
- package/dist-types/commands/ListRootsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +2 -0
- package/dist-types/commands/MoveAccountCommand.d.ts +2 -0
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +2 -0
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePolicyCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/OrganizationsClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CloseAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListParentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRootsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +4 -2
- package/dist-cjs/endpoints.js +0 -173
- package/dist-es/endpoints.js +0 -169
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
2
|
-
import {
|
|
2
|
+
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
3
3
|
export const getRuntimeConfig = (config) => ({
|
|
4
4
|
apiVersion: "2016-11-28",
|
|
5
5
|
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
6
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
6
7
|
logger: config?.logger ?? {},
|
|
7
|
-
regionInfoProvider: config?.regionInfoProvider ?? defaultRegionInfoProvider,
|
|
8
8
|
serviceId: config?.serviceId ?? "Organizations",
|
|
9
9
|
urlParser: config?.urlParser ?? parseUrl,
|
|
10
10
|
});
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
4
|
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
5
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
6
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
7
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
8
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider,
|
|
9
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
10
|
import { AcceptHandshakeCommandInput, AcceptHandshakeCommandOutput } from "./commands/AcceptHandshakeCommand";
|
|
10
11
|
import { AttachPolicyCommandInput, AttachPolicyCommandOutput } from "./commands/AttachPolicyCommand";
|
|
11
12
|
import { CancelHandshakeCommandInput, CancelHandshakeCommandOutput } from "./commands/CancelHandshakeCommand";
|
|
@@ -58,6 +59,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
58
59
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
59
60
|
import { UpdateOrganizationalUnitCommandInput, UpdateOrganizationalUnitCommandOutput } from "./commands/UpdateOrganizationalUnitCommand";
|
|
60
61
|
import { UpdatePolicyCommandInput, UpdatePolicyCommandOutput } from "./commands/UpdatePolicyCommand";
|
|
62
|
+
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
61
63
|
export declare type ServiceInputTypes = AcceptHandshakeCommandInput | AttachPolicyCommandInput | CancelHandshakeCommandInput | CloseAccountCommandInput | CreateAccountCommandInput | CreateGovCloudAccountCommandInput | CreateOrganizationCommandInput | CreateOrganizationalUnitCommandInput | CreatePolicyCommandInput | DeclineHandshakeCommandInput | DeleteOrganizationCommandInput | DeleteOrganizationalUnitCommandInput | DeletePolicyCommandInput | DeregisterDelegatedAdministratorCommandInput | DescribeAccountCommandInput | DescribeCreateAccountStatusCommandInput | DescribeEffectivePolicyCommandInput | DescribeHandshakeCommandInput | DescribeOrganizationCommandInput | DescribeOrganizationalUnitCommandInput | DescribePolicyCommandInput | DetachPolicyCommandInput | DisableAWSServiceAccessCommandInput | DisablePolicyTypeCommandInput | EnableAWSServiceAccessCommandInput | EnableAllFeaturesCommandInput | EnablePolicyTypeCommandInput | InviteAccountToOrganizationCommandInput | LeaveOrganizationCommandInput | ListAWSServiceAccessForOrganizationCommandInput | ListAccountsCommandInput | ListAccountsForParentCommandInput | ListChildrenCommandInput | ListCreateAccountStatusCommandInput | ListDelegatedAdministratorsCommandInput | ListDelegatedServicesForAccountCommandInput | ListHandshakesForAccountCommandInput | ListHandshakesForOrganizationCommandInput | ListOrganizationalUnitsForParentCommandInput | ListParentsCommandInput | ListPoliciesCommandInput | ListPoliciesForTargetCommandInput | ListRootsCommandInput | ListTagsForResourceCommandInput | ListTargetsForPolicyCommandInput | MoveAccountCommandInput | RegisterDelegatedAdministratorCommandInput | RemoveAccountFromOrganizationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateOrganizationalUnitCommandInput | UpdatePolicyCommandInput;
|
|
62
64
|
export declare type ServiceOutputTypes = AcceptHandshakeCommandOutput | AttachPolicyCommandOutput | CancelHandshakeCommandOutput | CloseAccountCommandOutput | CreateAccountCommandOutput | CreateGovCloudAccountCommandOutput | CreateOrganizationCommandOutput | CreateOrganizationalUnitCommandOutput | CreatePolicyCommandOutput | DeclineHandshakeCommandOutput | DeleteOrganizationCommandOutput | DeleteOrganizationalUnitCommandOutput | DeletePolicyCommandOutput | DeregisterDelegatedAdministratorCommandOutput | DescribeAccountCommandOutput | DescribeCreateAccountStatusCommandOutput | DescribeEffectivePolicyCommandOutput | DescribeHandshakeCommandOutput | DescribeOrganizationCommandOutput | DescribeOrganizationalUnitCommandOutput | DescribePolicyCommandOutput | DetachPolicyCommandOutput | DisableAWSServiceAccessCommandOutput | DisablePolicyTypeCommandOutput | EnableAWSServiceAccessCommandOutput | EnableAllFeaturesCommandOutput | EnablePolicyTypeCommandOutput | InviteAccountToOrganizationCommandOutput | LeaveOrganizationCommandOutput | ListAWSServiceAccessForOrganizationCommandOutput | ListAccountsCommandOutput | ListAccountsForParentCommandOutput | ListChildrenCommandOutput | ListCreateAccountStatusCommandOutput | ListDelegatedAdministratorsCommandOutput | ListDelegatedServicesForAccountCommandOutput | ListHandshakesForAccountCommandOutput | ListHandshakesForOrganizationCommandOutput | ListOrganizationalUnitsForParentCommandOutput | ListParentsCommandOutput | ListPoliciesCommandOutput | ListPoliciesForTargetCommandOutput | ListRootsCommandOutput | ListTagsForResourceCommandOutput | ListTargetsForPolicyCommandOutput | MoveAccountCommandOutput | RegisterDelegatedAdministratorCommandOutput | RemoveAccountFromOrganizationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateOrganizationalUnitCommandOutput | UpdatePolicyCommandOutput;
|
|
63
65
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -150,11 +152,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
150
152
|
* @internal
|
|
151
153
|
*/
|
|
152
154
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
153
|
-
/**
|
|
154
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
158
155
|
/**
|
|
159
156
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
160
157
|
* @internal
|
|
@@ -165,13 +162,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
165
162
|
*/
|
|
166
163
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
167
164
|
}
|
|
168
|
-
declare type OrganizationsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig &
|
|
165
|
+
declare type OrganizationsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
169
166
|
/**
|
|
170
167
|
* The configuration interface of OrganizationsClient class constructor that set the region, credentials and other options.
|
|
171
168
|
*/
|
|
172
169
|
export interface OrganizationsClientConfig extends OrganizationsClientConfigType {
|
|
173
170
|
}
|
|
174
|
-
declare type OrganizationsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig &
|
|
171
|
+
declare type OrganizationsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
175
172
|
/**
|
|
176
173
|
* The resolved configuration interface of OrganizationsClient class. This is resolved and normalized from the {@link OrganizationsClientConfig | constructor configuration interface}.
|
|
177
174
|
*/
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AcceptHandshakeRequest, AcceptHandshakeResponse } from "../models/models_0";
|
|
@@ -55,6 +56,7 @@ export interface AcceptHandshakeCommandOutput extends AcceptHandshakeResponse, _
|
|
|
55
56
|
*/
|
|
56
57
|
export declare class AcceptHandshakeCommand extends $Command<AcceptHandshakeCommandInput, AcceptHandshakeCommandOutput, OrganizationsClientResolvedConfig> {
|
|
57
58
|
readonly input: AcceptHandshakeCommandInput;
|
|
59
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
60
|
constructor(input: AcceptHandshakeCommandInput);
|
|
59
61
|
/**
|
|
60
62
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AttachPolicyRequest } from "../models/models_0";
|
|
@@ -50,6 +51,7 @@ export interface AttachPolicyCommandOutput extends __MetadataBearer {
|
|
|
50
51
|
*/
|
|
51
52
|
export declare class AttachPolicyCommand extends $Command<AttachPolicyCommandInput, AttachPolicyCommandOutput, OrganizationsClientResolvedConfig> {
|
|
52
53
|
readonly input: AttachPolicyCommandInput;
|
|
54
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
55
|
constructor(input: AttachPolicyCommandInput);
|
|
54
56
|
/**
|
|
55
57
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CancelHandshakeRequest, CancelHandshakeResponse } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface CancelHandshakeCommandOutput extends CancelHandshakeResponse, _
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class CancelHandshakeCommand extends $Command<CancelHandshakeCommandInput, CancelHandshakeCommandOutput, OrganizationsClientResolvedConfig> {
|
|
32
33
|
readonly input: CancelHandshakeCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: CancelHandshakeCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CloseAccountRequest } from "../models/models_0";
|
|
@@ -71,6 +72,7 @@ export interface CloseAccountCommandOutput extends __MetadataBearer {
|
|
|
71
72
|
*/
|
|
72
73
|
export declare class CloseAccountCommand extends $Command<CloseAccountCommandInput, CloseAccountCommandOutput, OrganizationsClientResolvedConfig> {
|
|
73
74
|
readonly input: CloseAccountCommandInput;
|
|
75
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
76
|
constructor(input: CloseAccountCommandInput);
|
|
75
77
|
/**
|
|
76
78
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateAccountRequest, CreateAccountResponse } from "../models/models_0";
|
|
@@ -99,6 +100,7 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
|
|
|
99
100
|
*/
|
|
100
101
|
export declare class CreateAccountCommand extends $Command<CreateAccountCommandInput, CreateAccountCommandOutput, OrganizationsClientResolvedConfig> {
|
|
101
102
|
readonly input: CreateAccountCommandInput;
|
|
103
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
102
104
|
constructor(input: CreateAccountCommandInput);
|
|
103
105
|
/**
|
|
104
106
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateGovCloudAccountRequest, CreateGovCloudAccountResponse } from "../models/models_0";
|
|
@@ -157,6 +158,7 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
157
158
|
*/
|
|
158
159
|
export declare class CreateGovCloudAccountCommand extends $Command<CreateGovCloudAccountCommandInput, CreateGovCloudAccountCommandOutput, OrganizationsClientResolvedConfig> {
|
|
159
160
|
readonly input: CreateGovCloudAccountCommandInput;
|
|
161
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
160
162
|
constructor(input: CreateGovCloudAccountCommandInput);
|
|
161
163
|
/**
|
|
162
164
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateOrganizationRequest, CreateOrganizationResponse } from "../models/models_0";
|
|
@@ -35,6 +36,7 @@ export interface CreateOrganizationCommandOutput extends CreateOrganizationRespo
|
|
|
35
36
|
*/
|
|
36
37
|
export declare class CreateOrganizationCommand extends $Command<CreateOrganizationCommandInput, CreateOrganizationCommandOutput, OrganizationsClientResolvedConfig> {
|
|
37
38
|
readonly input: CreateOrganizationCommandInput;
|
|
39
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
40
|
constructor(input: CreateOrganizationCommandInput);
|
|
39
41
|
/**
|
|
40
42
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateOrganizationalUnitRequest, CreateOrganizationalUnitResponse } from "../models/models_0";
|
|
@@ -35,6 +36,7 @@ export interface CreateOrganizationalUnitCommandOutput extends CreateOrganizatio
|
|
|
35
36
|
*/
|
|
36
37
|
export declare class CreateOrganizationalUnitCommand extends $Command<CreateOrganizationalUnitCommandInput, CreateOrganizationalUnitCommandOutput, OrganizationsClientResolvedConfig> {
|
|
37
38
|
readonly input: CreateOrganizationalUnitCommandInput;
|
|
39
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
40
|
constructor(input: CreateOrganizationalUnitCommandInput);
|
|
39
41
|
/**
|
|
40
42
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreatePolicyRequest, CreatePolicyResponse } from "../models/models_0";
|
|
@@ -31,6 +32,7 @@ export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __Metad
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class CreatePolicyCommand extends $Command<CreatePolicyCommandInput, CreatePolicyCommandOutput, OrganizationsClientResolvedConfig> {
|
|
33
34
|
readonly input: CreatePolicyCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: CreatePolicyCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeclineHandshakeRequest, DeclineHandshakeResponse } from "../models/models_0";
|
|
@@ -31,6 +32,7 @@ export interface DeclineHandshakeCommandOutput extends DeclineHandshakeResponse,
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class DeclineHandshakeCommand extends $Command<DeclineHandshakeCommandInput, DeclineHandshakeCommandOutput, OrganizationsClientResolvedConfig> {
|
|
33
34
|
readonly input: DeclineHandshakeCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: DeclineHandshakeCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
@@ -25,6 +26,7 @@ export interface DeleteOrganizationCommandOutput extends __MetadataBearer {
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteOrganizationCommand extends $Command<DeleteOrganizationCommandInput, DeleteOrganizationCommandOutput, OrganizationsClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteOrganizationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteOrganizationCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteOrganizationalUnitRequest } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface DeleteOrganizationalUnitCommandOutput extends __MetadataBearer
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DeleteOrganizationalUnitCommand extends $Command<DeleteOrganizationalUnitCommandInput, DeleteOrganizationalUnitCommandOutput, OrganizationsClientResolvedConfig> {
|
|
29
30
|
readonly input: DeleteOrganizationalUnitCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DeleteOrganizationalUnitCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeletePolicyRequest } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, OrganizationsClientResolvedConfig> {
|
|
30
31
|
readonly input: DeletePolicyCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: DeletePolicyCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeregisterDelegatedAdministratorRequest } from "../models/models_0";
|
|
@@ -38,6 +39,7 @@ export interface DeregisterDelegatedAdministratorCommandOutput extends __Metadat
|
|
|
38
39
|
*/
|
|
39
40
|
export declare class DeregisterDelegatedAdministratorCommand extends $Command<DeregisterDelegatedAdministratorCommandInput, DeregisterDelegatedAdministratorCommandOutput, OrganizationsClientResolvedConfig> {
|
|
40
41
|
readonly input: DeregisterDelegatedAdministratorCommandInput;
|
|
42
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
41
43
|
constructor(input: DeregisterDelegatedAdministratorCommandInput);
|
|
42
44
|
/**
|
|
43
45
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeAccountRequest, DescribeAccountResponse } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface DescribeAccountCommandOutput extends DescribeAccountResponse, _
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DescribeAccountCommand extends $Command<DescribeAccountCommandInput, DescribeAccountCommandOutput, OrganizationsClientResolvedConfig> {
|
|
29
30
|
readonly input: DescribeAccountCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DescribeAccountCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeCreateAccountStatusRequest, DescribeCreateAccountStatusResponse } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface DescribeCreateAccountStatusCommandOutput extends DescribeCreate
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DescribeCreateAccountStatusCommand extends $Command<DescribeCreateAccountStatusCommandInput, DescribeCreateAccountStatusCommandOutput, OrganizationsClientResolvedConfig> {
|
|
29
30
|
readonly input: DescribeCreateAccountStatusCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DescribeCreateAccountStatusCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeEffectivePolicyRequest, DescribeEffectivePolicyResponse } from "../models/models_0";
|
|
@@ -34,6 +35,7 @@ export interface DescribeEffectivePolicyCommandOutput extends DescribeEffectiveP
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class DescribeEffectivePolicyCommand extends $Command<DescribeEffectivePolicyCommandInput, DescribeEffectivePolicyCommandOutput, OrganizationsClientResolvedConfig> {
|
|
36
37
|
readonly input: DescribeEffectivePolicyCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: DescribeEffectivePolicyCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeHandshakeRequest, DescribeHandshakeResponse } from "../models/models_0";
|
|
@@ -31,6 +32,7 @@ export interface DescribeHandshakeCommandOutput extends DescribeHandshakeRespons
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class DescribeHandshakeCommand extends $Command<DescribeHandshakeCommandInput, DescribeHandshakeCommandOutput, OrganizationsClientResolvedConfig> {
|
|
33
34
|
readonly input: DescribeHandshakeCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: DescribeHandshakeCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeOrganizationResponse } from "../models/models_0";
|
|
@@ -32,6 +33,7 @@ export interface DescribeOrganizationCommandOutput extends DescribeOrganizationR
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class DescribeOrganizationCommand extends $Command<DescribeOrganizationCommandInput, DescribeOrganizationCommandOutput, OrganizationsClientResolvedConfig> {
|
|
34
35
|
readonly input: DescribeOrganizationCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: DescribeOrganizationCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeOrganizationalUnitRequest, DescribeOrganizationalUnitResponse } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface DescribeOrganizationalUnitCommandOutput extends DescribeOrganiz
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DescribeOrganizationalUnitCommand extends $Command<DescribeOrganizationalUnitCommandInput, DescribeOrganizationalUnitCommandOutput, OrganizationsClientResolvedConfig> {
|
|
29
30
|
readonly input: DescribeOrganizationalUnitCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DescribeOrganizationalUnitCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribePolicyRequest, DescribePolicyResponse } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface DescribePolicyCommandOutput extends DescribePolicyResponse, __M
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DescribePolicyCommand extends $Command<DescribePolicyCommandInput, DescribePolicyCommandOutput, OrganizationsClientResolvedConfig> {
|
|
29
30
|
readonly input: DescribePolicyCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DescribePolicyCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DetachPolicyRequest } from "../models/models_0";
|
|
@@ -39,6 +40,7 @@ export interface DetachPolicyCommandOutput extends __MetadataBearer {
|
|
|
39
40
|
*/
|
|
40
41
|
export declare class DetachPolicyCommand extends $Command<DetachPolicyCommandInput, DetachPolicyCommandOutput, OrganizationsClientResolvedConfig> {
|
|
41
42
|
readonly input: DetachPolicyCommandInput;
|
|
43
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
42
44
|
constructor(input: DetachPolicyCommandInput);
|
|
43
45
|
/**
|
|
44
46
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DisableAWSServiceAccessRequest } from "../models/models_0";
|
|
@@ -80,6 +81,7 @@ export interface DisableAWSServiceAccessCommandOutput extends __MetadataBearer {
|
|
|
80
81
|
*/
|
|
81
82
|
export declare class DisableAWSServiceAccessCommand extends $Command<DisableAWSServiceAccessCommandInput, DisableAWSServiceAccessCommandOutput, OrganizationsClientResolvedConfig> {
|
|
82
83
|
readonly input: DisableAWSServiceAccessCommandInput;
|
|
84
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
85
|
constructor(input: DisableAWSServiceAccessCommandInput);
|
|
84
86
|
/**
|
|
85
87
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DisablePolicyTypeRequest, DisablePolicyTypeResponse } from "../models/models_0";
|
|
@@ -35,6 +36,7 @@ export interface DisablePolicyTypeCommandOutput extends DisablePolicyTypeRespons
|
|
|
35
36
|
*/
|
|
36
37
|
export declare class DisablePolicyTypeCommand extends $Command<DisablePolicyTypeCommandInput, DisablePolicyTypeCommandOutput, OrganizationsClientResolvedConfig> {
|
|
37
38
|
readonly input: DisablePolicyTypeCommandInput;
|
|
39
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
40
|
constructor(input: DisablePolicyTypeCommandInput);
|
|
39
41
|
/**
|
|
40
42
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { EnableAWSServiceAccessRequest } from "../models/models_0";
|
|
@@ -44,6 +45,7 @@ export interface EnableAWSServiceAccessCommandOutput extends __MetadataBearer {
|
|
|
44
45
|
*/
|
|
45
46
|
export declare class EnableAWSServiceAccessCommand extends $Command<EnableAWSServiceAccessCommandInput, EnableAWSServiceAccessCommandOutput, OrganizationsClientResolvedConfig> {
|
|
46
47
|
readonly input: EnableAWSServiceAccessCommandInput;
|
|
48
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
47
49
|
constructor(input: EnableAWSServiceAccessCommandInput);
|
|
48
50
|
/**
|
|
49
51
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { EnableAllFeaturesRequest, EnableAllFeaturesResponse } from "../models/models_0";
|
|
@@ -50,6 +51,7 @@ export interface EnableAllFeaturesCommandOutput extends EnableAllFeaturesRespons
|
|
|
50
51
|
*/
|
|
51
52
|
export declare class EnableAllFeaturesCommand extends $Command<EnableAllFeaturesCommandInput, EnableAllFeaturesCommandOutput, OrganizationsClientResolvedConfig> {
|
|
52
53
|
readonly input: EnableAllFeaturesCommandInput;
|
|
54
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
55
|
constructor(input: EnableAllFeaturesCommandInput);
|
|
54
56
|
/**
|
|
55
57
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { EnablePolicyTypeRequest, EnablePolicyTypeResponse } from "../models/models_0";
|
|
@@ -35,6 +36,7 @@ export interface EnablePolicyTypeCommandOutput extends EnablePolicyTypeResponse,
|
|
|
35
36
|
*/
|
|
36
37
|
export declare class EnablePolicyTypeCommand extends $Command<EnablePolicyTypeCommandInput, EnablePolicyTypeCommandOutput, OrganizationsClientResolvedConfig> {
|
|
37
38
|
readonly input: EnablePolicyTypeCommandInput;
|
|
39
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
40
|
constructor(input: EnablePolicyTypeCommandInput);
|
|
39
41
|
/**
|
|
40
42
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { InviteAccountToOrganizationRequest, InviteAccountToOrganizationResponse } from "../models/models_0";
|
|
@@ -50,6 +51,7 @@ export interface InviteAccountToOrganizationCommandOutput extends InviteAccountT
|
|
|
50
51
|
*/
|
|
51
52
|
export declare class InviteAccountToOrganizationCommand extends $Command<InviteAccountToOrganizationCommandInput, InviteAccountToOrganizationCommandOutput, OrganizationsClientResolvedConfig> {
|
|
52
53
|
readonly input: InviteAccountToOrganizationCommandInput;
|
|
54
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
55
|
constructor(input: InviteAccountToOrganizationCommandInput);
|
|
54
56
|
/**
|
|
55
57
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
@@ -88,6 +89,7 @@ export interface LeaveOrganizationCommandOutput extends __MetadataBearer {
|
|
|
88
89
|
*/
|
|
89
90
|
export declare class LeaveOrganizationCommand extends $Command<LeaveOrganizationCommandInput, LeaveOrganizationCommandOutput, OrganizationsClientResolvedConfig> {
|
|
90
91
|
readonly input: LeaveOrganizationCommandInput;
|
|
92
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
93
|
constructor(input: LeaveOrganizationCommandInput);
|
|
92
94
|
/**
|
|
93
95
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListAWSServiceAccessForOrganizationRequest, ListAWSServiceAccessForOrganizationResponse } from "../models/models_0";
|
|
@@ -33,6 +34,7 @@ export interface ListAWSServiceAccessForOrganizationCommandOutput extends ListAW
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class ListAWSServiceAccessForOrganizationCommand extends $Command<ListAWSServiceAccessForOrganizationCommandInput, ListAWSServiceAccessForOrganizationCommandOutput, OrganizationsClientResolvedConfig> {
|
|
35
36
|
readonly input: ListAWSServiceAccessForOrganizationCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: ListAWSServiceAccessForOrganizationCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
|
|
@@ -36,6 +37,7 @@ export interface ListAccountsCommandOutput extends ListAccountsResponse, __Metad
|
|
|
36
37
|
*/
|
|
37
38
|
export declare class ListAccountsCommand extends $Command<ListAccountsCommandInput, ListAccountsCommandOutput, OrganizationsClientResolvedConfig> {
|
|
38
39
|
readonly input: ListAccountsCommandInput;
|
|
40
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
41
|
constructor(input: ListAccountsCommandInput);
|
|
40
42
|
/**
|
|
41
43
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListAccountsForParentRequest, ListAccountsForParentResponse } from "../models/models_0";
|
|
@@ -39,6 +40,7 @@ export interface ListAccountsForParentCommandOutput extends ListAccountsForParen
|
|
|
39
40
|
*/
|
|
40
41
|
export declare class ListAccountsForParentCommand extends $Command<ListAccountsForParentCommandInput, ListAccountsForParentCommandOutput, OrganizationsClientResolvedConfig> {
|
|
41
42
|
readonly input: ListAccountsForParentCommandInput;
|
|
43
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
42
44
|
constructor(input: ListAccountsForParentCommandInput);
|
|
43
45
|
/**
|
|
44
46
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListChildrenRequest, ListChildrenResponse } from "../models/models_0";
|
|
@@ -37,6 +38,7 @@ export interface ListChildrenCommandOutput extends ListChildrenResponse, __Metad
|
|
|
37
38
|
*/
|
|
38
39
|
export declare class ListChildrenCommand extends $Command<ListChildrenCommandInput, ListChildrenCommandOutput, OrganizationsClientResolvedConfig> {
|
|
39
40
|
readonly input: ListChildrenCommandInput;
|
|
41
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
40
42
|
constructor(input: ListChildrenCommandInput);
|
|
41
43
|
/**
|
|
42
44
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListCreateAccountStatusRequest, ListCreateAccountStatusResponse } from "../models/models_0";
|
|
@@ -36,6 +37,7 @@ export interface ListCreateAccountStatusCommandOutput extends ListCreateAccountS
|
|
|
36
37
|
*/
|
|
37
38
|
export declare class ListCreateAccountStatusCommand extends $Command<ListCreateAccountStatusCommandInput, ListCreateAccountStatusCommandOutput, OrganizationsClientResolvedConfig> {
|
|
38
39
|
readonly input: ListCreateAccountStatusCommandInput;
|
|
40
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
41
|
constructor(input: ListCreateAccountStatusCommandInput);
|
|
40
42
|
/**
|
|
41
43
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListDelegatedAdministratorsRequest, ListDelegatedAdministratorsResponse } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface ListDelegatedAdministratorsCommandOutput extends ListDelegatedA
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class ListDelegatedAdministratorsCommand extends $Command<ListDelegatedAdministratorsCommandInput, ListDelegatedAdministratorsCommandOutput, OrganizationsClientResolvedConfig> {
|
|
30
31
|
readonly input: ListDelegatedAdministratorsCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: ListDelegatedAdministratorsCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListDelegatedServicesForAccountRequest, ListDelegatedServicesForAccountResponse } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface ListDelegatedServicesForAccountCommandOutput extends ListDelega
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class ListDelegatedServicesForAccountCommand extends $Command<ListDelegatedServicesForAccountCommandInput, ListDelegatedServicesForAccountCommandOutput, OrganizationsClientResolvedConfig> {
|
|
30
31
|
readonly input: ListDelegatedServicesForAccountCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: ListDelegatedServicesForAccountCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListHandshakesForAccountRequest, ListHandshakesForAccountResponse } from "../models/models_0";
|
|
@@ -39,6 +40,7 @@ export interface ListHandshakesForAccountCommandOutput extends ListHandshakesFor
|
|
|
39
40
|
*/
|
|
40
41
|
export declare class ListHandshakesForAccountCommand extends $Command<ListHandshakesForAccountCommandInput, ListHandshakesForAccountCommandOutput, OrganizationsClientResolvedConfig> {
|
|
41
42
|
readonly input: ListHandshakesForAccountCommandInput;
|
|
43
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
42
44
|
constructor(input: ListHandshakesForAccountCommandInput);
|
|
43
45
|
/**
|
|
44
46
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListHandshakesForOrganizationRequest, ListHandshakesForOrganizationResponse } from "../models/models_0";
|
|
@@ -42,6 +43,7 @@ export interface ListHandshakesForOrganizationCommandOutput extends ListHandshak
|
|
|
42
43
|
*/
|
|
43
44
|
export declare class ListHandshakesForOrganizationCommand extends $Command<ListHandshakesForOrganizationCommandInput, ListHandshakesForOrganizationCommandOutput, OrganizationsClientResolvedConfig> {
|
|
44
45
|
readonly input: ListHandshakesForOrganizationCommandInput;
|
|
46
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
45
47
|
constructor(input: ListHandshakesForOrganizationCommandInput);
|
|
46
48
|
/**
|
|
47
49
|
* @internal
|