Values.InstanceCountLimitsSourceLimits on the number of instances that can be created in OpenSearch Service for a given instance type.
type nonrec t = {minimumInstanceCount : MinimumInstanceCount.t option;The maximum allowed number of instances.
*)maximumInstanceCount : MaximumInstanceCount.t option;The minimum allowed number of instances.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of MinimumInstanceCount.t ]) list ]