'2.0', 'service' => '
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.
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.
Deletes a given scheduled query. This is an irreversible operation.
', 'DescribeEndpoints' => 'DescribeEndpoints 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 VPC endpoints (Amazon Web Services PrivateLink) with Timestream
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 The Endpoint Discovery Pattern.
', 'DescribeScheduledQuery' => 'Provides detailed information about a scheduled query.
', 'ExecuteScheduledQuery' => 'You can use this API to run a scheduled query manually.
', 'ListScheduledQueries' => 'Gets a list of all scheduled queries in the caller\'s Amazon account and Region. ListScheduledQueries
is eventually consistent.
List all tags on a Timestream query resource.
', 'PrepareQuery' => '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 the PrepareQueryRequest$ValidateOnly
set to true
.
Query
is a synchronous operation that enables you to run a query against your Amazon Timestream data. Query
will time out after 60 seconds. You must update the default timeout in the SDK to support a timeout of 60 seconds. See the code sample for details.
Your query request will fail in the following cases:
If you submit a Query
request with the same client token outside of the 5-minute idempotency window.
If you submit a Query
request 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 token
error.
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.
', 'UntagResource' => 'Removes the association of tags from a Timestream query resource.
', 'UpdateScheduledQuery' => 'Update a scheduled query.
', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => 'You are not authorized to perform this action.
', 'refs' => [], ], 'AmazonResourceName' => [ 'base' => NULL, 'refs' => [ 'CreateScheduledQueryRequest$ScheduledQueryExecutionRoleArn' => 'The ARN for the IAM role that Timestream will assume when running the scheduled query.
', 'CreateScheduledQueryResponse$Arn' => 'ARN for the created scheduled query.
', 'DeleteScheduledQueryRequest$ScheduledQueryArn' => 'The ARN of the scheduled query.
', 'DescribeScheduledQueryRequest$ScheduledQueryArn' => 'The ARN of the scheduled query.
', 'ExecuteScheduledQueryRequest$ScheduledQueryArn' => 'ARN of the scheduled query.
', 'ListTagsForResourceRequest$ResourceARN' => 'The Timestream resource with tags to be listed. This value is an Amazon Resource Name (ARN).
', 'ResourceNotFoundException$ScheduledQueryArn' => 'The ARN of the scheduled query.
', 'ScheduledQuery$Arn' => 'The Amazon Resource Name.
', 'ScheduledQueryDescription$Arn' => 'Scheduled query ARN.
', 'ScheduledQueryDescription$ScheduledQueryExecutionRoleArn' => 'IAM role that Timestream uses to run the schedule query.
', 'SnsConfiguration$TopicArn' => 'SNS topic ARN that the scheduled query status notifications will be sent to.
', 'TagResourceRequest$ResourceARN' => 'Identifies the Timestream resource to which tags should be added. This value is an Amazon Resource Name (ARN).
', 'UntagResourceRequest$ResourceARN' => 'The Timestream resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).
', 'UpdateScheduledQueryRequest$ScheduledQueryArn' => 'ARN of the scheuled query.
', ], ], 'CancelQueryRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelQueryResponse' => [ 'base' => NULL, 'refs' => [], ], 'ClientRequestToken' => [ 'base' => NULL, 'refs' => [ 'QueryRequest$ClientToken' => ' Unique, case-sensitive string of up to 64 ASCII characters specified when a Query
request is made. Providing a ClientToken
makes the call to Query
idempotent. This means that running the same query repeatedly will produce the same result. In other words, making multiple identical Query
requests has the same effect as making a single request. When using ClientToken
in a query, note the following:
If the Query API is instantiated without a ClientToken
, the Query SDK generates a ClientToken
on your behalf.
If the Query
invocation only contains the ClientToken
but does not include a NextToken
, that invocation of Query
is assumed to be a new query run.
If the invocation contains NextToken
, that particular invocation is assumed to be a subsequent invocation of a prior call to the Query API, and a result set is returned.
After 4 hours, any request with the same ClientToken
is treated as a new request.
Using a ClientToken makes the call to CreateScheduledQuery idempotent, in other words, making the same request repeatedly will produce the same result. Making multiple identical CreateScheduledQuery requests has the same effect as making a single request.
If CreateScheduledQuery is called without a ClientToken
, the Query SDK generates a ClientToken
on your behalf.
After 8 hours, any request with the same ClientToken
is treated as a new request.
Not used.
', ], ], 'ColumnInfo' => [ 'base' => 'Contains the metadata for query results such as the column names, data types, and other attributes.
', 'refs' => [ 'ColumnInfoList$member' => NULL, 'Type$ArrayColumnInfo' => 'Indicates if the column is an array.
', 'Type$TimeSeriesMeasureValueColumnInfo' => 'Indicates if the column is a timeseries data type.
', ], ], 'ColumnInfoList' => [ 'base' => NULL, 'refs' => [ 'QueryResponse$ColumnInfo' => 'The column data types of the returned result set.
', 'Type$RowColumnInfo' => 'Indicates if the column is a row.
', ], ], 'ConflictException' => [ 'base' => 'Unable to poll results for a cancelled query.
', 'refs' => [], ], 'CreateScheduledQueryRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateScheduledQueryResponse' => [ 'base' => NULL, 'refs' => [], ], 'Datum' => [ 'base' => 'Datum represents a single data point in a query result.
', 'refs' => [ 'DatumList$member' => NULL, 'TimeSeriesDataPoint$Value' => 'The measure value for the data point.
', ], ], 'DatumList' => [ 'base' => NULL, 'refs' => [ 'Datum$ArrayValue' => 'Indicates if the data point is an array.
', 'Row$Data' => 'List of data points in a single row of the result set.
', ], ], 'DeleteScheduledQueryRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEndpointsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeScheduledQueryRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeScheduledQueryResponse' => [ 'base' => NULL, 'refs' => [], ], 'DimensionMapping' => [ 'base' => 'This type is used to map column(s) from the query result to a dimension in the destination table.
', 'refs' => [ 'DimensionMappingList$member' => NULL, ], ], 'DimensionMappingList' => [ 'base' => NULL, 'refs' => [ 'TimestreamConfiguration$DimensionMappings' => 'This is to allow mapping column(s) from the query result to the dimension in the destination table.
', ], ], 'DimensionValueType' => [ 'base' => NULL, 'refs' => [ 'DimensionMapping$DimensionValueType' => 'Type for the dimension.
', ], ], 'Double' => [ 'base' => NULL, 'refs' => [ 'QueryStatus$ProgressPercentage' => 'The progress of the query, expressed as a percentage.
', ], ], 'Endpoint' => [ 'base' => 'Represents an available endpoint against which to make API calls against, as well as the TTL for that endpoint.
', 'refs' => [ 'Endpoints$member' => NULL, ], ], 'Endpoints' => [ 'base' => NULL, 'refs' => [ 'DescribeEndpointsResponse$Endpoints' => 'An Endpoints
object is returned when a DescribeEndpoints
request is made.
Error message for the scheduled query in case of failure. You might have to look at the error report to get more detailed error reasons.
', 'ServiceQuotaExceededException$Message' => NULL, 'ThrottlingException$Message' => NULL, 'ValidationException$Message' => NULL, ], ], 'ErrorReportConfiguration' => [ 'base' => 'Configuration required for error reporting.
', 'refs' => [ 'CreateScheduledQueryRequest$ErrorReportConfiguration' => 'Configuration for error reporting. Error reports will be generated when a problem is encountered when writing the query results.
', 'ScheduledQuery$ErrorReportConfiguration' => 'Configuration for scheduled query error reporting.
', 'ScheduledQueryDescription$ErrorReportConfiguration' => 'Error-reporting configuration for the scheduled query.
', ], ], 'ErrorReportLocation' => [ 'base' => 'This contains the location of the error report for a single scheduled query call.
', 'refs' => [ 'ScheduledQueryRunSummary$ErrorReportLocation' => 'S3 location for error report.
', ], ], 'ExecuteScheduledQueryRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExecutionStats' => [ 'base' => 'Statistics for a single scheduled query run.
', 'refs' => [ 'ScheduledQueryRunSummary$ExecutionStats' => 'Runtime statistics for a scheduled run.
', ], ], 'InternalServerException' => [ 'base' => 'Timestream was unable to fully process this request because of an internal server error.
', 'refs' => [], ], 'InvalidEndpointException' => [ 'base' => 'The requested endpoint was not valid.
', 'refs' => [], ], 'ListScheduledQueriesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListScheduledQueriesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'Long' => [ 'base' => NULL, 'refs' => [ 'Endpoint$CachePeriodInMinutes' => 'The TTL for the endpoint, in minutes.
', 'ExecutionStats$ExecutionTimeInMillis' => 'Total time, measured in milliseconds, that was needed for the scheduled query run to complete.
', 'ExecutionStats$DataWrites' => 'Data writes metered for records ingested in a single scheduled query run.
', 'ExecutionStats$BytesMetered' => 'Bytes metered for a single scheduled query run.
', 'ExecutionStats$RecordsIngested' => 'The number of records ingested for a single scheduled query run.
', 'ExecutionStats$QueryResultRows' => 'Number of rows present in the output from running a query before ingestion to destination data source.
', 'QueryStatus$CumulativeBytesScanned' => 'The amount of data scanned by the query in bytes. This is a cumulative sum and represents the total amount of bytes scanned since the query was started.
', 'QueryStatus$CumulativeBytesMetered' => 'The amount of data scanned by the query in bytes that you will be charged for. This is a cumulative sum and represents the total amount of data that you will be charged for since the query was started. The charge is applied only once and is either applied when the query completes running or when the query is cancelled.
', ], ], 'MaxQueryResults' => [ 'base' => NULL, 'refs' => [ 'QueryRequest$MaxRows' => ' The total number of rows to be returned in the Query
output. The initial run of Query
with a MaxRows
value specified will return the result set of the query in two cases:
The size of the result is less than 1MB
.
The number of rows in the result set is less than the value of maxRows
.
Otherwise, the initial invocation of Query
only returns a NextToken
, which can then be used in subsequent calls to fetch the result set. To resume pagination, provide the NextToken
value in the subsequent command.
If the row size is large (e.g. a row has many columns), Timestream may return fewer rows to keep the response size from exceeding the 1 MB limit. If MaxRows
is not provided, Timestream will send the necessary number of rows to meet the 1 MB limit.
The maximum number of items to return in the output. If the total number of items available is more than the value specified, a NextToken
is provided in the output. To resume pagination, provide the NextToken
value as the argument to the subsequent call to ListScheduledQueriesRequest
.
The maximum number of tags to return.
', ], ], 'MeasureValueType' => [ 'base' => NULL, 'refs' => [ 'MixedMeasureMapping$MeasureValueType' => 'Type of the value that is to be read from sourceColumn. If the mapping is for MULTI, use MeasureValueType.MULTI.
', ], ], 'MixedMeasureMapping' => [ 'base' => 'MixedMeasureMappings are mappings that can be used to ingest data into a mixture of narrow and multi measures in the derived table.
', 'refs' => [ 'MixedMeasureMappingList$member' => NULL, ], ], 'MixedMeasureMappingList' => [ 'base' => NULL, 'refs' => [ 'TimestreamConfiguration$MixedMeasureMappings' => 'Specifies how to map measures to multi-measure records.
', ], ], 'MultiMeasureAttributeMapping' => [ 'base' => 'Attribute mapping for MULTI value measures.
', 'refs' => [ 'MultiMeasureAttributeMappingList$member' => NULL, ], ], 'MultiMeasureAttributeMappingList' => [ 'base' => NULL, 'refs' => [ 'MixedMeasureMapping$MultiMeasureAttributeMappings' => 'Required when measureValueType is MULTI. Attribute mappings for MULTI value measures.
', 'MultiMeasureMappings$MultiMeasureAttributeMappings' => 'Required. Attribute mappings to be used for mapping query results to ingest data for multi-measure attributes.
', ], ], 'MultiMeasureMappings' => [ 'base' => 'Only one of MixedMeasureMappings or MultiMeasureMappings is to be provided. MultiMeasureMappings can be used to ingest data as multi measures in the derived table.
', 'refs' => [ 'TimestreamConfiguration$MultiMeasureMappings' => 'Multi-measure mappings.
', ], ], 'NextScheduledQueriesResultsToken' => [ 'base' => NULL, 'refs' => [ 'ListScheduledQueriesRequest$NextToken' => 'A pagination token to resume pagination.
', 'ListScheduledQueriesResponse$NextToken' => 'A token to specify where to start paginating. This is the NextToken from a previously truncated response.
', ], ], 'NextTagsForResourceResultsToken' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceRequest$NextToken' => 'A pagination token to resume pagination.
', 'ListTagsForResourceResponse$NextToken' => 'A pagination token to resume pagination with a subsequent call to ListTagsForResourceResponse
.
Notification configuration for a scheduled query. A notification is sent by Timestream when a scheduled query is created, its state is updated or when it is deleted.
', 'refs' => [ 'CreateScheduledQueryRequest$NotificationConfiguration' => 'Notification configuration for the scheduled query. A notification is sent by Timestream when a query run finishes, when the state is updated or when you delete it.
', 'ScheduledQueryDescription$NotificationConfiguration' => 'Notification configuration.
', ], ], 'NullableBoolean' => [ 'base' => NULL, 'refs' => [ 'Datum$NullValue' => 'Indicates if the data point is null.
', 'PrepareQueryRequest$ValidateOnly' => 'By setting this value to true
, Timestream will only validate that the query string is a valid Timestream query, and not store the prepared query for later use.
True, if the column name was aliased by the query. False otherwise.
', ], ], 'PaginationToken' => [ 'base' => NULL, 'refs' => [ 'QueryRequest$NextToken' => ' A pagination token used to return a set of results. When the Query
API is invoked using NextToken
, that particular invocation is assumed to be a subsequent invocation of a prior call to Query
, and a result set is returned. However, if the Query
invocation only contains the ClientToken
, that invocation of Query
is assumed to be a new query run.
Note the following when using NextToken in a query:
A pagination token can be used for up to five Query
invocations, OR for a duration of up to 1 hour – whichever comes first.
Using the same NextToken
will return the same set of records. To keep paginating through the result set, you must to use the most recent nextToken
.
Suppose a Query
invocation returns two NextToken
values, TokenA
and TokenB
. If TokenB
is used in a subsequent Query
invocation, then TokenA
is invalidated and cannot be reused.
To request a previous result set from a query after pagination has begun, you must re-invoke the Query API.
The latest NextToken
should be used to paginate until null
is returned, at which point a new NextToken
should be used.
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 token
error.
A pagination token that can be used again on a Query
call to get the next set of results.
Mapping for named parameters.
', 'refs' => [ 'ParameterMappingList$member' => NULL, ], ], 'ParameterMappingList' => [ 'base' => NULL, 'refs' => [ 'PrepareQueryResponse$Parameters' => 'A list of parameters used in the submitted query string.
', ], ], 'PrepareQueryRequest' => [ 'base' => NULL, 'refs' => [], ], 'PrepareQueryResponse' => [ 'base' => NULL, 'refs' => [], ], 'QueryExecutionException' => [ 'base' => 'Timestream was unable to run the query successfully.
', 'refs' => [], ], 'QueryId' => [ 'base' => NULL, 'refs' => [ 'CancelQueryRequest$QueryId' => ' The ID of the query that needs to be cancelled. QueryID
is returned as part of the query result.
A unique ID for the given query.
', ], ], 'QueryRequest' => [ 'base' => NULL, 'refs' => [], ], 'QueryResponse' => [ 'base' => NULL, 'refs' => [], ], 'QueryStatus' => [ 'base' => 'Information about the status of the query, including progress and bytes scanned.
', 'refs' => [ 'QueryResponse$QueryStatus' => 'Information about the status of the query, including progress and bytes scanned.
', ], ], 'QueryString' => [ 'base' => NULL, 'refs' => [ 'CreateScheduledQueryRequest$QueryString' => 'The query string to run. Parameter names can be specified in the query string @
character followed by an identifier. The named Parameter @scheduled_runtime
is reserved and can be used in the query to get the time at which the query is scheduled to run.
The timestamp calculated according to the ScheduleConfiguration parameter, will be the value of @scheduled_runtime
paramater for each query run. For example, consider an instance of a scheduled query executing on 2021-12-01 00:00:00. For this instance, the @scheduled_runtime
parameter is initialized to the timestamp 2021-12-01 00:00:00 when invoking the query.
The Timestream query string that you want to use as a prepared statement. Parameter names can be specified in the query string @
character followed by an identifier.
The query string that you want prepare.
', 'QueryRequest$QueryString' => 'The query to be run by Timestream.
', 'ScheduledQueryDescription$QueryString' => 'The query to be run.
', ], ], 'ResourceName' => [ 'base' => NULL, 'refs' => [ 'SelectColumn$DatabaseName' => 'Database that has this column.
', 'SelectColumn$TableName' => 'Table within the database that has this column.
', 'TimestreamConfiguration$DatabaseName' => 'Name of Timestream database to which the query result will be written.
', 'TimestreamConfiguration$TableName' => 'Name of Timestream table that the query result will be written to. The table should be within the same database that is provided in Timestream configuration.
', 'TimestreamDestination$DatabaseName' => 'Timestream database name.
', 'TimestreamDestination$TableName' => 'Timestream table name.
', ], ], 'ResourceNotFoundException' => [ 'base' => 'The requested resource could not be found.
', 'refs' => [], ], 'Row' => [ 'base' => 'Represents a single row in the query results.
', 'refs' => [ 'Datum$RowValue' => 'Indicates if the data point is a row.
', 'RowList$member' => NULL, ], ], 'RowList' => [ 'base' => NULL, 'refs' => [ 'QueryResponse$Rows' => 'The result set rows returned by the query.
', ], ], 'S3BucketName' => [ 'base' => NULL, 'refs' => [ 'S3Configuration$BucketName' => 'Name of the S3 bucket under which error reports will be created.
', 'S3ReportLocation$BucketName' => 'S3 bucket name.
', ], ], 'S3Configuration' => [ 'base' => 'Details on S3 location for error reports that result from running a query.
', 'refs' => [ 'ErrorReportConfiguration$S3Configuration' => 'The S3 configuration for the error reports.
', ], ], 'S3EncryptionOption' => [ 'base' => NULL, 'refs' => [ 'S3Configuration$EncryptionOption' => 'Encryption at rest options for the error reports. If no encryption option is specified, Timestream will choose SSE_S3 as default.
', ], ], 'S3ObjectKey' => [ 'base' => NULL, 'refs' => [ 'S3ReportLocation$ObjectKey' => 'S3 key.
', ], ], 'S3ObjectKeyPrefix' => [ 'base' => NULL, 'refs' => [ 'S3Configuration$ObjectKeyPrefix' => 'Prefix for the error report key. Timestream by default adds the following prefix to the error report path.
', ], ], 'S3ReportLocation' => [ 'base' => 'S3 report location for the scheduled query run.
', 'refs' => [ 'ErrorReportLocation$S3ReportLocation' => 'The S3 location where error reports are written.
', ], ], 'ScalarMeasureValueType' => [ 'base' => NULL, 'refs' => [ 'MultiMeasureAttributeMapping$MeasureValueType' => 'Type of the attribute to be read from the source column.
', ], ], 'ScalarType' => [ 'base' => NULL, 'refs' => [ 'Type$ScalarType' => 'Indicates if the column is of type string, integer, Boolean, double, timestamp, date, time.
', ], ], 'ScalarValue' => [ 'base' => NULL, 'refs' => [ 'Datum$ScalarValue' => 'Indicates if the data point is a scalar value such as integer, string, double, or Boolean.
', ], ], 'ScheduleConfiguration' => [ 'base' => 'Configuration of the schedule of the query.
', 'refs' => [ 'CreateScheduledQueryRequest$ScheduleConfiguration' => 'The schedule configuration for the query.
', 'ScheduledQueryDescription$ScheduleConfiguration' => 'Schedule configuration.
', ], ], 'ScheduleExpression' => [ 'base' => NULL, 'refs' => [ 'ScheduleConfiguration$ScheduleExpression' => 'An expression that denotes when to trigger the scheduled query run. This can be a cron expression or a rate expression.
', ], ], 'ScheduledQuery' => [ 'base' => 'Scheduled Query
', 'refs' => [ 'ScheduledQueryList$member' => NULL, ], ], 'ScheduledQueryDescription' => [ 'base' => 'Structure that describes scheduled query.
', 'refs' => [ 'DescribeScheduledQueryResponse$ScheduledQuery' => 'The scheduled query.
', ], ], 'ScheduledQueryList' => [ 'base' => NULL, 'refs' => [ 'ListScheduledQueriesResponse$ScheduledQueries' => 'A list of scheduled queries.
', ], ], 'ScheduledQueryName' => [ 'base' => NULL, 'refs' => [ 'CreateScheduledQueryRequest$Name' => 'Name of the scheduled query.
', 'ScheduledQuery$Name' => 'The name of the scheduled query.
', 'ScheduledQueryDescription$Name' => 'Name of the scheduled query.
', ], ], 'ScheduledQueryRunStatus' => [ 'base' => NULL, 'refs' => [ 'ScheduledQuery$LastRunStatus' => 'Status of the last scheduled query run.
', 'ScheduledQueryRunSummary$RunStatus' => 'The status of a scheduled query run.
', ], ], 'ScheduledQueryRunSummary' => [ 'base' => 'Run summary for the scheduled query
', 'refs' => [ 'ScheduledQueryDescription$LastRunSummary' => 'Runtime summary for the last scheduled query run.
', 'ScheduledQueryRunSummaryList$member' => NULL, ], ], 'ScheduledQueryRunSummaryList' => [ 'base' => NULL, 'refs' => [ 'ScheduledQueryDescription$RecentlyFailedRuns' => 'Runtime summary for the last five failed scheduled query runs.
', ], ], 'ScheduledQueryState' => [ 'base' => NULL, 'refs' => [ 'ScheduledQuery$State' => 'State of scheduled query.
', 'ScheduledQueryDescription$State' => 'State of the scheduled query.
', 'UpdateScheduledQueryRequest$State' => 'State of the scheduled query.
', ], ], 'SchemaName' => [ 'base' => NULL, 'refs' => [ 'DimensionMapping$Name' => 'Column name from query result.
', 'MixedMeasureMapping$MeasureName' => 'Refers to the value of measure_name in a result row. This field is required if MeasureNameColumn is provided.
', 'MixedMeasureMapping$SourceColumn' => 'This field refers to the source column from which measure-value is to be read for result materialization.
', 'MixedMeasureMapping$TargetMeasureName' => 'Target measure name to be used. If not provided, the target measure name by default would be measure-name if provided, or sourceColumn otherwise.
', 'MultiMeasureAttributeMapping$SourceColumn' => 'Source column from where the attribute value is to be read.
', 'MultiMeasureAttributeMapping$TargetMultiMeasureAttributeName' => 'Custom name to be used for attribute name in derived table. If not provided, source column name would be used.
', 'MultiMeasureMappings$TargetMultiMeasureName' => 'The name of the target multi-measure name in the derived table. This input is required when measureNameColumn is not provided. If MeasureNameColumn is provided, then value from that column will be used as multi-measure name.
', 'TimestreamConfiguration$TimeColumn' => 'Column from query result that should be used as the time column in destination table. Column type for this should be TIMESTAMP.
', 'TimestreamConfiguration$MeasureNameColumn' => 'Name of the measure column.
', ], ], 'SelectColumn' => [ 'base' => 'Details of the column that is returned by the query.
', 'refs' => [ 'SelectColumnList$member' => NULL, ], ], 'SelectColumnList' => [ 'base' => NULL, 'refs' => [ 'PrepareQueryResponse$Columns' => 'A list of SELECT clause columns of the submitted query string.
', ], ], 'ServiceErrorMessage' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$Message' => NULL, ], ], 'ServiceQuotaExceededException' => [ 'base' => 'You have exceeded the service quota.
', 'refs' => [], ], 'SnsConfiguration' => [ 'base' => 'Details on SNS that are required to send the notification.
', 'refs' => [ 'NotificationConfiguration$SnsConfiguration' => 'Details on SNS configuration.
', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'CancelQueryResponse$CancellationMessage' => ' A CancellationMessage
is returned when a CancelQuery
request for the query specified by QueryId
has already been issued.
The name of the result set column. The name of the result set is available for columns of all data types except for arrays.
', 'Endpoint$Address' => 'An endpoint address.
', 'ParameterMapping$Name' => 'Parameter name.
', 'SelectColumn$Name' => 'Name of the column.
', ], ], 'StringValue2048' => [ 'base' => NULL, 'refs' => [ 'CreateScheduledQueryRequest$KmsKeyId' => 'The Amazon KMS key used to encrypt the scheduled query resource, at-rest. If the Amazon KMS key is not specified, the scheduled query resource will be encrypted with a Timestream owned Amazon KMS key. To specify a KMS key, use the key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix the name with alias/
If ErrorReportConfiguration uses SSE_KMS
as encryption type, the same KmsKeyId is used to encrypt the error report at rest.
A customer provided KMS key used to encrypt the scheduled query resource.
', ], ], 'Tag' => [ 'base' => 'A tag is a label that you assign to a Timestream database and/or table. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize databases and/or tables, for example, by purpose, owner, or environment.
', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'Tag$Key' => 'The key of the tag. Tag keys are case sensitive.
', 'TagKeyList$member' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$TagKeys' => 'A list of tags keys. Existing tags of the resource whose keys are members of this list will be removed from the Timestream resource.
', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'CreateScheduledQueryRequest$Tags' => 'A list of key-value pairs to label the scheduled query.
', 'ListTagsForResourceResponse$Tags' => 'The tags currently associated with the Timestream resource.
', 'TagResourceRequest$Tags' => 'The tags to be assigned to the Timestream resource.
', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => 'The value of the tag. Tag values are case sensitive and can be null.
', ], ], 'TargetConfiguration' => [ 'base' => 'Configuration used for writing the output of a query.
', 'refs' => [ 'CreateScheduledQueryRequest$TargetConfiguration' => 'Configuration used for writing the result of a query.
', 'ScheduledQueryDescription$TargetConfiguration' => 'Scheduled query target store configuration.
', ], ], 'TargetDestination' => [ 'base' => 'Destination details to write data for a target data source. Current supported data source is Timestream.
', 'refs' => [ 'ScheduledQuery$TargetDestination' => 'Target data source where final scheduled query result will be written.
', ], ], 'ThrottlingException' => [ 'base' => 'The request was denied due to request throttling.
', 'refs' => [], ], 'Time' => [ 'base' => NULL, 'refs' => [ 'ExecuteScheduledQueryRequest$InvocationTime' => 'The timestamp in UTC. Query will be run as if it was invoked at this timestamp.
', 'ScheduledQuery$CreationTime' => 'The creation time of the scheduled query.
', 'ScheduledQuery$PreviousInvocationTime' => 'The last time the scheduled query was run.
', 'ScheduledQuery$NextInvocationTime' => 'The next time the scheduled query is to be run.
', 'ScheduledQueryDescription$CreationTime' => 'Creation time of the scheduled query.
', 'ScheduledQueryDescription$PreviousInvocationTime' => 'Last time the query was run.
', 'ScheduledQueryDescription$NextInvocationTime' => 'The next time the scheduled query is scheduled to run.
', 'ScheduledQueryRunSummary$InvocationTime' => 'InvocationTime for this run. This is the time at which the query is scheduled to run. Parameter @scheduled_runtime
can be used in the query to get the value.
The actual time when the query was run.
', ], ], 'TimeSeriesDataPoint' => [ 'base' => 'The timeseries data type represents the values of a measure over time. A time series is an array of rows of timestamps and measure values, with rows sorted in ascending order of time. A TimeSeriesDataPoint is a single data point in the time series. It represents a tuple of (time, measure value) in a time series.
', 'refs' => [ 'TimeSeriesDataPointList$member' => NULL, ], ], 'TimeSeriesDataPointList' => [ 'base' => NULL, 'refs' => [ 'Datum$TimeSeriesValue' => 'Indicates if the data point is a timeseries data type.
', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'TimeSeriesDataPoint$Time' => 'The timestamp when the measure value was collected.
', ], ], 'TimestreamConfiguration' => [ 'base' => 'Configuration to write data into Timestream database and table. This configuration allows the user to map the query result select columns into the destination table columns.
', 'refs' => [ 'TargetConfiguration$TimestreamConfiguration' => 'Configuration needed to write data into the Timestream database and table.
', ], ], 'TimestreamDestination' => [ 'base' => 'Destination for scheduled query.
', 'refs' => [ 'TargetDestination$TimestreamDestination' => 'Query result destination details for Timestream data source.
', ], ], 'Type' => [ 'base' => 'Contains the data type of a column in a query result set. The data type can be scalar or complex. The supported scalar data types are integers, Boolean, string, double, timestamp, date, time, and intervals. The supported complex data types are arrays, rows, and timeseries.
', 'refs' => [ 'ColumnInfo$Type' => 'The data type of the result set column. The data type can be a scalar or complex. Scalar data types are integers, strings, doubles, Booleans, and others. Complex data types are types such as arrays, rows, and others.
', 'ParameterMapping$Type' => NULL, 'SelectColumn$Type' => NULL, ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateScheduledQueryRequest' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => 'Invalid or malformed request.
', 'refs' => [], ], ],];