1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`RemoveBridgeOutput`](crate::operation::remove_bridge_output::builders::RemoveBridgeOutputFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`bridge_arn(impl Into<String>)`](crate::operation::remove_bridge_output::builders::RemoveBridgeOutputFluentBuilder::bridge_arn) / [`set_bridge_arn(Option<String>)`](crate::operation::remove_bridge_output::builders::RemoveBridgeOutputFluentBuilder::set_bridge_arn):<br>required: **true**<br>The ARN of the bridge that you want to update.<br>
    ///   - [`output_name(impl Into<String>)`](crate::operation::remove_bridge_output::builders::RemoveBridgeOutputFluentBuilder::output_name) / [`set_output_name(Option<String>)`](crate::operation::remove_bridge_output::builders::RemoveBridgeOutputFluentBuilder::set_output_name):<br>required: **true**<br>The name of the bridge output that you want to remove.<br>
    /// - On success, responds with [`RemoveBridgeOutputOutput`](crate::operation::remove_bridge_output::RemoveBridgeOutputOutput) with field(s):
    ///   - [`bridge_arn(Option<String>)`](crate::operation::remove_bridge_output::RemoveBridgeOutputOutput::bridge_arn): (undocumented)
    ///   - [`output_name(Option<String>)`](crate::operation::remove_bridge_output::RemoveBridgeOutputOutput::output_name): (undocumented)
    /// - On failure, responds with [`SdkError<RemoveBridgeOutputError>`](crate::operation::remove_bridge_output::RemoveBridgeOutputError)
    pub fn remove_bridge_output(&self) -> crate::operation::remove_bridge_output::builders::RemoveBridgeOutputFluentBuilder {
        crate::operation::remove_bridge_output::builders::RemoveBridgeOutputFluentBuilder::new(self.handle.clone())
    }
}