Amazon DynamoDB · Schema

BatchExecuteStatementOutput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
Responses array
ConsumedCapacity array
View JSON Schema on GitHub

JSON Schema

dynamodb-batch-execute-statement-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BatchExecuteStatementOutput",
  "type": "object",
  "properties": {
    "Responses": {
      "type": "array"
    },
    "ConsumedCapacity": {
      "type": "array"
    }
  }
}