update_scheduled_query
(**kwargs)¶Update a scheduled query.
See also: AWS API Documentation
Request Syntax
response = client.update_scheduled_query(
ScheduledQueryArn='string',
State='ENABLED'|'DISABLED'
)
[REQUIRED]
ARN of the scheuled query.
[REQUIRED]
State of the scheduled query.
None
Exceptions
TimestreamQuery.Client.exceptions.AccessDeniedException
TimestreamQuery.Client.exceptions.InternalServerException
TimestreamQuery.Client.exceptions.ResourceNotFoundException
TimestreamQuery.Client.exceptions.ThrottlingException
TimestreamQuery.Client.exceptions.ValidationException
TimestreamQuery.Client.exceptions.InvalidEndpointException