Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SatelliteListItem = SatelliteListItem' {}
- newSatelliteListItem :: SatelliteListItem
- satelliteListItem_satelliteId :: Lens' SatelliteListItem (Maybe Text)
- satelliteListItem_satelliteArn :: Lens' SatelliteListItem (Maybe Text)
- satelliteListItem_groundStations :: Lens' SatelliteListItem (Maybe [Text])
- satelliteListItem_noradSatelliteID :: Lens' SatelliteListItem (Maybe Natural)
Documentation
data SatelliteListItem Source #
Item in a list of satellites.
See: newSatelliteListItem
smart constructor.
SatelliteListItem' | |
|
Instances
newSatelliteListItem :: SatelliteListItem Source #
Create a value of SatelliteListItem
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:satelliteId:SatelliteListItem'
, satelliteListItem_satelliteId
- UUID of a satellite.
$sel:satelliteArn:SatelliteListItem'
, satelliteListItem_satelliteArn
- ARN of a satellite.
$sel:groundStations:SatelliteListItem'
, satelliteListItem_groundStations
- A list of ground stations to which the satellite is on-boarded.
$sel:noradSatelliteID:SatelliteListItem'
, satelliteListItem_noradSatelliteID
- NORAD satellite ID number.
satelliteListItem_satelliteId :: Lens' SatelliteListItem (Maybe Text) Source #
UUID of a satellite.
satelliteListItem_satelliteArn :: Lens' SatelliteListItem (Maybe Text) Source #
ARN of a satellite.
satelliteListItem_groundStations :: Lens' SatelliteListItem (Maybe [Text]) Source #
A list of ground stations to which the satellite is on-boarded.
satelliteListItem_noradSatelliteID :: Lens' SatelliteListItem (Maybe Natural) Source #
NORAD satellite ID number.