You can use this API to run a scheduled query manually.
See https://www.paws-r-sdk.com/docs/timestreamquery_execute_scheduled_query/ for full documentation.
timestreamquery_execute_scheduled_query(
ScheduledQueryArn,
InvocationTime,
ClientToken = NULL
)
[required] ARN of the scheduled query.
[required] The timestamp in UTC. Query will be run as if it was invoked at this timestamp.
Not used.