DissociatePackageResponse

Container for response returned by DissociatePackage operation.

AnalyticsElasticsearchSearch

Properties

Name Type Description
DomainPackageDetails object
View JSON Schema on GitHub

JSON Schema

openapi-dissociate-package-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-dissociate-package-response-schema.json",
  "title": "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>"
        }
      ]
    }
  }
}