ExAws.Timestream (ExAws.Timestream v0.1.0) View Source

Operations on AWS Timestream https://docs.aws.amazon.com/timestream/latest/developerguide/API_Operations.html

Link to this section Summary

Functions

Cancels a query that has been issued.

Creates a new Timestream database

The CreateTable operation adds a new table to an existing database in your account.

Deletes a given Timestream database.

Deletes a given Timestream table.

Returns information about the database.

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

Returns information about the table.

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

Returns a list of your Timestream databases.

Returns a list of your Timestream tables.

List all tags on a Timestream resource.

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

Associate a set of tags with a Timestream resource.

Removes the association of tags from a Timestream resource.

Modifies the KMS key for an existing database.

Modifies the retention duration of the memory store and magnetic store for your Timestream table.

The WriteRecords operation enables you to write your time series data into Timestream.

Link to this section Functions

Cancels a query that has been issued.

Link to this function

create_database(database_name, opts \\ [])

View Source

Creates a new Timestream database

Link to this function

create_table(database_name, table_name, opts \\ [])

View Source

The CreateTable operation adds a new table to an existing database in your account.

Link to this function

delete_database(database_name)

View Source

Deletes a given Timestream database.

Link to this function

delete_table(database_name, table_name)

View Source

Deletes a given Timestream table.

Link to this function

describe_database(database_name)

View Source

Returns information about the database.

Link to this function

describe_query_endpoints()

View Source

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

Link to this function

describe_table(database_name, table_name)

View Source

Returns information about the table.

Link to this function

describe_write_endpoints()

View Source

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

Link to this function

list_databases(opts \\ [])

View Source

Returns a list of your Timestream databases.

Returns a list of your Timestream tables.

Link to this function

list_tags_for_resource(resource_arn)

View Source

List all tags on a Timestream resource.

Link to this function

query(query_string, opts \\ [])

View Source

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

Link to this function

tag_resource(resource_arn, tags)

View Source

Associate a set of tags with a Timestream resource.

Link to this function

untag_resource(resource_arn, tag_keys)

View Source

Removes the association of tags from a Timestream resource.

Link to this function

update_database(database_name, km_key_id)

View Source

Modifies the KMS key for an existing database.

Link to this function

update_table(database_name, table_name, retention_properties)

View Source

Modifies the retention duration of the memory store and magnetic store for your Timestream table.

Link to this function

write_records(records, database_name, table_name, opts \\ [])

View Source

The WriteRecords operation enables you to write your time series data into Timestream.