View Source ExAws.Timestream.Query (ExAws.Timestream v0.5.1)
The following actions are supported by Amazon Timestream Query. https://docs.aws.amazon.com/timestream/latest/developerguide/API_Operations_Amazon_Timestream_Query.html
Link to this section Summary
Functions
Cancels a query that has been issued.
DescribeEndpoints returns a list of available endpoints to make Timestream API calls against
Query is a synchronous operation that enables you to execute a query.
Link to this section Types
@type query_opts() :: [ max_rows: pos_integer(), next_token: binary(), client_token: binary() ]
Link to this section Functions
@spec cancel_query(query_id :: binary()) :: ExAws.Operation.EndpointDiscovery.t()
Cancels a query that has been issued.
@spec describe_endpoints() :: ExAws.Operation.JSON.t()
DescribeEndpoints returns a list of available endpoints to make Timestream API calls against
@spec query(query_string :: binary(), query_opts :: query_opts()) :: ExAws.Operation.EndpointDiscovery.t()
Query is a synchronous operation that enables you to execute a query.