Values.UsageReportSubscriptionSourceDescribes information about the usage report subscription.
type nonrec t = {s3BucketName : String_.t option;The Amazon S3 bucket where generated reports are stored. If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, WorkSpaces Applications created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, WorkSpaces Applications uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, when you enable usage reports, WorkSpaces Applications creates a new S3 bucket.
*)schedule : UsageReportSchedule.t option;The schedule for generating usage reports.
*)lastGeneratedReportDate : Timestamp.t option;The time when the last usage report was generated.
*)subscriptionErrors : LastReportGenerationExecutionErrors.t option;The errors that were returned if usage reports couldn't be generated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ]
list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]