module Stratosphere.IoTWireless.ServiceProfile.LoRaWANServiceProfileProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data LoRaWANServiceProfileProperty :: Prelude.Type instance ToResourceProperties LoRaWANServiceProfileProperty instance Prelude.Eq LoRaWANServiceProfileProperty instance Prelude.Show LoRaWANServiceProfileProperty instance JSON.ToJSON LoRaWANServiceProfileProperty