// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeDiscoverer`](crate::operation::describe_discoverer::builders::DescribeDiscovererFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`discoverer_id(impl Into<String>)`](crate::operation::describe_discoverer::builders::DescribeDiscovererFluentBuilder::discoverer_id) / [`set_discoverer_id(Option<String>)`](crate::operation::describe_discoverer::builders::DescribeDiscovererFluentBuilder::set_discoverer_id):<br>required: **true**<br><p>The ID of the discoverer.</p><br>
/// - On success, responds with [`DescribeDiscovererOutput`](crate::operation::describe_discoverer::DescribeDiscovererOutput) with field(s):
/// - [`description(Option<String>)`](crate::operation::describe_discoverer::DescribeDiscovererOutput::description): <p>The description of the discoverer.</p>
/// - [`discoverer_arn(Option<String>)`](crate::operation::describe_discoverer::DescribeDiscovererOutput::discoverer_arn): <p>The ARN of the discoverer.</p>
/// - [`discoverer_id(Option<String>)`](crate::operation::describe_discoverer::DescribeDiscovererOutput::discoverer_id): <p>The ID of the discoverer.</p>
/// - [`source_arn(Option<String>)`](crate::operation::describe_discoverer::DescribeDiscovererOutput::source_arn): <p>The ARN of the event bus.</p>
/// - [`state(Option<DiscovererState>)`](crate::operation::describe_discoverer::DescribeDiscovererOutput::state): <p>The state of the discoverer.</p>
/// - [`cross_account(Option<bool>)`](crate::operation::describe_discoverer::DescribeDiscovererOutput::cross_account): <p>The Status if the discoverer will discover schemas from events sent from another account.</p>
/// - [`tags(Option<HashMap::<String, String>>)`](crate::operation::describe_discoverer::DescribeDiscovererOutput::tags): <p>Tags associated with the resource.</p>
/// - On failure, responds with [`SdkError<DescribeDiscovererError>`](crate::operation::describe_discoverer::DescribeDiscovererError)
pub fn describe_discoverer(&self) -> crate::operation::describe_discoverer::builders::DescribeDiscovererFluentBuilder {
crate::operation::describe_discoverer::builders::DescribeDiscovererFluentBuilder::new(self.handle.clone())
}
}