BedrockAgentCoreControlPlaneFrontingLayer¶
Client¶
- class BedrockAgentCoreControlPlaneFrontingLayer.Client¶
A low-level client representing Amazon Bedrock Agent Core Control Plane Fronting Layer
Note
Amazon Bedrock AgentCore is in preview release and is subject to change.
Amazon Bedrock Agent Core Control is a service that enables you to manage memory resources for your Amazon Bedrock agents.
Use this API to create, retrieve, update, and delete memory resources and their associated memory strategies. Memory resources enable your agents to store and retrieve information from conversations and interactions.
client = session.create_client('bedrock-agentcore-control')
These are the available methods:
- can_paginate
- close
- create_agent_runtime
- create_agent_runtime_endpoint
- create_api_key_credential_provider
- create_browser
- create_code_interpreter
- create_gateway
- create_gateway_target
- create_memory
- create_oauth2_credential_provider
- create_workload_identity
- delete_agent_runtime
- delete_agent_runtime_endpoint
- delete_api_key_credential_provider
- delete_browser
- delete_code_interpreter
- delete_gateway
- delete_gateway_target
- delete_memory
- delete_oauth2_credential_provider
- delete_workload_identity
- get_agent_runtime
- get_agent_runtime_endpoint
- get_api_key_credential_provider
- get_browser
- get_code_interpreter
- get_gateway
- get_gateway_target
- get_memory
- get_oauth2_credential_provider
- get_paginator
- get_token_vault
- get_waiter
- get_workload_identity
- list_agent_runtime_endpoints
- list_agent_runtime_versions
- list_agent_runtimes
- list_api_key_credential_providers
- list_browsers
- list_code_interpreters
- list_gateway_targets
- list_gateways
- list_memories
- list_oauth2_credential_providers
- list_workload_identities
- set_token_vault_cmk
- update_agent_runtime
- update_agent_runtime_endpoint
- update_api_key_credential_provider
- update_gateway
- update_gateway_target
- update_memory
- update_oauth2_credential_provider
- update_workload_identity
Client Exceptions¶
Client exceptions are available on a client instance via the exceptions
property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are:
- AccessDeniedException
- ConcurrentModificationException
- ConflictException
- DecryptionFailure
- EncryptionFailure
- InternalServerException
- ResourceLimitExceededException
- ResourceNotFoundException
- ServiceException
- ServiceQuotaExceededException
- ThrottledException
- ThrottlingException
- UnauthorizedException
- ValidationException
Paginators¶
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are:
Waiters¶
Waiters are available on a client instance via the get_waiter
method. For more detailed instructions and examples on the usage or waiters, see the waiters user guide.
The available waiters are: