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