Values.CapacityLimitsSourceThe maximum capacity limits for all OpenSearch Serverless collections, in OpenSearch Compute Units (OCUs). These limits are used to scale your collections based on the current workload. For more information, see Managing capacity limits for Amazon OpenSearch Serverless.
type nonrec t = {maxIndexingCapacityInOCU : IndexingCapacityValue.t option;The maximum indexing capacity for collections.
*)maxSearchCapacityInOCU : SearchCapacityValue.t option;The maximum search capacity for collections.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of IndexingCapacityValue.t ]) list ]