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