aws-sdk-bedrockagentcorecontrol 1.65.0

AWS SDK for Amazon Bedrock AgentCore Control
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetHarnessEndpoint`](crate::operation::get_harness_endpoint::builders::GetHarnessEndpointFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`harness_id(impl Into<String>)`](crate::operation::get_harness_endpoint::builders::GetHarnessEndpointFluentBuilder::harness_id) / [`set_harness_id(Option<String>)`](crate::operation::get_harness_endpoint::builders::GetHarnessEndpointFluentBuilder::set_harness_id):<br>required: **true**<br><p>The ID of the harness that the endpoint belongs to.</p><br>
    ///   - [`endpoint_name(impl Into<String>)`](crate::operation::get_harness_endpoint::builders::GetHarnessEndpointFluentBuilder::endpoint_name) / [`set_endpoint_name(Option<String>)`](crate::operation::get_harness_endpoint::builders::GetHarnessEndpointFluentBuilder::set_endpoint_name):<br>required: **true**<br><p>The name of the endpoint to retrieve.</p><br>
    /// - On success, responds with [`GetHarnessEndpointOutput`](crate::operation::get_harness_endpoint::GetHarnessEndpointOutput) with field(s):
    ///   - [`endpoint(Option<HarnessEndpoint>)`](crate::operation::get_harness_endpoint::GetHarnessEndpointOutput::endpoint): <p>The endpoint resource.</p>
    /// - On failure, responds with [`SdkError<GetHarnessEndpointError>`](crate::operation::get_harness_endpoint::GetHarnessEndpointError)
    pub fn get_harness_endpoint(&self) -> crate::operation::get_harness_endpoint::builders::GetHarnessEndpointFluentBuilder {
        crate::operation::get_harness_endpoint::builders::GetHarnessEndpointFluentBuilder::new(self.handle.clone())
    }
}