--- id: types-aiobotocore-bedrock-runtime version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-bedrock-runtime — Type annotations for aiobotocore BedrockRuntime 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 988.4K/mo ## What it is and what it does This package is a type-stub library that adds static type information to the aiobotocore BedrockRuntime async client. It is generated from aiobotocore 3.9.0 using mypy-boto3-builder and provides IDE autocomplete, type checking, and inline documentation for all BedrockRuntime service operations, paginators, and type definitions. It is designed to work alongside aiobotocore itself—you install it in your development environment to enable type checking and IDE support without adding runtime dependencies to your application. It supports mypy, pyright, VSCode with Pylance, PyCharm, Emacs, Sublime Text, and other tools that understand Python type hints. The package is pure stubs (no runtime code) and can be safely excluded from production deployments using TYPE_CHECKING guards. Use it for: - Enable IDE autocomplete and type checking when writing async AWS BedrockRuntime code with aiobotocore. - Catch type errors in BedrockRuntime API calls during development with mypy or pyright before runtime. - Document the shape and parameters of BedrockRuntime service operations through inline type hints and IDE tooltips. - Provide type annotations for paginator and client resource objects when working with async AWS clients. - Support strict type checking workflows in CI/CD pipelines that validate aiobotocore usage against the AWS API schema. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for the aiobotocore BedrockRuntime 3.9.0 async AWS client, enabling static type checking with mypy, pyright, and IDE tools. Yes. This is a low-friction, actively maintained type-stub package with no security vulnerabilities and permissive licensing. Install it if you use aiobotocore's BedrockRuntime service and want IDE autocomplete and static type checking—it adds no runtime overhead and integrates transparently with standard Python tooling. ## Install pip install types-aiobotocore-bedrock-runtime uv add types-aiobotocore-bedrock-runtime poetry add types-aiobotocore-bedrock-runtime ## Installing types-aiobotocore-bedrock-runtime Before you install: Low install friction with a single lightweight dependency (typing-extensions). Actively maintained as of 2026-08-02, with recent commits and a stable repository. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and proprietary projects. Quickstart: pip install types-aiobotocore-bedrock-runtime from aiobotocore.session import get_session from types_aiobotocore_bedrock_runtime import BedrockRuntimeClient session = get_session() async with session.create_client("bedrock-runtime") as client: client: BedrockRuntimeClient Requires aiobotocore 3.9.0 and Python 3.9 or later; intended for use alongside the actual aiobotocore package, not as a standalone library. Verify before relying: - Whether PyCharm performance issues mentioned in the description (issue PY-40997) have been resolved or remain a concern for current users. - Whether the lite variant (types-aiobotocore-lite) offers meaningful performance improvements over the full package in typical development workflows. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 988.4K/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags aiobotocore type stubs, bedrock runtime type annotations, aws async client typing, mypy boto3 stubs, ide autocomplete aws bedrock, pyright type hints aiobotocore, static type checking boto3, type-stubs, aws-sdk, async-client [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-bedrock-runtime) · [View on PyPI](https://pypi.org/project/types-aiobotocore-bedrock-runtime/)