Values.WarmThroughputObjectSourceRepresents the warm throughput configuration on the stream. This is only present for On-Demand Kinesis Data Streams in accounts that have MinimumThroughputBillingCommitment enabled.
type nonrec t = {targetMiBps : NaturalIntegerObject.t option;The target warm throughput value on the stream. This indicates that the stream is currently scaling towards this target value.
*)currentMiBps : NaturalIntegerObject.t option;The current warm throughput value on the stream. This is the write throughput in MiBps that the stream is currently scaled to handle.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of NaturalIntegerObject.t ]) list ]