stratosphere-batch-1.0.0: gen/Stratosphere/Batch/JobDefinition/TmpfsProperty.hs-boot
module Stratosphere.Batch.JobDefinition.TmpfsProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data TmpfsProperty :: Prelude.Type instance ToResourceProperties TmpfsProperty instance Prelude.Eq TmpfsProperty instance Prelude.Show TmpfsProperty instance JSON.ToJSON TmpfsProperty