module Stratosphere.GroundStation.Config.UplinkSpectrumConfigProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data UplinkSpectrumConfigProperty :: Prelude.Type instance ToResourceProperties UplinkSpectrumConfigProperty instance Prelude.Eq UplinkSpectrumConfigProperty instance Prelude.Show UplinkSpectrumConfigProperty instance JSON.ToJSON UplinkSpectrumConfigProperty