Documentation
Preparing search index...
Client
Command
Class Command<Input, Output, Context>
Type Parameters
Input
extends
object
Output
extends
object
Context
extends
object
=
object
Hierarchy (
View Summary
)
Command
FetchCommand
RequestCommand
RequestCommand
GetEmailAddressesCommand
GetPersonCommand
GetGroupMembershipsCommand
GetIdentityCommand
Index
Constructors
constructor
Properties
input
middleware
Constructors
constructor
new
Command
<
Input
extends
object
,
Output
extends
object
,
Context
extends
object
=
object
,
>
(
input
:
Input
,
)
:
Command
<
Input
,
Output
,
Context
>
Type Parameters
Input
extends
object
Output
extends
object
Context
extends
object
=
object
Parameters
input
:
Input
Returns
Command
<
Input
,
Output
,
Context
>
Properties
input
input
:
Input
Readonly
middleware
middleware
:
MiddlewareStack
<
Input
,
Output
,
Context
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
input
middleware
Documentation
Loading...