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 Source #

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 Source #

See: describeAuthorizer smart constructor.

Instances
Eq DescribeAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

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

Defined in Network.AWS.IoT.DescribeAuthorizer

Show DescribeAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Generic DescribeAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Associated Types

type Rep DescribeAuthorizer :: Type -> Type #

Hashable DescribeAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

AWSRequest DescribeAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Associated Types

type Rs DescribeAuthorizer :: Type #

ToHeaders DescribeAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

ToPath DescribeAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

ToQuery DescribeAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

NFData DescribeAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Methods

rnf :: DescribeAuthorizer -> () #

type Rep DescribeAuthorizer Source # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

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

Defined in Network.AWS.IoT.DescribeAuthorizer

Request Lenses

daAuthorizerName :: Lens' DescribeAuthorizer Text Source #

The name of the authorizer to describe.

Destructuring the Response

describeAuthorizerResponse Source #

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 Source #

See: describeAuthorizerResponse smart constructor.

Instances
Eq DescribeAuthorizerResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Data DescribeAuthorizerResponse Source # 
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 Source # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Show DescribeAuthorizerResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Generic DescribeAuthorizerResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

Associated Types

type Rep DescribeAuthorizerResponse :: Type -> Type #

NFData DescribeAuthorizerResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

type Rep DescribeAuthorizerResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeAuthorizer

type Rep DescribeAuthorizerResponse = D1 (MetaData "DescribeAuthorizerResponse" "Network.AWS.IoT.DescribeAuthorizer" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" 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