TimestreamInfluxDB module#
Index > TimestreamInfluxDB
Auto-generated documentation for TimestreamInfluxDB type annotations stubs module types-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.36.26' mypy-boto3-builder
- Select
boto3
AWS SDK. - Add
TimestreamInfluxDB
service. - 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 types-boto3
for TimestreamInfluxDB
service.
# install with boto3 type annotations
python -m pip install 'types-boto3[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-boto3-lite[timestream-influxdb]'
# standalone installation
python -m pip install types-boto3-timestream-influxdb
How to uninstall#
python -m pip uninstall -y types-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 types_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 types_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 types_boto3_timestream_influxdb.literals import ClusterDeploymentTypeType
def get_value() -> ClusterDeploymentTypeType:
return "MULTI_NODE_READ_REPLICAS"
- ClusterDeploymentTypeType
- ClusterStatusType
- DbInstanceTypeType
- DbStorageTypeType
- DeploymentTypeType
- DurationTypeType
- FailoverModeType
- InstanceModeType
- ListDbClustersPaginatorName
- ListDbInstancesForClusterPaginatorName
- ListDbInstancesPaginatorName
- ListDbParameterGroupsPaginatorName
- 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
- PaginatorConfigTypeDef
- ListDbClustersInputTypeDef
- ListDbInstancesForClusterInputTypeDef
- ListDbInstancesInputTypeDef
- ListDbParameterGroupsInputTypeDef
- ListTagsForResourceRequestTypeDef
- S3ConfigurationTypeDef
- TagResourceRequestTypeDef
- UntagResourceRequestTypeDef
- CreateDbClusterOutputTypeDef
- DeleteDbClusterOutputTypeDef
- EmptyResponseMetadataTypeDef
- ListTagsForResourceResponseTypeDef
- UpdateDbClusterOutputTypeDef
- ListDbClustersOutputTypeDef
- ListDbInstancesForClusterOutputTypeDef
- ListDbInstancesOutputTypeDef
- ListDbParameterGroupsOutputTypeDef
- InfluxDBv2ParametersTypeDef
- ListDbClustersInputPaginateTypeDef
- ListDbInstancesForClusterInputPaginateTypeDef
- ListDbInstancesInputPaginateTypeDef
- ListDbParameterGroupsInputPaginateTypeDef
- LogDeliveryConfigurationTypeDef
- ParametersTypeDef
- CreateDbClusterInputTypeDef
- CreateDbInstanceInputTypeDef
- CreateDbInstanceOutputTypeDef
- DeleteDbInstanceOutputTypeDef
- GetDbClusterOutputTypeDef
- GetDbInstanceOutputTypeDef
- UpdateDbClusterInputTypeDef
- UpdateDbInstanceInputTypeDef
- UpdateDbInstanceOutputTypeDef
- CreateDbParameterGroupInputTypeDef
- CreateDbParameterGroupOutputTypeDef
- GetDbParameterGroupOutputTypeDef