Values.CreateUsageReportSubscriptionResultSourceCreates a usage report subscription. Usage reports are generated daily.
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.
*)}type nonrec error = [ | `InvalidAccountStatusException of InvalidAccountStatusException.t| `InvalidRoleException of InvalidRoleException.t| `LimitExceededException of LimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidAccountStatusException of InvalidAccountStatusException.t
| `InvalidRoleException of InvalidRoleException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidAccountStatusException of InvalidAccountStatusException.t
| `InvalidRoleException of InvalidRoleException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]