Safe Haskell | None |
---|---|
Language | Haskell2010 |
Modifies an HSM.
http://docs.aws.amazon.com/cloudhsm/latest/dg/API_ModifyHsm.html
- data ModifyHsm
- modifyHsm :: Text -> ModifyHsm
- mhEniIp :: Lens' ModifyHsm (Maybe Text)
- mhExternalId :: Lens' ModifyHsm (Maybe Text)
- mhHsmArn :: Lens' ModifyHsm Text
- mhIamRoleArn :: Lens' ModifyHsm (Maybe Text)
- mhSubnetId :: Lens' ModifyHsm (Maybe Text)
- mhSyslogIp :: Lens' ModifyHsm (Maybe Text)
- data ModifyHsmResponse
- modifyHsmResponse :: ModifyHsmResponse
- mhrHsmArn :: Lens' ModifyHsmResponse (Maybe Text)
Request
Request constructor
ModifyHsm
constructor.
The fields accessible through corresponding lenses are:
mhEniIp
::
Maybe
Text
mhExternalId
::
Maybe
Text
mhHsmArn
::
Text
mhIamRoleArn
::
Maybe
Text
mhSubnetId
::
Maybe
Text
mhSyslogIp
::
Maybe
Text
Request lenses
mhEniIp :: Lens' ModifyHsm (Maybe Text) Source
The new IP address for the elastic network interface attached to the HSM.
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
data ModifyHsmResponse Source
Response constructor
modifyHsmResponse :: ModifyHsmResponse Source
ModifyHsmResponse
constructor.
The fields accessible through corresponding lenses are: