{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-delete-elasticsearch-domain-response-structure.json", "name": "DeleteElasticsearchDomainResponse", "description": "The result of a DeleteElasticsearchDomain request. Contains the status of the pending deletion, or no status if the domain and all of its resources have been deleted.", "type": "object", "properties": { "DomainStatus": { "allOf": [ { "$ref": "#/components/schemas/ElasticsearchDomainStatus" }, { "description": "The status of the Elasticsearch domain being deleted." } ] } } }