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