ListDomainNamesResponse

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

AnalyticsElasticsearchSearch

Properties

Name Type Description
DomainNames object
View JSON Schema on GitHub

JSON Schema

openapi-list-domain-names-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-domain-names-response-schema.json",
  "title": "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."
        }
      ]
    }
  }
}