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