OverallChangeStatus

The overall status value of the domain configuration change.

AnalyticsElasticsearchSearch
View JSON Schema on GitHub

JSON Schema

openapi-overall-change-status-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-overall-change-status-schema.json",
  "title": "OverallChangeStatus",
  "description": "The overall status value of the domain configuration change.",
  "type": "string",
  "enum": [
    "PENDING",
    "PROCESSING",
    "COMPLETED",
    "FAILED"
  ]
}