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 |
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
- data GetUICustomization = GetUICustomization' {}
- newGetUICustomization :: Text -> GetUICustomization
- getUICustomization_clientId :: Lens' GetUICustomization (Maybe Text)
- getUICustomization_userPoolId :: Lens' GetUICustomization Text
- data GetUICustomizationResponse = GetUICustomizationResponse' {}
- newGetUICustomizationResponse :: Int -> UICustomizationType -> GetUICustomizationResponse
- getUICustomizationResponse_httpStatus :: Lens' GetUICustomizationResponse Int
- getUICustomizationResponse_uICustomization :: Lens' GetUICustomizationResponse UICustomizationType
Creating a Request
data GetUICustomization Source #
See: newGetUICustomization
smart constructor.
Instances
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.
GetUICustomizationResponse' | |
|
Instances
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
getUICustomizationResponse_httpStatus :: Lens' GetUICustomizationResponse Int Source #
The response's http status code.
getUICustomizationResponse_uICustomization :: Lens' GetUICustomizationResponse UICustomizationType Source #
The UI customization information.