stratosphere-config-1.0.0: gen/Stratosphere/Config/ConfigRule/SourceProperty.hs-boot
module Stratosphere.Config.ConfigRule.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