module Stratosphere.QuickSight.Template.EmptyVisualProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data EmptyVisualProperty :: Prelude.Type instance ToResourceProperties EmptyVisualProperty instance Prelude.Eq EmptyVisualProperty instance Prelude.Show EmptyVisualProperty instance JSON.ToJSON EmptyVisualProperty