View Source AWS.BedrockAgentCoreControl (aws-elixir v1.0.9)
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.
Link to this section Summary
Functions
Creates an Amazon Secure Agent.
Creates an Amazon Secure AgentEndpoint.
Creates a new API key credential provider.
Creates a custom browser.
Creates a custom code interpreter.
Creates a gateway for Amazon Bedrock Agent.
Creates a target for a gateway.
Creates a new memory.
Creates a new OAuth2 credential provider.
Creates a new workload identity.
Deletes an Amazon Secure Agent.
Deletes an Amazon Secure AgentEndpoint.
Deletes an API key credential provider.
Deletes a custom browser.
Deletes a custom code interpreter.
Deletes a Gateway.
Deletes a Gateway Target.
Deletes a memory.
Deletes an OAuth2 credential provider.
Deletes a workload identity.
Gets an Amazon Secure Agent.
Gets information about an Amazon Secure AgentEndpoint.
Retrieves information about an API key credential provider.
Gets information about a custom browser.
Gets information about a custom code interpreter.
Retrieves information about a specific Gateway.
Retrieves information about a specific Gateway Target.
Retrieve an existing memory.
Retrieves information about an OAuth2 credential provider.
Retrieves information about a token vault.
Retrieves information about a workload identity.
Lists all endpoints for a specific Amazon Secure Agent.
Lists all versions of a specific Amazon Secure Agent.
Lists all Amazon Secure Agents in your account.
Lists all API key credential providers in your account.
Lists all custom browsers in your account.
Lists all custom code interpreters in your account.
Lists all targets for a specific Gateway.
Lists all Gateways in the account.
Lists the memory present.
Lists all OAuth2 credential providers in your account.
Lists all workload identities in your account.
Sets the customer master key (CMK) for a token vault.
Updates an existing Amazon Secure Agent.
Updates an existing Amazon Secure AgentEndpoint.
Updates an existing API key credential provider.
Updates an existing Gateway.
Updates an existing Gateway Target.
Update memory.
Updates an existing OAuth2 credential provider.
Updates an existing workload identity.
Link to this section Functions
Creates an Amazon Secure Agent.
create_agent_runtime_endpoint(client, agent_runtime_id, input, options \\ [])
View SourceCreates an Amazon Secure AgentEndpoint.
Creates a new API key credential provider.
Creates a custom browser.
Creates a custom code interpreter.
Creates a gateway for Amazon Bedrock Agent.
A gateway serves as an integration point between your agent and external services.
To create a gateway, you must specify a name, protocol type, and IAM role. The role grants the gateway permission to access Amazon Web Services services and resources.
create_gateway_target(client, gateway_identifier, input, options \\ [])
View SourceCreates a target for a gateway.
A target defines an endpoint that the gateway can connect to.
To create a target, you must specify the gateway identifier and target configuration.
Creates a new memory.
Creates a new OAuth2 credential provider.
Creates a new workload identity.
delete_agent_runtime(client, agent_runtime_id, input, options \\ [])
View SourceDeletes an Amazon Secure Agent.
delete_agent_runtime_endpoint(client, agent_runtime_id, endpoint_name, input, options \\ [])
View SourceDeletes an Amazon Secure AgentEndpoint.
Deletes an API key credential provider.
Deletes a custom browser.
delete_code_interpreter(client, code_interpreter_id, input, options \\ [])
View SourceDeletes a custom code interpreter.
Deletes a Gateway.
delete_gateway_target(client, gateway_identifier, target_id, input, options \\ [])
View SourceDeletes a Gateway Target.
Deletes a memory.
Deletes an OAuth2 credential provider.
Deletes a workload identity.
get_agent_runtime(client, agent_runtime_id, agent_runtime_version \\ nil, options \\ [])
View SourceGets an Amazon Secure Agent.
get_agent_runtime_endpoint(client, agent_runtime_id, endpoint_name, options \\ [])
View SourceGets information about an Amazon Secure AgentEndpoint.
Retrieves information about an API key credential provider.
Gets information about a custom browser.
Gets information about a custom code interpreter.
Retrieves information about a specific Gateway.
get_gateway_target(client, gateway_identifier, target_id, options \\ [])
View SourceRetrieves information about a specific Gateway Target.
Retrieve an existing memory.
Retrieves information about an OAuth2 credential provider.
Retrieves information about a token vault.
Retrieves information about a workload identity.
list_agent_runtime_endpoints(client, agent_runtime_id, input, options \\ [])
View SourceLists all endpoints for a specific Amazon Secure Agent.
list_agent_runtime_versions(client, agent_runtime_id, input, options \\ [])
View SourceLists all versions of a specific Amazon Secure Agent.
Lists all Amazon Secure Agents in your account.
Lists all API key credential providers in your account.
Lists all custom browsers in your account.
Lists all custom code interpreters in your account.
list_gateway_targets(client, gateway_identifier, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists all targets for a specific Gateway.
list_gateways(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists all Gateways in the account.
Lists the memory present.
Lists all OAuth2 credential providers in your account.
Lists all workload identities in your account.
Sets the customer master key (CMK) for a token vault.
update_agent_runtime(client, agent_runtime_id, input, options \\ [])
View SourceUpdates an existing Amazon Secure Agent.
update_agent_runtime_endpoint(client, agent_runtime_id, endpoint_name, input, options \\ [])
View SourceUpdates an existing Amazon Secure AgentEndpoint.
Updates an existing API key credential provider.
Updates an existing Gateway.
update_gateway_target(client, gateway_identifier, target_id, input, options \\ [])
View SourceUpdates an existing Gateway Target.
Update memory.
Updates an existing OAuth2 credential provider.
Updates an existing workload identity.