TimestreamInfluxDB#
Client#
- 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:
- can_paginate
 - close
 - create_db_cluster
 - create_db_instance
 - create_db_parameter_group
 - delete_db_cluster
 - delete_db_instance
 - get_db_cluster
 - get_db_instance
 - get_db_parameter_group
 - get_paginator
 - get_waiter
 - list_db_clusters
 - list_db_instances
 - list_db_instances_for_cluster
 - list_db_parameter_groups
 - list_tags_for_resource
 - tag_resource
 - untag_resource
 - update_db_cluster
 - 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.
The available paginators are: