Skip to content

TimestreamInfluxDB module#

Index > TimestreamInfluxDB

Auto-generated documentation for TimestreamInfluxDB type annotations stubs module types-aiobotocore-timestream-influxdb.

How to install#

You can generate type annotations for aiobotocore package locally with mypy-boto3-builder. Use uv for build isolation.

  1. Run mypy-boto3-builder in your package root directory: uvx --with 'aiobotocore==2.25.0' mypy-boto3-builder
  2. Select aiobotocore AWS SDK.
  3. Add TimestreamInfluxDB service.
  4. Use provided commands to install generated packages.

From PyPI with pip#

Install types-aiobotocore for TimestreamInfluxDB service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[timestream-influxdb]'

# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aiobotocore-lite[timestream-influxdb]'

# standalone installation
python -m pip install types-aiobotocore-timestream-influxdb

How to uninstall#

python -m pip uninstall -y types-aiobotocore-timestream-influxdb

Usage#

Code samples can be found in Examples.

TimestreamInfluxDBClient#

Type annotations and code completion for session.create_client("timestream-influxdb") as TimestreamInfluxDBClient boto3 documentation

# TimestreamInfluxDBClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_timestream_influxdb.client import TimestreamInfluxDBClient


session = get_session()
async with session.create_client("timestream-influxdb") as client:
    client: TimestreamInfluxDBClient

Paginators#

Type annotations and code completion for paginators from session.create_client("timestream-influxdb").get_paginator("...").

# ListDbClustersPaginator usage example

from types_aiobotocore_timestream_influxdb.paginator import ListDbClustersPaginator

def get_list_db_clusters_paginator() -> ListDbClustersPaginator:
    return client.get_paginator("list_db_clusters"))

Literals#

Type annotations for literals used in methods and schema.

# ClusterDeploymentTypeType usage example

from types_aiobotocore_timestream_influxdb.literals import ClusterDeploymentTypeType

def get_value() -> ClusterDeploymentTypeType:
    return "MULTI_NODE_READ_REPLICAS"

Type definitions#

Type annotations for type definitions used in methods and schema.