Values.AnalyticsExportDestinationSourceWhere to publish the analytics results.
type nonrec t = {s3BucketDestination : AnalyticsS3BucketDestination.t;A destination signifying output to an S3 bucket.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of AccountId.t ]) list ])
list ]