Updates an existing Amazon Bedrock AgentCore Runtime endpoint
Source:R/bedrockagentcorecontrol_operations.R
bedrockagentcorecontrol_update_agent_runtime_endpoint.RdUpdates an existing Amazon Bedrock AgentCore Runtime endpoint.
See https://www.paws-r-sdk.com/docs/bedrockagentcorecontrol_update_agent_runtime_endpoint/ for full documentation.
Usage
bedrockagentcorecontrol_update_agent_runtime_endpoint(
agentRuntimeId,
endpointName,
agentRuntimeVersion = NULL,
description = NULL,
clientToken = NULL
)Arguments
- agentRuntimeId
[required] The unique identifier of the AgentCore Runtime associated with the endpoint.
- endpointName
[required] The name of the AgentCore Runtime endpoint to update.
- agentRuntimeVersion
The updated version of the AgentCore Runtime for the endpoint.
- description
The updated description of the AgentCore Runtime endpoint.
- clientToken
A unique, case-sensitive identifier to ensure idempotency of the request.