amazonka-cognito-idp-2.0: Amazon Cognito Identity Provider 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.CognitoIdentityProvider.GetUICustomization

Description

Gets the user interface (UI) Customization information for a particular app client's app UI, if any such information exists for the client. If nothing is set for the particular client, but there is an existing pool level customization (the app clientId is ALL), then that information is returned. If nothing is present, then an empty shape is returned.

Synopsis

Creating a Request

data GetUICustomization Source #

See: newGetUICustomization smart constructor.

Constructors

GetUICustomization' 

Fields

Instances

Instances details
ToJSON GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

ToHeaders GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

ToPath GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

ToQuery GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

AWSRequest GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

Associated Types

type AWSResponse GetUICustomization #

Generic GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

Associated Types

type Rep GetUICustomization :: Type -> Type #

Show GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

NFData GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

Methods

rnf :: GetUICustomization -> () #

Eq GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

Hashable GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

type AWSResponse GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

type Rep GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

type Rep GetUICustomization = D1 ('MetaData "GetUICustomization" "Amazonka.CognitoIdentityProvider.GetUICustomization" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" 'False) (C1 ('MetaCons "GetUICustomization'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "userPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetUICustomization Source #

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

GetUICustomization, getUICustomization_clientId - The client ID for the client app.

GetUICustomization, getUICustomization_userPoolId - The user pool ID for the user pool.

Request Lenses

getUICustomization_clientId :: Lens' GetUICustomization (Maybe Text) Source #

The client ID for the client app.

getUICustomization_userPoolId :: Lens' GetUICustomization Text Source #

The user pool ID for the user pool.

Destructuring the Response

data GetUICustomizationResponse Source #

See: newGetUICustomizationResponse smart constructor.

Constructors

GetUICustomizationResponse' 

Fields

Instances

Instances details
Generic GetUICustomizationResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

Associated Types

type Rep GetUICustomizationResponse :: Type -> Type #

Show GetUICustomizationResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

NFData GetUICustomizationResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

Eq GetUICustomizationResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

type Rep GetUICustomizationResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

type Rep GetUICustomizationResponse = D1 ('MetaData "GetUICustomizationResponse" "Amazonka.CognitoIdentityProvider.GetUICustomization" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" 'False) (C1 ('MetaCons "GetUICustomizationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "uICustomization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UICustomizationType)))

newGetUICustomizationResponse Source #

Create a value of GetUICustomizationResponse 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:httpStatus:GetUICustomizationResponse', getUICustomizationResponse_httpStatus - The response's http status code.

$sel:uICustomization:GetUICustomizationResponse', getUICustomizationResponse_uICustomization - The UI customization information.

Response Lenses