Amazon OpenSearch Service API · JSON Structure

Openapi List Tags Response Structure

The result of a ListTags operation. Contains tags for all requested Elasticsearch domains.

Type: object Properties: 1
AnalyticsElasticsearchSearch

ListTagsResponse 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

TagList

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-list-tags-response-structure.json",
  "name": "ListTagsResponse",
  "description": "The result of a <code>ListTags</code> operation. Contains tags for all requested Elasticsearch domains.",
  "type": "object",
  "properties": {
    "TagList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": " List of <code>Tag</code> for the requested Elasticsearch domain."
        }
      ]
    }
  }
}