Values.WarmThroughputSpecificationSummarySourceContains the current warm throughput settings for a table, including the configured capacity units and the current status of the warm throughput configuration.
type nonrec t = {readUnitsPerSecond : Long.t option;The number of read capacity units per second currently configured for warm throughput.
*)writeUnitsPerSecond : Long.t option;The number of write capacity units per second currently configured for warm throughput.
*)status : WarmThroughputStatus.t option;The current status of the warm throughput configuration. Valid values are AVAILABLE when the configuration is active, and UPDATING when changes are being applied.
*)}