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