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 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.
Elevation' | |
|
Instances
Eq Elevation Source # | |
Read Elevation Source # | |
Show Elevation Source # | |
Generic Elevation Source # | |
NFData Elevation Source # | |
Defined in Amazonka.GroundStation.Types.Elevation | |
Hashable Elevation Source # | |
Defined in Amazonka.GroundStation.Types.Elevation | |
FromJSON Elevation Source # | |
type Rep Elevation Source # | |
Defined in Amazonka.GroundStation.Types.Elevation type Rep Elevation = D1 ('MetaData "Elevation" "Amazonka.GroundStation.Types.Elevation" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "Elevation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AngleUnits) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))) |
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.