amazonka-cloudhsm-1.5.0: Amazon CloudHSM SDK.

Copyright(c) 2013-2017 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.CloudHSM.DeleteLunaClient

Contents

Description

This is documentation for AWS CloudHSM Classic . For more information, see AWS CloudHSM Classic FAQs , the AWS CloudHSM Classic User Guide , and the AWS CloudHSM Classic API Reference .

For information about the current version of AWS CloudHSM , see AWS CloudHSM , the AWS CloudHSM User Guide , and the AWS CloudHSM API Reference .

Deletes a client.

Synopsis

Creating a Request

deleteLunaClient Source #

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

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

data DeleteLunaClient Source #

See: deleteLunaClient smart constructor.

Instances

Eq DeleteLunaClient Source # 
Data DeleteLunaClient Source # 

Methods

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

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

toConstr :: DeleteLunaClient -> Constr #

dataTypeOf :: DeleteLunaClient -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteLunaClient Source # 
Show DeleteLunaClient Source # 
Generic DeleteLunaClient Source # 
Hashable DeleteLunaClient Source # 
ToJSON DeleteLunaClient Source # 
NFData DeleteLunaClient Source # 

Methods

rnf :: DeleteLunaClient -> () #

AWSRequest DeleteLunaClient Source # 
ToQuery DeleteLunaClient Source # 
ToPath DeleteLunaClient Source # 
ToHeaders DeleteLunaClient Source # 
type Rep DeleteLunaClient Source # 
type Rep DeleteLunaClient = D1 (MetaData "DeleteLunaClient" "Network.AWS.CloudHSM.DeleteLunaClient" "amazonka-cloudhsm-1.5.0-Ia9d98G2z3xfu0k5IeYfS" True) (C1 (MetaCons "DeleteLunaClient'" PrefixI True) (S1 (MetaSel (Just Symbol "_dClientARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteLunaClient Source # 

Request Lenses

dClientARN :: Lens' DeleteLunaClient Text Source #

The ARN of the client to delete.

Destructuring the Response

deleteLunaClientResponse Source #

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

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

data DeleteLunaClientResponse Source #

See: deleteLunaClientResponse smart constructor.

Instances

Eq DeleteLunaClientResponse Source # 
Data DeleteLunaClientResponse Source # 

Methods

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

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

toConstr :: DeleteLunaClientResponse -> Constr #

dataTypeOf :: DeleteLunaClientResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteLunaClientResponse Source # 
Show DeleteLunaClientResponse Source # 
Generic DeleteLunaClientResponse Source # 
NFData DeleteLunaClientResponse Source # 
type Rep DeleteLunaClientResponse Source # 
type Rep DeleteLunaClientResponse = D1 (MetaData "DeleteLunaClientResponse" "Network.AWS.CloudHSM.DeleteLunaClient" "amazonka-cloudhsm-1.5.0-Ia9d98G2z3xfu0k5IeYfS" False) (C1 (MetaCons "DeleteLunaClientResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dlcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_dlcrsStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

Response Lenses