Values.BatchGetCollectionGroupRequestSourceReturns attributes for one or more collection groups, including capacity limits and the number of collections in each group. For more information, see Creating and managing Amazon OpenSearch Serverless collections.
type nonrec t = {ids : CollectionGroupIds.t option;A list of collection group IDs. You can't provide names and IDs in the same request.
*)names : CollectionGroupNames.t option;A list of collection group names. You can't provide names and IDs in the same request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of CollectionGroupId.t ] list ]) list ]