Package-level declarations

Types

Link copied to clipboard

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

Cancels a query that has been issued. Cancellation is provided only if the query has not completed running before the cancellation request was issued. Because cancellation is an idempotent operation, subsequent cancellation requests will return a CancellationMessage, indicating that the query has already been canceled. See code sample for details.

Link copied to clipboard

Create a scheduled query that will be run on your behalf at the configured schedule. Timestream assumes the execution role provided as part of the ScheduledQueryExecutionRoleArn parameter to run the query. You can use the NotificationConfiguration parameter to configure notification for your scheduled query operations.

Link copied to clipboard

Deletes a given scheduled query. This is an irreversible operation.

Link copied to clipboard

Describes the settings for your account that include the query pricing model and the configured maximum TCUs the service can use for your query workload.

Link copied to clipboard

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

Link copied to clipboard

Provides detailed information about a scheduled query.

Link copied to clipboard

You can use this API to run a scheduled query manually.

Link copied to clipboard

Gets a list of all scheduled queries in the caller's Amazon account and Region. ListScheduledQueries is eventually consistent.

Link copied to clipboard

List all tags on a Timestream query resource.

Link copied to clipboard

A synchronous operation that allows you to submit a query with parameters to be stored by Timestream for later running. Timestream only supports using this operation with ValidateOnly set to true.

Link copied to clipboard
inline suspend fun TimestreamQueryClient.query(crossinline block: QueryRequest.Builder.() -> Unit): QueryResponse

Query is a synchronous operation that enables you to run a query against your Amazon Timestream data.

Link copied to clipboard

Associate a set of tags with a Timestream resource. You can then activate these user-defined tags so that they appear on the Billing and Cost Management console for cost allocation tracking.

Link copied to clipboard

Removes the association of tags from a Timestream query resource.

Link copied to clipboard

Transitions your account to use TCUs for query pricing and modifies the maximum query compute units that you've configured. If you reduce the value of MaxQueryTCU to a desired configuration, the new value can take up to 24 hours to be effective.

Link copied to clipboard

Update a scheduled query.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.