amazonka-cloudhsm-1.3.6: 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.ModifyHSM

Contents

Description

Modifies an HSM.

See: AWS API Reference for ModifyHSM.

Synopsis

Creating a Request

modifyHSM Source

Arguments

:: Text

mhHSMARN

-> ModifyHSM 

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

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

Request Lenses

mhIAMRoleARN :: Lens' ModifyHSM (Maybe Text) Source

The new IAM role ARN.

mhSubnetId :: Lens' ModifyHSM (Maybe Text) Source

The new identifier of the subnet that the HSM is in.

mhSyslogIP :: Lens' ModifyHSM (Maybe Text) Source

The new IP address for the syslog monitoring server.

mhExternalId :: Lens' ModifyHSM (Maybe Text) Source

The new external ID.

mhEniIP :: Lens' ModifyHSM (Maybe Text) Source

The new IP address for the elastic network interface attached to the HSM.

mhHSMARN :: Lens' ModifyHSM Text Source

The ARN of the HSM to modify.

Destructuring the Response

modifyHSMResponse Source

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

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

Response Lenses