module Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data VariableValueProperty :: Prelude.Type instance ToResourceProperties VariableValueProperty instance Prelude.Eq VariableValueProperty instance Prelude.Show VariableValueProperty instance JSON.ToJSON VariableValueProperty