amazonaws.com – timestream-query
Amazon Timestream Query
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:timestream-query/2018-11-01.json
- Provider
- amazonaws.com:timestream-query / timestream-query
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/timestream-query/2018-11-01/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/timestream-query/2018-11-01/openapi.yaml
Tools (15)
Extracted live via the executor SDK.
-
xAmzTargetTimestream20181101CancelQuery.cancelQueryCancels 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 for details. -
xAmzTargetTimestream20181101CreateScheduledQuery.createScheduledQueryCreate a scheduled query that will be run on your behalf at the configured schedule. Timestream assumes the execution role provided as part of the
ScheduledQueryExecutionRoleArnparameter to run the query. You can use theNotificationConfigurationparameter to configure notification for your scheduled query operations. -
xAmzTargetTimestream20181101DeleteScheduledQuery.deleteScheduledQueryDeletes a given scheduled query. This is an irreversible operation.
-
xAmzTargetTimestream20181101DescribeEndpoints.describeEndpointsDescribeEndpoints returns a list of available endpoints to make Timestream API calls against. This API is available through both Write and Query.
Because the Timestream SDKs are designed to transparently work with the service’s architecture, including the management and mapping of the service endpoints, it is not recommended that you use this API unless:
-
You are using
-
Your application uses a programming language that does not yet have SDK support
-
You require better control over the client-side implementation
For detailed information on how and when to use and implement DescribeEndpoints, see .
-
-
xAmzTargetTimestream20181101DescribeScheduledQuery.describeScheduledQueryProvides detailed information about a scheduled query.
-
xAmzTargetTimestream20181101ExecuteScheduledQuery.executeScheduledQueryYou can use this API to run a scheduled query manually.
-
xAmzTargetTimestream20181101ListScheduledQueries.listScheduledQueriesGets a list of all scheduled queries in the caller's Amazon account and Region.
ListScheduledQueriesis eventually consistent. -
xAmzTargetTimestream20181101ListTagsForResource.listTagsForResourceList all tags on a Timestream query resource.
-
xAmzTargetTimestream20181101PrepareQuery.prepareQueryA 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 the
PrepareQueryRequest$ValidateOnlyset totrue. -
xAmzTargetTimestream20181101Query.queryQueryis a synchronous operation that enables you to run a query against your Amazon Timestream data.Querywill time out after 60 seconds. You must update the default timeout in the SDK to support a timeout of 60 seconds. See the for details.Your query request will fail in the following cases:
-
If you submit a
Queryrequest with the same client token outside of the 5-minute idempotency window. -
If you submit a
Queryrequest with the same client token, but change other parameters, within the 5-minute idempotency window. -
If the size of the row (including the query metadata) exceeds 1 MB, then the query will fail with the following error message:
Query aborted as max page response size has been exceeded by the output result row -
If the IAM principal of the query initiator and the result reader are not the same and/or the query initiator and the result reader do not have the same query string in the query requests, the query will fail with an
Invalid pagination tokenerror.
-
-
xAmzTargetTimestream20181101TagResource.tagResourceAssociate 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.
-
xAmzTargetTimestream20181101UntagResource.untagResourceRemoves the association of tags from a Timestream query resource.
-
xAmzTargetTimestream20181101UpdateScheduledQuery.updateScheduledQueryUpdate a scheduled query.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools