| 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.UpdateThemeData
Description
Synopsis
- data UpdateThemeData = UpdateThemeData' {}
- newUpdateThemeData :: UpdateThemeData
- updateThemeData_id :: Lens' UpdateThemeData (Maybe Text)
- updateThemeData_name :: Lens' UpdateThemeData (Maybe Text)
- updateThemeData_overrides :: Lens' UpdateThemeData (Maybe [ThemeValues])
- updateThemeData_values :: Lens' UpdateThemeData [ThemeValues]
Documentation
data UpdateThemeData Source #
Saves the data binding information for a theme.
See: newUpdateThemeData smart constructor.
Constructors
| UpdateThemeData' | |
Instances
newUpdateThemeData :: UpdateThemeData Source #
Create a value of UpdateThemeData 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:id:UpdateThemeData', updateThemeData_id - The unique ID of the theme to update.
$sel:name:UpdateThemeData', updateThemeData_name - The name of the theme to update.
$sel:overrides:UpdateThemeData', updateThemeData_overrides - Describes the properties that can be overriden to customize the theme.
$sel:values:UpdateThemeData', updateThemeData_values - A list of key-value pairs that define the theme's properties.
updateThemeData_id :: Lens' UpdateThemeData (Maybe Text) Source #
The unique ID of the theme to update.
updateThemeData_name :: Lens' UpdateThemeData (Maybe Text) Source #
The name of the theme to update.
updateThemeData_overrides :: Lens' UpdateThemeData (Maybe [ThemeValues]) Source #
Describes the properties that can be overriden to customize the theme.
updateThemeData_values :: Lens' UpdateThemeData [ThemeValues] Source #
A list of key-value pairs that define the theme's properties.