Amazon OpenSearch Service API · JSON Structure

Openapi Delete Package Response Structure

Container for response parameters to DeletePackage operation.

Type: object Properties: 1
AnalyticsElasticsearchSearch

DeletePackageResponse 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

PackageDetails

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-delete-package-response-structure.json",
  "name": "DeletePackageResponse",
  "description": " Container for response parameters to <code> <a>DeletePackage</a> </code> operation. ",
  "type": "object",
  "properties": {
    "PackageDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageDetails"
        },
        {
          "description": "<code>PackageDetails</code>"
        }
      ]
    }
  }
}