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

Description

 
Synopsis

Documentation

data CdmaObj Source #

CDMA (Code-division multiple access) object.

See: newCdmaObj smart constructor.

Constructors

CdmaObj' 

Fields

Instances

Instances details
ToJSON CdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CdmaObj

Generic CdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CdmaObj

Associated Types

type Rep CdmaObj :: Type -> Type #

Methods

from :: CdmaObj -> Rep CdmaObj x #

to :: Rep CdmaObj x -> CdmaObj #

Read CdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CdmaObj

Show CdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CdmaObj

NFData CdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CdmaObj

Methods

rnf :: CdmaObj -> () #

Eq CdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CdmaObj

Methods

(==) :: CdmaObj -> CdmaObj -> Bool #

(/=) :: CdmaObj -> CdmaObj -> Bool #

Hashable CdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CdmaObj

Methods

hashWithSalt :: Int -> CdmaObj -> Int #

hash :: CdmaObj -> Int #

type Rep CdmaObj Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CdmaObj

newCdmaObj Source #

Create a value of CdmaObj 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:baseLat:CdmaObj', cdmaObj_baseLat - CDMA base station latitude in degrees.

$sel:baseLng:CdmaObj', cdmaObj_baseLng - CDMA base station longtitude in degrees.

$sel:cdmaLocalId:CdmaObj', cdmaObj_cdmaLocalId - CDMA local identification (local ID) parameters.

$sel:cdmaNmr:CdmaObj', cdmaObj_cdmaNmr - CDMA network measurement reports.

CdmaObj, cdmaObj_pilotPower - Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).

$sel:registrationZone:CdmaObj', cdmaObj_registrationZone - CDMA registration zone (RZ).

$sel:systemId:CdmaObj', cdmaObj_systemId - CDMA system ID (SID).

$sel:networkId:CdmaObj', cdmaObj_networkId - CDMA network ID (NID).

CdmaObj, cdmaObj_baseStationId - CDMA base station ID (BSID).

cdmaObj_baseLat :: Lens' CdmaObj (Maybe Double) Source #

CDMA base station latitude in degrees.

cdmaObj_baseLng :: Lens' CdmaObj (Maybe Double) Source #

CDMA base station longtitude in degrees.

cdmaObj_cdmaLocalId :: Lens' CdmaObj (Maybe CdmaLocalId) Source #

CDMA local identification (local ID) parameters.

cdmaObj_cdmaNmr :: Lens' CdmaObj (Maybe (NonEmpty CdmaNmrObj)) Source #

CDMA network measurement reports.

cdmaObj_pilotPower :: Lens' CdmaObj (Maybe Int) Source #

Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).

cdmaObj_registrationZone :: Lens' CdmaObj (Maybe Natural) Source #

CDMA registration zone (RZ).

cdmaObj_systemId :: Lens' CdmaObj Natural Source #

CDMA system ID (SID).

cdmaObj_networkId :: Lens' CdmaObj Natural Source #

CDMA network ID (NID).

cdmaObj_baseStationId :: Lens' CdmaObj Natural Source #

CDMA base station ID (BSID).