stratosphere-databrew-1.0.0: gen/Stratosphere/DataBrew/Ruleset/ThresholdProperty.hs-boot
module Stratosphere.DataBrew.Ruleset.ThresholdProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ThresholdProperty :: Prelude.Type instance ToResourceProperties ThresholdProperty instance Prelude.Eq ThresholdProperty instance Prelude.Show ThresholdProperty instance JSON.ToJSON ThresholdProperty