Amazon DynamoDB · JSON Structure

Dynamodb Openapi Delete Item Output Structure

DeleteItemOutput schema from Amazon DynamoDB API

Type: object Properties: 1
DatabaseDocument StoreKey-ValueNoSQLServerless

DeleteItemOutput is a JSON Structure definition published by Amazon DynamoDB, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Attributes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-dynamodb/refs/heads/main/json-structure/dynamodb-openapi-delete-item-output-structure.json",
  "name": "DeleteItemOutput",
  "description": "DeleteItemOutput schema from Amazon DynamoDB API",
  "type": "object",
  "properties": {
    "Attributes": {
      "type": "object",
      "description": "A map of attribute values as they appeared before the delete operation",
      "additionalProperties": {
        "$ref": "#/components/schemas/AttributeValue"
      }
    }
  }
}