list_vpc_endpoints
(**kwargs)¶Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.
See also: AWS API Documentation
Request Syntax
response = client.list_vpc_endpoints(
NextToken='string'
)
{
'VpcEndpointSummaryList': [
{
'VpcEndpointId': 'string',
'VpcEndpointOwner': 'string',
'DomainArn': 'string',
'Status': 'CREATING'|'CREATE_FAILED'|'ACTIVE'|'UPDATING'|'UPDATE_FAILED'|'DELETING'|'DELETE_FAILED'
},
],
'NextToken': 'string'
}
Response Structure
Container for response parameters to the ListVpcEndpoints
operation. Returns a list containing summarized details of the VPC endpoints.
Information about each endpoint.
Summary information for an Amazon OpenSearch Service-managed VPC endpoint.
The unique identifier of the endpoint.
The creator of the endpoint.
The Amazon Resource Name (ARN) of the domain associated with the endpoint.
The current status of the endpoint.
Provides an identifier to allow retrieval of paginated results.
Exceptions
ElasticsearchService.Client.exceptions.InternalException
ElasticsearchService.Client.exceptions.DisabledOperationException
ElasticsearchService.Client.exceptions.BaseException