module Stratosphere.Synthetics.Canary.VisualReferenceProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data VisualReferenceProperty :: Prelude.Type instance ToResourceProperties VisualReferenceProperty instance Prelude.Eq VisualReferenceProperty instance Prelude.Show VisualReferenceProperty instance JSON.ToJSON VisualReferenceProperty