types-aiobotocore-bedrock
Type annotations for aiobotocore Bedrock 3.9.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library generated by mypy-boto3-builder that adds static type information to aiobotocore's Bedrock service. It works alongside aiobotocore to provide IDE autocomplete, type checking in mypy and pyright, and inline documentation for all Bedrock API calls, paginators, and data structures.
The package is purely a development aid—it contains no runtime code and can be safely excluded from production deployments using TYPE_CHECKING guards. It supports VSCode (with Pylance), PyCharm, Emacs, Sublime Text, and other IDEs that understand Python type hints. Installation is straightforward via pip, and it requires only typing-extensions as a runtime dependency.
Use it for:
- Enable IDE autocomplete and type checking when writing async Bedrock client code with aiobotocore.
- Catch type errors in Bedrock API calls during development using mypy or pyright without running code.
- Document Bedrock API parameters and return types inline in your editor while writing async AWS code.
- Reduce debugging time by catching incorrect argument types or method names before runtime in PyCharm or VSCode.
- Annotate Bedrock paginator usage with explicit types for better code clarity and IDE support.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations for the aiobotocore Bedrock 3.9.0 service, enabling IDE autocomplete and static type checking with mypy, pyright, and other tools.
Yes. This is a lightweight, actively maintained type-stub package with no security vulnerabilities, permissive licensing, and low install friction. Install it if you use aiobotocore with Bedrock and want IDE autocomplete and static type checking—it's a pure development dependency that adds no runtime overhead.
Install
types-aiobotocore-bedrock on PyPI
pip
pip install types-aiobotocore-bedrockuv
uv add types-aiobotocore-bedrockpoetry
poetry add types-aiobotocore-bedrockInstalling types-aiobotocore-bedrock
Before you install
Low install friction with a single lightweight dependency (typing-extensions). Actively maintained as of 2026-08-02, with recent updates and no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.
Quickstart
pip install types-aiobotocore-bedrock
from aiobotocore.session import get_session
from types_aiobotocore_bedrock import BedrockClient
session = get_session()
async with session.create_client("bedrock") as client:
client: BedrockClient
# Type checking and IDE completion now work
Requires aiobotocore 3.9.0 to be installed separately; Python 3.9 or later.
Verify before relying
- Whether PyCharm performance issues mentioned in the docs (PY-40997) still apply to current versions.
- Compatibility with types-aiobotocore-lite variant and whether it provides equivalent type coverage for Bedrock.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 12 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 297,375/month — #7,885 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_bedrock-3.9.0-py3-none-any.whl
Keywords: aiobotocore, bedrock, aiobotocore-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
types-boto3-bedrockProvides type annotations for boto3's Bedrock…
permissive · top 15,000 on PyPI
mypy-boto3-bedrockProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-bedrock-agentcore-controlProvides type stubs and annotations for the…
permissive · top 15,000 on PyPI
types-aiobotocore-bedrock-agentProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-bedrock-runtimeProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-bedrock-agentcoreProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-fullProvides complete type annotations for…
permissive · top 15,000 on PyPI