TimestreamInfluxDB module#
Index > TimestreamInfluxDB
Auto-generated documentation for TimestreamInfluxDB type annotations stubs module mypy-boto3-timestream-influxdb.
How to install#
Generate locally (recommended)#
You can generate type annotations for boto3 package locally with mypy-boto3-builder.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory: 
uvx --with 'boto3==1.40.65' mypy-boto3-builder - Select 
boto3-stubsAWS SDK. - Add 
TimestreamInfluxDBservice. - Use provided commands to install generated packages.
 
VSCode extension#
Add AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start command.
Click Modify and select boto3 common and TimestreamInfluxDB.
From PyPI with pip#
Install boto3-stubs for TimestreamInfluxDB service.
# install with boto3 type annotations
python -m pip install 'boto3-stubs[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 'boto3-stubs-lite[timestream-influxdb]'
# standalone installation
python -m pip install mypy-boto3-timestream-influxdb
How to uninstall#
python -m pip uninstall -y mypy-boto3-timestream-influxdb
Usage#
Code samples can be found in Examples.
TimestreamInfluxDBClient#
Type annotations and code completion for  boto3.client("timestream-influxdb") as TimestreamInfluxDBClient
 boto3 documentation
# TimestreamInfluxDBClient usage example
from boto3.session import Session
from mypy_boto3_timestream_influxdb.client import TimestreamInfluxDBClient
def get_client() -> TimestreamInfluxDBClient:
    return Session().client("timestream-influxdb")
Paginators#
Type annotations and code completion for paginators
from boto3.client("timestream-influxdb").get_paginator("...").
# ListDbClustersPaginator usage example
from boto3.session import Session
from mypy_boto3_timestream_influxdb.paginator import ListDbClustersPaginator
def get_list_db_clusters_paginator() -> ListDbClustersPaginator:
    return Session().client("timestream-influxdb").get_paginator("list_db_clusters"))
- ListDbClustersPaginator
 - ListDbInstancesForClusterPaginator
 - ListDbInstancesPaginator
 - ListDbParameterGroupsPaginator
 
Literals#
Type annotations for literals used in methods and schema.
# ClusterDeploymentTypeType usage example
from mypy_boto3_timestream_influxdb.literals import ClusterDeploymentTypeType
def get_value() -> ClusterDeploymentTypeType:
    return "MULTI_NODE_READ_REPLICAS"
- ClusterDeploymentTypeType
 - ClusterStatusType
 - DataFusionRuntimeTypeType
 - DbInstanceTypeType
 - DbStorageTypeType
 - DeploymentTypeType
 - DurationTypeType
 - EngineTypeType
 - FailoverModeType
 - InstanceModeType
 - ListDbClustersPaginatorName
 - ListDbInstancesForClusterPaginatorName
 - ListDbInstancesPaginatorName
 - ListDbParameterGroupsPaginatorName
 - LogFormatsType
 - LogLevelType
 - NetworkTypeType
 - StatusType
 - TracingTypeType
 - TimestreamInfluxDBServiceName
 - ServiceName
 - ResourceServiceName
 - PaginatorName
 
Type definitions#
Type annotations for type definitions used in methods and schema.
- ResponseMetadataTypeDef
 - DbClusterSummaryTypeDef
 - DbInstanceForClusterSummaryTypeDef
 - DbInstanceSummaryTypeDef
 - DbParameterGroupSummaryTypeDef
 - DeleteDbClusterInputTypeDef
 - DeleteDbInstanceInputTypeDef
 - DurationTypeDef
 - GetDbClusterInputTypeDef
 - GetDbInstanceInputTypeDef
 - GetDbParameterGroupInputTypeDef
 - PercentOrAbsoluteLongTypeDef
 - PaginatorConfigTypeDef
 - ListDbClustersInputTypeDef
 - ListDbInstancesForClusterInputTypeDef
 - ListDbInstancesInputTypeDef
 - ListDbParameterGroupsInputTypeDef
 - ListTagsForResourceRequestTypeDef
 - S3ConfigurationTypeDef
 - TagResourceRequestTypeDef
 - UntagResourceRequestTypeDef
 - CreateDbClusterOutputTypeDef
 - DeleteDbClusterOutputTypeDef
 - EmptyResponseMetadataTypeDef
 - ListTagsForResourceResponseTypeDef
 - UpdateDbClusterOutputTypeDef
 - ListDbClustersOutputTypeDef
 - ListDbInstancesForClusterOutputTypeDef
 - ListDbInstancesOutputTypeDef
 - ListDbParameterGroupsOutputTypeDef
 - InfluxDBv2ParametersTypeDef
 - InfluxDBv3CoreParametersTypeDef
 - InfluxDBv3EnterpriseParametersTypeDef
 - ListDbClustersInputPaginateTypeDef
 - ListDbInstancesForClusterInputPaginateTypeDef
 - ListDbInstancesInputPaginateTypeDef
 - ListDbParameterGroupsInputPaginateTypeDef
 - LogDeliveryConfigurationTypeDef
 - ParametersTypeDef
 - CreateDbClusterInputTypeDef
 - CreateDbInstanceInputTypeDef
 - CreateDbInstanceOutputTypeDef
 - DeleteDbInstanceOutputTypeDef
 - GetDbClusterOutputTypeDef
 - GetDbInstanceOutputTypeDef
 - UpdateDbClusterInputTypeDef
 - UpdateDbInstanceInputTypeDef
 - UpdateDbInstanceOutputTypeDef
 - CreateDbParameterGroupInputTypeDef
 - CreateDbParameterGroupOutputTypeDef
 - GetDbParameterGroupOutputTypeDef