| 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.Elevation
Description
Synopsis
- data Elevation = Elevation' {
- unit :: AngleUnits
- value :: Double
- newElevation :: AngleUnits -> Double -> Elevation
- elevation_unit :: Lens' Elevation AngleUnits
- elevation_value :: Lens' Elevation Double
Documentation
Elevation angle of the satellite in the sky during a contact.
See: newElevation smart constructor.
Constructors
| Elevation' | |
Fields
| |
Instances
| FromJSON Elevation Source # | |
| Generic Elevation Source # | |
| Read Elevation Source # | |
| Show Elevation Source # | |
| NFData Elevation Source # | |
Defined in Amazonka.GroundStation.Types.Elevation | |
| Eq Elevation Source # | |
| Hashable Elevation Source # | |
Defined in Amazonka.GroundStation.Types.Elevation | |
| type Rep Elevation Source # | |
Defined in Amazonka.GroundStation.Types.Elevation type Rep Elevation = D1 ('MetaData "Elevation" "Amazonka.GroundStation.Types.Elevation" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" 'False) (C1 ('MetaCons "Elevation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AngleUnits) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))) | |
Arguments
| :: AngleUnits | |
| -> Double | |
| -> Elevation |
Create a value of Elevation 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:unit:Elevation', elevation_unit - Elevation angle units.
$sel:value:Elevation', elevation_value - Elevation angle value.
elevation_unit :: Lens' Elevation AngleUnits Source #
Elevation angle units.