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

Contents

Description

Creates an uninitialized HSM instance.

There is an upfront fee charged for each HSM instance that you create with the CreateHsm operation. If you accidentally provision an HSM and want to request a refund, delete the instance using the DeleteHsm operation, go to the AWS Support Center , create a new case, and select Account and Billing Support .

Important: It can take up to 20 minutes to create and provision an HSM. You can monitor the status of the HSM with the DescribeHsm operation. The HSM is ready to be initialized when the status changes to RUNNING .

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:

  • chClientToken - A user-defined token to ensure idempotence. Subsequent calls to this operation with the same token will be ignored.
  • chSyslogIP - The IP address for the syslog monitoring server. The AWS CloudHSM service only supports one syslog monitoring server.
  • chExternalId - The external ID from IamRoleArn , if present.
  • chEniIP - The IP address to assign to the HSM's ENI. If an IP address is not specified, an IP address will be randomly chosen from the CIDR range of the subnet.
  • chSubnetId - The identifier of the subnet in your VPC in which to place the HSM.
  • chSSHKey - The SSH public key to install on the HSM.
  • chIAMRoleARN - The ARN of an IAM role to enable the AWS CloudHSM service to allocate an ENI on your behalf.
  • chSubscriptionType - Undocumented member.

data CreateHSM Source #

Contains the inputs for the CreateHsm operation.

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 :: * -> * #

Hashable CreateHSM Source # 
ToJSON CreateHSM Source # 
NFData CreateHSM Source # 

Methods

rnf :: CreateHSM -> () #

AWSRequest CreateHSM Source # 
ToPath CreateHSM Source # 
ToHeaders CreateHSM Source # 

Methods

toHeaders :: CreateHSM -> [Header] #

ToQuery CreateHSM Source # 
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 operation with the same token will be ignored.

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

The IP address for the syslog monitoring server. The AWS CloudHSM service only supports one 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. If an IP address is not specified, an IP address will be randomly chosen from the CIDR range of the subnet.

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

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 # 
NFData CreateHSMResponse Source # 

Methods

rnf :: CreateHSMResponse -> () #

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

Response Lenses

chrsResponseStatus :: Lens' CreateHSMResponse Int Source #

  • - | The response status code.