Values.GetReportDefinitionResultSourceRetrieves the definition of a report already configured in AWS Application Cost Profiler.
type nonrec t = {reportId : ReportId.t option;ID of the report retrieved.
*)reportDescription : ReportDescription.t option;Description of the report.
*)reportFrequency : ReportFrequency.t option;Cadence used to generate the report.
*)format : Format_.t option;Format of the generated report.
*)destinationS3Location : S3Location.t option;Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.
*)createdAt : Timestamp.t option;Timestamp (milliseconds) when this report definition was created.
*)lastUpdated : Timestamp.t option;Timestamp (milliseconds) when this report definition was last updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ReportId.t
| `Structure of (string * [> `String of S3Bucket.t ]) list
| `Timestamp of Timestamp.t ])
list ]