amazonka-iotwireless-2.0: Amazon IoT Wireless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTWireless.Types.SidewalkAccountInfoWithFingerprint

Description

 
Synopsis

Documentation

data SidewalkAccountInfoWithFingerprint Source #

Information about a Sidewalk account.

See: newSidewalkAccountInfoWithFingerprint smart constructor.

Constructors

SidewalkAccountInfoWithFingerprint' 

Fields

Instances

Instances details
FromJSON SidewalkAccountInfoWithFingerprint Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.SidewalkAccountInfoWithFingerprint

Generic SidewalkAccountInfoWithFingerprint Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.SidewalkAccountInfoWithFingerprint

Associated Types

type Rep SidewalkAccountInfoWithFingerprint :: Type -> Type #

Show SidewalkAccountInfoWithFingerprint Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.SidewalkAccountInfoWithFingerprint

NFData SidewalkAccountInfoWithFingerprint Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.SidewalkAccountInfoWithFingerprint

Eq SidewalkAccountInfoWithFingerprint Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.SidewalkAccountInfoWithFingerprint

Hashable SidewalkAccountInfoWithFingerprint Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.SidewalkAccountInfoWithFingerprint

type Rep SidewalkAccountInfoWithFingerprint Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.SidewalkAccountInfoWithFingerprint

type Rep SidewalkAccountInfoWithFingerprint = D1 ('MetaData "SidewalkAccountInfoWithFingerprint" "Amazonka.IoTWireless.Types.SidewalkAccountInfoWithFingerprint" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "SidewalkAccountInfoWithFingerprint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "amazonId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fingerprint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))

newSidewalkAccountInfoWithFingerprint :: SidewalkAccountInfoWithFingerprint Source #

Create a value of SidewalkAccountInfoWithFingerprint 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:amazonId:SidewalkAccountInfoWithFingerprint', sidewalkAccountInfoWithFingerprint_amazonId - The Sidewalk Amazon ID.

$sel:arn:SidewalkAccountInfoWithFingerprint', sidewalkAccountInfoWithFingerprint_arn - The Amazon Resource Name of the resource.

$sel:fingerprint:SidewalkAccountInfoWithFingerprint', sidewalkAccountInfoWithFingerprint_fingerprint - The fingerprint of the Sidewalk application server private key.

sidewalkAccountInfoWithFingerprint_fingerprint :: Lens' SidewalkAccountInfoWithFingerprint (Maybe Text) Source #

The fingerprint of the Sidewalk application server private key.