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