Module Values.StartReportJobInputSource

Starts an on-demand report job for the specified report plan.

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

    The unique name of a report plan.

    *)
  2. idempotencyToken : string option;
    (*

    A customer-chosen string that you can use to distinguish between otherwise identical calls to StartReportJobInput. Retrying a successful request with the same idempotency token results in a success message with no action taken.

    *)
}
Sourceval context_ : string
Sourceval make : ?idempotencyToken:??? -> 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