| 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.AcceptCertificateTransfer
Description
Accepts a pending certificate transfer. The default state of the certificate is INACTIVE.
To check for pending certificate transfers, call ListCertificates to enumerate your certificates.
Synopsis
- acceptCertificateTransfer :: Text -> AcceptCertificateTransfer
- data AcceptCertificateTransfer
- actSetAsActive :: Lens' AcceptCertificateTransfer (Maybe Bool)
- actCertificateId :: Lens' AcceptCertificateTransfer Text
- acceptCertificateTransferResponse :: AcceptCertificateTransferResponse
- data AcceptCertificateTransferResponse
Creating a Request
acceptCertificateTransfer Source #
Arguments
| :: Text | |
| -> AcceptCertificateTransfer |
Creates a value of AcceptCertificateTransfer with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
actSetAsActive- Specifies whether the certificate is active.actCertificateId- The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
data AcceptCertificateTransfer Source #
The input for the AcceptCertificateTransfer operation.
See: acceptCertificateTransfer smart constructor.
Instances
Request Lenses
actSetAsActive :: Lens' AcceptCertificateTransfer (Maybe Bool) Source #
Specifies whether the certificate is active.
actCertificateId :: Lens' AcceptCertificateTransfer Text Source #
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
Destructuring the Response
acceptCertificateTransferResponse :: AcceptCertificateTransferResponse Source #
Creates a value of AcceptCertificateTransferResponse with the minimum fields required to make a request.
data AcceptCertificateTransferResponse Source #
See: acceptCertificateTransferResponse smart constructor.