amazonka-redshift-1.4.5: Amazon Redshift 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.Redshift.DeleteHSMClientCertificate

Contents

Description

Deletes the specified HSM client certificate.

Synopsis

Creating a Request

deleteHSMClientCertificate Source #

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

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

data DeleteHSMClientCertificate Source #

See: deleteHSMClientCertificate smart constructor.

Instances

Eq DeleteHSMClientCertificate Source # 
Data DeleteHSMClientCertificate Source # 

Methods

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

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

toConstr :: DeleteHSMClientCertificate -> Constr #

dataTypeOf :: DeleteHSMClientCertificate -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteHSMClientCertificate Source # 
Show DeleteHSMClientCertificate Source # 
Generic DeleteHSMClientCertificate Source # 
Hashable DeleteHSMClientCertificate Source # 
NFData DeleteHSMClientCertificate Source # 
AWSRequest DeleteHSMClientCertificate Source # 
ToPath DeleteHSMClientCertificate Source # 
ToHeaders DeleteHSMClientCertificate Source # 
ToQuery DeleteHSMClientCertificate Source # 
type Rep DeleteHSMClientCertificate Source # 
type Rep DeleteHSMClientCertificate = D1 (MetaData "DeleteHSMClientCertificate" "Network.AWS.Redshift.DeleteHSMClientCertificate" "amazonka-redshift-1.4.5-2iQeXmFrftS29tYZtVOT2g" True) (C1 (MetaCons "DeleteHSMClientCertificate'" PrefixI True) (S1 (MetaSel (Just Symbol "_dhsmccHSMClientCertificateIdentifier") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteHSMClientCertificate Source # 

Request Lenses

dhsmccHSMClientCertificateIdentifier :: Lens' DeleteHSMClientCertificate Text Source #

The identifier of the HSM client certificate to be deleted.

Destructuring the Response

deleteHSMClientCertificateResponse :: DeleteHSMClientCertificateResponse Source #

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

data DeleteHSMClientCertificateResponse Source #

See: deleteHSMClientCertificateResponse smart constructor.

Instances

Eq DeleteHSMClientCertificateResponse Source # 
Data DeleteHSMClientCertificateResponse Source # 

Methods

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

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

toConstr :: DeleteHSMClientCertificateResponse -> Constr #

dataTypeOf :: DeleteHSMClientCertificateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteHSMClientCertificateResponse Source # 
Show DeleteHSMClientCertificateResponse Source # 
Generic DeleteHSMClientCertificateResponse Source # 
NFData DeleteHSMClientCertificateResponse Source # 
type Rep DeleteHSMClientCertificateResponse Source # 
type Rep DeleteHSMClientCertificateResponse = D1 (MetaData "DeleteHSMClientCertificateResponse" "Network.AWS.Redshift.DeleteHSMClientCertificate" "amazonka-redshift-1.4.5-2iQeXmFrftS29tYZtVOT2g" False) (C1 (MetaCons "DeleteHSMClientCertificateResponse'" PrefixI False) U1)