Values.BatchGetReportGroupsOutputSourceReturns an array of report groups.
type nonrec t = {reportGroups : ReportGroups.t option;The array of report groups returned by BatchGetReportGroups.
*)reportGroupsNotFound : ReportGroupArns.t option;An array of ARNs passed to BatchGetReportGroups that are not associated with a ReportGroup.
*)}type nonrec error = [ | `InvalidInputException of InvalidInputException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInputException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInputException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of NonEmptyString.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of KeyInput.t ]) list ]
list
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of WrapperBoolean.t
| `Enum of string
| `String of NonEmptyString.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]
list ])
list ]