Skip to main content

Module output

Module output 

Source
Expand description

DynamoDB output types for the 12 MVP operations.

All output structs use PascalCase JSON field naming to match the DynamoDB wire protocol (awsJson1_0). Optional fields are omitted when None, empty HashMaps and Vecs are omitted to produce minimal JSON responses.

Structsยง

BatchGetItemOutput
Output for the BatchGetItem operation.
BatchWriteItemOutput
Output for the BatchWriteItem operation.
CreateTableOutput
Output for the CreateTable operation.
DeleteItemOutput
Output for the DeleteItem operation.
DeleteTableOutput
Output for the DeleteTable operation.
DescribeEndpointsOutput
Output for the DescribeEndpoints operation.
DescribeLimitsOutput
Output for the DescribeLimits operation.
DescribeTableOutput
Output for the DescribeTable operation.
DescribeTimeToLiveOutput
Output for the DescribeTimeToLive operation.
Endpoint
A DynamoDB endpoint descriptor.
GetItemOutput
Output for the GetItem operation.
ListTablesOutput
Output for the ListTables operation.
ListTagsOfResourceOutput
Output for the ListTagsOfResource operation.
PutItemOutput
Output for the PutItem operation.
QueryOutput
Output for the Query operation.
ScanOutput
Output for the Scan operation.
TagResourceOutput
Output for the TagResource operation.
TransactGetItemsOutput
Output for the TransactGetItems operation.
TransactWriteItemsOutput
Output for the TransactWriteItems operation.
UntagResourceOutput
Output for the UntagResource operation.
UpdateItemOutput
Output for the UpdateItem operation.
UpdateTableOutput
Output for the UpdateTable operation.
UpdateTimeToLiveOutput
Output for the UpdateTimeToLive operation.