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 ClientCertificate resource.
Synopsis
- data DeleteClientCertificate = DeleteClientCertificate' {}
- newDeleteClientCertificate :: Text -> DeleteClientCertificate
- deleteClientCertificate_clientCertificateId :: Lens' DeleteClientCertificate Text
- data DeleteClientCertificateResponse = DeleteClientCertificateResponse' {
- newDeleteClientCertificateResponse :: DeleteClientCertificateResponse
Creating a Request
data DeleteClientCertificate Source #
A request to delete the ClientCertificate resource.
See: newDeleteClientCertificate
smart constructor.
DeleteClientCertificate' | |
|
Instances
newDeleteClientCertificate Source #
Create a value of DeleteClientCertificate
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:clientCertificateId:DeleteClientCertificate'
, deleteClientCertificate_clientCertificateId
- [Required] The identifier of the ClientCertificate resource to be
deleted.
Request Lenses
deleteClientCertificate_clientCertificateId :: Lens' DeleteClientCertificate Text Source #
- Required
- The identifier of the ClientCertificate resource to be deleted.
Destructuring the Response
data DeleteClientCertificateResponse Source #
See: newDeleteClientCertificateResponse
smart constructor.
Instances
newDeleteClientCertificateResponse :: DeleteClientCertificateResponse Source #
Create a value of DeleteClientCertificateResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.