Values.TableWarmThroughputDescriptionSourceRepresents the warm throughput value (in read units per second and write units per second) of the table. Warm throughput is applicable for DynamoDB Standard-IA tables and specifies the minimum provisioned capacity maintained for immediate data access.
type nonrec t = {readUnitsPerSecond : PositiveLongObject.t option;Represents the base table's warm throughput value in read units per second.
*)writeUnitsPerSecond : PositiveLongObject.t option;Represents the base table's warm throughput value in write units per second.
*)status : TableStatus.t option;Represents warm throughput value of the base table.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Long of PositiveLongObject.t ]) list ]