Amazon OpenSearch Service API · JSON Structure

Openapi Describe Domain Change Progress Response Structure

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

Type: object Properties: 1
AnalyticsElasticsearchSearch

DescribeDomainChangeProgressResponse 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

ChangeProgressStatus

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-describe-domain-change-progress-response-structure.json",
  "name": "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. "
        }
      ]
    }
  }
}