| 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.DeleteLunaClient
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 .
Deletes a client.
- deleteLunaClient :: Text -> DeleteLunaClient
 - data DeleteLunaClient
 - dClientARN :: Lens' DeleteLunaClient Text
 - deleteLunaClientResponse :: Int -> Text -> DeleteLunaClientResponse
 - data DeleteLunaClientResponse
 - dlcrsResponseStatus :: Lens' DeleteLunaClientResponse Int
 - dlcrsStatus :: Lens' DeleteLunaClientResponse Text
 
Creating a Request
Arguments
| :: Text | |
| -> DeleteLunaClient | 
Creates a value of DeleteLunaClient with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dClientARN- The ARN of the client to delete.
data DeleteLunaClient Source #
See: deleteLunaClient smart constructor.
Instances
Request Lenses
dClientARN :: Lens' DeleteLunaClient Text Source #
The ARN of the client to delete.
Destructuring the Response
deleteLunaClientResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> DeleteLunaClientResponse | 
Creates a value of DeleteLunaClientResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dlcrsResponseStatus- -- | The response status code.dlcrsStatus- The status of the action.
data DeleteLunaClientResponse Source #
See: deleteLunaClientResponse smart constructor.
Response Lenses
dlcrsResponseStatus :: Lens' DeleteLunaClientResponse Int Source #
- - | The response status code.
 
dlcrsStatus :: Lens' DeleteLunaClientResponse Text Source #
The status of the action.