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.GlobalIdentity

Description

 
Synopsis

Documentation

data GlobalIdentity Source #

Global identity information.

See: newGlobalIdentity smart constructor.

Constructors

GlobalIdentity' 

Fields

  • lac :: Natural

    Location area code of the global identity.

  • geranCid :: Natural

    GERAN (GSM EDGE Radio Access Network) cell global identifier.

Instances

Instances details
ToJSON GlobalIdentity Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GlobalIdentity

Generic GlobalIdentity Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GlobalIdentity

Associated Types

type Rep GlobalIdentity :: Type -> Type #

Read GlobalIdentity Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GlobalIdentity

Show GlobalIdentity Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GlobalIdentity

NFData GlobalIdentity Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GlobalIdentity

Methods

rnf :: GlobalIdentity -> () #

Eq GlobalIdentity Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GlobalIdentity

Hashable GlobalIdentity Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GlobalIdentity

type Rep GlobalIdentity Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GlobalIdentity

type Rep GlobalIdentity = D1 ('MetaData "GlobalIdentity" "Amazonka.IoTWireless.Types.GlobalIdentity" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "GlobalIdentity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lac") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "geranCid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newGlobalIdentity Source #

Create a value of GlobalIdentity 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:lac:GlobalIdentity', globalIdentity_lac - Location area code of the global identity.

$sel:geranCid:GlobalIdentity', globalIdentity_geranCid - GERAN (GSM EDGE Radio Access Network) cell global identifier.

globalIdentity_lac :: Lens' GlobalIdentity Natural Source #

Location area code of the global identity.

globalIdentity_geranCid :: Lens' GlobalIdentity Natural Source #

GERAN (GSM EDGE Radio Access Network) cell global identifier.