amazonka-iot-1.3.3: 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.UpdateCertificate

Contents

Description

Updates the status of the specified certificate. This operation is idempotent.

Moving a cert from the ACTIVE state (including REVOKED) will NOT disconnect currently-connected devices, although these devices will be unable to reconnect.

The ACTIVE state is required to authenticate devices connecting to AWS IoT using a certificate.

See: AWS API Reference for UpdateCertificate.

Synopsis

Creating a Request

updateCertificate Source

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

Use one of the following lenses to modify other fields as desired:

Request Lenses

ucCertificateId :: Lens' UpdateCertificate Text Source

The ID of the certificate.

Destructuring the Response

updateCertificateResponse :: UpdateCertificateResponse Source

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