TimestreamQuery / Client / update_scheduled_query

update_scheduled_query#

TimestreamQuery.Client.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