{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-delete-vpc-endpoint-response-schema.json", "title": "DeleteVpcEndpointResponse", "description": "Container for response parameters to the DeleteVpcEndpoint operation. Contains the summarized detail of the VPC Endpoint being deleted.", "type": "object", "properties": { "VpcEndpointSummary": { "allOf": [ { "$ref": "#/components/schemas/VpcEndpointSummary" }, { "description": "Information about the deleted endpoint, including its current status (DELETING or DELETE_FAILED)." } ] } }, "required": [ "VpcEndpointSummary" ] }