amazonka-groundstation-2.0: Amazon Ground Station SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GroundStation.Types.Eirp

Description

 
Synopsis

Documentation

data Eirp Source #

Object that represents EIRP.

See: newEirp smart constructor.

Constructors

Eirp' 

Fields

Instances

Instances details
FromJSON Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

ToJSON Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

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 #

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 #

NFData Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

Methods

rnf :: Eirp -> () #

Eq Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

Methods

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

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

Hashable Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

Methods

hashWithSalt :: Int -> Eirp -> Int #

hash :: Eirp -> Int #

type Rep Eirp Source # 
Instance details

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)))

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.