amazonka-cloudhsm-1.4.3: 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.ModifyLunaClient

Contents

Description

Modifies the certificate used by the client.

This action can potentially start a workflow to install the new certificate on the client's HSMs.

Synopsis

Creating a Request

modifyLunaClient Source #

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

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

data ModifyLunaClient Source #

See: modifyLunaClient smart constructor.

Instances

Eq ModifyLunaClient Source # 
Data ModifyLunaClient Source # 

Methods

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

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

toConstr :: ModifyLunaClient -> Constr #

dataTypeOf :: ModifyLunaClient -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: ModifyLunaClient -> () #

AWSRequest ModifyLunaClient Source # 
ToPath ModifyLunaClient Source # 
ToHeaders ModifyLunaClient Source # 
ToQuery ModifyLunaClient Source # 
type Rep ModifyLunaClient Source # 
type Rep ModifyLunaClient = D1 (MetaData "ModifyLunaClient" "Network.AWS.CloudHSM.ModifyLunaClient" "amazonka-cloudhsm-1.4.3-8vyovRbs8BsGwKsWR2QfXS" False) (C1 (MetaCons "ModifyLunaClient'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mlcClientARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_mlcCertificate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs ModifyLunaClient Source # 

Request Lenses

mlcClientARN :: Lens' ModifyLunaClient Text Source #

The ARN of the client.

mlcCertificate :: Lens' ModifyLunaClient Text Source #

The new certificate for the client.

Destructuring the Response

modifyLunaClientResponse Source #

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

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

data ModifyLunaClientResponse Source #

See: modifyLunaClientResponse smart constructor.

Instances

Eq ModifyLunaClientResponse Source # 
Data ModifyLunaClientResponse Source # 

Methods

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

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

toConstr :: ModifyLunaClientResponse -> Constr #

dataTypeOf :: ModifyLunaClientResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ModifyLunaClientResponse Source # 
Show ModifyLunaClientResponse Source # 
Generic ModifyLunaClientResponse Source # 
NFData ModifyLunaClientResponse Source # 
type Rep ModifyLunaClientResponse Source # 
type Rep ModifyLunaClientResponse = D1 (MetaData "ModifyLunaClientResponse" "Network.AWS.CloudHSM.ModifyLunaClient" "amazonka-cloudhsm-1.4.3-8vyovRbs8BsGwKsWR2QfXS" False) (C1 (MetaCons "ModifyLunaClientResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mlcrsClientARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_mlcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses