Amazon OpenSearch Service API · JSON Structure

Openapi Delete Elasticsearch Domain Response Structure

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: 1
AnalyticsElasticsearchSearch

DeleteElasticsearchDomainResponse is a JSON Structure definition published by Amazon OpenSearch Service API, 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-opensearch/refs/heads/main/json-structure/openapi-delete-elasticsearch-domain-response-structure.json",
  "name": "DeleteElasticsearchDomainResponse",
  "description": "The result of a <code>DeleteElasticsearchDomain</code> 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."
        }
      ]
    }
  }
}