Amazon OpenSearch Service API · JSON Structure

Openapi Option State Structure

The state of a requested change. One of the following:

Type: string Properties: 0
AnalyticsElasticsearchSearch

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

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-option-state-structure.json",
  "name": "OptionState",
  "description": "<p>The state of a requested change. One of the following:</p> <ul> <li>Processing: The request change is still in-process.</li> <li>Active: The request change is processed and deployed to the Elasticsearch domain.</li> </ul>",
  "type": "string",
  "enum": [
    "RequiresIndexDocuments",
    "Processing",
    "Active"
  ]
}