| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CloudHSM.ModifyLunaClient
Description
Modifies the certificate used by the client.
This action can potentially start a workflow to install the new certificate on the client's HSMs.
http://docs.aws.amazon.com/cloudhsm/latest/dg/API_ModifyLunaClient.html
- data ModifyLunaClient
- modifyLunaClient :: Text -> Text -> ModifyLunaClient
- mlcCertificate :: Lens' ModifyLunaClient Text
- mlcClientArn :: Lens' ModifyLunaClient Text
- data ModifyLunaClientResponse
- modifyLunaClientResponse :: ModifyLunaClientResponse
- mlcrClientArn :: Lens' ModifyLunaClientResponse (Maybe Text)
Request
data ModifyLunaClient Source
Instances
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> ModifyLunaClient |
ModifyLunaClient constructor.
The fields accessible through corresponding lenses are:
Request lenses
mlcCertificate :: Lens' ModifyLunaClient Text Source
The new certificate for the client.
mlcClientArn :: Lens' ModifyLunaClient Text Source
The ARN of the client.
Response
Response constructor
modifyLunaClientResponse :: ModifyLunaClientResponse Source
ModifyLunaClientResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
mlcrClientArn :: Lens' ModifyLunaClientResponse (Maybe Text) Source
The ARN of the client.