| Copyright | (c) 2013-2017 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Network.AWS.CloudHSM.ModifyLunaClient
Description
This is documentation for AWS CloudHSM Classic . For more information, see AWS CloudHSM Classic FAQs , the AWS CloudHSM Classic User Guide , and the AWS CloudHSM Classic API Reference .
For information about the current version of AWS CloudHSM , see AWS CloudHSM , the AWS CloudHSM User Guide , and the AWS CloudHSM API Reference .
Modifies the certificate used by the client.
This action can potentially start a workflow to install the new certificate on the client's HSMs.
- modifyLunaClient :: Text -> Text -> ModifyLunaClient
 - data ModifyLunaClient
 - mlcClientARN :: Lens' ModifyLunaClient Text
 - mlcCertificate :: Lens' ModifyLunaClient Text
 - modifyLunaClientResponse :: Int -> ModifyLunaClientResponse
 - data ModifyLunaClientResponse
 - mlcrsClientARN :: Lens' ModifyLunaClientResponse (Maybe Text)
 - mlcrsResponseStatus :: Lens' ModifyLunaClientResponse Int
 
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> ModifyLunaClient | 
Creates a value of ModifyLunaClient with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
mlcClientARN- The ARN of the client.mlcCertificate- The new certificate for the client.
data ModifyLunaClient Source #
See: modifyLunaClient smart constructor.
Instances
Request Lenses
mlcClientARN :: Lens' ModifyLunaClient Text Source #
The ARN of the client.
mlcCertificate :: Lens' ModifyLunaClient Text Source #
The new certificate for the client.
Destructuring the Response
modifyLunaClientResponse Source #
Arguments
| :: Int | |
| -> ModifyLunaClientResponse | 
Creates a value of ModifyLunaClientResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
mlcrsClientARN- The ARN of the client.mlcrsResponseStatus- -- | The response status code.
data ModifyLunaClientResponse Source #
See: modifyLunaClientResponse smart constructor.
Response Lenses
mlcrsClientARN :: Lens' ModifyLunaClientResponse (Maybe Text) Source #
The ARN of the client.
mlcrsResponseStatus :: Lens' ModifyLunaClientResponse Int Source #
- - | The response status code.