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