amazonka-iot-1.4.4: Amazon IoT SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IoT.DeleteCACertificate

Contents

Description

Deletes a registered CA certificate.

Synopsis

Creating a Request

deleteCACertificate Source #

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

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

data DeleteCACertificate Source #

Input for the DeleteCACertificate operation.

See: deleteCACertificate smart constructor.

Instances

Eq DeleteCACertificate Source # 
Data DeleteCACertificate Source # 

Methods

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

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

toConstr :: DeleteCACertificate -> Constr #

dataTypeOf :: DeleteCACertificate -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteCACertificate Source # 
Show DeleteCACertificate Source # 
Generic DeleteCACertificate Source # 
Hashable DeleteCACertificate Source # 
NFData DeleteCACertificate Source # 

Methods

rnf :: DeleteCACertificate -> () #

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

Request Lenses

dcacCertificateId :: Lens' DeleteCACertificate Text Source #

The ID of the certificate to delete.

Destructuring the Response

deleteCACertificateResponse Source #

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

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

data DeleteCACertificateResponse Source #

The output for the DeleteCACertificate operation.

See: deleteCACertificateResponse smart constructor.

Instances

Eq DeleteCACertificateResponse Source # 
Data DeleteCACertificateResponse Source # 

Methods

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

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

toConstr :: DeleteCACertificateResponse -> Constr #

dataTypeOf :: DeleteCACertificateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteCACertificateResponse Source # 
Show DeleteCACertificateResponse Source # 
Generic DeleteCACertificateResponse Source # 
NFData DeleteCACertificateResponse Source # 
type Rep DeleteCACertificateResponse Source # 
type Rep DeleteCACertificateResponse = D1 (MetaData "DeleteCACertificateResponse" "Network.AWS.IoT.DeleteCACertificate" "amazonka-iot-1.4.4-DeZW0JwAfGmFb7dFqhSZgL" True) (C1 (MetaCons "DeleteCACertificateResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_dcacrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses