Skip to content

AgentsforBedrock module#

Index > AgentsforBedrock

Auto-generated documentation for AgentsforBedrock type annotations stubs module types-aiobotocore-bedrock-agent.

How to install#

From PyPI with pip#

Install types-aioboto3 for AgentsforBedrock service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[bedrock-agent]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aioboto3-lite[bedrock-agent]'


# standalone installation
python -m pip install types-aiobotocore-bedrock-agent

How to uninstall#

python -m pip uninstall -y types-aiobotocore-bedrock-agent

Usage#

Code samples can be found in Examples.

AgentsforBedrockClient#

Type annotations and code completion for session.client("bedrock-agent") as AgentsforBedrockClient boto3 documentation

# AgentsforBedrockClient usage example

from aioboto3.session import Session

from types_aiobotocore_bedrock_agent.client import AgentsforBedrockClient


session = Session()
async with session.client("bedrock-agent") as client:
    client: AgentsforBedrockClient

Paginators#

Type annotations and code completion for paginators from session.client("bedrock-agent").get_paginator("...").

# ListAgentActionGroupsPaginator usage example

from types_aiobotocore_bedrock_agent.paginator import ListAgentActionGroupsPaginator

def get_list_agent_action_groups_paginator() -> ListAgentActionGroupsPaginator:
    return client.get_paginator("list_agent_action_groups"))

Literals#

Type annotations for literals used in methods and schema.

# ActionGroupSignatureType usage example

from types_aiobotocore_bedrock_agent.literals import ActionGroupSignatureType

def get_value() -> ActionGroupSignatureType:
    return "AMAZON.UserInput"

Type definitions#

Type annotations for type definitions used in methods and schema.