DescribeDomainChangeProgressResponse

The result of a DescribeDomainChangeProgress request. Contains the progress information of the requested domain change.

AnalyticsElasticsearchSearch

Properties

Name Type Description
ChangeProgressStatus object
View JSON Schema on GitHub

JSON Schema

openapi-describe-domain-change-progress-response-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-describe-domain-change-progress-response-schema.json",
  "title": "DescribeDomainChangeProgressResponse",
  "description": "The result of a <code>DescribeDomainChangeProgress</code> request. Contains the progress information of the requested domain change. ",
  "type": "object",
  "properties": {
    "ChangeProgressStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChangeProgressStatusDetails"
        },
        {
          "description": "Progress information for the configuration change that is requested in the <code>DescribeDomainChangeProgress</code> request. "
        }
      ]
    }
  }
}