Values.CapacitySourceRepresents the amount of provisioned throughput capacity consumed on a table or an index.
type nonrec t = {readCapacityUnits : ConsumedCapacityUnits.t option;The total number of read capacity units consumed on a table or an index.
*)writeCapacityUnits : ConsumedCapacityUnits.t option;The total number of write capacity units consumed on a table or an index.
*)capacityUnits : ConsumedCapacityUnits.t option;The total number of capacity units consumed on a table or an index.
*)}val to_value :
t ->
[> `Structure of (string * [> `Double of ConsumedCapacityUnits.t ]) list ]