aws_sdk_iotmanagedintegrations/client/
get_custom_endpoint.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3    /// Constructs a fluent builder for the [`GetCustomEndpoint`](crate::operation::get_custom_endpoint::builders::GetCustomEndpointFluentBuilder) operation.
4    ///
5    /// - The fluent builder takes no input, just [`send`](crate::operation::get_custom_endpoint::builders::GetCustomEndpointFluentBuilder::send) it.
6    /// - On success, responds with [`GetCustomEndpointOutput`](crate::operation::get_custom_endpoint::GetCustomEndpointOutput) with field(s):
7    ///   - [`endpoint_address(String)`](crate::operation::get_custom_endpoint::GetCustomEndpointOutput::endpoint_address): <p>The IoT managed integrations dedicated, custom endpoint for the device to route traffic through.</p>
8    /// - On failure, responds with [`SdkError<GetCustomEndpointError>`](crate::operation::get_custom_endpoint::GetCustomEndpointError)
9    pub fn get_custom_endpoint(&self) -> crate::operation::get_custom_endpoint::builders::GetCustomEndpointFluentBuilder {
10        crate::operation::get_custom_endpoint::builders::GetCustomEndpointFluentBuilder::new(self.handle.clone())
11    }
12}