module Stratosphere.CustomerProfiles.Integration.SourceConnectorPropertiesProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data SourceConnectorPropertiesProperty :: Prelude.Type instance ToResourceProperties SourceConnectorPropertiesProperty instance Prelude.Eq SourceConnectorPropertiesProperty instance Prelude.Show SourceConnectorPropertiesProperty instance JSON.ToJSON SourceConnectorPropertiesProperty