

******************
TimestreamInfluxDB
******************



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



.. py:class:: TimestreamInfluxDB.Client

  A low-level client representing Timestream InfluxDB
  

  Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on Amazon Web Services for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.

  ::

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

  

These are the available methods:

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

  timestream-influxdb/client/can_paginate
  timestream-influxdb/client/close
  timestream-influxdb/client/create_db_cluster
  timestream-influxdb/client/create_db_instance
  timestream-influxdb/client/create_db_parameter_group
  timestream-influxdb/client/delete_db_cluster
  timestream-influxdb/client/delete_db_instance
  timestream-influxdb/client/get_db_cluster
  timestream-influxdb/client/get_db_instance
  timestream-influxdb/client/get_db_parameter_group
  timestream-influxdb/client/get_paginator
  timestream-influxdb/client/get_waiter
  timestream-influxdb/client/list_db_clusters
  timestream-influxdb/client/list_db_instances
  timestream-influxdb/client/list_db_instances_for_cluster
  timestream-influxdb/client/list_db_parameter_groups
  timestream-influxdb/client/list_tags_for_resource
  timestream-influxdb/client/reboot_db_cluster
  timestream-influxdb/client/reboot_db_instance
  timestream-influxdb/client/tag_resource
  timestream-influxdb/client/untag_resource
  timestream-influxdb/client/update_db_cluster
  timestream-influxdb/client/update_db_instance


==========
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-influxdb/paginator/ListDbClusters
  timestream-influxdb/paginator/ListDbInstances
  timestream-influxdb/paginator/ListDbInstancesForCluster
  timestream-influxdb/paginator/ListDbParameterGroups
