stratosphere-datazone-1.0.0: gen/Stratosphere/DataZone/DataSource/FormInputProperty.hs-boot
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