aws_sdk_iotmanagedintegrations/client/register_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 [`RegisterCustomEndpoint`](crate::operation::register_custom_endpoint::builders::RegisterCustomEndpointFluentBuilder) operation.
4 ///
5 /// - The fluent builder takes no input, just [`send`](crate::operation::register_custom_endpoint::builders::RegisterCustomEndpointFluentBuilder::send) it.
6 /// - On success, responds with [`RegisterCustomEndpointOutput`](crate::operation::register_custom_endpoint::RegisterCustomEndpointOutput) with field(s):
7 /// - [`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>
8 /// - On failure, responds with [`SdkError<RegisterCustomEndpointError>`](crate::operation::register_custom_endpoint::RegisterCustomEndpointError)
9 pub fn register_custom_endpoint(&self) -> crate::operation::register_custom_endpoint::builders::RegisterCustomEndpointFluentBuilder {
10 crate::operation::register_custom_endpoint::builders::RegisterCustomEndpointFluentBuilder::new(self.handle.clone())
11 }
12}