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

Contents

Description

Gets information about the specified certificate.

Synopsis

Creating a Request

describeCertificate Source #

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

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

  • desCertificateId - The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)

data DescribeCertificate Source #

The input for the DescribeCertificate operation.

See: describeCertificate smart constructor.

Instances
Eq DescribeCertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

Data DescribeCertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

Methods

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

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

toConstr :: DescribeCertificate -> Constr #

dataTypeOf :: DescribeCertificate -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeCertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

Show DescribeCertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

Generic DescribeCertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

Associated Types

type Rep DescribeCertificate :: Type -> Type #

Hashable DescribeCertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

AWSRequest DescribeCertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

Associated Types

type Rs DescribeCertificate :: Type #

ToHeaders DescribeCertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

ToPath DescribeCertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

ToQuery DescribeCertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

NFData DescribeCertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

Methods

rnf :: DescribeCertificate -> () #

type Rep DescribeCertificate Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

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

Defined in Network.AWS.IoT.DescribeCertificate

Request Lenses

desCertificateId :: Lens' DescribeCertificate Text Source #

The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)

Destructuring the Response

describeCertificateResponse Source #

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

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

data DescribeCertificateResponse Source #

The output of the DescribeCertificate operation.

See: describeCertificateResponse smart constructor.

Instances
Eq DescribeCertificateResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

Data DescribeCertificateResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

Methods

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

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

toConstr :: DescribeCertificateResponse -> Constr #

dataTypeOf :: DescribeCertificateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeCertificateResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

Show DescribeCertificateResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

Generic DescribeCertificateResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

Associated Types

type Rep DescribeCertificateResponse :: Type -> Type #

NFData DescribeCertificateResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

type Rep DescribeCertificateResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeCertificate

type Rep DescribeCertificateResponse = D1 (MetaData "DescribeCertificateResponse" "Network.AWS.IoT.DescribeCertificate" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "DescribeCertificateResponse'" PrefixI True) (S1 (MetaSel (Just "_dcrsCertificateDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CertificateDescription)) :*: S1 (MetaSel (Just "_dcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses