stratosphere-ec2-1.0.0: gen/Stratosphere/EC2/LaunchTemplate/MonitoringProperty.hs-boot
module Stratosphere.EC2.LaunchTemplate.MonitoringProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data MonitoringProperty :: Prelude.Type instance ToResourceProperties MonitoringProperty instance Prelude.Eq MonitoringProperty instance Prelude.Show MonitoringProperty instance JSON.ToJSON MonitoringProperty