BedrockAgentCoreControl¶
Client¶
- class BedrockAgentCoreControl.Client¶
A low-level client representing Amazon Bedrock AgentCore Control
Welcome to the Amazon Bedrock AgentCore Control plane API reference. Control plane actions configure, create, modify, and monitor Amazon Web Services resources.
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_evaluator
- create_gateway
- create_gateway_target
- create_memory
- create_oauth2_credential_provider
- create_online_evaluation_config
- create_policy
- create_policy_engine
- create_workload_identity
- delete_agent_runtime
- delete_agent_runtime_endpoint
- delete_api_key_credential_provider
- delete_browser
- delete_code_interpreter
- delete_evaluator
- delete_gateway
- delete_gateway_target
- delete_memory
- delete_oauth2_credential_provider
- delete_online_evaluation_config
- delete_policy
- delete_policy_engine
- delete_resource_policy
- delete_workload_identity
- get_agent_runtime
- get_agent_runtime_endpoint
- get_api_key_credential_provider
- get_browser
- get_code_interpreter
- get_evaluator
- get_gateway
- get_gateway_target
- get_memory
- get_oauth2_credential_provider
- get_online_evaluation_config
- get_paginator
- get_policy
- get_policy_engine
- get_policy_generation
- get_resource_policy
- 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_evaluators
- list_gateway_targets
- list_gateways
- list_memories
- list_oauth2_credential_providers
- list_online_evaluation_configs
- list_policies
- list_policy_engines
- list_policy_generation_assets
- list_policy_generations
- list_tags_for_resource
- list_workload_identities
- put_resource_policy
- set_token_vault_cmk
- start_policy_generation
- synchronize_gateway_targets
- tag_resource
- untag_resource
- update_agent_runtime
- update_agent_runtime_endpoint
- update_api_key_credential_provider
- update_evaluator
- update_gateway
- update_gateway_target
- update_memory
- update_oauth2_credential_provider
- update_online_evaluation_config
- update_policy
- update_policy_engine
- 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:
- ListAgentRuntimeEndpoints
- ListAgentRuntimeVersions
- ListAgentRuntimes
- ListApiKeyCredentialProviders
- ListBrowsers
- ListCodeInterpreters
- ListEvaluators
- ListGatewayTargets
- ListGateways
- ListMemories
- ListOauth2CredentialProviders
- ListOnlineEvaluationConfigs
- ListPolicies
- ListPolicyEngines
- ListPolicyGenerationAssets
- ListPolicyGenerations
- ListWorkloadIdentities
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: