amazonka-iot-2.0: Amazon IoT SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoT.DescribeAuthorizer

Description

Describes an authorizer.

Requires permission to access the DescribeAuthorizer action.

Synopsis

Creating a Request

data DescribeAuthorizer Source #

See: newDescribeAuthorizer smart constructor.

Constructors

DescribeAuthorizer' 

Fields

Instances

Instances details
ToHeaders DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

ToPath DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

ToQuery DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

AWSRequest DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Associated Types

type AWSResponse DescribeAuthorizer #

Generic DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Associated Types

type Rep DescribeAuthorizer :: Type -> Type #

Read DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Show DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

NFData DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Methods

rnf :: DescribeAuthorizer -> () #

Eq DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Hashable DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

type AWSResponse DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

type Rep DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

type Rep DescribeAuthorizer = D1 ('MetaData "DescribeAuthorizer" "Amazonka.IoT.DescribeAuthorizer" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "DescribeAuthorizer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "authorizerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeAuthorizer Source #

Create a value of DescribeAuthorizer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeAuthorizer, describeAuthorizer_authorizerName - The name of the authorizer to describe.

Request Lenses

describeAuthorizer_authorizerName :: Lens' DescribeAuthorizer Text Source #

The name of the authorizer to describe.

Destructuring the Response

data DescribeAuthorizerResponse Source #

See: newDescribeAuthorizerResponse smart constructor.

Constructors

DescribeAuthorizerResponse' 

Fields

Instances

Instances details
Generic DescribeAuthorizerResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Associated Types

type Rep DescribeAuthorizerResponse :: Type -> Type #

Read DescribeAuthorizerResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Show DescribeAuthorizerResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

NFData DescribeAuthorizerResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Eq DescribeAuthorizerResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

type Rep DescribeAuthorizerResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

type Rep DescribeAuthorizerResponse = D1 ('MetaData "DescribeAuthorizerResponse" "Amazonka.IoT.DescribeAuthorizer" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "DescribeAuthorizerResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "authorizerDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthorizerDescription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeAuthorizerResponse Source #

Create a value of DescribeAuthorizerResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:authorizerDescription:DescribeAuthorizerResponse', describeAuthorizerResponse_authorizerDescription - The authorizer description.

$sel:httpStatus:DescribeAuthorizerResponse', describeAuthorizerResponse_httpStatus - The response's http status code.

Response Lenses