amazonka-cloudhsm-1.3.7: Amazon CloudHSM SDK.

Copyright(c) 2013-2015 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.CreateLunaClient

Contents

Description

Creates an HSM client.

See: AWS API Reference for CreateLunaClient.

Synopsis

Creating a Request

createLunaClient Source #

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

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

data CreateLunaClient Source #

Contains the inputs for the CreateLunaClient action.

See: createLunaClient smart constructor.

Instances

Eq CreateLunaClient Source # 
Data CreateLunaClient Source # 

Methods

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

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

toConstr :: CreateLunaClient -> Constr #

dataTypeOf :: CreateLunaClient -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateLunaClient Source # 
Show CreateLunaClient Source # 
Generic CreateLunaClient Source # 
ToJSON CreateLunaClient Source # 
AWSRequest CreateLunaClient Source # 
ToQuery CreateLunaClient Source # 
ToPath CreateLunaClient Source # 
ToHeaders CreateLunaClient Source # 
type Rep CreateLunaClient Source # 
type Rep CreateLunaClient = D1 (MetaData "CreateLunaClient" "Network.AWS.CloudHSM.CreateLunaClient" "amazonka-cloudhsm-1.3.7-isNkv2y0Iw3xIvy26nnEz" False) (C1 (MetaCons "CreateLunaClient'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_clcLabel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_clcCertificate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs CreateLunaClient Source # 

Request Lenses

clcLabel :: Lens' CreateLunaClient (Maybe Text) Source #

The label for the client.

clcCertificate :: Lens' CreateLunaClient Text Source #

The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.

Destructuring the Response

createLunaClientResponse Source #

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

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

data CreateLunaClientResponse Source #

Contains the output of the CreateLunaClient action.

See: createLunaClientResponse smart constructor.

Instances

Eq CreateLunaClientResponse Source # 
Data CreateLunaClientResponse Source # 

Methods

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

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

toConstr :: CreateLunaClientResponse -> Constr #

dataTypeOf :: CreateLunaClientResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateLunaClientResponse Source # 
Show CreateLunaClientResponse Source # 
Generic CreateLunaClientResponse Source # 
type Rep CreateLunaClientResponse Source # 
type Rep CreateLunaClientResponse = D1 (MetaData "CreateLunaClientResponse" "Network.AWS.CloudHSM.CreateLunaClient" "amazonka-cloudhsm-1.3.7-isNkv2y0Iw3xIvy26nnEz" False) (C1 (MetaCons "CreateLunaClientResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_clcrsClientARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_clcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses