module Stratosphere.IoTEvents.DetectorModel.OnInputProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data OnInputProperty :: Prelude.Type instance ToResourceProperties OnInputProperty instance Prelude.Eq OnInputProperty instance Prelude.Show OnInputProperty instance JSON.ToJSON OnInputProperty