{ "$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 CancelElasticsearchServiceSoftwareUpdate 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" ] }