Module Values.DescribeReportPlanInputSource

Returns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region.

Sourcetype nonrec t = {
  1. reportPlanName : ReportPlanName.t;
    (*

    The unique name of a report plan.

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