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 [`DeleteOutboundConnection`](crate::operation::delete_outbound_connection::builders::DeleteOutboundConnectionFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`connection_id(impl ::std::convert::Into<String>)`](crate::operation::delete_outbound_connection::builders::DeleteOutboundConnectionFluentBuilder::connection_id) / [`set_connection_id(Option<String>)`](crate::operation::delete_outbound_connection::builders::DeleteOutboundConnectionFluentBuilder::set_connection_id): <p>The ID of the outbound connection you want to permanently delete.</p>
    /// - On success, responds with [`DeleteOutboundConnectionOutput`](crate::operation::delete_outbound_connection::DeleteOutboundConnectionOutput) with field(s):
    ///   - [`connection(Option<OutboundConnection>)`](crate::operation::delete_outbound_connection::DeleteOutboundConnectionOutput::connection): <p>The deleted inbound connection.</p>
    /// - On failure, responds with [`SdkError<DeleteOutboundConnectionError>`](crate::operation::delete_outbound_connection::DeleteOutboundConnectionError)
    pub fn delete_outbound_connection(&self) -> crate::operation::delete_outbound_connection::builders::DeleteOutboundConnectionFluentBuilder {
        crate::operation::delete_outbound_connection::builders::DeleteOutboundConnectionFluentBuilder::new(self.handle.clone())
    }
}