Registry / type-stubs / types-aiobotocore-bedrock-agent

types-aiobotocore-bedrock-agent

JSON →
library3.7.0pypypiunverified

Type annotations for aiobotocore Agents for Bedrock service, auto-generated by mypy-boto3-builder. Version 3.5.0 requires Python >= 3.9. This package provides static type hints for the bedrock-agent client of aiobotocore, enabling type checking and IDE autocompletion.

pip install types-aiobotocore[bedrock-agent]
INSTALL
IMPORT
SIG · TYPES-AIOBOTOCORE-
T
types-aiobotocore-bedrock-agent
type-stubspythonv3.7.0
Install
3.2s avg
Import
Disk
18MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v3.7.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.910 runs
installs and imports cleanly · install 0.0s · import 0.000s · 20.1MB
glibc
py 3.103.910 runs
installs and imports cleanly · install 3.2s · import 0.000s · 21MB
18MB installed
● package 18MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BedrockAgentClient
from aiobotocore_stubs.bedrock_agent import BedrockAgentClient
from types_aiobotocore_bedrock_agent import BedrockAgentClient

Basic async client usage with type annotations

import os from types_aiobotocore_bedrock_agent import BedrockAgentClient from aiobotocore.session import get_session async def main(): session = get_session() async with session.create_client('bedrock-agent', region_name='us-east-1') as client: # client is type-annotated response = await client.list_agents() print(response) if __name__ == '__main__': import asyncio asyncio.run(main())
Debug
Known issues
breakingThe generated package version number is separate from aiobotocore/boto3. Ensure you install the version matching your aiobotocore version.
fix
Check the version table in the GitHub README or use the service extra (types-aiobotocore[bedrock-agent]) to get compatible versions.
affects: all
deprecatedPython 3.8 support removed since mypy_boto3_builder 8.12.0. If you still use Python 3.8, pin to an older version (<=8.11.0).
fix
Upgrade to Python >=3.9 or use types-aiobotocore-bedrock-agent <=3.4.0 (if available).
affects: >=8.12.0
gotchaThe types package is auto-generated; some type definitions may be incomplete or contain issues. Report problems to the mypy_boto3_builder repo.
fix
If you encounter a missing or incorrect type, open an issue at https://github.com/youtype/mypy_boto3_builder
affects: all
Upgrade
Version history
3.7.0latest on PyPI · released May 10, 2026
Audit
Dependencies
aiobotocorerequiredRuntime dependency for the underlying async AWS SDK client
typing-extensionsoptionalRequired for Python <3.11 for TypedDict and Literal support
Agent activity
38 hits · last 30 days
node
34
OpenAI (training)
2
Resources
types-aiobotocore-bedrock-agent — pip install types-aiobotocore-bedrock-agent · libregistry