libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless
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.IoTWireless.Types.CertificateList

Description

 
Synopsis

Documentation

data CertificateList Source #

List of sidewalk certificates.

See: newCertificateList smart constructor.

Constructors

CertificateList' 

Fields

Instances

Instances details
Eq CertificateList Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CertificateList

Read CertificateList Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CertificateList

Show CertificateList Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CertificateList

Generic CertificateList Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CertificateList

Associated Types

type Rep CertificateList :: Type -> Type #

NFData CertificateList Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CertificateList

Methods

rnf :: CertificateList -> () #

Hashable CertificateList Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CertificateList

FromJSON CertificateList Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CertificateList

type Rep CertificateList Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CertificateList

type Rep CertificateList = D1 ('MetaData "CertificateList" "Amazonka.IoTWireless.Types.CertificateList" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "CertificateList'" 'PrefixI 'True) (S1 ('MetaSel ('Just "signingAlg") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SigningAlg) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCertificateList Source #

Create a value of CertificateList 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:signingAlg:CertificateList', certificateList_signingAlg - The certificate chain algorithm provided by sidewalk.

$sel:value:CertificateList', certificateList_value - The value of the chosen sidewalk certificate.

certificateList_signingAlg :: Lens' CertificateList SigningAlg Source #

The certificate chain algorithm provided by sidewalk.

certificateList_value :: Lens' CertificateList Text Source #

The value of the chosen sidewalk certificate.