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

Description

 
Synopsis

Documentation

data CellTowers Source #

The cell towers that were used to perform the measurements.

See: newCellTowers smart constructor.

Constructors

CellTowers' 

Fields

Instances

Instances details
ToJSON CellTowers Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CellTowers

Generic CellTowers Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CellTowers

Associated Types

type Rep CellTowers :: Type -> Type #

Read CellTowers Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CellTowers

Show CellTowers Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CellTowers

NFData CellTowers Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CellTowers

Methods

rnf :: CellTowers -> () #

Eq CellTowers Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CellTowers

Hashable CellTowers Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CellTowers

type Rep CellTowers Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.CellTowers

newCellTowers :: CellTowers Source #

Create a value of CellTowers 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:cdma:CellTowers', cellTowers_cdma - CDMA object information.

$sel:gsm:CellTowers', cellTowers_gsm - GSM object information.

$sel:lte:CellTowers', cellTowers_lte - LTE object information.

$sel:tdscdma:CellTowers', cellTowers_tdscdma - TD-SCDMA object information.

$sel:wcdma:CellTowers', cellTowers_wcdma - WCDMA object information.

cellTowers_cdma :: Lens' CellTowers (Maybe (NonEmpty CdmaObj)) Source #

CDMA object information.

cellTowers_gsm :: Lens' CellTowers (Maybe (NonEmpty GsmObj)) Source #

GSM object information.

cellTowers_lte :: Lens' CellTowers (Maybe (NonEmpty LteObj)) Source #

LTE object information.

cellTowers_tdscdma :: Lens' CellTowers (Maybe (NonEmpty TdscdmaObj)) Source #

TD-SCDMA object information.