{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-list-vpc-endpoints-response-schema.json", "title": "ListVpcEndpointsResponse", "description": "Container for response parameters to the ListVpcEndpoints operation. Returns a list containing summarized details of the VPC endpoints.", "type": "object", "properties": { "VpcEndpointSummaryList": { "allOf": [ { "$ref": "#/components/schemas/VpcEndpointSummaryList" }, { "description": "Information about each endpoint." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "Provides an identifier to allow retrieval of paginated results." } ] } }, "required": [ "VpcEndpointSummaryList", "NextToken" ] }