aws-sdk-iotmanagedintegrations 1.42.0

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