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