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.CreateHSM

Contents

Description

Creates an uninitialized HSM instance. Running this command provisions an HSM appliance and will result in charges to your AWS account for the HSM.

See: AWS API Reference for CreateHSM.

Synopsis

Creating a Request

createHSM Source #

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

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

data CreateHSM Source #

Contains the inputs for the CreateHsm action.

See: createHSM smart constructor.

Instances

Eq CreateHSM Source # 
Data CreateHSM Source # 

Methods

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

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

toConstr :: CreateHSM -> Constr #

dataTypeOf :: CreateHSM -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateHSM Source # 
Show CreateHSM Source # 
Generic CreateHSM Source # 

Associated Types

type Rep CreateHSM :: * -> * #

ToJSON CreateHSM Source # 
AWSRequest CreateHSM Source # 
ToQuery CreateHSM Source # 
ToPath CreateHSM Source # 
ToHeaders CreateHSM Source # 

Methods

toHeaders :: CreateHSM -> [Header] #

type Rep CreateHSM Source # 
type Rs CreateHSM Source # 

Request Lenses

chClientToken :: Lens' CreateHSM (Maybe Text) Source #

A user-defined token to ensure idempotence. Subsequent calls to this action with the same token will be ignored.

chSyslogIP :: Lens' CreateHSM (Maybe Text) Source #

The IP address for the syslog monitoring server.

chExternalId :: Lens' CreateHSM (Maybe Text) Source #

The external ID from IamRoleArn, if present.

chEniIP :: Lens' CreateHSM (Maybe Text) Source #

The IP address to assign to the HSM's ENI.

chSubnetId :: Lens' CreateHSM Text Source #

The identifier of the subnet in your VPC in which to place the HSM.

chSSHKey :: Lens' CreateHSM Text Source #

The SSH public key to install on the HSM.

chIAMRoleARN :: Lens' CreateHSM Text Source #

The ARN of an IAM role to enable the AWS CloudHSM service to allocate an ENI on your behalf.

Destructuring the Response

createHSMResponse Source #

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

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

data CreateHSMResponse Source #

Contains the output of the CreateHsm action.

See: createHSMResponse smart constructor.

Instances

Eq CreateHSMResponse Source # 
Data CreateHSMResponse Source # 

Methods

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

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

toConstr :: CreateHSMResponse -> Constr #

dataTypeOf :: CreateHSMResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Response Lenses