Values.MinimumThroughputBillingCommitmentOutputSourceRepresents the current status of minimum throughput billing commitment for an account.
type nonrec t = {status : MinimumThroughputBillingCommitmentOutputStatus.t option;The current status of the minimum throughput billing commitment.
*)startedAt : Timestamp.t option;The timestamp when the commitment was started.
*)endedAt : Timestamp.t option;The timestamp when the commitment was ended.
*)earliestAllowedEndAt : Timestamp.t option;The earliest timestamp when the commitment can be ended.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ]