amazonka-apigateway-1.6.0: Amazon API Gateway 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.APIGateway.DeleteClientCertificate

Contents

Description

Deletes the ClientCertificate resource.

Synopsis

Creating a Request

deleteClientCertificate Source #

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

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

data DeleteClientCertificate Source #

A request to delete the ClientCertificate resource.

See: deleteClientCertificate smart constructor.

Instances

Eq DeleteClientCertificate Source # 
Data DeleteClientCertificate Source # 

Methods

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

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

toConstr :: DeleteClientCertificate -> Constr #

dataTypeOf :: DeleteClientCertificate -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteClientCertificate Source # 
Show DeleteClientCertificate Source # 
Generic DeleteClientCertificate Source # 
Hashable DeleteClientCertificate Source # 
NFData DeleteClientCertificate Source # 

Methods

rnf :: DeleteClientCertificate -> () #

AWSRequest DeleteClientCertificate Source # 
ToHeaders DeleteClientCertificate Source # 
ToPath DeleteClientCertificate Source # 
ToQuery DeleteClientCertificate Source # 
type Rep DeleteClientCertificate Source # 
type Rep DeleteClientCertificate = D1 * (MetaData "DeleteClientCertificate" "Network.AWS.APIGateway.DeleteClientCertificate" "amazonka-apigateway-1.6.0-JJ9NJtNe0aRBcVRYpJCEA2" True) (C1 * (MetaCons "DeleteClientCertificate'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dccClientCertificateId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteClientCertificate Source # 

Request Lenses

dccClientCertificateId :: Lens' DeleteClientCertificate Text Source #

Required
The identifier of the ClientCertificate resource to be deleted.

Destructuring the Response

deleteClientCertificateResponse :: DeleteClientCertificateResponse Source #

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

data DeleteClientCertificateResponse Source #

See: deleteClientCertificateResponse smart constructor.

Instances

Eq DeleteClientCertificateResponse Source # 
Data DeleteClientCertificateResponse Source # 

Methods

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

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

toConstr :: DeleteClientCertificateResponse -> Constr #

dataTypeOf :: DeleteClientCertificateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteClientCertificateResponse Source # 
Show DeleteClientCertificateResponse Source # 
Generic DeleteClientCertificateResponse Source # 
NFData DeleteClientCertificateResponse Source # 
type Rep DeleteClientCertificateResponse Source # 
type Rep DeleteClientCertificateResponse = D1 * (MetaData "DeleteClientCertificateResponse" "Network.AWS.APIGateway.DeleteClientCertificate" "amazonka-apigateway-1.6.0-JJ9NJtNe0aRBcVRYpJCEA2" False) (C1 * (MetaCons "DeleteClientCertificateResponse'" PrefixI False) (U1 *))