1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DescribeAuthorizer`](crate::operation::describe_authorizer::builders::DescribeAuthorizerFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`authorizer_name(impl Into<String>)`](crate::operation::describe_authorizer::builders::DescribeAuthorizerFluentBuilder::authorizer_name) / [`set_authorizer_name(Option<String>)`](crate::operation::describe_authorizer::builders::DescribeAuthorizerFluentBuilder::set_authorizer_name):<br>required: **true**<br><p>The name of the authorizer to describe.</p><br>
    /// - On success, responds with [`DescribeAuthorizerOutput`](crate::operation::describe_authorizer::DescribeAuthorizerOutput) with field(s):
    ///   - [`authorizer_description(Option<AuthorizerDescription>)`](crate::operation::describe_authorizer::DescribeAuthorizerOutput::authorizer_description): <p>The authorizer description.</p>
    /// - On failure, responds with [`SdkError<DescribeAuthorizerError>`](crate::operation::describe_authorizer::DescribeAuthorizerError)
    pub fn describe_authorizer(&self) -> crate::operation::describe_authorizer::builders::DescribeAuthorizerFluentBuilder {
        crate::operation::describe_authorizer::builders::DescribeAuthorizerFluentBuilder::new(self.handle.clone())
    }
}