{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-list-vpc-endpoints-for-domain-response-structure.json",
"name": "ListVpcEndpointsForDomainResponse",
"description": "Container for response parameters to the ListVpcEndpointsForDomain operation. Returns a list containing summarized details of the VPC endpoints.",
"type": "object",
"properties": {
"VpcEndpointSummaryList": {
"allOf": [
{
"$ref": "#/components/schemas/VpcEndpointSummaryList"
},
{
"description": "Provides list of VpcEndpointSummary summarizing details of the VPC endpoints."
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "Information about each endpoint associated with the domain."
}
]
}
},
"required": [
"VpcEndpointSummaryList",
"NextToken"
]
}