Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_scheduled_query

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'
)
Parameters
  • ScheduledQueryArn (string) --

    [REQUIRED]

    ARN of the scheuled query.

  • State (string) --

    [REQUIRED]

    State of the scheduled query.

Returns

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