Table Warm Throughput
data class TableWarmThroughput(val readUnitsPerSecond: Int? = null, val writeUnitsPerSecond: Int? = null)
Provides visibility into the number of read and write operations your table or secondary index can instantaneously support. The settings can be modified using the `UpdateTable`
operation to meet the throughput requirements of an upcoming peak event.