module Stratosphere.IoT.TopicRule.UserPropertyProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data UserPropertyProperty :: Prelude.Type instance ToResourceProperties UserPropertyProperty instance Prelude.Eq UserPropertyProperty instance Prelude.Show UserPropertyProperty instance JSON.ToJSON UserPropertyProperty