update_agent_runtime_endpoint¶
Operation¶
update_agent_runtime_endpoint
async
¶
update_agent_runtime_endpoint(input: UpdateAgentRuntimeEndpointInput, plugins: list[Plugin] | None = None) -> UpdateAgentRuntimeEndpointOutput
Updates an existing Amazon Bedrock AgentCore Runtime endpoint.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
UpdateAgentRuntimeEndpointInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
UpdateAgentRuntimeEndpointOutput
|
An instance of |
Input¶
UpdateAgentRuntimeEndpointInput
dataclass
¶
Dataclass for UpdateAgentRuntimeEndpointInput structure.
Attributes¶
agent_runtime_id
class-attribute
instance-attribute
¶
agent_runtime_id: str | None = None
The unique identifier of the AgentCore Runtime associated with the endpoint.
agent_runtime_version
class-attribute
instance-attribute
¶
agent_runtime_version: str | None = None
The updated version of the AgentCore Runtime for the endpoint.
client_token
class-attribute
instance-attribute
¶
client_token: str | None = None
A unique, case-sensitive identifier to ensure idempotency of the request.
description
class-attribute
instance-attribute
¶
description: str | None = None
The updated description of the AgentCore Runtime endpoint.
endpoint_name
class-attribute
instance-attribute
¶
endpoint_name: str | None = field(repr=False, default=None)
The name of the AgentCore Runtime endpoint to update.
Output¶
UpdateAgentRuntimeEndpointOutput
dataclass
¶
Dataclass for UpdateAgentRuntimeEndpointOutput structure.
Attributes¶
agent_runtime_arn
instance-attribute
¶
agent_runtime_arn: str
The Amazon Resource Name (ARN) of the AgentCore Runtime.
agent_runtime_endpoint_arn
instance-attribute
¶
agent_runtime_endpoint_arn: str
The Amazon Resource Name (ARN) of the AgentCore Runtime endpoint.
created_at
instance-attribute
¶
created_at: datetime
The timestamp when the AgentCore Runtime endpoint was created.
last_updated_at
instance-attribute
¶
last_updated_at: datetime
The timestamp when the AgentCore Runtime endpoint was last updated.
live_version
class-attribute
instance-attribute
¶
live_version: str | None = None
The currently deployed version of the AgentCore Runtime on the endpoint.
status
instance-attribute
¶
status: AgentRuntimeEndpointStatus
The current status of the updated AgentCore Runtime endpoint.
target_version
class-attribute
instance-attribute
¶
target_version: str | None = None
The target version of the AgentCore Runtime for the endpoint.