Search
Preparing search index...
The search index is not available
RoboMaker 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
AssumeRoleCommand
AssumeRoleWithSAMLCommand
AssumeRoleWithWebIdentityCommand
BatchDeleteWorldsCommand
BatchDeleteWorldsCommand
BatchDescribeSimulationJobCommand
BatchDescribeSimulationJobCommand
CancelDeploymentJobCommand
CancelDeploymentJobCommand
CancelSimulationJobBatchCommand
CancelSimulationJobBatchCommand
CancelSimulationJobCommand
CancelSimulationJobCommand
CancelWorldExportJobCommand
CancelWorldExportJobCommand
CancelWorldGenerationJobCommand
CancelWorldGenerationJobCommand
Command
CreateDeploymentJobCommand
CreateDeploymentJobCommand
CreateFleetCommand
CreateFleetCommand
CreateRobotApplicationCommand
CreateRobotApplicationCommand
CreateRobotApplicationVersionCommand
CreateRobotApplicationVersionCommand
CreateRobotCommand
CreateRobotCommand
CreateSimulationApplicationCommand
CreateSimulationApplicationCommand
CreateSimulationApplicationVersionCommand
CreateSimulationApplicationVersionCommand
CreateSimulationJobCommand
CreateSimulationJobCommand
CreateWorldExportJobCommand
CreateWorldExportJobCommand
CreateWorldGenerationJobCommand
CreateWorldGenerationJobCommand
CreateWorldTemplateCommand
CreateWorldTemplateCommand
DecodeAuthorizationMessageCommand
DeleteFleetCommand
DeleteFleetCommand
DeleteRobotApplicationCommand
DeleteRobotApplicationCommand
DeleteRobotCommand
DeleteRobotCommand
DeleteSimulationApplicationCommand
DeleteSimulationApplicationCommand
DeleteWorldTemplateCommand
DeleteWorldTemplateCommand
DeregisterRobotCommand
DeregisterRobotCommand
DescribeDeploymentJobCommand
DescribeDeploymentJobCommand
DescribeFleetCommand
DescribeFleetCommand
DescribeRobotApplicationCommand
DescribeRobotApplicationCommand
DescribeRobotCommand
DescribeRobotCommand
DescribeSimulationApplicationCommand
DescribeSimulationApplicationCommand
DescribeSimulationJobBatchCommand
DescribeSimulationJobBatchCommand
DescribeSimulationJobCommand
DescribeSimulationJobCommand
DescribeWorldCommand
DescribeWorldCommand
DescribeWorldExportJobCommand
DescribeWorldExportJobCommand
DescribeWorldGenerationJobCommand
DescribeWorldGenerationJobCommand
DescribeWorldTemplateCommand
DescribeWorldTemplateCommand
GetAccessKeyInfoCommand
GetCallerIdentityCommand
GetFederationTokenCommand
GetRoleCredentialsCommand
GetSessionTokenCommand
GetWorldTemplateBodyCommand
GetWorldTemplateBodyCommand
ListAccountRolesCommand
ListAccountsCommand
ListDeploymentJobsCommand
ListDeploymentJobsCommand
ListFleetsCommand
ListFleetsCommand
ListRobotApplicationsCommand
ListRobotApplicationsCommand
ListRobotsCommand
ListRobotsCommand
ListSimulationApplicationsCommand
ListSimulationApplicationsCommand
ListSimulationJobBatchesCommand
ListSimulationJobBatchesCommand
ListSimulationJobsCommand
ListSimulationJobsCommand
ListTagsForResourceCommand
ListTagsForResourceCommand
ListWorldExportJobsCommand
ListWorldExportJobsCommand
ListWorldGenerationJobsCommand
ListWorldGenerationJobsCommand
ListWorldTemplatesCommand
ListWorldTemplatesCommand
ListWorldsCommand
ListWorldsCommand
LogoutCommand
RegisterRobotCommand
RegisterRobotCommand
RestartSimulationJobCommand
RestartSimulationJobCommand
StartSimulationJobBatchCommand
StartSimulationJobBatchCommand
SyncDeploymentJobCommand
SyncDeploymentJobCommand
TagResourceCommand
TagResourceCommand
UntagResourceCommand
UntagResourceCommand
UpdateRobotApplicationCommand
UpdateRobotApplicationCommand
UpdateSimulationApplicationCommand
UpdateSimulationApplicationCommand
UpdateWorldTemplateCommand
UpdateWorldTemplateCommand
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