amazonka-iot-1.3.3.1: Amazon IoT SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IoT.AcceptCertificateTransfer

Contents

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.

See: AWS API Reference for AcceptCertificateTransfer.

Synopsis

Creating a Request

acceptCertificateTransfer Source

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:

Request Lenses

actSetAsActive :: Lens' AcceptCertificateTransfer (Maybe Bool) Source

Specifies whether the certificate is active.

Destructuring the Response

acceptCertificateTransferResponse :: AcceptCertificateTransferResponse Source

Creates a value of AcceptCertificateTransferResponse with the minimum fields required to make a request.