| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.APIGateway.DeleteClientCertificate
Description
Undocumented operation.
Creating a Request
deleteClientCertificate Source
Arguments
| :: Text | |
| -> DeleteClientCertificate |
Creates a value of DeleteClientCertificate with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteClientCertificate Source
See: deleteClientCertificate smart constructor.
Instances
Request Lenses
dccClientCertificateId :: Lens' DeleteClientCertificate Text Source
Undocumented member.
Destructuring the Response
deleteClientCertificateResponse :: DeleteClientCertificateResponse Source
Creates a value of DeleteClientCertificateResponse with the minimum fields required to make a request.
data DeleteClientCertificateResponse Source
See: deleteClientCertificateResponse smart constructor.