Copyright | (c) 2013-2015 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 |
Rejects a pending certificate transfer. After AWS IoT rejects a certificate transfer, the certificate status changes from PENDING_TRANFER to INACTIVE.
To check for pending certificate transfers, call ListCertificates to enumerate your certificates.
This operation can only be called by the transfer destination. Once called, the certificate will be returned to the source's account in the INACTIVE state.
See: AWS API Reference for RejectCertificateTransfer.
Creating a Request
rejectCertificateTransfer Source
Creates a value of RejectCertificateTransfer
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RejectCertificateTransfer Source
The input for the RejectCertificateTransfer operation.
See: rejectCertificateTransfer
smart constructor.
Request Lenses
rctCertificateId :: Lens' RejectCertificateTransfer Text Source
The ID of the certificate.
Destructuring the Response
rejectCertificateTransferResponse :: RejectCertificateTransferResponse Source
Creates a value of RejectCertificateTransferResponse
with the minimum fields required to make a request.
data RejectCertificateTransferResponse Source
See: rejectCertificateTransferResponse
smart constructor.