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