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