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

Description

 
Synopsis

Documentation

data FrequencyBandwidth Source #

Object that describes the frequency bandwidth.

See: newFrequencyBandwidth smart constructor.

Constructors

FrequencyBandwidth' 

Fields

  • units :: BandwidthUnits

    Frequency bandwidth units.

  • value :: Double

    Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations:

    • For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
    • For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
    • For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.

Instances

Instances details
Eq FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

Read FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

Show FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

Generic FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

Associated Types

type Rep FrequencyBandwidth :: Type -> Type #

NFData FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

Methods

rnf :: FrequencyBandwidth -> () #

Hashable FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

ToJSON FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

FromJSON FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

type Rep FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

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

newFrequencyBandwidth Source #

Create a value of FrequencyBandwidth 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:FrequencyBandwidth', frequencyBandwidth_units - Frequency bandwidth units.

$sel:value:FrequencyBandwidth', frequencyBandwidth_value - Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations:

  • For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
  • For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
  • For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.

frequencyBandwidth_value :: Lens' FrequencyBandwidth Double Source #

Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations:

  • For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
  • For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
  • For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.