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.DescribeCACertificate

Contents

Description

Describes a registered CA certificate.

Synopsis

Creating a Request

describeCACertificate Source #

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

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

data DescribeCACertificate Source #

The input for the DescribeCACertificate operation.

See: describeCACertificate smart constructor.

Instances

Eq DescribeCACertificate Source # 
Data DescribeCACertificate Source # 

Methods

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

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

toConstr :: DescribeCACertificate -> Constr #

dataTypeOf :: DescribeCACertificate -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeCACertificate Source # 
Show DescribeCACertificate Source # 
Generic DescribeCACertificate Source # 
Hashable DescribeCACertificate Source # 
NFData DescribeCACertificate Source # 

Methods

rnf :: DescribeCACertificate -> () #

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

Request Lenses

dCertificateId :: Lens' DescribeCACertificate Text Source #

The CA certificate identifier.

Destructuring the Response

describeCACertificateResponse Source #

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

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

data DescribeCACertificateResponse Source #

The output from the DescribeCACertificate operation.

See: describeCACertificateResponse smart constructor.

Instances

Eq DescribeCACertificateResponse Source # 
Data DescribeCACertificateResponse Source # 

Methods

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

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

toConstr :: DescribeCACertificateResponse -> Constr #

dataTypeOf :: DescribeCACertificateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeCACertificateResponse Source # 
Show DescribeCACertificateResponse Source # 
Generic DescribeCACertificateResponse Source # 
NFData DescribeCACertificateResponse Source # 
type Rep DescribeCACertificateResponse Source # 
type Rep DescribeCACertificateResponse = D1 * (MetaData "DescribeCACertificateResponse" "Network.AWS.IoT.DescribeCACertificate" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "DescribeCACertificateResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dcaccrsCertificateDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe CACertificateDescription))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dcaccrsRegistrationConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe RegistrationConfig))) (S1 * (MetaSel (Just Symbol "_dcaccrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

dcaccrsRegistrationConfig :: Lens' DescribeCACertificateResponse (Maybe RegistrationConfig) Source #

Information about the registration configuration.