

***************
TimestreamQuery
***************



======
Client
======



.. py:class:: TimestreamQuery.Client

  A low-level client representing Amazon Timestream Query
  ::

    
    import boto3
    
    client = boto3.client('timestream-query')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  timestream-query/client/can_paginate
  timestream-query/client/cancel_query
  timestream-query/client/close
  timestream-query/client/create_scheduled_query
  timestream-query/client/delete_scheduled_query
  timestream-query/client/describe_account_settings
  timestream-query/client/describe_endpoints
  timestream-query/client/describe_scheduled_query
  timestream-query/client/execute_scheduled_query
  timestream-query/client/get_paginator
  timestream-query/client/get_waiter
  timestream-query/client/list_scheduled_queries
  timestream-query/client/list_tags_for_resource
  timestream-query/client/prepare_query
  timestream-query/client/query
  timestream-query/client/tag_resource
  timestream-query/client/untag_resource
  timestream-query/client/update_account_settings
  timestream-query/client/update_scheduled_query


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  timestream-query/paginator/ListScheduledQueries
  timestream-query/paginator/ListTagsForResource
  timestream-query/paginator/Query
