BedrockAgentCoreControlPlaneFrontingLayer / Client / get_agent_runtime_endpoint
get_agent_runtime_endpoint¶
- BedrockAgentCoreControlPlaneFrontingLayer.Client.get_agent_runtime_endpoint(**kwargs)¶
Gets information about an Amazon Secure AgentEndpoint.
See also: AWS API Documentation
Request Syntax
response = client.get_agent_runtime_endpoint( agentRuntimeId='string', endpointName='string' )
- Parameters:
agentRuntimeId (string) –
[REQUIRED]
The unique identifier of the agent runtime associated with the endpoint.
endpointName (string) –
[REQUIRED]
The name of the agent runtime endpoint to retrieve.
- Return type:
dict
- Returns:
Response Syntax
{ 'liveVersion': 'string', 'targetVersion': 'string', 'agentRuntimeEndpointArn': 'string', 'agentRuntimeArn': 'string', 'description': 'string', 'status': 'CREATING'|'CREATE_FAILED'|'UPDATING'|'UPDATE_FAILED'|'READY'|'DELETING', 'createdAt': datetime(2015, 1, 1), 'lastUpdatedAt': datetime(2015, 1, 1), 'failureReason': 'string', 'name': 'string', 'id': 'string' }
Response Structure
(dict) –
liveVersion (string) –
The currently deployed version of the agent runtime on the endpoint.
targetVersion (string) –
The target version of the agent runtime for the endpoint.
agentRuntimeEndpointArn (string) –
The Amazon Resource Name (ARN) of the agent runtime endpoint.
agentRuntimeArn (string) –
The Amazon Resource Name (ARN) of the agent runtime.
description (string) –
The description of the agent runtime endpoint.
status (string) –
The current status of the agent runtime endpoint.
createdAt (datetime) –
The timestamp when the agent runtime endpoint was created.
lastUpdatedAt (datetime) –
The timestamp when the agent runtime endpoint was last updated.
failureReason (string) –
The reason for failure if the agent runtime endpoint is in a failed state.
name (string) –
The name of the agent runtime endpoint.
id (string) –
The unique identifier of the agent runtime endpoint.
Exceptions
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.AccessDeniedException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ValidationException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ResourceNotFoundException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ThrottlingException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.InternalServerException