Container for response returned by UpdatePackage operation.
UpdatePackage
{ "$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>." } ] } } }