| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.APIGateway.DeleteClientCertificate
Description
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.
Constructors
| DeleteClientCertificate' | |
Fields
| |
Instances
newDeleteClientCertificate Source #
Arguments
| :: Text | |
| -> DeleteClientCertificate |
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:
DeleteClientCertificate, deleteClientCertificate_clientCertificateId - The identifier of the ClientCertificate resource to be deleted.
Request Lenses
deleteClientCertificate_clientCertificateId :: Lens' DeleteClientCertificate Text Source #
The identifier of the ClientCertificate resource to be deleted.
Destructuring the Response
data DeleteClientCertificateResponse Source #
See: newDeleteClientCertificateResponse smart constructor.
Constructors
| DeleteClientCertificateResponse' | |
Instances
| Generic DeleteClientCertificateResponse Source # | |
Defined in Amazonka.APIGateway.DeleteClientCertificate Associated Types type Rep DeleteClientCertificateResponse :: Type -> Type # | |
| Read DeleteClientCertificateResponse Source # | |
| Show DeleteClientCertificateResponse Source # | |
Defined in Amazonka.APIGateway.DeleteClientCertificate Methods showsPrec :: Int -> DeleteClientCertificateResponse -> ShowS # | |
| NFData DeleteClientCertificateResponse Source # | |
Defined in Amazonka.APIGateway.DeleteClientCertificate Methods rnf :: DeleteClientCertificateResponse -> () # | |
| Eq DeleteClientCertificateResponse Source # | |
| type Rep DeleteClientCertificateResponse Source # | |
Defined in Amazonka.APIGateway.DeleteClientCertificate | |
newDeleteClientCertificateResponse :: DeleteClientCertificateResponse Source #
Create a value of DeleteClientCertificateResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.