Search
Preparing search index...
The search index is not available
WorkSpaces Web 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
AssociateBrowserSettingsCommand
AssociateBrowserSettingsCommand
AssociateNetworkSettingsCommand
AssociateNetworkSettingsCommand
AssociateTrustStoreCommand
AssociateTrustStoreCommand
AssociateUserAccessLoggingSettingsCommand
AssociateUserAccessLoggingSettingsCommand
AssociateUserSettingsCommand
AssociateUserSettingsCommand
AssumeRoleCommand
AssumeRoleWithSAMLCommand
AssumeRoleWithWebIdentityCommand
Command
CreateBrowserSettingsCommand
CreateBrowserSettingsCommand
CreateIdentityProviderCommand
CreateIdentityProviderCommand
CreateNetworkSettingsCommand
CreateNetworkSettingsCommand
CreatePortalCommand
CreatePortalCommand
CreateTrustStoreCommand
CreateTrustStoreCommand
CreateUserAccessLoggingSettingsCommand
CreateUserAccessLoggingSettingsCommand
CreateUserSettingsCommand
CreateUserSettingsCommand
DecodeAuthorizationMessageCommand
DeleteBrowserSettingsCommand
DeleteBrowserSettingsCommand
DeleteIdentityProviderCommand
DeleteIdentityProviderCommand
DeleteNetworkSettingsCommand
DeleteNetworkSettingsCommand
DeletePortalCommand
DeletePortalCommand
DeleteTrustStoreCommand
DeleteTrustStoreCommand
DeleteUserAccessLoggingSettingsCommand
DeleteUserAccessLoggingSettingsCommand
DeleteUserSettingsCommand
DeleteUserSettingsCommand
DisassociateBrowserSettingsCommand
DisassociateBrowserSettingsCommand
DisassociateNetworkSettingsCommand
DisassociateNetworkSettingsCommand
DisassociateTrustStoreCommand
DisassociateTrustStoreCommand
DisassociateUserAccessLoggingSettingsCommand
DisassociateUserAccessLoggingSettingsCommand
DisassociateUserSettingsCommand
DisassociateUserSettingsCommand
GetAccessKeyInfoCommand
GetBrowserSettingsCommand
GetBrowserSettingsCommand
GetCallerIdentityCommand
GetFederationTokenCommand
GetIdentityProviderCommand
GetIdentityProviderCommand
GetNetworkSettingsCommand
GetNetworkSettingsCommand
GetPortalCommand
GetPortalCommand
GetPortalServiceProviderMetadataCommand
GetPortalServiceProviderMetadataCommand
GetRoleCredentialsCommand
GetSessionTokenCommand
GetTrustStoreCertificateCommand
GetTrustStoreCertificateCommand
GetTrustStoreCommand
GetTrustStoreCommand
GetUserAccessLoggingSettingsCommand
GetUserAccessLoggingSettingsCommand
GetUserSettingsCommand
GetUserSettingsCommand
ListAccountRolesCommand
ListAccountsCommand
ListBrowserSettingsCommand
ListBrowserSettingsCommand
ListIdentityProvidersCommand
ListIdentityProvidersCommand
ListNetworkSettingsCommand
ListNetworkSettingsCommand
ListPortalsCommand
ListPortalsCommand
ListTagsForResourceCommand
ListTagsForResourceCommand
ListTrustStoreCertificatesCommand
ListTrustStoreCertificatesCommand
ListTrustStoresCommand
ListTrustStoresCommand
ListUserAccessLoggingSettingsCommand
ListUserAccessLoggingSettingsCommand
ListUserSettingsCommand
ListUserSettingsCommand
LogoutCommand
TagResourceCommand
TagResourceCommand
UntagResourceCommand
UntagResourceCommand
UpdateBrowserSettingsCommand
UpdateBrowserSettingsCommand
UpdateIdentityProviderCommand
UpdateIdentityProviderCommand
UpdateNetworkSettingsCommand
UpdateNetworkSettingsCommand
UpdatePortalCommand
UpdatePortalCommand
UpdateTrustStoreCommand
UpdateTrustStoreCommand
UpdateUserAccessLoggingSettingsCommand
UpdateUserAccessLoggingSettingsCommand
UpdateUserSettingsCommand
UpdateUserSettingsCommand
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