View Source AWS.BedrockAgentCoreControl (aws-elixir v1.0.10)
Welcome to the Amazon Bedrock AgentCore Control plane API reference.
Control plane actions configure, create, modify, and monitor Amazon Web Services resources.
Link to this section Summary
Functions
Creates an Amazon Bedrock AgentCore Runtime.
Creates an AgentCore Runtime endpoint.
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 Amazon Bedrock AgentCore Memory resource.
Creates a new OAuth2 credential provider.
Creates a new workload identity.
Deletes an Amazon Bedrock AgentCore Runtime.
Deletes an AAgentCore Runtime endpoint.
Deletes an API key credential provider.
Deletes a custom browser.
Deletes a custom code interpreter.
Deletes a gateway.
Deletes a gateway target.
Deletes an Amazon Bedrock AgentCore Memory resource.
Deletes an OAuth2 credential provider.
Deletes a workload identity.
Gets an Amazon Bedrock AgentCore Runtime.
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 Amazon Bedrock AgentCore Memory resource.
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 available Amazon Bedrock AgentCore Memory resources in the current Amazon Web Services Region.
Lists all OAuth2 credential providers in your account.
Lists the tags associated with the specified resource.
Lists all workload identities in your account.
Sets the customer master key (CMK) for a token vault.
The gateway targets.
Associates the specified tags to a resource with the specified resourceArn.
Removes the specified tags from the specified resource.
Updates an existing Amazon Secure Agent.
Updates an existing Amazon Bedrock AgentCore Runtime endpoint.
Updates an existing API key credential provider.
Updates an existing gateway.
Updates an existing gateway target.
Update an Amazon Bedrock AgentCore Memory resource memory.
Updates an existing OAuth2 credential provider.
Updates an existing workload identity.
Link to this section Functions
Creates an Amazon Bedrock AgentCore Runtime.
create_agent_runtime_endpoint(client, agent_runtime_id, input, options \\ [])
View SourceCreates an AgentCore Runtime endpoint.
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.
If you specify CUSTOM_JWT as the authorizerType, you must provide an
authorizerConfiguration.
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.
Creates a new Amazon Bedrock AgentCore Memory resource.
Creates a new OAuth2 credential provider.
Creates a new workload identity.
delete_agent_runtime(client, agent_runtime_id, input, options \\ [])
View SourceDeletes an Amazon Bedrock AgentCore Runtime.
delete_agent_runtime_endpoint(client, agent_runtime_id, endpoint_name, input, options \\ [])
View SourceDeletes an AAgentCore Runtime endpoint.
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 an Amazon Bedrock AgentCore Memory resource.
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 Bedrock AgentCore Runtime.
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 Amazon Bedrock AgentCore Memory resource.
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 available Amazon Bedrock AgentCore Memory resources in the current Amazon Web Services Region.
Lists all OAuth2 credential providers in your account.
Lists the tags associated with the specified resource.
This feature is currently available only for AgentCore Runtime, Browser, Code Interpreter tool, and Gateway.
Lists all workload identities in your account.
Sets the customer master key (CMK) for a token vault.
synchronize_gateway_targets(client, gateway_identifier, input, options \\ [])
View SourceThe gateway targets.
Associates the specified tags to a resource with the specified resourceArn.
If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are also deleted.
This feature is currently available only for AgentCore Runtime, Browser, Code Interpreter tool, and Gateway.
Removes the specified tags from the specified resource.
This feature is currently available only for AgentCore Runtime, Browser, Code Interpreter tool, and Gateway.
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 Bedrock AgentCore Runtime endpoint.
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 an Amazon Bedrock AgentCore Memory resource memory.
Updates an existing OAuth2 credential provider.
Updates an existing workload identity.