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.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 # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

Data DescribeCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

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 # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

Show DescribeCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

Generic DescribeCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

Associated Types

type Rep DescribeCACertificate :: Type -> Type #

Hashable DescribeCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

AWSRequest DescribeCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

Associated Types

type Rs DescribeCACertificate :: Type #

ToHeaders DescribeCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

ToPath DescribeCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

ToQuery DescribeCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

NFData DescribeCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

Methods

rnf :: DescribeCACertificate -> () #

type Rep DescribeCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

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

Defined in Network.AWS.IoT.DescribeCACertificate

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 # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

Data DescribeCACertificateResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

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 # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

Show DescribeCACertificateResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

Generic DescribeCACertificateResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

Associated Types

type Rep DescribeCACertificateResponse :: Type -> Type #

NFData DescribeCACertificateResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

type Rep DescribeCACertificateResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCACertificate

type Rep DescribeCACertificateResponse = D1 (MetaData "DescribeCACertificateResponse" "Network.AWS.IoT.DescribeCACertificate" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "DescribeCACertificateResponse'" PrefixI True) (S1 (MetaSel (Just "_dcaccrsCertificateDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CACertificateDescription)) :*: (S1 (MetaSel (Just "_dcaccrsRegistrationConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RegistrationConfig)) :*: S1 (MetaSel (Just "_dcaccrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

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

Information about the registration configuration.