// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`StartDiscoverer`](crate::operation::start_discoverer::builders::StartDiscovererFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`discoverer_id(impl Into<String>)`](crate::operation::start_discoverer::builders::StartDiscovererFluentBuilder::discoverer_id) / [`set_discoverer_id(Option<String>)`](crate::operation::start_discoverer::builders::StartDiscovererFluentBuilder::set_discoverer_id):<br>required: **true**<br><p>The ID of the discoverer.</p><br>
/// - On success, responds with [`StartDiscovererOutput`](crate::operation::start_discoverer::StartDiscovererOutput) with field(s):
/// - [`discoverer_id(Option<String>)`](crate::operation::start_discoverer::StartDiscovererOutput::discoverer_id): <p>The ID of the discoverer.</p>
/// - [`state(Option<DiscovererState>)`](crate::operation::start_discoverer::StartDiscovererOutput::state): <p>The state of the discoverer.</p>
/// - On failure, responds with [`SdkError<StartDiscovererError>`](crate::operation::start_discoverer::StartDiscovererError)
pub fn start_discoverer(&self) -> crate::operation::start_discoverer::builders::StartDiscovererFluentBuilder {
crate::operation::start_discoverer::builders::StartDiscovererFluentBuilder::new(self.handle.clone())
}
}