types-boto3-bedrock
Type annotations for boto3 Bedrock 1.43.26 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type stub library that adds complete type annotations to boto3's Bedrock service client. It is generated automatically using mypy-boto3-builder and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that understand Python type hints. When installed, it enables your IDE to provide accurate autocomplete suggestions and catch type errors at development time without requiring explicit type annotations in your code.
The package includes annotations for the BedrockClient, paginators, waiters, and type definitions for all Bedrock API responses and parameters. It has a single runtime dependency (typing-extensions) and supports Python 3.9 through 3.14. The documentation notes that PyCharm may experience performance issues with the full version due to Literal overload complexity, in which case the lite variant is recommended as an alternative.
Use it for:
- Enable IDE autocomplete and type checking when writing boto3 Bedrock client code without manual type annotations.
- Catch type errors in Bedrock API calls during development using mypy or pyright before runtime.
- Use with VSCode and Pylance for real-time type hints and code completion while developing AWS Bedrock integrations.
- Integrate with CI/CD pipelines to enforce type safety on Bedrock service interactions.
- Support paginator and waiter type annotations for complex Bedrock API operations.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations for boto3's Bedrock service, enabling IDE autocomplete, type checking with mypy and pyright, and static analysis across multiple editors and tools.
Yes. This is a low-friction, actively maintained type stub with no known vulnerabilities, a permissive MIT license, and broad IDE support. Install it if you use boto3 with Bedrock and want type checking and autocomplete; it adds no runtime overhead and only one lightweight dependency. The only caveat is PyCharm users may want the lite variant if performance becomes an issue.
Install
types-boto3-bedrock on PyPI
pip
pip install types-boto3-bedrockuv
uv add types-boto3-bedrockpoetry
poetry add types-boto3-bedrockInstalling types-boto3-bedrock
Before you install
Low friction installation with a single runtime dependency (typing-extensions). Active maintenance with recent releases; last commit 2026-06-22. Widely used in the top 15000 PyPI packages tier.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal restrictions.
Quickstart
pip install types-boto3-bedrock
from boto3.session import Session
from types_boto3_bedrock import BedrockClient
client: BedrockClient = Session().client("bedrock")
Requires boto3 1.43.26 to be installed separately; type checking requires a compatible tool like mypy, pyright, or an IDE with type support.
Verify before relying
- Whether PyCharm performance issues mentioned in the docs (issue PY-40997) still affect current versions.
- Exact scope of Bedrock API coverage (which operations and resource types are fully annotated).
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 — 66 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 261,817/month — #8,381 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_boto3_bedrock-1.43.26-py3-none-any.whl
Keywords: boto3, bedrock, boto3-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
mypy-boto3-bedrockProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-bedrockProvides type annotations for the aiobotocore…
permissive · top 15,000 on PyPI
types-boto3-bedrock-agentProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-boto3-bedrock-runtimeProvides type annotations for boto3's…
permissive · top 15,000 on PyPI
types-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-boto3Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-cloudformationProvides type annotations for boto3's…
permissive · top 5,000 on PyPI
types-boto3-comprehendProvides type annotations for boto3's…
permissive · top 15,000 on PyPI
types-boto3-fullProvides type annotations for boto3 1.43.71,…
permissive · top 5,000 on PyPI
mypy-boto3-bedrock-runtimeProvides type annotations and IDE…
permissive · top 5,000 on PyPI