Package-level declarations

Types

Link copied to clipboard

You are not authorized to perform this action.

Link copied to clipboard
sealed class BatchLoadDataFormat
Link copied to clipboard

Details about the progress of a batch load task.

Link copied to clipboard
sealed class BatchLoadStatus
Link copied to clipboard

Details about a batch load task.

Link copied to clipboard

Details about a batch load task.

Link copied to clipboard

Timestream was unable to process this request because it contains resource that already exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A delimited data format where the column separator can be a comma and the record separator is a newline character.

Link copied to clipboard
class Database

A top-level container for a table. Databases and tables are the fundamental management concepts in Amazon Timestream. All tables in a database are encrypted with the same KMS key.

Link copied to clipboard
class DataModel

Data model for a batch load task.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Defines configuration details about the data source.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Dimension

Represents the metadata attributes of the time series. For example, the name and Availability Zone of an EC2 instance or the name of the manufacturer of a wind turbine are dimensions.

Link copied to clipboard
Link copied to clipboard
sealed class DimensionValueType
Link copied to clipboard
class Endpoint

Represents an available endpoint against which to make API calls against, as well as the TTL for that endpoint.

Link copied to clipboard

Timestream was unable to fully process this request because of an internal server error.

Link copied to clipboard

The requested endpoint was not valid.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The location to write error reports for records rejected, asynchronously, during magnetic store writes.

Link copied to clipboard

The set of properties on a table for configuring magnetic store writes.

Link copied to clipboard

Represents the data attribute of the time series. For example, the CPU utilization of an EC2 instance or the RPM of a wind turbine are measures. MeasureValue has both name and value.

Link copied to clipboard
sealed class MeasureValueType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

An attribute used in partitioning data in a table. A dimension key partitions data using the values of the dimension specified by the dimension-name as partition key, while a measure key partitions data using measure names (values of the 'measure_name' column).

Link copied to clipboard
Link copied to clipboard
sealed class PartitionKeyType
Link copied to clipboard
class Record

Represents a time-series data point being written into Timestream. Each record contains an array of dimensions. Dimensions represent the metadata attributes of a time-series data point, such as the instance name or Availability Zone of an EC2 instance. A record also contains the measure name, which is the name of the measure being collected (for example, the CPU utilization of an EC2 instance). Additionally, a record contains the measure value and the value type, which is the data type of the measure value. Also, the record contains the timestamp of when the measure was collected and the timestamp unit, which represents the granularity of the timestamp.

Link copied to clipboard

Information on the records ingested by this request.

Link copied to clipboard

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.

Link copied to clipboard

WriteRecords would throw this exception in the following cases:

Link copied to clipboard

Report configuration for a batch load task. This contains details about where error reports are stored.

Link copied to clipboard
Link copied to clipboard

The operation tried to access a nonexistent resource. The resource might not be specified correctly, or its status might not be ACTIVE.

Link copied to clipboard

Retention properties contain the duration for which your time-series data must be stored in the magnetic store and the memory store.

Link copied to clipboard

The configuration that specifies an S3 location.

Link copied to clipboard
sealed class S3EncryptionOption
Link copied to clipboard
Link copied to clipboard
class Schema

A Schema specifies the expected data model of the table.

Link copied to clipboard

The instance quota of resource exceeded for this account.

Link copied to clipboard
class Table

Represents a database table in Timestream. Tables contain one or more related time series. You can modify the retention duration of the memory store and the magnetic store for a table.

Link copied to clipboard
sealed class TableStatus
Link copied to clipboard
class Tag

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. With tags, you can categorize databases and/or tables, for example, by purpose, owner, or environment.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Too many requests were made by a user and they exceeded the service quotas. The request was throttled.

Link copied to clipboard

Base class for all service related exceptions thrown by the TimestreamWrite client

Link copied to clipboard
sealed class TimeUnit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

An invalid or malformed request.

Link copied to clipboard
Link copied to clipboard