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