Values.AutoScalingSpecificationSourceThe optional auto scaling capacity settings for a table in provisioned capacity mode.
type nonrec t = {writeCapacityAutoScaling : AutoScalingSettings.t option;The auto scaling settings for the table's write capacity.
*)readCapacityAutoScaling : AutoScalingSettings.t option;The auto scaling settings for the table's read capacity.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Long of CapacityUnits.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Double of DoubleObject.t
| `Integer of IntegerObject.t ])
list ])
list ])
list ])
list ]