paws.security.identity (version 0.1.0)

cognitoidentityprovider_get_ui_customization: Gets the UI Customization information for a particular app client's app UI, if there is something set

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.

Usage

cognitoidentityprovider_get_ui_customization(UserPoolId, ClientId)

Arguments

UserPoolId

[required] The user pool ID for the user pool.

ClientId

The client ID for the client app.

Request syntax

svc$get_ui_customization(
  UserPoolId = "string",
  ClientId = "string"
)