| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CognitoIdentityProvider.Types.UserPoolClientDescription
Description
Synopsis
- data UserPoolClientDescription = UserPoolClientDescription' {
- clientId :: Maybe (Sensitive Text)
- clientName :: Maybe Text
- userPoolId :: Maybe Text
- newUserPoolClientDescription :: UserPoolClientDescription
- userPoolClientDescription_clientId :: Lens' UserPoolClientDescription (Maybe Text)
- userPoolClientDescription_clientName :: Lens' UserPoolClientDescription (Maybe Text)
- userPoolClientDescription_userPoolId :: Lens' UserPoolClientDescription (Maybe Text)
Documentation
data UserPoolClientDescription Source #
The description of the user pool client.
See: newUserPoolClientDescription smart constructor.
Constructors
| UserPoolClientDescription' | |
Fields
| |
Instances
newUserPoolClientDescription :: UserPoolClientDescription Source #
Create a value of UserPoolClientDescription 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:UserPoolClientDescription', userPoolClientDescription_clientId - The ID of the client associated with the user pool.
$sel:clientName:UserPoolClientDescription', userPoolClientDescription_clientName - The client name from the user pool client description.
$sel:userPoolId:UserPoolClientDescription', userPoolClientDescription_userPoolId - The user pool ID for the user pool where you want to describe the user
pool client.
userPoolClientDescription_clientId :: Lens' UserPoolClientDescription (Maybe Text) Source #
The ID of the client associated with the user pool.
userPoolClientDescription_clientName :: Lens' UserPoolClientDescription (Maybe Text) Source #
The client name from the user pool client description.
userPoolClientDescription_userPoolId :: Lens' UserPoolClientDescription (Maybe Text) Source #
The user pool ID for the user pool where you want to describe the user pool client.