Type stubs for boto3 TransformAgenticService client
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_builder_types_aws_transform-1.0.0.tar.gz.
File metadata
- Download URL: agent_builder_types_aws_transform-1.0.0.tar.gz
- Upload date:
- Size: 33.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2340afed058f21bebaa841f9af650aec5b13c1705b7cc26586eff3b7a8491512
|
|
| MD5 |
3efb4fdaa8fffc491929b064c6427a70
|
|
| BLAKE2b-256 |
1cdf8a707950a919ee52f7fc3651aef7a92e78221a8187180a18c4b42facf4de
|
File details
Details for the file agent_builder_types_aws_transform-1.0.0-py3-none-any.whl.
File metadata
- Download URL: agent_builder_types_aws_transform-1.0.0-py3-none-any.whl
- Upload date:
- Size: 43.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49045ae462a007bf8a20b087001c42e63eb0f83ea643ffa8aade7c13b360d079
|
|
| MD5 |
837c1531520163e7ab7983530122de9c
|
|
| BLAKE2b-256 |
dc3376692e6279973782b869e6167945f021a034f344394d5924c68ee32d2956
|