executeScheduledReport
abstract suspend fun executeScheduledReport(input: ExecuteScheduledReportRequest): ExecuteScheduledReportResponse
Triggers an immediate execution of a scheduled report, outside of its regular schedule. The scheduled report must be in ENABLED state. Calling this operation on a DISABLED scheduled report returns a ValidationException.
If a clientToken is provided, the service uses it for idempotency. Requests with the same client token will not trigger a new execution within the same minute.