Values.DurationSourceDuration for InfluxDB parameters in Timestream for InfluxDB.
type nonrec t = {durationType : DurationType.t;The type of duration for InfluxDB parameters.
*)value : DurationValueLong.t;The value of duration for InfluxDB parameters.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Long of DurationValueLong.t ]) list ]