Values.BatchGetBuildBatchesInputSourceRetrieves information about one or more batch builds.
type nonrec t = {ids : BuildBatchIds.t;An array that contains the batch build identifiers to retrieve.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of NonEmptyString.t ] list ]) list ]