Amazon OpenSearch Service API · JSON Structure

Openapi Package Status Structure

PackageStatus schema from Amazon OpenSearch Service API

Type: string Properties: 0
AnalyticsElasticsearchSearch

PackageStatus 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-package-status-structure.json",
  "name": "PackageStatus",
  "description": "PackageStatus schema from Amazon OpenSearch Service API",
  "type": "string",
  "enum": [
    "COPYING",
    "COPY_FAILED",
    "VALIDATING",
    "VALIDATION_FAILED",
    "AVAILABLE",
    "DELETING",
    "DELETED",
    "DELETE_FAILED"
  ]
}