| Class | Description |
|---|---|
| BatchLoadProgressReport |
Details about the progress of a batch load task.
|
| BatchLoadTask |
Details about a batch load task.
|
| BatchLoadTaskDescription |
Details about a batch load task.
|
| CreateBatchLoadTaskRequest | |
| CreateBatchLoadTaskResult | |
| CreateDatabaseRequest | |
| CreateDatabaseResult | |
| CreateTableRequest | |
| CreateTableResult | |
| CsvConfiguration |
A delimited data format where the column separator can be a comma and the record separator is a newline character.
|
| Database |
A top-level container for a table.
|
| DataModel |
Data model for a batch load task.
|
| DataModelConfiguration |
|
| DataModelS3Configuration |
|
| DataSourceConfiguration |
Defines configuration details about the data source.
|
| DataSourceS3Configuration | |
| DeleteDatabaseRequest | |
| DeleteDatabaseResult | |
| DeleteTableRequest | |
| DeleteTableResult | |
| DescribeBatchLoadTaskRequest | |
| DescribeBatchLoadTaskResult | |
| DescribeDatabaseRequest | |
| DescribeDatabaseResult | |
| DescribeEndpointsRequest | |
| DescribeEndpointsResult | |
| DescribeTableRequest | |
| DescribeTableResult | |
| Dimension |
Represents the metadata attributes of the time series.
|
| DimensionMapping |
|
| Endpoint |
Represents an available endpoint against which to make API calls against, as well as the TTL for that endpoint.
|
| ListBatchLoadTasksRequest | |
| ListBatchLoadTasksResult | |
| ListDatabasesRequest | |
| ListDatabasesResult | |
| ListTablesRequest | |
| ListTablesResult | |
| ListTagsForResourceRequest | |
| ListTagsForResourceResult | |
| MagneticStoreRejectedDataLocation |
The location to write error reports for records rejected, asynchronously, during magnetic store writes.
|
| MagneticStoreWriteProperties |
The set of properties on a table for configuring magnetic store writes.
|
| MeasureValue |
Represents the data attribute of the time series.
|
| MixedMeasureMapping |
|
| MultiMeasureAttributeMapping |
|
| MultiMeasureMappings |
|
| PartitionKey |
An attribute used in partitioning data in a table.
|
| Record |
Represents a time-series data point being written into Timestream.
|
| RecordsIngested |
Information on the records ingested by this request.
|
| RejectedRecord |
Represents records that were not successfully inserted into Timestream due to data validation issues that must be
resolved before reinserting time-series data into the system.
|
| ReportConfiguration |
Report configuration for a batch load task.
|
| ReportS3Configuration |
|
| ResumeBatchLoadTaskRequest | |
| ResumeBatchLoadTaskResult | |
| RetentionProperties |
Retention properties contain the duration for which your time-series data must be stored in the magnetic store and
the memory store.
|
| S3Configuration |
The configuration that specifies an S3 location.
|
| Schema |
A Schema specifies the expected data model of the table.
|
| Table |
Represents a database table in Timestream.
|
| Tag |
A tag is a label that you assign to a Timestream database and/or table.
|
| TagResourceRequest | |
| TagResourceResult | |
| UntagResourceRequest | |
| UntagResourceResult | |
| UpdateDatabaseRequest | |
| UpdateDatabaseResult | |
| UpdateTableRequest | |
| UpdateTableResult | |
| WriteRecordsRequest | |
| WriteRecordsResult |
| Exception | Description |
|---|---|
| AccessDeniedException |
You are not authorized to perform this action.
|
| AmazonTimestreamWriteException |
Base exception for all service exceptions thrown by Amazon Timestream Write
|
| ConflictException |
Timestream was unable to process this request because it contains resource that already exists.
|
| InternalServerException |
Timestream was unable to fully process this request because of an internal server error.
|
| InvalidEndpointException |
The requested endpoint was not valid.
|
| RejectedRecordsException |
WriteRecords would throw this exception in the following cases:
|
| ResourceNotFoundException |
The operation tried to access a nonexistent resource.
|
| ServiceQuotaExceededException |
The instance quota of resource exceeded for this account.
|
| ThrottlingException |
Too many requests were made by a user and they exceeded the service quotas.
|
| ValidationException |
An invalid or malformed request.
|