amazonka-cloudhsm-1.4.5: Amazon CloudHSM 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.CloudHSM.DeleteLunaClient

Contents

Description

Deletes a client.

Synopsis

Creating a Request

deleteLunaClient #

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 #

See: deleteLunaClient smart constructor.

Instances

Eq DeleteLunaClient # 
Data DeleteLunaClient # 

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 # 
Show DeleteLunaClient # 
Generic DeleteLunaClient # 
Hashable DeleteLunaClient # 
ToJSON DeleteLunaClient # 
NFData DeleteLunaClient # 

Methods

rnf :: DeleteLunaClient -> () #

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

Request Lenses

dClientARN :: Lens' DeleteLunaClient Text #

The ARN of the client to delete.

Destructuring the Response

deleteLunaClientResponse #

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 #

See: deleteLunaClientResponse smart constructor.

Instances

Eq DeleteLunaClientResponse # 
Data DeleteLunaClientResponse # 

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 # 
Show DeleteLunaClientResponse # 
Generic DeleteLunaClientResponse # 
NFData DeleteLunaClientResponse # 
type Rep DeleteLunaClientResponse # 
type Rep DeleteLunaClientResponse = D1 (MetaData "DeleteLunaClientResponse" "Network.AWS.CloudHSM.DeleteLunaClient" "amazonka-cloudhsm-1.4.5-LgxYoBbw54MGh2G2GZr9dV" False) (C1 (MetaCons "DeleteLunaClientResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dlcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_dlcrsStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

Response Lenses

dlcrsResponseStatus :: Lens' DeleteLunaClientResponse Int #

  • - | The response status code.

dlcrsStatus :: Lens' DeleteLunaClientResponse Text #

The status of the action.