stratosphere-ecs-1.0.0: gen/Stratosphere/ECS/TaskDefinition/HostEntryProperty.hs-boot
module Stratosphere.ECS.TaskDefinition.HostEntryProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data HostEntryProperty :: Prelude.Type instance ToResourceProperties HostEntryProperty instance Prelude.Eq HostEntryProperty instance Prelude.Show HostEntryProperty instance JSON.ToJSON HostEntryProperty