# Packages
Package timestreamqueryiface provides an interface to enable mocking the Amazon Timestream Query service client for testing your code.
# Functions
DimensionValueType_Values returns all elements of the DimensionValueType enum.
MeasureValueType_Values returns all elements of the MeasureValueType enum.
New creates a new instance of the TimestreamQuery client with a session.
QueryPricingModel_Values returns all elements of the QueryPricingModel enum.
S3EncryptionOption_Values returns all elements of the S3EncryptionOption enum.
ScalarMeasureValueType_Values returns all elements of the ScalarMeasureValueType enum.
ScalarType_Values returns all elements of the ScalarType enum.
ScheduledQueryRunStatus_Values returns all elements of the ScheduledQueryRunStatus enum.
ScheduledQueryState_Values returns all elements of the ScheduledQueryState enum.
# Constants
DimensionValueTypeVarchar is a DimensionValueType enum value.
ID to lookup a service endpoint with.
ErrCodeAccessDeniedException for service response error code "AccessDeniedException".
ErrCodeConflictException for service response error code "ConflictException".
ErrCodeInternalServerException for service response error code "InternalServerException".
ErrCodeInvalidEndpointException for service response error code "InvalidEndpointException".
ErrCodeQueryExecutionException for service response error code "QueryExecutionException".
ErrCodeResourceNotFoundException for service response error code "ResourceNotFoundException".
ErrCodeServiceQuotaExceededException for service response error code "ServiceQuotaExceededException".
ErrCodeThrottlingException for service response error code "ThrottlingException".
ErrCodeValidationException for service response error code "ValidationException".
MeasureValueTypeBigint is a MeasureValueType enum value.
MeasureValueTypeBoolean is a MeasureValueType enum value.
MeasureValueTypeDouble is a MeasureValueType enum value.
MeasureValueTypeMulti is a MeasureValueType enum value.
MeasureValueTypeVarchar is a MeasureValueType enum value.
QueryPricingModelBytesScanned is a QueryPricingModel enum value.
QueryPricingModelComputeUnits is a QueryPricingModel enum value.
S3EncryptionOptionSseKms is a S3EncryptionOption enum value.
S3EncryptionOptionSseS3 is a S3EncryptionOption enum value.
ScalarMeasureValueTypeBigint is a ScalarMeasureValueType enum value.
ScalarMeasureValueTypeBoolean is a ScalarMeasureValueType enum value.
ScalarMeasureValueTypeDouble is a ScalarMeasureValueType enum value.
ScalarMeasureValueTypeTimestamp is a ScalarMeasureValueType enum value.
ScalarMeasureValueTypeVarchar is a ScalarMeasureValueType enum value.
ScalarTypeBigint is a ScalarType enum value.
ScalarTypeBoolean is a ScalarType enum value.
ScalarTypeDate is a ScalarType enum value.
ScalarTypeDouble is a ScalarType enum value.
ScalarTypeInteger is a ScalarType enum value.
ScalarTypeIntervalDayToSecond is a ScalarType enum value.
ScalarTypeIntervalYearToMonth is a ScalarType enum value.
ScalarTypeTime is a ScalarType enum value.
ScalarTypeTimestamp is a ScalarType enum value.
ScalarTypeUnknown is a ScalarType enum value.
ScalarTypeVarchar is a ScalarType enum value.
ScheduledQueryRunStatusAutoTriggerFailure is a ScheduledQueryRunStatus enum value.
ScheduledQueryRunStatusAutoTriggerSuccess is a ScheduledQueryRunStatus enum value.
ScheduledQueryRunStatusManualTriggerFailure is a ScheduledQueryRunStatus enum value.
ScheduledQueryRunStatusManualTriggerSuccess is a ScheduledQueryRunStatus enum value.
ScheduledQueryStateDisabled is a ScheduledQueryState enum value.
ScheduledQueryStateEnabled is a ScheduledQueryState enum value.
ServiceID is a unique identifier of a specific service.
Name of service.
# Structs
You are not authorized to perform this action.
Contains the metadata for query results such as the column names, data types, and other attributes.
Unable to poll results for a cancelled query.
Datum represents a single data point in a query result.
This type is used to map column(s) from the query result to a dimension in the destination table.
Represents an available endpoint against which to make API calls against, as well as the TTL for that endpoint.
Configuration required for error reporting.
This contains the location of the error report for a single scheduled query call.
Statistics for a single scheduled query run.
The service was unable to fully process this request because of an internal server error.
The requested endpoint was not valid.
MixedMeasureMappings are mappings that can be used to ingest data into a mixture of narrow and multi measures in the derived table.
Attribute mapping for MULTI value measures.
Only one of MixedMeasureMappings or MultiMeasureMappings is to be provided.
Notification configuration for a scheduled query.
Mapping for named parameters.
Timestream was unable to run the query successfully.
Information about the status of the query, including progress and bytes scanned.
The requested resource could not be found.
Represents a single row in the query results.
Details on S3 location for error reports that result from running a query.
S3 report location for the scheduled query run.
Configuration of the schedule of the query.
Scheduled Query.
Structure that describes scheduled query.
Run summary for the scheduled query.
Details of the column that is returned by the query.
You have exceeded the service quota.
Details on SNS that are required to send the notification.
A tag is a label that you assign to a Timestream database and/or table.
Configuration used for writing the output of a query.
Destination details to write data for a target data source.
The request was denied due to request throttling.
The timeseries data type represents the values of a measure over time.
Configuration to write data into Timestream database and table.
Destination for scheduled query.
TimestreamQuery provides the API operation methods for making requests to Amazon Timestream Query.
Contains the data type of a column in a query result set.
Invalid or malformed request.