Amazon OpenSearch Service API · JSON Structure

Openapi List Packages For Domain Response Structure

Container for response parameters to ListPackagesForDomain operation.

Type: object Properties: 2
AnalyticsElasticsearchSearch

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

Properties

DomainPackageDetailsList NextToken

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-packages-for-domain-response-structure.json",
  "name": "ListPackagesForDomainResponse",
  "description": " Container for response parameters to <code> <a>ListPackagesForDomain</a> </code> operation. ",
  "type": "object",
  "properties": {
    "DomainPackageDetailsList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainPackageDetailsList"
        },
        {
          "description": "List of <code>DomainPackageDetails</code> objects."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Pagination token that needs to be supplied to the next call to get the next page of results."
        }
      ]
    }
  }
}