| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTWireless.Types.CellTowers
Description
Synopsis
- data CellTowers = CellTowers' {}
- newCellTowers :: CellTowers
- cellTowers_cdma :: Lens' CellTowers (Maybe (NonEmpty CdmaObj))
- cellTowers_gsm :: Lens' CellTowers (Maybe (NonEmpty GsmObj))
- cellTowers_lte :: Lens' CellTowers (Maybe (NonEmpty LteObj))
- cellTowers_tdscdma :: Lens' CellTowers (Maybe (NonEmpty TdscdmaObj))
- cellTowers_wcdma :: Lens' CellTowers (Maybe (NonEmpty WcdmaObj))
Documentation
data CellTowers Source #
The cell towers that were used to perform the measurements.
See: newCellTowers smart constructor.
Constructors
| CellTowers' | |
Instances
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.
cellTowers_wcdma :: Lens' CellTowers (Maybe (NonEmpty WcdmaObj)) Source #
WCDMA object information.