module Stratosphere.AmplifyUIBuilder.Form.FormCTAProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data FormCTAProperty :: Prelude.Type instance ToResourceProperties FormCTAProperty instance Prelude.Eq FormCTAProperty instance Prelude.Show FormCTAProperty instance JSON.ToJSON FormCTAProperty