aws_sdk_iot/client/
clear_default_authorizer.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3    /// Constructs a fluent builder for the [`ClearDefaultAuthorizer`](crate::operation::clear_default_authorizer::builders::ClearDefaultAuthorizerFluentBuilder) operation.
4    ///
5    /// - The fluent builder takes no input, just [`send`](crate::operation::clear_default_authorizer::builders::ClearDefaultAuthorizerFluentBuilder::send) it.
6    /// - On success, responds with [`ClearDefaultAuthorizerOutput`](crate::operation::clear_default_authorizer::ClearDefaultAuthorizerOutput)
7    /// - On failure, responds with [`SdkError<ClearDefaultAuthorizerError>`](crate::operation::clear_default_authorizer::ClearDefaultAuthorizerError)
8    pub fn clear_default_authorizer(&self) -> crate::operation::clear_default_authorizer::builders::ClearDefaultAuthorizerFluentBuilder {
9        crate::operation::clear_default_authorizer::builders::ClearDefaultAuthorizerFluentBuilder::new(self.handle.clone())
10    }
11}