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 [`DeleteControl`](crate::operation::delete_control::builders::DeleteControlFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`control_id(impl Into<String>)`](crate::operation::delete_control::builders::DeleteControlFluentBuilder::control_id) / [`set_control_id(Option<String>)`](crate::operation::delete_control::builders::DeleteControlFluentBuilder::set_control_id):<br>required: **true**<br><p>The unique identifier for the control.</p><br>
    /// - On success, responds with [`DeleteControlOutput`](crate::operation::delete_control::DeleteControlOutput)
    /// - On failure, responds with [`SdkError<DeleteControlError>`](crate::operation::delete_control::DeleteControlError)
    pub fn delete_control(&self) -> crate::operation::delete_control::builders::DeleteControlFluentBuilder {
        crate::operation::delete_control::builders::DeleteControlFluentBuilder::new(self.handle.clone())
    }
}