// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetAgentRuntimeEndpoint`](crate::operation::get_agent_runtime_endpoint::builders::GetAgentRuntimeEndpointFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`agent_runtime_id(impl Into<String>)`](crate::operation::get_agent_runtime_endpoint::builders::GetAgentRuntimeEndpointFluentBuilder::agent_runtime_id) / [`set_agent_runtime_id(Option<String>)`](crate::operation::get_agent_runtime_endpoint::builders::GetAgentRuntimeEndpointFluentBuilder::set_agent_runtime_id):<br>required: **true**<br><p>The unique identifier of the AgentCore Runtime associated with the endpoint.</p><br>
/// - [`endpoint_name(impl Into<String>)`](crate::operation::get_agent_runtime_endpoint::builders::GetAgentRuntimeEndpointFluentBuilder::endpoint_name) / [`set_endpoint_name(Option<String>)`](crate::operation::get_agent_runtime_endpoint::builders::GetAgentRuntimeEndpointFluentBuilder::set_endpoint_name):<br>required: **true**<br><p>The name of the AgentCore Runtime endpoint to retrieve.</p><br>
/// - On success, responds with [`GetAgentRuntimeEndpointOutput`](crate::operation::get_agent_runtime_endpoint::GetAgentRuntimeEndpointOutput) with field(s):
/// - [`live_version(Option<String>)`](crate::operation::get_agent_runtime_endpoint::GetAgentRuntimeEndpointOutput::live_version): <p>The currently deployed version of the AgentCore Runtime on the endpoint.</p>
/// - [`target_version(Option<String>)`](crate::operation::get_agent_runtime_endpoint::GetAgentRuntimeEndpointOutput::target_version): <p>The target version of the AgentCore Runtime for the endpoint.</p>
/// - [`agent_runtime_endpoint_arn(String)`](crate::operation::get_agent_runtime_endpoint::GetAgentRuntimeEndpointOutput::agent_runtime_endpoint_arn): <p>The Amazon Resource Name (ARN) of the AgentCore Runtime endpoint.</p>
/// - [`agent_runtime_arn(String)`](crate::operation::get_agent_runtime_endpoint::GetAgentRuntimeEndpointOutput::agent_runtime_arn): <p>The Amazon Resource Name (ARN) of the AgentCore Runtime.</p>
/// - [`description(Option<String>)`](crate::operation::get_agent_runtime_endpoint::GetAgentRuntimeEndpointOutput::description): <p>The description of the AgentCore Runtime endpoint.</p>
/// - [`status(AgentRuntimeEndpointStatus)`](crate::operation::get_agent_runtime_endpoint::GetAgentRuntimeEndpointOutput::status): <p>The current status of the AgentCore Runtime endpoint.</p>
/// - [`created_at(DateTime)`](crate::operation::get_agent_runtime_endpoint::GetAgentRuntimeEndpointOutput::created_at): <p>The timestamp when the AgentCore Runtime endpoint was created.</p>
/// - [`last_updated_at(DateTime)`](crate::operation::get_agent_runtime_endpoint::GetAgentRuntimeEndpointOutput::last_updated_at): <p>The timestamp when the AgentCore Runtime endpoint was last updated.</p>
/// - [`failure_reason(Option<String>)`](crate::operation::get_agent_runtime_endpoint::GetAgentRuntimeEndpointOutput::failure_reason): <p>The reason for failure if the AgentCore Runtime endpoint is in a failed state.</p>
/// - [`name(String)`](crate::operation::get_agent_runtime_endpoint::GetAgentRuntimeEndpointOutput::name): <p>The name of the AgentCore Runtime endpoint.</p>
/// - [`id(String)`](crate::operation::get_agent_runtime_endpoint::GetAgentRuntimeEndpointOutput::id): <p>The unique identifier of the AgentCore Runtime endpoint.</p>
/// - On failure, responds with [`SdkError<GetAgentRuntimeEndpointError>`](crate::operation::get_agent_runtime_endpoint::GetAgentRuntimeEndpointError)
pub fn get_agent_runtime_endpoint(&self) -> crate::operation::get_agent_runtime_endpoint::builders::GetAgentRuntimeEndpointFluentBuilder {
crate::operation::get_agent_runtime_endpoint::builders::GetAgentRuntimeEndpointFluentBuilder::new(self.handle.clone())
}
}