Values.SourceS3LocationSourceRepresents the Amazon Simple Storage Service (Amazon S3) location where usage data is read from.
type nonrec t = {bucket : S3Bucket.t;Name of the bucket.
*)key : S3Key.t;Key of the object.
*)region : S3BucketRegion.t option;Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of S3Bucket.t ]) list ]