| 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.GroundStation.Types.SatelliteListItem
Description
Synopsis
- data SatelliteListItem = SatelliteListItem' {}
- newSatelliteListItem :: SatelliteListItem
- satelliteListItem_currentEphemeris :: Lens' SatelliteListItem (Maybe EphemerisMetaData)
- satelliteListItem_groundStations :: Lens' SatelliteListItem (Maybe [Text])
- satelliteListItem_noradSatelliteID :: Lens' SatelliteListItem (Maybe Natural)
- satelliteListItem_satelliteArn :: Lens' SatelliteListItem (Maybe Text)
- satelliteListItem_satelliteId :: Lens' SatelliteListItem (Maybe Text)
Documentation
data SatelliteListItem Source #
Item in a list of satellites.
See: newSatelliteListItem smart constructor.
Constructors
| SatelliteListItem' | |
Fields
| |
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:currentEphemeris:SatelliteListItem', satelliteListItem_currentEphemeris - The current ephemeris being used to compute the trajectory of the
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.
$sel:satelliteArn:SatelliteListItem', satelliteListItem_satelliteArn - ARN of a satellite.
$sel:satelliteId:SatelliteListItem', satelliteListItem_satelliteId - UUID of a satellite.
satelliteListItem_currentEphemeris :: Lens' SatelliteListItem (Maybe EphemerisMetaData) Source #
The current ephemeris being used to compute the trajectory of the 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.
satelliteListItem_satelliteArn :: Lens' SatelliteListItem (Maybe Text) Source #
ARN of a satellite.
satelliteListItem_satelliteId :: Lens' SatelliteListItem (Maybe Text) Source #
UUID of a satellite.