CancelElasticsearchServiceSoftwareUpdateRequest

Container for the parameters to the CancelElasticsearchServiceSoftwareUpdate operation. Specifies the name of the Elasticsearch domain that you wish to cancel a service software update on.

AnalyticsElasticsearchSearch

Properties

Name Type Description
DomainName object
View JSON Schema on GitHub

JSON Schema

openapi-cancel-elasticsearch-service-software-update-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-cancel-elasticsearch-service-software-update-request-schema.json",
  "title": "CancelElasticsearchServiceSoftwareUpdateRequest",
  "description": "Container for the parameters to the <code><a>CancelElasticsearchServiceSoftwareUpdate</a></code> operation. Specifies the name of the Elasticsearch domain that you wish to cancel a service software update on.",
  "type": "object",
  "properties": {
    "DomainName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainName"
        },
        {
          "description": "The name of the domain that you want to stop the latest service software update on."
        }
      ]
    }
  },
  "required": [
    "DomainName"
  ]
}