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 |
Deletes the specified HSM client certificate.
Synopsis
- data DeleteHsmClientCertificate = DeleteHsmClientCertificate' {}
- newDeleteHsmClientCertificate :: Text -> DeleteHsmClientCertificate
- deleteHsmClientCertificate_hsmClientCertificateIdentifier :: Lens' DeleteHsmClientCertificate Text
- data DeleteHsmClientCertificateResponse = DeleteHsmClientCertificateResponse' {
- newDeleteHsmClientCertificateResponse :: DeleteHsmClientCertificateResponse
Creating a Request
data DeleteHsmClientCertificate Source #
See: newDeleteHsmClientCertificate
smart constructor.
DeleteHsmClientCertificate' | |
|
Instances
newDeleteHsmClientCertificate Source #
Create a value of DeleteHsmClientCertificate
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:hsmClientCertificateIdentifier:DeleteHsmClientCertificate'
, deleteHsmClientCertificate_hsmClientCertificateIdentifier
- The identifier of the HSM client certificate to be deleted.
Request Lenses
deleteHsmClientCertificate_hsmClientCertificateIdentifier :: Lens' DeleteHsmClientCertificate Text Source #
The identifier of the HSM client certificate to be deleted.
Destructuring the Response
data DeleteHsmClientCertificateResponse Source #
See: newDeleteHsmClientCertificateResponse
smart constructor.
Instances
newDeleteHsmClientCertificateResponse :: DeleteHsmClientCertificateResponse Source #
Create a value of DeleteHsmClientCertificateResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.