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