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ยง
- Batch
GetItem Output - Output for the
BatchGetItemoperation. - Batch
Write Item Output - Output for the
BatchWriteItemoperation. - Create
Table Output - Output for the
CreateTableoperation. - Delete
Item Output - Output for the
DeleteItemoperation. - Delete
Table Output - Output for the
DeleteTableoperation. - Describe
Endpoints Output - Output for the
DescribeEndpointsoperation. - Describe
Limits Output - Output for the
DescribeLimitsoperation. - Describe
Table Output - Output for the
DescribeTableoperation. - Describe
Time ToLive Output - Output for the
DescribeTimeToLiveoperation. - Endpoint
- A DynamoDB endpoint descriptor.
- GetItem
Output - Output for the
GetItemoperation. - List
Tables Output - Output for the
ListTablesoperation. - List
Tags OfResource Output - Output for the
ListTagsOfResourceoperation. - PutItem
Output - Output for the
PutItemoperation. - Query
Output - Output for the
Queryoperation. - Scan
Output - Output for the
Scanoperation. - TagResource
Output - Output for the
TagResourceoperation. - Transact
GetItems Output - Output for the
TransactGetItemsoperation. - Transact
Write Items Output - Output for the
TransactWriteItemsoperation. - Untag
Resource Output - Output for the
UntagResourceoperation. - Update
Item Output - Output for the
UpdateItemoperation. - Update
Table Output - Output for the
UpdateTableoperation. - Update
Time ToLive Output - Output for the
UpdateTimeToLiveoperation.