Values.BatchGetCollectionRequestSourceReturns attributes for one or more collections, including the collection endpoint, the OpenSearch Dashboards endpoint, and FIPS-compliant endpoints. For more information, see Creating and managing Amazon OpenSearch Serverless collections.
type nonrec t = {ids : CollectionIds.t option;A list of collection IDs. You can't provide names and IDs in the same request. The ID is part of the collection endpoint. You can also retrieve it using the ListCollections API.
*)names : CollectionNames.t option;A list of collection names. You can't provide names and IDs in the same request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of CollectionId.t ] list ]) list ]