amazonka-cloudhsm-1.6.1: Amazon CloudHSM 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.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 # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

Data DeleteLunaClient Source # 
Instance details

Defined in Network.AWS.CloudHSM.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 Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

Show DeleteLunaClient Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

Generic DeleteLunaClient Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

Associated Types

type Rep DeleteLunaClient :: Type -> Type #

Hashable DeleteLunaClient Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

ToJSON DeleteLunaClient Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

AWSRequest DeleteLunaClient Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

Associated Types

type Rs DeleteLunaClient :: Type #

ToHeaders DeleteLunaClient Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

ToPath DeleteLunaClient Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

ToQuery DeleteLunaClient Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

NFData DeleteLunaClient Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

Methods

rnf :: DeleteLunaClient -> () #

type Rep DeleteLunaClient Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

type Rep DeleteLunaClient = D1 (MetaData "DeleteLunaClient" "Network.AWS.CloudHSM.DeleteLunaClient" "amazonka-cloudhsm-1.6.1-4znIKUA0fUEDSYNWkcPcz3" True) (C1 (MetaCons "DeleteLunaClient'" PrefixI True) (S1 (MetaSel (Just "_dClientARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteLunaClient Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

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

Defined in Network.AWS.CloudHSM.DeleteLunaClient

Data DeleteLunaClientResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

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

Defined in Network.AWS.CloudHSM.DeleteLunaClient

Show DeleteLunaClientResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

Generic DeleteLunaClientResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

Associated Types

type Rep DeleteLunaClientResponse :: Type -> Type #

NFData DeleteLunaClientResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

type Rep DeleteLunaClientResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteLunaClient

type Rep DeleteLunaClientResponse = D1 (MetaData "DeleteLunaClientResponse" "Network.AWS.CloudHSM.DeleteLunaClient" "amazonka-cloudhsm-1.6.1-4znIKUA0fUEDSYNWkcPcz3" False) (C1 (MetaCons "DeleteLunaClientResponse'" PrefixI True) (S1 (MetaSel (Just "_dlcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_dlcrsStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))

Response Lenses