Amazon OpenSearch Service API · JSON Structure

Openapi Get Upgrade History Response Structure

Container for response returned by GetUpgradeHistory operation.

Type: object Properties: 2
AnalyticsElasticsearchSearch

GetUpgradeHistoryResponse 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

UpgradeHistories 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-get-upgrade-history-response-structure.json",
  "name": "GetUpgradeHistoryResponse",
  "description": " Container for response returned by <code> <a>GetUpgradeHistory</a> </code> operation. ",
  "type": "object",
  "properties": {
    "UpgradeHistories": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UpgradeHistoryList"
        },
        {
          "description": " A list of <code> <a>UpgradeHistory</a> </code> objects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part of <code> <a>GetUpgradeHistoryResponse</a> </code> object. "
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Pagination token that needs to be supplied to the next call to get the next page of results"
        }
      ]
    }
  }
}