--- id: types-boto3-bedrock version: "1.43.26" license: MIT license_treatment: permissive maintenance: active --- # types-boto3-bedrock — Type annotations for boto3 Bedrock 1.43.26 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 261.8K/mo ## 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 above — 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 pip install types-boto3-bedrock uv add types-boto3-bedrock poetry add types-boto3-bedrock ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 261.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 bedrock type stubs, bedrock type annotations, boto3 type hints, mypy boto3 bedrock, pyright aws bedrock, ide autocomplete boto3, bedrock client typing, type-stubs, aws-bedrock, static-analysis [View on SkillFed](https://skillfed.io/packages/types-boto3-bedrock) · [View on PyPI](https://pypi.org/project/types-boto3-bedrock/)