Amazon DynamoDB · Schema

TransactGetItemsOutput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
Responses array An ordered array of up to 100 ItemResponse objects
ConsumedCapacity array
View JSON Schema on GitHub

JSON Schema

dynamodb-transact-get-items-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TransactGetItemsOutput",
  "type": "object",
  "properties": {
    "Responses": {
      "type": "array",
      "description": "An ordered array of up to 100 ItemResponse objects"
    },
    "ConsumedCapacity": {
      "type": "array"
    }
  }
}