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

types-aiobotocore-bedrock-agentcore

JSON →
library3.7.0pypypiunverified

Type annotations for aiobotocore BedrockAgentCore service (v3.5.0), generated with mypy-boto3-builder 8.12.0. This package provides static type checking support for code using the Bedrock Agent Core client from aiobotocore. It is part of the types-aiobotocore ecosystem and requires Python >=3.9. Releases follow aiobotocore service version updates.

pip install types-aiobotocore-bedrock-agentcore
INSTALL
IMPORT
SIG · TYPES-AIOBOTOCORE-
T
types-aiobotocore-bedrock-agentcore
type-stubspythonv3.7.0
Install
1.7s avg
Import
—
Disk
17MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.9–3.13
musl
3.9–3.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.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 18.6MB
glibc
py 3.10–3.95 runs
installs and imports cleanly · install 1.7s · import 0.000s · 19MB
17MB installed
● package 17MB
Code
Verified usage

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

Client
✓ from types_aiobotocore_bedrock_agentcore import Client
✗ from types_aiobotocore_bedrock_agentcore import client
type_defs
✓ from types_aiobotocore_bedrock_agentcore.type_defs import ...
✗ from types_aiobotocore_bedrock_agentcore import type_defs
ServiceResource
✓ from types_aiobotocore_bedrock_agentcore import ServiceResource

Create a Bedrock Agent Core client and verify the type annotation is applied.

import asyncio from aiobotocore.session import get_session from types_aiobotocore_bedrock_agentcore import BedrockAgentCoreClient async def main(): session = get_session() async with session.create_client('bedrock-agent-core', region_name='us-east-1') as client: # client is of type BedrockAgentCoreClient print(type(client).__name__) asyncio.run(main())
Debug
Known issues
breakingVersion 3.5.0 drops Python 3.8 support (requires >=3.9). If your project is on Python 3.8, pin to an older version (e.g., types-aiobotocore-bedrock-agentcore<3.5.0).
fix
Upgrade Python to 3.9+ or pin dependency to <3.5.0.
affects: >=3.5.0
deprecatedOld import paths like 'types_aiobotocore_bedrock_agentcore.client' may change in future releases. Use 'from types_aiobotocore_bedrock_agentcore import BedrockAgentCoreClient' for the client type.
fix
Always import the client type directly from the top-level module as shown in the quickstart.
affects: All
gotchaThe package only provides type stubs; it does not contain runtime implementations. Attempting to instantiate classes directly (e.g., BedrockAgentCoreClient(...)) will fail at runtime.
fix
Use aiobotocore's session.create_client('bedrock-agent-core') to get the client, then leverage the type stubs for static analysis.
affects: All
Upgrade
Version history
3.7.0latest on PyPI · released May 10, 2026
Audit
Dependencies
aiobotocorerequiredRuntime dependency for the Bedrock Agent Core client; types are generated for aiobotocore.
typing-extensionsoptionalRequired for Python <3.10 to support newer typing constructs used in stubs.
Agent activity
48 hits · last 30 days
node
43
OpenAI (training)
1
Resources
types-aiobotocore-bedrock-agentcore — pip install types-aiobotocore-bedrock-agentcore · libregistry