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

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

Link to this section Summary

Link to this section Functions

See ExAws.Timestream.Query.cancel_query/1.

Link to this function

create_database(database_name, opts \\ [])

View Source

See ExAws.Timestream.Write.create_database/2.

Link to this function

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

View Source

See ExAws.Timestream.Write.create_table/3.

Link to this function

delete_database(database_name)

View Source

See ExAws.Timestream.Write.delete_database/1.

Link to this function

delete_table(database_name, table_name)

View Source

See ExAws.Timestream.Write.delete_table/2.

Link to this function

describe_database(database_name)

View Source

See ExAws.Timestream.Write.describe_database/1.

Link to this function

describe_query_endpoints()

View Source

See ExAws.Timestream.Query.describe_endpoints/0.

Link to this function

describe_table(database_name, table_name)

View Source

See ExAws.Timestream.Write.describe_table/2.

Link to this function

describe_write_endpoints()

View Source

See ExAws.Timestream.Write.describe_endpoints/0.

Link to this function

list_databases(opts \\ [])

View Source

See ExAws.Timestream.Write.list_databases/1.

See ExAws.Timestream.Write.list_tables/1.

Link to this function

list_tags_for_resource(resource_arn)

View Source

See ExAws.Timestream.Write.list_tags_for_resource/1.

Link to this function

query(query_string, opts \\ [])

View Source

See ExAws.Timestream.Query.query/2.

Link to this function

tag_resource(resource_arn, tags)

View Source

See ExAws.Timestream.Write.tag_resource/2.

Link to this function

untag_resource(resource_arn, tag_keys)

View Source

See ExAws.Timestream.Write.untag_resource/2.

Link to this function

update_database(database_name, km_key_id)

View Source

See ExAws.Timestream.Write.update_database/2.

Link to this function

update_table(database_name, table_name, retention_properties)

View Source

See ExAws.Timestream.Write.update_table/3.

Link to this function

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

View Source

See ExAws.Timestream.Write.write_records/4.