Values.IndexCapacityConfigurationSourceProvides information about index capacity configuration.
type nonrec t = {units : IndexCapacityInteger.t option;The number of storage units configured for an Amazon Q Business index.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of IndexCapacityInteger.t ]) list ]