| 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.Eirp
Description
Documentation
Object that represents EIRP.
See: newEirp smart constructor.
Constructors
| Eirp' | |
Instances
| FromJSON Eirp Source # | |
| ToJSON Eirp Source # | |
Defined in Amazonka.GroundStation.Types.Eirp | |
| Generic Eirp Source # | |
| Read Eirp Source # | |
| Show Eirp Source # | |
| NFData Eirp Source # | |
Defined in Amazonka.GroundStation.Types.Eirp | |
| Eq Eirp Source # | |
| Hashable Eirp Source # | |
Defined in Amazonka.GroundStation.Types.Eirp | |
| type Rep Eirp Source # | |
Defined in Amazonka.GroundStation.Types.Eirp type Rep Eirp = D1 ('MetaData "Eirp" "Amazonka.GroundStation.Types.Eirp" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" 'False) (C1 ('MetaCons "Eirp'" 'PrefixI 'True) (S1 ('MetaSel ('Just "units") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EirpUnits) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))) | |
Create a value of Eirp 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:units:Eirp', eirp_units - Units of an EIRP.
$sel:value:Eirp', eirp_value - Value of an EIRP. Valid values are between 20.0 to 50.0 dBW.