Search
Preparing search index...
The search index is not available
Snow Device Management 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>
The command given to the device to execute.
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
AssumeRoleCommand
AssumeRoleWithSAMLCommand
AssumeRoleWithWebIdentityCommand
CancelTaskCommand
CancelTaskCommand
Command
CreateTaskCommand
CreateTaskCommand
DecodeAuthorizationMessageCommand
DescribeDeviceCommand
DescribeDeviceCommand
DescribeDeviceEc2InstancesCommand
DescribeDeviceEc2InstancesCommand
DescribeExecutionCommand
DescribeExecutionCommand
DescribeTaskCommand
DescribeTaskCommand
GetAccessKeyInfoCommand
GetCallerIdentityCommand
GetFederationTokenCommand
GetRoleCredentialsCommand
GetSessionTokenCommand
ListAccountRolesCommand
ListAccountsCommand
ListDeviceResourcesCommand
ListDeviceResourcesCommand
ListDevicesCommand
ListDevicesCommand
ListExecutionsCommand
ListExecutionsCommand
ListTagsForResourceCommand
ListTagsForResourceCommand
ListTasksCommand
ListTasksCommand
LogoutCommand
TagResourceCommand
TagResourceCommand
UntagResourceCommand
UntagResourceCommand
Index
Interfaces
$
Unknown
Member
Reboot
Member
Unlock
Member
Visitor
Properties
input
middleware
Stack
Methods
resolve
Middleware
visit
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
>
Static
visit
visit<T>
(
value
:
Command
, visitor
:
Visitor
<
T
>
)
:
T
Type parameters
T
Parameters
value:
Command
visitor:
Visitor
<
T
>
Returns
T
Command
$
Unknown
Member
Reboot
Member
Unlock
Member
Visitor
input
middleware
Stack
resolve
Middleware
visit
The command given to the device to execute.