Module Values.PutReportDefinitionRequestSource

Creates a Cost and Usage Report.

Sourcetype nonrec t = {
  1. reportDefinition : ReportDefinition.t;
    (*

    Represents the output of the PutReportDefinition operation. The content consists of the detailed metadata and data file information.

    *)
  2. tags : TagList.t option;
    (*

    The tags to be assigned to the report definition resource.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> reportDefinition:ReportDefinition.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `Structure of (string * [> `Boolean of RefreshClosedReports.t | `Enum of string | `List of [> `Enum of string ] list | `String of ReportName.t | `Structure of (string * [> `Enum of string | `String of LastDelivery.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t