libZSservicesZSamazonka-iotZSamazonka-iot
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Read DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Show DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Generic DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Associated Types

type Rep DescribeAuthorizer :: Type -> Type #

NFData DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Methods

rnf :: DescribeAuthorizer -> () #

Hashable DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

AWSRequest DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Associated Types

type AWSResponse DescribeAuthorizer #

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

type Rep DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

type Rep DescribeAuthorizer = D1 ('MetaData "DescribeAuthorizer" "Amazonka.IoT.DescribeAuthorizer" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "DescribeAuthorizer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "authorizerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeAuthorizer Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

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:

$sel:authorizerName: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
Eq DescribeAuthorizerResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Read DescribeAuthorizerResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Show DescribeAuthorizerResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Generic DescribeAuthorizerResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeAuthorizer

Associated Types

type Rep DescribeAuthorizerResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-iotZSamazonka-iot" '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