Amazon OpenSearch Service API · JSON Structure

Openapi Describe Elasticsearch Instance Type Limits Response Structure

Container for the parameters received from DescribeElasticsearchInstanceTypeLimits operation.

Type: object Properties: 1
AnalyticsElasticsearchSearch

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

Properties

LimitsByRole

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-describe-elasticsearch-instance-type-limits-response-structure.json",
  "name": "DescribeElasticsearchInstanceTypeLimitsResponse",
  "description": " Container for the parameters received from <code> <a>DescribeElasticsearchInstanceTypeLimits</a> </code> operation. ",
  "type": "object",
  "properties": {
    "LimitsByRole": {
      "$ref": "#/components/schemas/LimitsByRole"
    }
  }
}