DeleteVpcEndpointResponse

Container for response parameters to the DeleteVpcEndpoint operation. Contains the summarized detail of the VPC Endpoint being deleted.

AnalyticsElasticsearchSearch

Properties

Name Type Description
VpcEndpointSummary object
View JSON Schema on GitHub

JSON Schema

openapi-delete-vpc-endpoint-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-delete-vpc-endpoint-response-schema.json",
  "title": "DeleteVpcEndpointResponse",
  "description": "Container for response parameters to the <code><a>DeleteVpcEndpoint</a></code> 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 (<code>DELETING</code> or <code>DELETE_FAILED</code>)."
        }
      ]
    }
  },
  "required": [
    "VpcEndpointSummary"
  ]
}