Skip to content

Write records

async_boto.validation.timestream_write.write_records

WriteRecordsRequest

Bases: BaseModel

Writes a batch of records into a Timestream table.

ATTRIBUTE DESCRIPTION
CommonAttributes

A record that contains the common measure, dimension, time, and version attributes shared across all the records in the request.

TYPE: Optional[Record]

DatabaseName

The name of the Timestream database.

TYPE: str

Records

An array of records that contain the unique measure, dimension, time, and version attributes for each time-series data point.

TYPE: List[Record]

TableName

The name of the Timestream table.

TYPE: str

CommonAttributes instance-attribute

CommonAttributes

DatabaseName instance-attribute

DatabaseName

Records instance-attribute

Records

TableName instance-attribute

TableName

WriteRecordsResponse

Bases: BaseModel

The response returned by the service when a WriteRecords action is successful.

ATTRIBUTE DESCRIPTION
RecordsIngested

Information on the records ingested by this request.

TYPE: RecordsIngested

RecordsIngested instance-attribute

RecordsIngested