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.GetUICustomization

Description

Gets the UI Customization information for a particular app client's app UI, if there is something set. If nothing is set for the particular client, but there is an existing pool level customization (app clientId will be ALL), then that 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
Eq GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

Show GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

Generic GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

Associated Types

type Rep GetUICustomization :: Type -> Type #

NFData GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

Methods

rnf :: GetUICustomization -> () #

Hashable GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

ToJSON GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

AWSRequest GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

Associated Types

type AWSResponse 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

type Rep GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

type Rep GetUICustomization = D1 ('MetaData "GetUICustomization" "Amazonka.CognitoIdentityProvider.GetUICustomization" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" '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)))
type AWSResponse GetUICustomization Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

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:

$sel:clientId:GetUICustomization', getUICustomization_clientId - The client ID for the client app.

$sel:userPoolId: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
Eq GetUICustomizationResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

Show GetUICustomizationResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

Generic GetUICustomizationResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUICustomization

Associated Types

type Rep GetUICustomizationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" '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