libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CognitoIdentityProvider.Types.UICustomizationType

Description

 
Synopsis

Documentation

data UICustomizationType Source #

A container for the UI customization information for a user pool's built-in app UI.

See: newUICustomizationType smart constructor.

Constructors

UICustomizationType' 

Fields

Instances

Instances details
Eq UICustomizationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.UICustomizationType

Show UICustomizationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.UICustomizationType

Generic UICustomizationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.UICustomizationType

Associated Types

type Rep UICustomizationType :: Type -> Type #

NFData UICustomizationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.UICustomizationType

Methods

rnf :: UICustomizationType -> () #

Hashable UICustomizationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.UICustomizationType

FromJSON UICustomizationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.UICustomizationType

type Rep UICustomizationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.UICustomizationType

type Rep UICustomizationType = D1 ('MetaData "UICustomizationType" "Amazonka.CognitoIdentityProvider.Types.UICustomizationType" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "UICustomizationType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "userPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "css") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cSSVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "imageUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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_lastModifiedDate :: Lens' UICustomizationType (Maybe UTCTime) Source #

The last-modified date for the UI customization.

uICustomizationType_css :: Lens' UICustomizationType (Maybe Text) Source #

The CSS values in the UI customization.

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.