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 [`ClearDefaultAuthorizer`](crate::operation::clear_default_authorizer::builders::ClearDefaultAuthorizerFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::clear_default_authorizer::builders::ClearDefaultAuthorizerFluentBuilder::send) it.
    /// - On success, responds with [`ClearDefaultAuthorizerOutput`](crate::operation::clear_default_authorizer::ClearDefaultAuthorizerOutput)
    /// - On failure, responds with [`SdkError<ClearDefaultAuthorizerError>`](crate::operation::clear_default_authorizer::ClearDefaultAuthorizerError)
    pub fn clear_default_authorizer(
        &self,
    ) -> crate::operation::clear_default_authorizer::builders::ClearDefaultAuthorizerFluentBuilder
    {
        crate::operation::clear_default_authorizer::builders::ClearDefaultAuthorizerFluentBuilder::new(self.handle.clone())
    }
}