Values.SingleMeasureMappingSourceMaps a single source data field to a single record in the specified Timestream for LiveAnalytics table. For more information, see Amazon Timestream for LiveAnalytics concepts
type nonrec t = {measureValue : MeasureValue.t;Dynamic path of the source field to map to the measure in the record.
*)measureValueType : MeasureValueType.t;Data type of the source field.
*)measureName : MeasureName.t;Target measure name for the measurement attribute in the Timestream table.
*)}val make :
measureValue:MeasureValue.t ->
measureValueType:MeasureValueType.t ->
measureName:MeasureName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of MeasureValue.t ]) list ]