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