Values.UpdateCollectionGroupRequestSourceUpdates the description and capacity limits of a collection group.
type nonrec t = {id : CollectionGroupId.t;The unique identifier of the collection group to update.
*)description : UpdateCollectionGroupRequestDescriptionString.t option;A new description for the collection group.
*)capacityLimits : CollectionGroupCapacityLimits.t option;Updated capacity limits for the collection group, in OpenSearch Compute Units (OCUs).
*)clientToken : ClientToken.t option;Unique, case-sensitive identifier to ensure idempotency of the request.
*)}val make :
?description:??? ->
?capacityLimits:??? ->
?clientToken:??? ->
id:CollectionGroupId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of CollectionGroupId.t
| `Structure of
(string * [> `Float of CollectionGroupIndexingCapacityValue.t ])
list ])
list ]