module Stratosphere.Omics.Workflow.SourceReferenceProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data SourceReferenceProperty :: Prelude.Type instance ToResourceProperties SourceReferenceProperty instance Prelude.Eq SourceReferenceProperty instance Prelude.Show SourceReferenceProperty instance JSON.ToJSON SourceReferenceProperty