module Stratosphere.Kendra.DataSource.SharePointConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data SharePointConfigurationProperty :: Prelude.Type instance ToResourceProperties SharePointConfigurationProperty instance Prelude.Eq SharePointConfigurationProperty instance Prelude.Show SharePointConfigurationProperty instance JSON.ToJSON SharePointConfigurationProperty