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