1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteInboundConnection`](crate::operation::delete_inbound_connection::builders::DeleteInboundConnectionFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`connection_id(impl ::std::convert::Into<String>)`](crate::operation::delete_inbound_connection::builders::DeleteInboundConnectionFluentBuilder::connection_id) / [`set_connection_id(Option<String>)`](crate::operation::delete_inbound_connection::builders::DeleteInboundConnectionFluentBuilder::set_connection_id): <p>The ID of the inbound connection to permanently delete.</p>
    /// - On success, responds with [`DeleteInboundConnectionOutput`](crate::operation::delete_inbound_connection::DeleteInboundConnectionOutput) with field(s):
    ///   - [`connection(Option<InboundConnection>)`](crate::operation::delete_inbound_connection::DeleteInboundConnectionOutput::connection): <p>The deleted inbound connection.</p>
    /// - On failure, responds with [`SdkError<DeleteInboundConnectionError>`](crate::operation::delete_inbound_connection::DeleteInboundConnectionError)
    pub fn delete_inbound_connection(&self) -> crate::operation::delete_inbound_connection::builders::DeleteInboundConnectionFluentBuilder {
        crate::operation::delete_inbound_connection::builders::DeleteInboundConnectionFluentBuilder::new(self.handle.clone())
    }
}