Amazon CloudSearch · JSON Structure

Cloudsearch Delete Domain Response Structure

DeleteDomainResponse schema

Type: object Properties: 1
CloudSearchSearchFull-Text SearchManaged

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

Properties

DomainStatus

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-cloudsearch/refs/heads/main/json-structure/cloudsearch-delete-domain-response-structure.json",
  "name": "DeleteDomainResponse",
  "description": "DeleteDomainResponse schema",
  "type": "object",
  "properties": {
    "DomainStatus": {
      "$ref": "#/components/schemas/DomainStatus"
    }
  }
}