Amazon DynamoDB · Schema

TransactWriteItemsOutput

TransactWriteItemsOutput schema from Amazon DynamoDB API

DatabaseDocument StoreKey-ValueNoSQLServerless

Properties

Name Type Description
ItemCollectionMetrics object A list of tables affected by the TransactWriteItems call
View JSON Schema on GitHub

JSON Schema

dynamodb-openapi-transact-write-items-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-dynamodb/refs/heads/main/json-schema/dynamodb-openapi-transact-write-items-output-schema.json",
  "title": "TransactWriteItemsOutput",
  "description": "TransactWriteItemsOutput schema from Amazon DynamoDB API",
  "type": "object",
  "properties": {
    "ItemCollectionMetrics": {
      "type": "object",
      "description": "A list of tables affected by the TransactWriteItems call"
    }
  }
}