Values.UpdateReportGroupInputSourceUpdates a report group.
type nonrec t = {arn : NonEmptyString.t;The ARN of the report group to update.
*)exportConfig : ReportExportConfig.t option;Used to specify an updated export type. Valid values are: S3: The report results are exported to an S3 bucket. NO_EXPORT: The report results are not exported.
*)}val to_value :
t ->
[> `Structure 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 ])
list ]