Amazon OpenSearch Service API · JSON Structure

Openapi Change Progress Details Structure

Specifies change details of the domain configuration change.

Type: object Properties: 2
AnalyticsElasticsearchSearch

ChangeProgressDetails is a JSON Structure definition published by Amazon OpenSearch Service API, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ChangeId Message

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