@aws-sdk/client-opensearch

ListVpcEndpointsCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
NextToken Requiredstring | undefined

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

VpcEndpointSummaryList RequiredVpcEndpointSummary[] | undefined

Information about each endpoint.

Full Signature

export interface ListVpcEndpointsCommandOutput extends ListVpcEndpointsResponse, MetadataBearer