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 |
Amazonka.Redshift.DeleteHsmClientCertificate
Description
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.
Constructors
DeleteHsmClientCertificate' | |
Fields
|
Instances
newDeleteHsmClientCertificate Source #
Arguments
:: Text |
|
-> DeleteHsmClientCertificate |
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.
Constructors
DeleteHsmClientCertificateResponse' | |
Instances
Eq DeleteHsmClientCertificateResponse Source # | |
Read DeleteHsmClientCertificateResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmClientCertificate | |
Show DeleteHsmClientCertificateResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmClientCertificate Methods showsPrec :: Int -> DeleteHsmClientCertificateResponse -> ShowS # | |
Generic DeleteHsmClientCertificateResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmClientCertificate Associated Types type Rep DeleteHsmClientCertificateResponse :: Type -> Type # | |
NFData DeleteHsmClientCertificateResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmClientCertificate Methods rnf :: DeleteHsmClientCertificateResponse -> () # | |
type Rep DeleteHsmClientCertificateResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmClientCertificate |
newDeleteHsmClientCertificateResponse :: DeleteHsmClientCertificateResponse Source #
Create a value of DeleteHsmClientCertificateResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.