Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data UICustomizationType = UICustomizationType' {}
- newUICustomizationType :: UICustomizationType
- uICustomizationType_clientId :: Lens' UICustomizationType (Maybe Text)
- uICustomizationType_lastModifiedDate :: Lens' UICustomizationType (Maybe UTCTime)
- uICustomizationType_userPoolId :: Lens' UICustomizationType (Maybe Text)
- uICustomizationType_css :: Lens' UICustomizationType (Maybe Text)
- uICustomizationType_cSSVersion :: Lens' UICustomizationType (Maybe Text)
- uICustomizationType_imageUrl :: Lens' UICustomizationType (Maybe Text)
- uICustomizationType_creationDate :: Lens' UICustomizationType (Maybe UTCTime)
Documentation
data UICustomizationType Source #
A container for the UI customization information for a user pool's built-in app UI.
See: newUICustomizationType
smart constructor.
UICustomizationType' | |
|
Instances
newUICustomizationType :: UICustomizationType Source #
Create a value of UICustomizationType
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:clientId:UICustomizationType'
, uICustomizationType_clientId
- The client ID for the client app.
$sel:lastModifiedDate:UICustomizationType'
, uICustomizationType_lastModifiedDate
- The last-modified date for the UI customization.
$sel:userPoolId:UICustomizationType'
, uICustomizationType_userPoolId
- The user pool ID for the user pool.
$sel:css:UICustomizationType'
, uICustomizationType_css
- The CSS values in the UI customization.
$sel:cSSVersion:UICustomizationType'
, uICustomizationType_cSSVersion
- The CSS version number.
$sel:imageUrl:UICustomizationType'
, uICustomizationType_imageUrl
- The logo image for the UI customization.
$sel:creationDate:UICustomizationType'
, uICustomizationType_creationDate
- The creation date for the UI customization.
uICustomizationType_clientId :: Lens' UICustomizationType (Maybe Text) Source #
The client ID for the client app.
uICustomizationType_lastModifiedDate :: Lens' UICustomizationType (Maybe UTCTime) Source #
The last-modified date for the UI customization.
uICustomizationType_userPoolId :: Lens' UICustomizationType (Maybe Text) Source #
The user pool ID for the user pool.
uICustomizationType_css :: Lens' UICustomizationType (Maybe Text) Source #
The CSS values in the UI customization.
uICustomizationType_cSSVersion :: Lens' UICustomizationType (Maybe Text) Source #
The CSS version number.
uICustomizationType_imageUrl :: Lens' UICustomizationType (Maybe Text) Source #
The logo image for the UI customization.
uICustomizationType_creationDate :: Lens' UICustomizationType (Maybe UTCTime) Source #
The creation date for the UI customization.