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
Deletes the ClientCertificate
resource.
Creating a Request
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:
dccClientCertificateId
- The identifier of theClientCertificate
resource to be deleted.
data DeleteClientCertificate #
A request to delete the ClientCertificate
resource.
See: deleteClientCertificate
smart constructor.
Instances
Request Lenses
dccClientCertificateId :: Lens' DeleteClientCertificate Text #
The identifier of the ClientCertificate
resource to be deleted.
Destructuring the Response
deleteClientCertificateResponse :: DeleteClientCertificateResponse #
Creates a value of DeleteClientCertificateResponse
with the minimum fields required to make a request.
data DeleteClientCertificateResponse #
See: deleteClientCertificateResponse
smart constructor.