module Stratosphere.Personalize.Solution.AutoMLConfigProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data AutoMLConfigProperty :: Prelude.Type instance ToResourceProperties AutoMLConfigProperty instance Prelude.Eq AutoMLConfigProperty instance Prelude.Show AutoMLConfigProperty instance JSON.ToJSON AutoMLConfigProperty