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

  • dcacCertificateId - The ID of the certificate to delete. (The last part of the certificate ARN contains the certificate ID.)

data DeleteCACertificate Source #

Input for the DeleteCACertificate operation.

See: deleteCACertificate smart constructor.

Instances
Eq DeleteCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DeleteCACertificate

Data DeleteCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DeleteCACertificate

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

Defined in Network.AWS.IoT.DeleteCACertificate

Show DeleteCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DeleteCACertificate

Generic DeleteCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DeleteCACertificate

Associated Types

type Rep DeleteCACertificate :: Type -> Type #

Hashable DeleteCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DeleteCACertificate

AWSRequest DeleteCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DeleteCACertificate

Associated Types

type Rs DeleteCACertificate :: Type #

ToHeaders DeleteCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DeleteCACertificate

ToPath DeleteCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DeleteCACertificate

ToQuery DeleteCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DeleteCACertificate

NFData DeleteCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DeleteCACertificate

Methods

rnf :: DeleteCACertificate -> () #

type Rep DeleteCACertificate Source # 
Instance details

Defined in Network.AWS.IoT.DeleteCACertificate

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

Defined in Network.AWS.IoT.DeleteCACertificate

Request Lenses

dcacCertificateId :: Lens' DeleteCACertificate Text Source #

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

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

Defined in Network.AWS.IoT.DeleteCACertificate

Data DeleteCACertificateResponse Source # 
Instance details

Defined in Network.AWS.IoT.DeleteCACertificate

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

Defined in Network.AWS.IoT.DeleteCACertificate

Show DeleteCACertificateResponse Source # 
Instance details

Defined in Network.AWS.IoT.DeleteCACertificate

Generic DeleteCACertificateResponse Source # 
Instance details

Defined in Network.AWS.IoT.DeleteCACertificate

Associated Types

type Rep DeleteCACertificateResponse :: Type -> Type #

NFData DeleteCACertificateResponse Source # 
Instance details

Defined in Network.AWS.IoT.DeleteCACertificate

type Rep DeleteCACertificateResponse Source # 
Instance details

Defined in Network.AWS.IoT.DeleteCACertificate

type Rep DeleteCACertificateResponse = D1 (MetaData "DeleteCACertificateResponse" "Network.AWS.IoT.DeleteCACertificate" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" True) (C1 (MetaCons "DeleteCACertificateResponse'" PrefixI True) (S1 (MetaSel (Just "_dcacrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses