module Stratosphere.Lex.Bot.KendraConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data KendraConfigurationProperty :: Prelude.Type instance ToResourceProperties KendraConfigurationProperty instance Prelude.Eq KendraConfigurationProperty instance Prelude.Show KendraConfigurationProperty instance JSON.ToJSON KendraConfigurationProperty