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