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 client.
Synopsis
- data DeleteLunaClient = DeleteLunaClient' {}
- newDeleteLunaClient :: Text -> DeleteLunaClient
- deleteLunaClient_clientArn :: Lens' DeleteLunaClient Text
- data DeleteLunaClientResponse = DeleteLunaClientResponse' {
- httpStatus :: Int
- status :: Text
- newDeleteLunaClientResponse :: Int -> Text -> DeleteLunaClientResponse
- deleteLunaClientResponse_httpStatus :: Lens' DeleteLunaClientResponse Int
- deleteLunaClientResponse_status :: Lens' DeleteLunaClientResponse Text
Creating a Request
data DeleteLunaClient Source #
See: newDeleteLunaClient
smart constructor.
Instances
Create a value of DeleteLunaClient
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:clientArn:DeleteLunaClient'
, deleteLunaClient_clientArn
- The ARN of the client to delete.
Request Lenses
deleteLunaClient_clientArn :: Lens' DeleteLunaClient Text Source #
The ARN of the client to delete.
Destructuring the Response
data DeleteLunaClientResponse Source #
See: newDeleteLunaClientResponse
smart constructor.
DeleteLunaClientResponse' | |
|
Instances
newDeleteLunaClientResponse Source #
:: Int | |
-> Text | |
-> DeleteLunaClientResponse |
Create a value of DeleteLunaClientResponse
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:DeleteLunaClientResponse'
, deleteLunaClientResponse_httpStatus
- The response's http status code.
$sel:status:DeleteLunaClientResponse'
, deleteLunaClientResponse_status
- The status of the action.
Response Lenses
deleteLunaClientResponse_httpStatus :: Lens' DeleteLunaClientResponse Int Source #
The response's http status code.
deleteLunaClientResponse_status :: Lens' DeleteLunaClientResponse Text Source #
The status of the action.