Amazon OpenSearch Service API · JSON Structure

Openapi List Elasticsearch Versions Response Structure

Container for the parameters for response received from ListElasticsearchVersions operation.

Type: object Properties: 2
AnalyticsElasticsearchSearch

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

Properties

ElasticsearchVersions NextToken

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-list-elasticsearch-versions-response-structure.json",
  "name": "ListElasticsearchVersionsResponse",
  "description": " Container for the parameters for response received from <code> <a>ListElasticsearchVersions</a> </code> operation. ",
  "type": "object",
  "properties": {
    "ElasticsearchVersions": {
      "$ref": "#/components/schemas/ElasticsearchVersionList"
    },
    "NextToken": {
      "$ref": "#/components/schemas/NextToken"
    }
  }
}