Skip to content

Describe endpoints

async_boto.validation.timestream_query.describe_endpoints

DescribeEndpointsRequest

Bases: BaseModel

Returns a list of available endpoints to make Timestream API calls against. This API is available through both Write and Query.

It is not recommended to use this API unless: * You are using VPC endpoints (AWS PrivateLink) with Timestream * Your application uses a programming language that does not yet have SDK support * You require better control over the client-side implementation

DescribeEndpointsResponse

Bases: BaseModel

The response returned by the service when a DescribeEndpoints action is successful.

PARAMETER DESCRIPTION
Endpoints

An Endpoints object is returned when a DescribeEndpoints request is made.

TYPE: List[Endpoint]

Endpoints instance-attribute

Endpoints