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

Amazonka.IoT.Types.CACertificate

Description

 
Synopsis

Documentation

data CACertificate Source #

A CA certificate.

See: newCACertificate smart constructor.

Constructors

CACertificate' 

Fields

Instances

Instances details
Eq CACertificate Source # 
Instance details

Defined in Amazonka.IoT.Types.CACertificate

Read CACertificate Source # 
Instance details

Defined in Amazonka.IoT.Types.CACertificate

Show CACertificate Source # 
Instance details

Defined in Amazonka.IoT.Types.CACertificate

Generic CACertificate Source # 
Instance details

Defined in Amazonka.IoT.Types.CACertificate

Associated Types

type Rep CACertificate :: Type -> Type #

NFData CACertificate Source # 
Instance details

Defined in Amazonka.IoT.Types.CACertificate

Methods

rnf :: CACertificate -> () #

Hashable CACertificate Source # 
Instance details

Defined in Amazonka.IoT.Types.CACertificate

FromJSON CACertificate Source # 
Instance details

Defined in Amazonka.IoT.Types.CACertificate

type Rep CACertificate Source # 
Instance details

Defined in Amazonka.IoT.Types.CACertificate

type Rep CACertificate = D1 ('MetaData "CACertificate" "Amazonka.IoT.Types.CACertificate" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "CACertificate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CACertificateStatus)) :*: S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "certificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newCACertificate :: CACertificate Source #

Create a value of CACertificate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:CACertificate', cACertificate_status - The status of the CA certificate.

The status value REGISTER_INACTIVE is deprecated and should not be used.

$sel:certificateArn:CACertificate', cACertificate_certificateArn - The ARN of the CA certificate.

$sel:certificateId:CACertificate', cACertificate_certificateId - The ID of the CA certificate.

$sel:creationDate:CACertificate', cACertificate_creationDate - The date the CA certificate was created.

cACertificate_status :: Lens' CACertificate (Maybe CACertificateStatus) Source #

The status of the CA certificate.

The status value REGISTER_INACTIVE is deprecated and should not be used.

cACertificate_creationDate :: Lens' CACertificate (Maybe UTCTime) Source #

The date the CA certificate was created.