| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.IoT.DeleteCACertificate
Description
Deletes a registered CA certificate.
Creating a Request
Arguments
| :: Text | |
| -> DeleteCACertificate |
Creates a value of DeleteCACertificate with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcacCertificateId- The ID of the certificate to delete. (The last part of the certificate ARN contains the certificate ID.)
data DeleteCACertificate Source #
Input for the DeleteCACertificate operation.
See: deleteCACertificate smart constructor.
Instances
Request Lenses
dcacCertificateId :: Lens' DeleteCACertificate Text Source #
The ID of the certificate to delete. (The last part of the certificate ARN contains the certificate ID.)
Destructuring the Response
deleteCACertificateResponse Source #
Arguments
| :: Int | |
| -> DeleteCACertificateResponse |
Creates a value of DeleteCACertificateResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcacrsResponseStatus- -- | The response status code.
data DeleteCACertificateResponse Source #
The output for the DeleteCACertificate operation.
See: deleteCACertificateResponse smart constructor.
Instances
Response Lenses
dcacrsResponseStatus :: Lens' DeleteCACertificateResponse Int Source #
- - | The response status code.