Amazon OpenSearch Service API · JSON Structure

Openapi Elasticsearch Version Status Structure

Status of the Elasticsearch version options for the specified Elasticsearch domain.

Type: object Properties: 2 Required: 2
AnalyticsElasticsearchSearch

ElasticsearchVersionStatus is a JSON Structure definition published by Amazon OpenSearch Service API, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Options Status

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-elasticsearch-version-status-structure.json",
  "name": "ElasticsearchVersionStatus",
  "description": " Status of the Elasticsearch version options for the specified Elasticsearch domain.",
  "type": "object",
  "properties": {
    "Options": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ElasticsearchVersionString"
        },
        {
          "description": " Specifies the Elasticsearch version for the specified Elasticsearch domain."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OptionStatus"
        },
        {
          "description": " Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain."
        }
      ]
    }
  },
  "required": [
    "Options",
    "Status"
  ]
}