amazonka-iot-1.3.4: 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.CreateCertificateFromCsr

Contents

Description

Creates an X.509 certificate using the specified certificate signing request.

Note Reusing the same certificate signing request (CSR) results in a distinct certificate.

See: AWS API Reference for CreateCertificateFromCsr.

Synopsis

Creating a Request

createCertificateFromCsr Source

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

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

Request Lenses

ccfcSetAsActive :: Lens' CreateCertificateFromCsr (Maybe Bool) Source

Specifies whether the certificate is active.

Destructuring the Response

createCertificateFromCsrResponse Source

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

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

Response Lenses

ccfcrsCertificateARN :: Lens' CreateCertificateFromCsrResponse (Maybe Text) Source

The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

ccfcrsCertificateId :: Lens' CreateCertificateFromCsrResponse (Maybe Text) Source

The ID of the certificate. Certificate management operations only take a certificateId.