| 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.DeleteHAPG
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 high-availability partition group.
Creating a Request
Arguments
| :: Text | |
| -> DeleteHAPG |
Creates a value of DeleteHAPG with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dhHAPGARN- The ARN of the high-availability partition group to delete.
data DeleteHAPG Source #
Contains the inputs for the DeleteHapg action.
See: deleteHAPG smart constructor.
Instances
Request Lenses
dhHAPGARN :: Lens' DeleteHAPG Text Source #
The ARN of the high-availability partition group to delete.
Destructuring the Response
Arguments
| :: Int | |
| -> Text | |
| -> DeleteHAPGResponse |
Creates a value of DeleteHAPGResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dhrsResponseStatus- -- | The response status code.dhrsStatus- The status of the action.
data DeleteHAPGResponse Source #
Contains the output of the DeleteHapg action.
See: deleteHAPGResponse smart constructor.
Response Lenses
dhrsResponseStatus :: Lens' DeleteHAPGResponse Int Source #
- - | The response status code.
dhrsStatus :: Lens' DeleteHAPGResponse Text Source #
The status of the action.