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