Expand description
DynamoDB input types for the 12 MVP operations.
All input 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 payloads.
Structsยง
- Batch
GetItem Input - Input for the
BatchGetItemoperation. - Batch
Write Item Input - Input for the
BatchWriteItemoperation. - Create
Table Input - Input for the
CreateTableoperation. - Delete
Item Input - Input for the
DeleteItemoperation. - Delete
Table Input - Input for the
DeleteTableoperation. - Describe
Endpoints Input - Input for the
DescribeEndpointsoperation (empty). - Describe
Limits Input - Input for the
DescribeLimitsoperation (empty). - Describe
Table Input - Input for the
DescribeTableoperation. - Describe
Time ToLive Input - Input for the
DescribeTimeToLiveoperation. - GetItem
Input - Input for the
GetItemoperation. - List
Tables Input - Input for the
ListTablesoperation. - List
Tags OfResource Input - Input for the
ListTagsOfResourceoperation. - PutItem
Input - Input for the
PutItemoperation. - Query
Input - Input for the
Queryoperation. - Scan
Input - Input for the
Scanoperation. - TagResource
Input - Input for the
TagResourceoperation. - Transact
GetItems Input - Input for the
TransactGetItemsoperation. - Transact
Write Items Input - Input for the
TransactWriteItemsoperation. - Untag
Resource Input - Input for the
UntagResourceoperation. - Update
Item Input - Input for the
UpdateItemoperation. - Update
Table Input - Input for the
UpdateTableoperation. - Update
Time ToLive Input - Input for the
UpdateTimeToLiveoperation.