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