Module Values.SingleMeasureMappingSource

Maps 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

Sourcetype nonrec t = {
  1. measureValue : MeasureValue.t;
    (*

    Dynamic path of the source field to map to the measure in the record.

    *)
  2. measureValueType : MeasureValueType.t;
    (*

    Data type of the source field.

    *)
  3. measureName : MeasureName.t;
    (*

    Target measure name for the measurement attribute in the Timestream table.

    *)
}
Sourceval context_ : string
Sourceval make : measureValue:MeasureValue.t -> measureValueType:MeasureValueType.t -> measureName:MeasureName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of MeasureValue.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t