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 [`DescribeDefaultAuthorizer`](crate::operation::describe_default_authorizer::builders::DescribeDefaultAuthorizerFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::describe_default_authorizer::builders::DescribeDefaultAuthorizerFluentBuilder::send) it.
    /// - On success, responds with [`DescribeDefaultAuthorizerOutput`](crate::operation::describe_default_authorizer::DescribeDefaultAuthorizerOutput) with field(s):
    ///   - [`authorizer_description(Option<AuthorizerDescription>)`](crate::operation::describe_default_authorizer::DescribeDefaultAuthorizerOutput::authorizer_description): <p>The default authorizer's description.</p>
    /// - On failure, responds with [`SdkError<DescribeDefaultAuthorizerError>`](crate::operation::describe_default_authorizer::DescribeDefaultAuthorizerError)
    pub fn describe_default_authorizer(&self) -> crate::operation::describe_default_authorizer::builders::DescribeDefaultAuthorizerFluentBuilder {
        crate::operation::describe_default_authorizer::builders::DescribeDefaultAuthorizerFluentBuilder::new(self.handle.clone())
    }
}