Amazon OpenSearch Service API · JSON Structure

Openapi Dissociate Package Response Structure

Container for response returned by DissociatePackage operation.

Type: object Properties: 1
AnalyticsElasticsearchSearch

DissociatePackageResponse 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

DomainPackageDetails

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-dissociate-package-response-structure.json",
  "name": "DissociatePackageResponse",
  "description": " Container for response returned by <code> <a>DissociatePackage</a> </code> operation. ",
  "type": "object",
  "properties": {
    "DomainPackageDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainPackageDetails"
        },
        {
          "description": "<code>DomainPackageDetails</code>"
        }
      ]
    }
  }
}