Amazon OpenSearch Service API · JSON Structure

Openapi Cancel Elasticsearch Service Software Update Response Structure

The result of a CancelElasticsearchServiceSoftwareUpdate operation. Contains the status of the update.

Type: object Properties: 1
AnalyticsElasticsearchSearch

CancelElasticsearchServiceSoftwareUpdateResponse 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

ServiceSoftwareOptions

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-cancel-elasticsearch-service-software-update-response-structure.json",
  "name": "CancelElasticsearchServiceSoftwareUpdateResponse",
  "description": "The result of a <code>CancelElasticsearchServiceSoftwareUpdate</code> operation. Contains the status of the update.",
  "type": "object",
  "properties": {
    "ServiceSoftwareOptions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServiceSoftwareOptions"
        },
        {
          "description": "The current status of the Elasticsearch service software update."
        }
      ]
    }
  }
}