Class | Description |
---|---|
CreateDatabaseRequest | |
CreateDatabaseResult | |
CreateTableRequest | |
CreateTableResult | |
Database |
A top level container for a table.
|
DeleteDatabaseRequest | |
DeleteDatabaseResult | |
DeleteTableRequest | |
DeleteTableResult | |
DescribeDatabaseRequest | |
DescribeDatabaseResult | |
DescribeEndpointsRequest | |
DescribeEndpointsResult | |
DescribeTableRequest | |
DescribeTableResult | |
Dimension |
Dimension represents the meta data attributes of the time series.
|
Endpoint |
Represents an available endpoint against which to make API calls agaisnt, as well as the TTL for that endpoint.
|
ListDatabasesRequest | |
ListDatabasesResult | |
ListTablesRequest | |
ListTablesResult | |
ListTagsForResourceRequest | |
ListTagsForResourceResult | |
Record |
Record represents a time series data point being written into Timestream.
|
RejectedRecord |
Records that were not successfully inserted into Timestream due to data validation issues that must be resolved prior
to reinserting time series data into the system.
|
RetentionProperties |
Retention properties contain the duration for which your time series data must be stored in the magnetic store and
the memory store.
|
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 |
Enum | Description |
---|---|
DimensionValueType | |
MeasureValueType | |
TableStatus | |
TimeUnit |
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 invalid.
|
RejectedRecordsException |
WriteRecords would throw this exception in the following cases:
|
ResourceNotFoundException |
The operation tried to access a nonexistent resource.
|
ServiceQuotaExceededException |
Instance quota of resource exceeded for this account.
|
ThrottlingException |
Too many requests were made by a user exceeding service quotas.
|
ValidationException |
Invalid or malformed request.
|