module Stratosphere.Config.ConformancePack.ConformancePackInputParameterProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ConformancePackInputParameterProperty :: Prelude.Type instance ToResourceProperties ConformancePackInputParameterProperty instance Prelude.Eq ConformancePackInputParameterProperty instance Prelude.Show ConformancePackInputParameterProperty instance JSON.ToJSON ConformancePackInputParameterProperty