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