Values.GlobalSecondaryIndexAutoScalingUpdateSourceRepresents the auto scaling settings of a global secondary index for a global table that will be modified.
type nonrec t = {indexName : IndexName.t option;The name of the global secondary index.
*)provisionedWriteCapacityAutoScalingUpdate : AutoScalingSettingsUpdate.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of IndexName.t
| `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Long of PositiveLongObject.t
| `String of AutoScalingRoleArn.t
| `Structure of
(string
* [> `String of AutoScalingPolicyName.t
| `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Double of DoubleObject.t
| `Integer of IntegerObject.t ])
list ])
list ])
list ])
list ]