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.MutationActionSetStateParameter

Description

 
Synopsis

Documentation

data MutationActionSetStateParameter Source #

Represents the state configuration when an action modifies a property of another element within the same component.

See: newMutationActionSetStateParameter smart constructor.

Constructors

MutationActionSetStateParameter' 

Fields

Instances

Instances details
FromJSON MutationActionSetStateParameter Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.MutationActionSetStateParameter

ToJSON MutationActionSetStateParameter Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.MutationActionSetStateParameter

Generic MutationActionSetStateParameter Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.MutationActionSetStateParameter

Associated Types

type Rep MutationActionSetStateParameter :: Type -> Type #

Read MutationActionSetStateParameter Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.MutationActionSetStateParameter

Show MutationActionSetStateParameter Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.MutationActionSetStateParameter

NFData MutationActionSetStateParameter Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.MutationActionSetStateParameter

Eq MutationActionSetStateParameter Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.MutationActionSetStateParameter

Hashable MutationActionSetStateParameter Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.MutationActionSetStateParameter

type Rep MutationActionSetStateParameter Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.MutationActionSetStateParameter

type Rep MutationActionSetStateParameter = D1 ('MetaData "MutationActionSetStateParameter" "Amazonka.AmplifyUiBuilder.Types.MutationActionSetStateParameter" "amazonka-amplifyuibuilder-2.0-KN0MRaPu7dZCAXr3ruBTcC" 'False) (C1 ('MetaCons "MutationActionSetStateParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "property") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "set") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ComponentProperty))))

newMutationActionSetStateParameter Source #

Create a value of MutationActionSetStateParameter 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:

MutationActionSetStateParameter, mutationActionSetStateParameter_componentName - The name of the component that is being modified.

MutationActionSetStateParameter, mutationActionSetStateParameter_property - The name of the component property to apply the state configuration to.

$sel:set:MutationActionSetStateParameter', mutationActionSetStateParameter_set - The state configuration to assign to the property.

mutationActionSetStateParameter_property :: Lens' MutationActionSetStateParameter Text Source #

The name of the component property to apply the state configuration to.