stratosphere-applicationinsights-1.0.0: gen/Stratosphere/ApplicationInsights/Application/AlarmProperty.hs-boot
module Stratosphere.ApplicationInsights.Application.AlarmProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data AlarmProperty :: Prelude.Type instance ToResourceProperties AlarmProperty instance Prelude.Eq AlarmProperty instance Prelude.Show AlarmProperty instance JSON.ToJSON AlarmProperty