1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StopDiscoverer`](crate::operation::stop_discoverer::builders::StopDiscovererFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`discoverer_id(impl Into<String>)`](crate::operation::stop_discoverer::builders::StopDiscovererFluentBuilder::discoverer_id) / [`set_discoverer_id(Option<String>)`](crate::operation::stop_discoverer::builders::StopDiscovererFluentBuilder::set_discoverer_id):<br>required: **true**<br><p>The ID of the discoverer.</p><br>
    /// - On success, responds with [`StopDiscovererOutput`](crate::operation::stop_discoverer::StopDiscovererOutput) with field(s):
    ///   - [`discoverer_id(Option<String>)`](crate::operation::stop_discoverer::StopDiscovererOutput::discoverer_id): <p>The ID of the discoverer.</p>
    ///   - [`state(Option<DiscovererState>)`](crate::operation::stop_discoverer::StopDiscovererOutput::state): <p>The state of the discoverer.</p>
    /// - On failure, responds with [`SdkError<StopDiscovererError>`](crate::operation::stop_discoverer::StopDiscovererError)
    pub fn stop_discoverer(&self) -> crate::operation::stop_discoverer::builders::StopDiscovererFluentBuilder {
        crate::operation::stop_discoverer::builders::StopDiscovererFluentBuilder::new(self.handle.clone())
    }
}