Amazon OpenSearch Service API · JSON Structure

Openapi List Domain Names Response Structure

The result of a ListDomainNames operation. Contains the names of all domains owned by this account and their respective engine types.

Type: object Properties: 1
AnalyticsElasticsearchSearch

ListDomainNamesResponse 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

DomainNames

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-domain-names-response-structure.json",
  "name": "ListDomainNamesResponse",
  "description": "The result of a <code>ListDomainNames</code> operation. Contains the names of all domains owned by this account and their respective engine types.",
  "type": "object",
  "properties": {
    "DomainNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainInfoList"
        },
        {
          "description": "List of domain names and respective engine types."
        }
      ]
    }
  }
}