amazonka-cloudhsm-0.3.4: Amazon CloudHSM SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudHSM.ModifyHsm

Contents

Description

Synopsis

Request

Request constructor

modifyHsm Source

Arguments

:: Text

mhHsmArn

-> ModifyHsm 

ModifyHsm constructor.

The fields accessible through corresponding lenses are:

Request lenses

mhEniIp :: Lens' ModifyHsm (Maybe Text) Source

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

mhExternalId :: Lens' ModifyHsm (Maybe Text) Source

The new external ID.

mhHsmArn :: Lens' ModifyHsm Text Source

The ARN of the HSM to modify.

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.

Response

Response constructor

modifyHsmResponse :: ModifyHsmResponse Source

ModifyHsmResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses