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