libZSservicesZSamazonka-groundstationZSamazonka-groundstation
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.GroundStation.Types.Eirp

Description

 
Synopsis

Documentation

data Eirp Source #

Object that represents EIRP.

See: newEirp smart constructor.

Constructors

Eirp' 

Fields

Instances

Instances details
Eq Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

Methods

(==) :: Eirp -> Eirp -> Bool #

(/=) :: Eirp -> Eirp -> Bool #

Read Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

Show Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

Methods

showsPrec :: Int -> Eirp -> ShowS #

show :: Eirp -> String #

showList :: [Eirp] -> ShowS #

Generic Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

Associated Types

type Rep Eirp :: Type -> Type #

Methods

from :: Eirp -> Rep Eirp x #

to :: Rep Eirp x -> Eirp #

NFData Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

Methods

rnf :: Eirp -> () #

Hashable Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

Methods

hashWithSalt :: Int -> Eirp -> Int #

hash :: Eirp -> Int #

ToJSON Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

FromJSON Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

type Rep Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

type Rep Eirp = D1 ('MetaData "Eirp" "Amazonka.GroundStation.Types.Eirp" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "Eirp'" 'PrefixI 'True) (S1 ('MetaSel ('Just "units") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EirpUnits) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newEirp Source #

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.

eirp_units :: Lens' Eirp EirpUnits Source #

Units of an EIRP.

eirp_value :: Lens' Eirp Double Source #

Value of an EIRP. Valid values are between 20.0 to 50.0 dBW.