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 |
Synopsis
- data UserPoolClientDescription = UserPoolClientDescription' {
- clientId :: Maybe (Sensitive Text)
- userPoolId :: Maybe Text
- clientName :: Maybe Text
- newUserPoolClientDescription :: UserPoolClientDescription
- userPoolClientDescription_clientId :: Lens' UserPoolClientDescription (Maybe Text)
- userPoolClientDescription_userPoolId :: Lens' UserPoolClientDescription (Maybe Text)
- userPoolClientDescription_clientName :: Lens' UserPoolClientDescription (Maybe Text)
Documentation
data UserPoolClientDescription Source #
The description of the user pool client.
See: newUserPoolClientDescription
smart constructor.
UserPoolClientDescription' | |
|
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:userPoolId:UserPoolClientDescription'
, userPoolClientDescription_userPoolId
- The user pool ID for the user pool where you want to describe the user
pool client.
$sel:clientName:UserPoolClientDescription'
, userPoolClientDescription_clientName
- The client name from the user pool client description.
userPoolClientDescription_clientId :: Lens' UserPoolClientDescription (Maybe Text) Source #
The ID of the client associated with the user pool.
userPoolClientDescription_userPoolId :: Lens' UserPoolClientDescription (Maybe Text) Source #
The user pool ID for the user pool where you want to describe the user pool client.
userPoolClientDescription_clientName :: Lens' UserPoolClientDescription (Maybe Text) Source #
The client name from the user pool client description.