ChangeProgressDetails

Specifies change details of the domain configuration change.

AnalyticsElasticsearchSearch

Properties

Name Type Description
ChangeId object
Message object
View JSON Schema on GitHub

JSON Schema

openapi-change-progress-details-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-change-progress-details-schema.json",
  "title": "ChangeProgressDetails",
  "description": "Specifies change details of the domain configuration change.",
  "type": "object",
  "properties": {
    "ChangeId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GUID"
        },
        {
          "description": "The unique change identifier associated with a specific domain configuration change."
        }
      ]
    },
    "Message": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Message"
        },
        {
          "description": "Contains an optional message associated with the domain configuration change."
        }
      ]
    }
  }
}