Values_0.TimestreamTimestampSourceDescribes how to interpret an application-defined timestamp value from an MQTT message payload and the precision of that value.
type nonrec t = {value : TimestreamTimestampValue.t;An expression that returns a long epoch time value.
*)unit : TimestreamTimestampUnit.t;The precision of the timestamp value that results from the expression described in value. Valid values: SECONDS | MILLISECONDS | MICROSECONDS | NANOSECONDS. The default is MILLISECONDS.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of TimestreamTimestampValue.t ]) list ]