module Stratosphere.Wisdom.KnowledgeBase.ChunkingConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ChunkingConfigurationProperty :: Prelude.Type instance ToResourceProperties ChunkingConfigurationProperty instance Prelude.Eq ChunkingConfigurationProperty instance Prelude.Show ChunkingConfigurationProperty instance JSON.ToJSON ChunkingConfigurationProperty