stratosphere-bedrock-1.0.0: gen/Stratosphere/Bedrock/Flow/FlowConditionProperty.hs-boot
module Stratosphere.Bedrock.Flow.FlowConditionProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data FlowConditionProperty :: Prelude.Type instance ToResourceProperties FlowConditionProperty instance Prelude.Eq FlowConditionProperty instance Prelude.Show FlowConditionProperty instance JSON.ToJSON FlowConditionProperty