Agent Builder Types
Type annotations (PEP 561 stubs) for the boto3 client of the AWS Transform Agentic service.
Install this alongside boto3 and your type checker (mypy, pyright, Pylance) and IDE will give you full autocomplete and type checking on calls to the AWS Transform Agentic service client — method signatures, request/response shapes, and paginators.
Installation
pip install agent-builder-types-aws-transform
Usage
No import or code change required. Once installed, your type checker picks up the stubs automatically:
import boto3
# Your IDE now knows the full shape of this client.
client = boto3.client("elasticgumbyagenticservice")
# Autocomplete works on method names and arguments.
response = client.list_agents(...)
For explicit annotations, you can import type defs directly:
from agent_builder_types import TransformAgenticServiceClient
from agent_builder_types.type_defs import GetAgentInstanceResponseTypeDef
client: TransformAgenticServiceClient = boto3.client("elasticgumbyagenticservice")
response: GetAgentInstanceResponseTypeDef = client.get_agent_instance(...)
Requirements
- Python 3.11+
boto3 >= 1.28
License
Apache-2.0. See LICENSE and THIRD-PARTY-NOTICES.txt.
Release files for agent-builder-types-aws-transform 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agent_builder_types_aws_transform-1.0.0.tar.gz | 33.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agent_builder_types_aws_transform-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 77.1 kB
Release files / agent_builder_types_aws_transform-1.0.0.tar.gz
| Download URL | agent_builder_types_aws_transform-1.0.0.tar.gz |
|---|---|
| Size | 33.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2340afed058f21bebaa841f9af650aec5b13c1705b7cc26586eff3b7a8491512
|
|
BLAKE2b-256 checksum How to use checksums |
1cdf8a707950a919ee52f7fc3651aef7a92e78221a8187180a18c4b42facf4de
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.11
|
Release files / agent_builder_types_aws_transform-1.0.0-py3-none-any.whl
| Download URL | agent_builder_types_aws_transform-1.0.0-py3-none-any.whl |
|---|---|
| Size | 43.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
49045ae462a007bf8a20b087001c42e63eb0f83ea643ffa8aade7c13b360d079
|
|
BLAKE2b-256 checksum How to use checksums |
dc3376692e6279973782b869e6167945f021a034f344394d5924c68ee32d2956
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.11
|