module Stratosphere.DataBrew.Job.AllowedStatisticsProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data AllowedStatisticsProperty :: Prelude.Type instance ToResourceProperties AllowedStatisticsProperty instance Prelude.Eq AllowedStatisticsProperty instance Prelude.Show AllowedStatisticsProperty instance JSON.ToJSON AllowedStatisticsProperty