types-boto3-bedrock-runtime
Type annotations for boto3 BedrockRuntime 1.43.62 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 for boto3's BedrockRuntime service. It is generated automatically using mypy-boto3-builder and provides type hints for client objects, paginators, and service-specific types compatible with boto3 1.43.62.
When installed, it enables static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to understand boto3 BedrockRuntime calls, offering autocomplete suggestions and catching type errors before runtime. It has minimal runtime overhead—only one dependency (typing-extensions)—and is designed to be optional for production deployments via TYPE_CHECKING guards.
Use it for:
- Enable IDE autocomplete and type hints when writing boto3 BedrockRuntime client code in VSCode or PyCharm.
- Run mypy or pyright type checking on code that calls boto3 BedrockRuntime services to catch type mismatches early.
- Provide explicit type annotations for BedrockRuntimeClient, paginators, and service-specific types in large codebases.
- Use with Emacs or Sublime Text via LSP and pyright for real-time type checking during development.
- Avoid runtime type errors in production by catching boto3 API misuse during static analysis.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations for boto3's BedrockRuntime service, enabling IDE autocomplete and static type checking with mypy and pyright.
Yes, if you use boto3 BedrockRuntime and want IDE autocomplete or static type checking. Install friction is minimal, maintenance is active, and the MIT license has no restrictions. Install only in development environments or guard with TYPE_CHECKING to avoid adding a production dependency.
Install
types-boto3-bedrock-runtime on PyPI
pip
pip install types-boto3-bedrock-runtimeuv
uv add types-boto3-bedrock-runtimepoetry
poetry add types-boto3-bedrock-runtimeInstalling types-boto3-bedrock-runtime
Before you install
Low install friction with a single lightweight dependency (typing-extensions). Actively maintained with a release 14 days ago and 670 repository stars. Supports Python 3.9 through 3.14.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.
Quickstart
pip install types-boto3-bedrock-runtime
from boto3.session import Session
from types_boto3_bedrock_runtime import BedrockRuntimeClient
client: BedrockRuntimeClient = Session().client("bedrock-runtime")
Requires boto3 to be installed separately; type checking requires a compatible tool like mypy, pyright, or an IDE with type support.
Verify before relying
- Whether the package works correctly with all advertised IDEs (VSCode, PyCharm, Emacs, Sublime Text) in practice.
- Performance impact in PyCharm given the documented issue PY-40997 with Literal overloads.
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 — 14 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 383,766/month — #7,073 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_boto3_bedrock_runtime-1.43.62-py3-none-any.whl
Keywords: boto3, bedrock-runtime, 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-bedrock-runtimeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-bedrock-runtimeProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-boto3-bedrockProvides type annotations for boto3's Bedrock…
permissive · top 15,000 on PyPI
types-boto3-bedrock-agentProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-boto3-sagemaker-runtimeProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-boto3-cloudformationProvides type annotations for boto3's…
permissive · top 5,000 on PyPI
types-boto3Provides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-bedrock-data-automation-runtimeProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-boto3-kmsProvides type annotations and IDE…
permissive · top 15,000 on PyPI