UpdatePackageResponse

Container for response returned by UpdatePackage operation.

AnalyticsElasticsearchSearch

Properties

Name Type Description
PackageDetails object
View JSON Schema on GitHub

JSON Schema

openapi-update-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-update-package-response-schema.json",
  "title": "UpdatePackageResponse",
  "description": " Container for response returned by <code> <a>UpdatePackage</a> </code> operation. ",
  "type": "object",
  "properties": {
    "PackageDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageDetails"
        },
        {
          "description": "Information about the package <code>PackageDetails</code>."
        }
      ]
    }
  }
}