module Stratosphere.EMRServerless.Application.AutoStopConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data AutoStopConfigurationProperty :: Prelude.Type instance ToResourceProperties AutoStopConfigurationProperty instance Prelude.Eq AutoStopConfigurationProperty instance Prelude.Show AutoStopConfigurationProperty instance JSON.ToJSON AutoStopConfigurationProperty