Amazon OpenSearch Service API · JSON Structure

Openapi Storage Type Structure

StorageTypes represents the list of storage related types and their attributes that are available for given InstanceType.

Type: object Properties: 3
AnalyticsElasticsearchSearch

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

Properties

StorageTypeName StorageSubTypeName StorageTypeLimits

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-storage-type-structure.json",
  "name": "StorageType",
  "description": "StorageTypes represents the list of storage related types and their attributes that are available for given InstanceType. ",
  "type": "object",
  "properties": {
    "StorageTypeName": {
      "$ref": "#/components/schemas/StorageTypeName"
    },
    "StorageSubTypeName": {
      "$ref": "#/components/schemas/StorageSubTypeName"
    },
    "StorageTypeLimits": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StorageTypeLimitList"
        },
        {
          "description": "List of limits that are applicable for given storage type. "
        }
      ]
    }
  }
}