{ "$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-vpc-endpoint-response-schema.json", "title": "UpdateVpcEndpointResponse", "description": "Contains the configuration and status of the VPC endpoint being updated.", "type": "object", "properties": { "VpcEndpoint": { "allOf": [ { "$ref": "#/components/schemas/VpcEndpoint" }, { "description": "The endpoint to be updated." } ] } }, "required": [ "VpcEndpoint" ] }