Values.ReplicaAutoScalingSpecificationSourceThe auto scaling settings of a multi-Region table in the specified Amazon Web Services Region.
type nonrec t = {region : Region.t option;The Amazon Web Services Region.
*)autoScalingSpecification : AutoScalingSpecification.t option;The auto scaling settings for a multi-Region table in the specified Amazon Web Services Region.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Region.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 ])
list ]