Amazon DynamoDB · Example Payload

Dynamodb Openapi Transact Write Items Input Example

DatabaseDocument StoreKey-ValueNoSQLServerless

Dynamodb Openapi Transact Write Items Input Example is an example object payload from Amazon DynamoDB, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

TransactItemsClientRequestToken

Example Payload

Raw ↑
{
  "TransactItems": [
    {
      "ConditionCheck": {},
      "Put": {},
      "Delete": {}
    }
  ],
  "ClientRequestToken": "example-string-value"
}