Amazon OpenSearch Service API · JSON Structure

Openapi List Vpc Endpoints Response Structure

Container for response parameters to the ListVpcEndpoints operation. Returns a list containing summarized details of the VPC endpoints.

Type: object Properties: 2 Required: 2
AnalyticsElasticsearchSearch

ListVpcEndpointsResponse is a JSON Structure definition published by Amazon OpenSearch Service API, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

VpcEndpointSummaryList NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-response-structure.json",
  "name": "ListVpcEndpointsResponse",
  "description": "Container for response parameters to the <code><a>ListVpcEndpoints</a></code> 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"
  ]
}