amazonka-iot-1.6.1: Amazon IoT SDK.

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

Network.AWS.IoT.DescribeAuthorizer

Contents

Description

Describes an authorizer.

Synopsis

Creating a Request

describeAuthorizer #

Creates a value of DescribeAuthorizer with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DescribeAuthorizer #

See: describeAuthorizer smart constructor.

Instances
Eq DescribeAuthorizer # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Data DescribeAuthorizer # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeAuthorizer -> c DescribeAuthorizer #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeAuthorizer #

toConstr :: DescribeAuthorizer -> Constr #

dataTypeOf :: DescribeAuthorizer -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DescribeAuthorizer) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeAuthorizer) #

gmapT :: (forall b. Data b => b -> b) -> DescribeAuthorizer -> DescribeAuthorizer #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeAuthorizer -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeAuthorizer -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeAuthorizer -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeAuthorizer -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeAuthorizer -> m DescribeAuthorizer #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeAuthorizer -> m DescribeAuthorizer #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeAuthorizer -> m DescribeAuthorizer #

Read DescribeAuthorizer # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Show DescribeAuthorizer # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Generic DescribeAuthorizer # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Associated Types

type Rep DescribeAuthorizer :: Type -> Type #

Hashable DescribeAuthorizer # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

AWSRequest DescribeAuthorizer # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Associated Types

type Rs DescribeAuthorizer :: Type #

ToHeaders DescribeAuthorizer # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

ToPath DescribeAuthorizer # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

ToQuery DescribeAuthorizer # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

NFData DescribeAuthorizer # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Methods

rnf :: DescribeAuthorizer -> () #

type Rep DescribeAuthorizer # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

type Rep DescribeAuthorizer = D1 (MetaData "DescribeAuthorizer" "Network.AWS.IoT.DescribeAuthorizer" "amazonka-iot-1.6.1-nGAJeezEdVLHUPuibI4m" True) (C1 (MetaCons "DescribeAuthorizer'" PrefixI True) (S1 (MetaSel (Just "_daAuthorizerName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeAuthorizer # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Request Lenses

daAuthorizerName :: Lens' DescribeAuthorizer Text #

The name of the authorizer to describe.

Destructuring the Response

describeAuthorizerResponse #

Creates a value of DescribeAuthorizerResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DescribeAuthorizerResponse #

See: describeAuthorizerResponse smart constructor.

Instances
Eq DescribeAuthorizerResponse # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Data DescribeAuthorizerResponse # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeAuthorizerResponse -> c DescribeAuthorizerResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeAuthorizerResponse #

toConstr :: DescribeAuthorizerResponse -> Constr #

dataTypeOf :: DescribeAuthorizerResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DescribeAuthorizerResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeAuthorizerResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeAuthorizerResponse -> DescribeAuthorizerResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeAuthorizerResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeAuthorizerResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeAuthorizerResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeAuthorizerResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeAuthorizerResponse -> m DescribeAuthorizerResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeAuthorizerResponse -> m DescribeAuthorizerResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeAuthorizerResponse -> m DescribeAuthorizerResponse #

Read DescribeAuthorizerResponse # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Show DescribeAuthorizerResponse # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Generic DescribeAuthorizerResponse # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Associated Types

type Rep DescribeAuthorizerResponse :: Type -> Type #

NFData DescribeAuthorizerResponse # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

type Rep DescribeAuthorizerResponse # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

type Rep DescribeAuthorizerResponse = D1 (MetaData "DescribeAuthorizerResponse" "Network.AWS.IoT.DescribeAuthorizer" "amazonka-iot-1.6.1-nGAJeezEdVLHUPuibI4m" False) (C1 (MetaCons "DescribeAuthorizerResponse'" PrefixI True) (S1 (MetaSel (Just "_darsAuthorizerDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AuthorizerDescription)) :*: S1 (MetaSel (Just "_darsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

darsResponseStatus :: Lens' DescribeAuthorizerResponse Int #

  • - | The response status code.