amazonka-amplifyuibuilder-2.0: Amazon Amplify UI Builder SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AmplifyUiBuilder.Types.FormButton

Description

 
Synopsis

Documentation

data FormButton Source #

Describes the configuration for a button UI element that is a part of a form.

See: newFormButton smart constructor.

Constructors

FormButton' 

Fields

Instances

Instances details
FromJSON FormButton Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormButton

ToJSON FormButton Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormButton

Generic FormButton Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormButton

Associated Types

type Rep FormButton :: Type -> Type #

Read FormButton Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormButton

Show FormButton Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormButton

NFData FormButton Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormButton

Methods

rnf :: FormButton -> () #

Eq FormButton Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormButton

Hashable FormButton Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormButton

type Rep FormButton Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormButton

type Rep FormButton = D1 ('MetaData "FormButton" "Amazonka.AmplifyUiBuilder.Types.FormButton" "amazonka-amplifyuibuilder-2.0-KN0MRaPu7dZCAXr3ruBTcC" 'False) (C1 ('MetaCons "FormButton'" 'PrefixI 'True) (S1 ('MetaSel ('Just "children") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "excluded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldPosition)))))

newFormButton :: FormButton Source #

Create a value of FormButton with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:children:FormButton', formButton_children - Describes the button's properties.

$sel:excluded:FormButton', formButton_excluded - Specifies whether the button is visible on the form.

$sel:position:FormButton', formButton_position - The position of the button.

formButton_children :: Lens' FormButton (Maybe Text) Source #

Describes the button's properties.

formButton_excluded :: Lens' FormButton (Maybe Bool) Source #

Specifies whether the button is visible on the form.