ListTagsResponse

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

AnalyticsElasticsearchSearch

Properties

Name Type Description
TagList object
View JSON Schema on GitHub

JSON Schema

openapi-list-tags-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-list-tags-response-schema.json",
  "title": "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."
        }
      ]
    }
  }
}