amazonka-iot-1.6.0: 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 # 
Data DescribeAuthorizer Source # 

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 # 
Show DescribeAuthorizer Source # 
Generic DescribeAuthorizer Source # 
Hashable DescribeAuthorizer Source # 
NFData DescribeAuthorizer Source # 

Methods

rnf :: DescribeAuthorizer -> () #

AWSRequest DescribeAuthorizer Source # 
ToHeaders DescribeAuthorizer Source # 
ToPath DescribeAuthorizer Source # 
ToQuery DescribeAuthorizer Source # 
type Rep DescribeAuthorizer Source # 
type Rep DescribeAuthorizer = D1 * (MetaData "DescribeAuthorizer" "Network.AWS.IoT.DescribeAuthorizer" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" True) (C1 * (MetaCons "DescribeAuthorizer'" PrefixI True) (S1 * (MetaSel (Just Symbol "_daAuthorizerName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DescribeAuthorizer Source # 

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

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 # 
Show DescribeAuthorizerResponse Source # 
Generic DescribeAuthorizerResponse Source # 
NFData DescribeAuthorizerResponse Source # 
type Rep DescribeAuthorizerResponse Source # 
type Rep DescribeAuthorizerResponse = D1 * (MetaData "DescribeAuthorizerResponse" "Network.AWS.IoT.DescribeAuthorizer" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "DescribeAuthorizerResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_darsAuthorizerDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe AuthorizerDescription))) (S1 * (MetaSel (Just Symbol "_darsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses