| 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.DeleteHSM
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 an HSM. After completion, this operation cannot be undone and your key material cannot be recovered.
Creating a Request
Contains the inputs for the DeleteHsm operation.
See: deleteHSM smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> Text | |
| -> DeleteHSMResponse | 
Creates a value of DeleteHSMResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dhsmrsResponseStatus- -- | The response status code.dhsmrsStatus- The status of the operation.
data DeleteHSMResponse Source #
Contains the output of the DeleteHsm operation.
See: deleteHSMResponse smart constructor.
Response Lenses
dhsmrsResponseStatus :: Lens' DeleteHSMResponse Int Source #
- - | The response status code.
 
dhsmrsStatus :: Lens' DeleteHSMResponse Text Source #
The status of the operation.