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