stratosphere-datasync-1.0.0: gen/Stratosphere/DataSync/Task/SourceProperty.hs-boot
module Stratosphere.DataSync.Task.SourceProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data SourceProperty :: Prelude.Type instance ToResourceProperties SourceProperty instance Prelude.Eq SourceProperty instance Prelude.Show SourceProperty instance JSON.ToJSON SourceProperty