--- id: types-aiobotocore-bedrock-agentcore version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-bedrock-agentcore — Type annotations for aiobotocore BedrockAgentCore 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 274.7K/mo ## What it is and what it does This package is a type-stub library that adds static type information to aiobotocore's BedrockAgentCore 3.9.0 service. It enables IDEs like VSCode, PyCharm, Emacs, and Sublime Text to provide accurate code completion and type checking for async AWS SDK calls, and works with standalone type checkers like mypy and pyright. The stubs are generated with mypy-boto3-builder 8.12.0, so they stay synchronized with the underlying API. You install it alongside aiobotocore and your type checker, then write your async AWS code normally—the types are picked up automatically by your IDE or linter. The package supports Python 3.9 through 3.14 and has a single lightweight runtime dependency on typing-extensions. Use it for: - Enable IDE autocomplete and type hints when writing async code against AWS BedrockAgentCore in VSCode or PyCharm. - Catch type errors in aiobotocore calls at development time using mypy or pyright before runtime. - Provide accurate parameter and return type information for BedrockAgentCore client methods, paginators, and waiters. - Use in a TYPE_CHECKING block to get types during development without adding a production dependency. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for aiobotocore's BedrockAgentCore 3.9.0 service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use aiobotocore with BedrockAgentCore and want IDE support or static type checking. Install friction is minimal, maintenance is active, and the MIT license has no restrictions. The only caveat is PyCharm users may experience performance issues with Literal overloads. ## Install pip install types-aiobotocore-bedrock-agentcore uv add types-aiobotocore-bedrock-agentcore poetry add types-aiobotocore-bedrock-agentcore ## Installing types-aiobotocore-bedrock-agentcore Before you install: Low friction install with a single lightweight runtime dependency (typing-extensions). Active maintenance—last release 12 days ago with recent commits and 670 repository stars. License in practice: MIT license permits use in both open-source and proprietary projects with minimal restrictions. Quickstart: pip install types-aiobotocore-bedrock-agentcore from aiobotocore.session import get_session from types_aiobotocore_bedrock_agentcore import BedrockAgentCoreClient session = get_session() async with session.create_client("bedrock-agentcore") as client: client: BedrockAgentCoreClient Requires aiobotocore 3.9.0 to be installed separately; type checking requires a compatible tool like mypy or pyright. Verify before relying: - Performance impact in PyCharm with Literal overloads and whether the lite variant is necessary for your codebase. - Compatibility with versions of aiobotocore outside the 3.9.0 line. - Whether explicit type annotations are required or automatically picked up by your IDE. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 274.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags type stubs for aws sdk, bedrock agentcore type annotations, boto type hints, mypy type stubs, ide autocomplete aws, static type checking async, pyright aws types, type-stubs, aws-sdk, async [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-bedrock-agentcore) · [View on PyPI](https://pypi.org/project/types-aiobotocore-bedrock-agentcore/)