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 [`DeleteDiscoverer`](crate::operation::delete_discoverer::builders::DeleteDiscovererFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`discoverer_id(impl Into<String>)`](crate::operation::delete_discoverer::builders::DeleteDiscovererFluentBuilder::discoverer_id) / [`set_discoverer_id(Option<String>)`](crate::operation::delete_discoverer::builders::DeleteDiscovererFluentBuilder::set_discoverer_id):<br>required: **true**<br><p>The ID of the discoverer.</p><br>
    /// - On success, responds with [`DeleteDiscovererOutput`](crate::operation::delete_discoverer::DeleteDiscovererOutput)
    /// - On failure, responds with [`SdkError<DeleteDiscovererError>`](crate::operation::delete_discoverer::DeleteDiscovererError)
    pub fn delete_discoverer(&self) -> crate::operation::delete_discoverer::builders::DeleteDiscovererFluentBuilder {
        crate::operation::delete_discoverer::builders::DeleteDiscovererFluentBuilder::new(self.handle.clone())
    }
}