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