client Token
Parameters
value
Using a ClientToken makes the call to CreateScheduledQuery idempotent, in other words, making the same request repeatedly will produce the same result. Making multiple identical CreateScheduledQuery requests has the same effect as making a single request.
If CreateScheduledQuery is called without a
ClientToken
, the Query SDK generates aClientToken
on your behalf.After 8 hours, any request with the same
ClientToken
is treated as a new request.