Copyright | (c) 2013-2021 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 |
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.
Synopsis
- data DeleteHapg = DeleteHapg' {}
- newDeleteHapg :: Text -> DeleteHapg
- deleteHapg_hapgArn :: Lens' DeleteHapg Text
- data DeleteHapgResponse = DeleteHapgResponse' {
- httpStatus :: Int
- status :: Text
- newDeleteHapgResponse :: Int -> Text -> DeleteHapgResponse
- deleteHapgResponse_httpStatus :: Lens' DeleteHapgResponse Int
- deleteHapgResponse_status :: Lens' DeleteHapgResponse Text
Creating a Request
data DeleteHapg Source #
Contains the inputs for the DeleteHapg action.
See: newDeleteHapg
smart constructor.
Instances
Create a value of DeleteHapg
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:hapgArn:DeleteHapg'
, deleteHapg_hapgArn
- The ARN of the high-availability partition group to delete.
Request Lenses
deleteHapg_hapgArn :: Lens' DeleteHapg Text Source #
The ARN of the high-availability partition group to delete.
Destructuring the Response
data DeleteHapgResponse Source #
Contains the output of the DeleteHapg action.
See: newDeleteHapgResponse
smart constructor.
DeleteHapgResponse' | |
|
Instances
newDeleteHapgResponse Source #
:: Int | |
-> Text | |
-> DeleteHapgResponse |
Create a value of DeleteHapgResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteHapgResponse'
, deleteHapgResponse_httpStatus
- The response's http status code.
$sel:status:DeleteHapgResponse'
, deleteHapgResponse_status
- The status of the action.
Response Lenses
deleteHapgResponse_httpStatus :: Lens' DeleteHapgResponse Int Source #
The response's http status code.
deleteHapgResponse_status :: Lens' DeleteHapgResponse Text Source #
The status of the action.