Registry / type-stubs / types-aiobotocore-timestream-query

types-aiobotocore-timestream-query

JSON →
library3.7.0pypypiunverified

Type annotations for aiobotocore TimestreamQuery 3.5.0 service generated with mypy-boto3-builder 8.12.0. Provides static type checking and autocomplete for AWS Timestream Query operations when using aiobotocore. Supports Python 3.9+.

pip install types-aiobotocore[timestream-query]
INSTALL
IMPORT
SIG · TYPES-AIOBOTOCORE-
T
types-aiobotocore-timestream-query
type-stubspythonv3.7.0
Install
3.2s avg
Import
Disk
17MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v3.7.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.910 runs
installs and imports cleanly · install 0.0s · import 0.000s · 19.6MB
glibc
py 3.103.910 runs
installs and imports cleanly · install 3.2s · import 0.000s · 20MB
17MB installed
● package 17MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TimestreamQueryClient
from aiobotocore_stubs.timestream_query import TimestreamQueryClient
from types_aiobotocore_timestream_query.client import TimestreamQueryClient

Basic usage with async context manager and type hints.

import asyncio from types_aiobotocore_timestream_query import TimestreamQueryClient from aiobotocore.session import get_session async def main(): session = get_session() async with session.create_client('timestream-query', region_name='us-east-1') as client: # client is of type TimestreamQueryClient response = await client.query(QueryString='SELECT 1') print(response) asyncio.run(main())
Debug
Known issues
breakingVersion 8.12.0 dropped Python 3.8 support. Ensure your environment uses Python >= 3.9.
fix
Upgrade Python to 3.9+ or pin to earlier version (e.g., types-aiobotocore-timestream-query<8.12.0).
affects: >=8.12.0
breakingVersion 8.9.0 shortened TypeDef names (e.g., removed duplicate 'Request' suffix). If you reference type definitions by name, they may have changed.
fix
Update any hardcoded type name strings to match new shorter names.
affects: >=8.9.0,<8.12.0
gotchaThe package provides type hints only; it does not include the aiobotocore runtime. You must also install aiobotocore and botocore.
fix
Install aiobotocore: pip install aiobotocore
affects: all
gotchaUsing pip install types-aiobotocore[timestream-query] installs type annotations for all aiobotocore services plus the timestream-query types. The standalone package installs only timestream-query types.
fix
If you only need timestream-query, use the standalone package to reduce installation size.
affects: all
Upgrade
Version history
3.7.0latest on PyPI · released May 10, 2026
Audit
Dependencies
typing-extensionsrequiredRequired for type hints not available in older Python versions
Agent activity
39 hits · last 30 days
node
34
Meta
1
OpenAI (training)
1
Resources
types-aiobotocore-timestream-query — pip install types-aiobotocore-timestream-query · libregistry