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