Module Values.DeleteReportDefinitionRequestSource

Deletes the specified report.

Sourcetype nonrec t = {
  1. reportName : ReportName.t;
    (*

    The name of the report that you want to delete. The name must be unique, is case sensitive, and can't include spaces.

    *)
}
Sourceval context_ : string
Sourceval make : reportName:ReportName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ReportName.t ]) 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