Search
Preparing search index...
The search index is not available
AWS SDK for JavaScript v3
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
@aws-sdk/smithy-client
Command
Class Command<Input, Output, ResolvedClientConfiguration, ClientInput, ClientOutput>
Type parameters
Input
:
ClientInput
Output
:
ClientOutput
ResolvedClientConfiguration
ClientInput
:
object
=
any
ClientOutput
:
MetadataBearer
=
any
Hierarchy
Command
DynamoDBDocumentClientCommand
Implements
Command
<
ClientInput
,
Input
,
ClientOutput
,
Output
,
ResolvedClientConfiguration
>
Index
Properties
input
middleware
Stack
Methods
resolve
Middleware
Properties
Abstract
input
input
:
Input
Readonly
middleware
Stack
middleware
Stack
:
IMiddlewareStack
<
Input
,
Output
>
= constructStack<Input, Output>()
Methods
Abstract
resolve
Middleware
resolve
Middleware
(
stack
:
IMiddlewareStack
<
ClientInput
,
ClientOutput
>
, configuration
:
ResolvedClientConfiguration
, options
:
any
)
:
Handler
<
Input
,
Output
>
Parameters
stack:
IMiddlewareStack
<
ClientInput
,
ClientOutput
>
configuration:
ResolvedClientConfiguration
options:
any
Returns
Handler
<
Input
,
Output
>
@aws-
sdk/smithy-
client
Command
input
middleware
Stack
resolve
Middleware