Search
Preparing search index...
The search index is not available
Organizations Client - AWS SDK for JavaScript v3
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
Command
Class Command<ClientInput, InputType, ClientOutput, OutputType, ResolvedConfiguration, Input, Output, ResolvedClientConfiguration, ClientInput, ClientOutput>
Type parameters
ClientInput
:
object
InputType
:
ClientInput
ClientOutput
:
MetadataBearer
OutputType
:
ClientOutput
ResolvedConfiguration
Input
:
ClientInput
Output
:
ClientOutput
ResolvedClientConfiguration
ClientInput
:
object
=
any
ClientOutput
:
MetadataBearer
=
any
Hierarchy
Command
Implements
Command
<
ClientInput
,
Input
,
ClientOutput
,
Output
,
ResolvedClientConfiguration
>
Implemented by
AcceptHandshakeCommand
AcceptHandshakeCommand
AssumeRoleCommand
AssumeRoleWithSAMLCommand
AssumeRoleWithWebIdentityCommand
AttachPolicyCommand
AttachPolicyCommand
CancelHandshakeCommand
CancelHandshakeCommand
CloseAccountCommand
CloseAccountCommand
Command
CreateAccountCommand
CreateAccountCommand
CreateGovCloudAccountCommand
CreateGovCloudAccountCommand
CreateOrganizationCommand
CreateOrganizationCommand
CreateOrganizationalUnitCommand
CreateOrganizationalUnitCommand
CreatePolicyCommand
CreatePolicyCommand
DeclineHandshakeCommand
DeclineHandshakeCommand
DecodeAuthorizationMessageCommand
DeleteOrganizationCommand
DeleteOrganizationCommand
DeleteOrganizationalUnitCommand
DeleteOrganizationalUnitCommand
DeletePolicyCommand
DeletePolicyCommand
DeleteResourcePolicyCommand
DeleteResourcePolicyCommand
DeregisterDelegatedAdministratorCommand
DeregisterDelegatedAdministratorCommand
DescribeAccountCommand
DescribeAccountCommand
DescribeCreateAccountStatusCommand
DescribeCreateAccountStatusCommand
DescribeEffectivePolicyCommand
DescribeEffectivePolicyCommand
DescribeHandshakeCommand
DescribeHandshakeCommand
DescribeOrganizationCommand
DescribeOrganizationCommand
DescribeOrganizationalUnitCommand
DescribeOrganizationalUnitCommand
DescribePolicyCommand
DescribePolicyCommand
DescribeResourcePolicyCommand
DescribeResourcePolicyCommand
DetachPolicyCommand
DetachPolicyCommand
DisableAWSServiceAccessCommand
DisableAWSServiceAccessCommand
DisablePolicyTypeCommand
DisablePolicyTypeCommand
EnableAWSServiceAccessCommand
EnableAWSServiceAccessCommand
EnableAllFeaturesCommand
EnableAllFeaturesCommand
EnablePolicyTypeCommand
EnablePolicyTypeCommand
GetAccessKeyInfoCommand
GetCallerIdentityCommand
GetFederationTokenCommand
GetRoleCredentialsCommand
GetSessionTokenCommand
InviteAccountToOrganizationCommand
InviteAccountToOrganizationCommand
LeaveOrganizationCommand
LeaveOrganizationCommand
ListAWSServiceAccessForOrganizationCommand
ListAWSServiceAccessForOrganizationCommand
ListAccountRolesCommand
ListAccountsCommand
ListAccountsCommand
ListAccountsCommand
ListAccountsForParentCommand
ListAccountsForParentCommand
ListChildrenCommand
ListChildrenCommand
ListCreateAccountStatusCommand
ListCreateAccountStatusCommand
ListDelegatedAdministratorsCommand
ListDelegatedAdministratorsCommand
ListDelegatedServicesForAccountCommand
ListDelegatedServicesForAccountCommand
ListHandshakesForAccountCommand
ListHandshakesForAccountCommand
ListHandshakesForOrganizationCommand
ListHandshakesForOrganizationCommand
ListOrganizationalUnitsForParentCommand
ListOrganizationalUnitsForParentCommand
ListParentsCommand
ListParentsCommand
ListPoliciesCommand
ListPoliciesCommand
ListPoliciesForTargetCommand
ListPoliciesForTargetCommand
ListRootsCommand
ListRootsCommand
ListTagsForResourceCommand
ListTagsForResourceCommand
ListTargetsForPolicyCommand
ListTargetsForPolicyCommand
LogoutCommand
MoveAccountCommand
MoveAccountCommand
PutResourcePolicyCommand
PutResourcePolicyCommand
RegisterDelegatedAdministratorCommand
RegisterDelegatedAdministratorCommand
RemoveAccountFromOrganizationCommand
RemoveAccountFromOrganizationCommand
TagResourceCommand
TagResourceCommand
UntagResourceCommand
UntagResourceCommand
UpdateOrganizationalUnitCommand
UpdateOrganizationalUnitCommand
UpdatePolicyCommand
UpdatePolicyCommand
Index
Properties
input
middleware
Stack
Methods
resolve
Middleware
Properties
Readonly
Abstract
input
input
:
Input
Readonly
middleware
Stack
middleware
Stack
:
IMiddlewareStack
<
Input
,
Output
>
Methods
Abstract
resolve
Middleware
resolve
Middleware
(
stack
:
MiddlewareStack
<
ClientInput
,
ClientOutput
>
, configuration
:
ResolvedConfiguration
, options
:
any
)
:
Handler
<
InputType
,
OutputType
>
resolve
Middleware
(
stack
:
IMiddlewareStack
<
ClientInput
,
ClientOutput
>
, configuration
:
ResolvedClientConfiguration
, options
:
any
)
:
Handler
<
Input
,
Output
>
Parameters
stack:
MiddlewareStack
<
ClientInput
,
ClientOutput
>
configuration:
ResolvedConfiguration
options:
any
Returns
Handler
<
InputType
,
OutputType
>
Parameters
stack:
IMiddlewareStack
<
ClientInput
,
ClientOutput
>
configuration:
ResolvedClientConfiguration
options:
any
Returns
Handler
<
Input
,
Output
>
Command
input
middleware
Stack
resolve
Middleware