module Stratosphere.DataZone.DataSource.FormInputProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data FormInputProperty :: Prelude.Type instance ToResourceProperties FormInputProperty instance Prelude.Eq FormInputProperty instance Prelude.Show FormInputProperty instance JSON.ToJSON FormInputProperty