module Stratosphere.IoTTwinMaker.Entity.RelationshipValueProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data RelationshipValueProperty :: Prelude.Type instance ToResourceProperties RelationshipValueProperty instance Prelude.Eq RelationshipValueProperty instance Prelude.Show RelationshipValueProperty instance JSON.ToJSON RelationshipValueProperty