Amazon OpenSearch Service API · JSON Structure

Openapi Describe Packages Response Structure

Container for response returned by DescribePackages operation.

Type: object Properties: 2
AnalyticsElasticsearchSearch

DescribePackagesResponse 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

PackageDetailsList 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-describe-packages-response-structure.json",
  "name": "DescribePackagesResponse",
  "description": " Container for response returned by <code> <a>DescribePackages</a> </code> operation. ",
  "type": "object",
  "properties": {
    "PackageDetailsList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageDetailsList"
        },
        {
          "description": "List of <code>PackageDetails</code> objects."
        }
      ]
    },
    "NextToken": {
      "$ref": "#/components/schemas/String"
    }
  }
}