| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AmplifyUiBuilder.Types.MutationActionSetStateParameter
Description
Synopsis
- data MutationActionSetStateParameter = MutationActionSetStateParameter' {}
- newMutationActionSetStateParameter :: Text -> Text -> ComponentProperty -> MutationActionSetStateParameter
- mutationActionSetStateParameter_componentName :: Lens' MutationActionSetStateParameter Text
- mutationActionSetStateParameter_property :: Lens' MutationActionSetStateParameter Text
- mutationActionSetStateParameter_set :: Lens' MutationActionSetStateParameter ComponentProperty
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
newMutationActionSetStateParameter Source #
Arguments
| :: Text | |
| -> Text | |
| -> ComponentProperty | |
| -> MutationActionSetStateParameter |
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_componentName :: Lens' MutationActionSetStateParameter Text Source #
The name of the component that is being modified.
mutationActionSetStateParameter_property :: Lens' MutationActionSetStateParameter Text Source #
The name of the component property to apply the state configuration to.
mutationActionSetStateParameter_set :: Lens' MutationActionSetStateParameter ComponentProperty Source #
The state configuration to assign to the property.