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