ExAws.Timestream.Query (ExAws.Timestream v0.3.0) View Source

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

Specs

query_opts() :: [
  max_rows: pos_integer(),
  next_token: binary(),
  client_token: binary()
]

Link to this section Functions

Specs

cancel_query(query_id :: binary()) :: ExAws.Operation.JSON.t()

Cancels a query that has been issued.

Specs

describe_endpoints() :: ExAws.Operation.JSON.t()

DescribeEndpoints returns a list of available endpoints to make Timestream API calls against

Link to this function

query(query_string, opts \\ [])

View Source

Specs

query(query_string :: binary(), query_opts :: query_opts()) ::
  ExAws.Operation.JSON.t()

Query is a synchronous operation that enables you to execute a query.