--- id: types-boto3-bedrock-agent version: "1.43.34" license: MIT license_treatment: permissive maintenance: active --- # types-boto3-bedrock-agent — Type annotations for boto3 AgentsforBedrock 1.43.34 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 192.8K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's AWS Bedrock Agents service. It is generated automatically from boto3 1.43.34 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode, PyCharm, Emacs, Sublime Text, and other IDEs that support Python type checking. When installed, it enables full IDE autocomplete and type-checking for Bedrock Agents client calls without requiring explicit type annotations in your code. The package is a pure-Python stub-only library with minimal dependencies—only typing-extensions at runtime. It is designed to be a development-time aid that can be safely excluded from production environments using TYPE_CHECKING guards. The library is actively maintained, supports Python 3.9 through 3.14, and carries an MIT license, making it safe to use in any project. Use it for: - Enable IDE autocomplete and type hints when writing boto3 Bedrock Agents code in VSCode or PyCharm. - Catch type errors in boto3 Bedrock Agents calls during development using mypy or pyright before runtime. - Provide explicit type annotations for Bedrock Agents client, paginators, and service resources in a large codebase. - Use in a CI/CD pipeline to enforce type safety on AWS SDK calls without modifying application code. - Reduce debugging time by catching incorrect Bedrock Agents API parameters at type-check time rather than runtime. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete for boto3's AWS Bedrock Agents service, enabling static type checking with mypy, pyright, and other tools. Yes. If you use boto3 with Bedrock Agents and want IDE autocomplete or static type checking, this package is a straightforward, low-friction addition. It has no known vulnerabilities, is actively maintained, and carries a permissive MIT license. Install it as a development dependency and optionally guard it with TYPE_CHECKING to keep it out of production. ## Install pip install types-boto3-bedrock-agent uv add types-boto3-bedrock-agent poetry add types-boto3-bedrock-agent ## Installing types-boto3-bedrock-agent Before you install: Low friction—a single pure-Python wheel with only typing-extensions as a runtime dependency. Actively maintained with a recent release and no known vulnerabilities. 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-agent from boto3.session import Session from types_boto3_bedrock_agent import AgentsforBedrockClient client: AgentsforBedrockClient = Session().client("bedrock-agent") # Type checking and IDE autocomplete now work Requires Python 3.9 or later; boto3 must be installed separately to use the client. Verify before relying: - Whether PyCharm performance issues mentioned in the docs (issue PY-40997) have been resolved since the package's last update. - Whether the lite variant (types-boto3-lite) offers meaningful performance benefits for large projects. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 192.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs bedrock agents, aws bedrock agent type hints, mypy boto3 bedrock annotations, pyright boto3 type checking, ide autocomplete boto3 bedrock, boto3 stubs type safety, bedrock agents type annotations, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/types-boto3-bedrock-agent) · [View on PyPI](https://pypi.org/project/types-boto3-bedrock-agent/)