Values.StartReportJobInputSourceStarts an on-demand report job for the specified report plan.
type nonrec t = {reportPlanName : ReportPlanName.t;The unique name of a report plan.
*)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.
*)}