Values.BatchGetReportGroupsInputSourceReturns an array of report groups.
type nonrec t = {reportGroupArns : ReportGroupArns.t;An array of report group ARNs that identify the report groups to return.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of NonEmptyString.t ] list ]) list ]