Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data FrequencyBandwidth Source #
Object that describes the frequency bandwidth.
See: newFrequencyBandwidth
smart constructor.
FrequencyBandwidth' | |
|
Instances
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_units :: Lens' FrequencyBandwidth BandwidthUnits Source #
Frequency bandwidth units.
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.