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.UplinkSpectrumConfig

Description

 
Synopsis

Documentation

data UplinkSpectrumConfig Source #

Information about the uplink spectral Config.

See: newUplinkSpectrumConfig smart constructor.

Constructors

UplinkSpectrumConfig' 

Fields

  • polarization :: Maybe Polarization

    Polarization of an uplink spectral Config. Capturing both "RIGHT_HAND" and "LEFT_HAND" polarization requires two separate configs.

  • centerFrequency :: Frequency

    Center frequency of an uplink spectral Config. Valid values are between 2025 to 2120 MHz.

Instances

Instances details
Eq UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

Read UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

Show UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

Generic UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

Associated Types

type Rep UplinkSpectrumConfig :: Type -> Type #

NFData UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

Methods

rnf :: UplinkSpectrumConfig -> () #

Hashable UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

ToJSON UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

FromJSON UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

type Rep UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

type Rep UplinkSpectrumConfig = D1 ('MetaData "UplinkSpectrumConfig" "Amazonka.GroundStation.Types.UplinkSpectrumConfig" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "UplinkSpectrumConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "polarization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Polarization)) :*: S1 ('MetaSel ('Just "centerFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Frequency)))

newUplinkSpectrumConfig Source #

Create a value of UplinkSpectrumConfig 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:polarization:UplinkSpectrumConfig', uplinkSpectrumConfig_polarization - Polarization of an uplink spectral Config. Capturing both "RIGHT_HAND" and "LEFT_HAND" polarization requires two separate configs.

$sel:centerFrequency:UplinkSpectrumConfig', uplinkSpectrumConfig_centerFrequency - Center frequency of an uplink spectral Config. Valid values are between 2025 to 2120 MHz.

uplinkSpectrumConfig_polarization :: Lens' UplinkSpectrumConfig (Maybe Polarization) Source #

Polarization of an uplink spectral Config. Capturing both "RIGHT_HAND" and "LEFT_HAND" polarization requires two separate configs.

uplinkSpectrumConfig_centerFrequency :: Lens' UplinkSpectrumConfig Frequency Source #

Center frequency of an uplink spectral Config. Valid values are between 2025 to 2120 MHz.