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