Values.GlobalSecondaryIndexWarmThroughputDescriptionSourceThe description of the warm throughput value on a global secondary index.
type nonrec t = {readUnitsPerSecond : PositiveLongObject.t option;Represents warm throughput read units per second value for a global secondary index.
*)writeUnitsPerSecond : PositiveLongObject.t option;Represents warm throughput write units per second value for a global secondary index.
*)status : IndexStatus.t option;Represents the warm throughput status being created or updated on a global secondary index. The status can only be UPDATING or ACTIVE.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Long of PositiveLongObject.t ]) list ]