--- id: types-aiobotocore-timestream-query version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-timestream-query — Type annotations for aiobotocore TimestreamQuery 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 93.0K/mo ## What it is and what it does This package is a type stub library that adds static type information to aiobotocore's TimestreamQuery service. It is generated from aiobotocore 3.9.0 using mypy-boto3-builder and provides complete type annotations for client methods, paginators, and service resources. When installed, it enables IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright) to understand aiobotocore code, offering inline documentation, method signatures, and parameter validation without requiring explicit type hints in your code. The package is a stub-only library—it contains no runtime code, only type definitions. It works alongside aiobotocore itself and is compatible with modern Python versions (3.9 through 3.14). Installation is straightforward and adds minimal overhead; the only runtime dependency is typing-extensions. It is most useful in projects that already use aiobotocore for async AWS API calls and want to catch type errors early or improve developer experience through IDE autocompletion. Use it for: - Enable mypy or pyright type checking in a project using aiobotocore TimestreamQuery without writing manual type annotations. - Get IDE autocomplete and inline documentation for TimestreamQuery client methods in VSCode with Pylance or PyCharm. - Validate aiobotocore TimestreamQuery code during CI/CD pipelines using static type checkers before deployment. - Reduce debugging time by catching incorrect service method calls or parameter types at development time rather than runtime. - Support paginator and service resource type hints for complex async workflows with TimestreamQuery. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for aiobotocore's TimestreamQuery service, enabling static type checking with mypy, pyright, and editor tools. Yes, if you use aiobotocore with TimestreamQuery and want static type checking or IDE support. Installation is low-friction, the package is actively maintained with no known vulnerabilities, and it carries a permissive MIT license. Install it as a development dependency to improve code quality and developer experience; it has no runtime impact on production code. ## Install pip install types-aiobotocore-timestream-query uv add types-aiobotocore-timestream-query poetry add types-aiobotocore-timestream-query ## Installing types-aiobotocore-timestream-query Before you install: Minimal install friction; depends only on typing-extensions. Actively maintained with a recent release and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install types-aiobotocore-timestream-query from aiobotocore.session import get_session from types_aiobotocore_timestream_query import TimestreamQueryClient session = get_session() async with session.create_client("timestream-query") as client: client: TimestreamQueryClient # Type checking and IDE completion now work Requires Python 3.9 or later; aiobotocore 3.9.0 must be installed separately as a runtime dependency. Verify before relying: - Whether PyCharm performance issues mentioned in the description (PY-40997) persist with current versions. - Whether the lite variant (types-aiobotocore-lite) is recommended for projects prioritizing IDE responsiveness over full overload coverage. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 93.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags aiobotocore type stubs, timestream query type hints, boto3 type annotations, mypy aws service types, aiobotocore autocomplete, type checking aws sdk, pyright boto3 stubs, type-stubs, aws-sdk, async [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-timestream-query) · [View on PyPI](https://pypi.org/project/types-aiobotocore-timestream-query/)