module Stratosphere.Bedrock.FlowVersion.LambdaFunctionFlowNodeConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data LambdaFunctionFlowNodeConfigurationProperty :: Prelude.Type instance ToResourceProperties LambdaFunctionFlowNodeConfigurationProperty instance Prelude.Eq LambdaFunctionFlowNodeConfigurationProperty instance Prelude.Show LambdaFunctionFlowNodeConfigurationProperty instance JSON.ToJSON LambdaFunctionFlowNodeConfigurationProperty