Search
Preparing search index...
The search index is not available
DynamoDB 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
BatchExecuteStatementCommand
BatchExecuteStatementCommand
BatchGetItemCommand
BatchGetItemCommand
BatchWriteItemCommand
BatchWriteItemCommand
Command
CreateBackupCommand
CreateBackupCommand
CreateGlobalTableCommand
CreateGlobalTableCommand
CreateTableCommand
CreateTableCommand
DecodeAuthorizationMessageCommand
DeleteBackupCommand
DeleteBackupCommand
DeleteItemCommand
DeleteItemCommand
DeleteTableCommand
DeleteTableCommand
DescribeBackupCommand
DescribeBackupCommand
DescribeContinuousBackupsCommand
DescribeContinuousBackupsCommand
DescribeContributorInsightsCommand
DescribeContributorInsightsCommand
DescribeEndpointsCommand
DescribeEndpointsCommand
DescribeExportCommand
DescribeExportCommand
DescribeGlobalTableCommand
DescribeGlobalTableCommand
DescribeGlobalTableSettingsCommand
DescribeGlobalTableSettingsCommand
DescribeKinesisStreamingDestinationCommand
DescribeKinesisStreamingDestinationCommand
DescribeLimitsCommand
DescribeLimitsCommand
DescribeTableCommand
DescribeTableCommand
DescribeTableReplicaAutoScalingCommand
DescribeTableReplicaAutoScalingCommand
DescribeTimeToLiveCommand
DescribeTimeToLiveCommand
DisableKinesisStreamingDestinationCommand
DisableKinesisStreamingDestinationCommand
EnableKinesisStreamingDestinationCommand
EnableKinesisStreamingDestinationCommand
ExecuteStatementCommand
ExecuteStatementCommand
ExecuteTransactionCommand
ExecuteTransactionCommand
ExportTableToPointInTimeCommand
ExportTableToPointInTimeCommand
GetAccessKeyInfoCommand
GetCallerIdentityCommand
GetFederationTokenCommand
GetItemCommand
GetItemCommand
GetRoleCredentialsCommand
GetSessionTokenCommand
ListAccountRolesCommand
ListAccountsCommand
ListBackupsCommand
ListBackupsCommand
ListContributorInsightsCommand
ListContributorInsightsCommand
ListExportsCommand
ListExportsCommand
ListGlobalTablesCommand
ListGlobalTablesCommand
ListTablesCommand
ListTablesCommand
ListTagsOfResourceCommand
ListTagsOfResourceCommand
LogoutCommand
PutItemCommand
PutItemCommand
QueryCommand
QueryCommand
RestoreTableFromBackupCommand
RestoreTableFromBackupCommand
RestoreTableToPointInTimeCommand
RestoreTableToPointInTimeCommand
ScanCommand
ScanCommand
TagResourceCommand
TagResourceCommand
TransactGetItemsCommand
TransactGetItemsCommand
TransactWriteItemsCommand
TransactWriteItemsCommand
UntagResourceCommand
UntagResourceCommand
UpdateContinuousBackupsCommand
UpdateContinuousBackupsCommand
UpdateContributorInsightsCommand
UpdateContributorInsightsCommand
UpdateGlobalTableCommand
UpdateGlobalTableCommand
UpdateGlobalTableSettingsCommand
UpdateGlobalTableSettingsCommand
UpdateItemCommand
UpdateItemCommand
UpdateTableCommand
UpdateTableCommand
UpdateTableReplicaAutoScalingCommand
UpdateTableReplicaAutoScalingCommand
UpdateTimeToLiveCommand
UpdateTimeToLiveCommand
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