| 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.Connect.Types.UserIdentityInfoLite
Description
Documentation
data UserIdentityInfoLite Source #
The user's first name and last name.
See: newUserIdentityInfoLite smart constructor.
Constructors
| UserIdentityInfoLite' | |
Instances
newUserIdentityInfoLite :: UserIdentityInfoLite Source #
Create a value of UserIdentityInfoLite 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:firstName:UserIdentityInfoLite', userIdentityInfoLite_firstName - The user's first name.
$sel:lastName:UserIdentityInfoLite', userIdentityInfoLite_lastName - The user's last name.
userIdentityInfoLite_firstName :: Lens' UserIdentityInfoLite (Maybe Text) Source #
The user's first name.
userIdentityInfoLite_lastName :: Lens' UserIdentityInfoLite (Maybe Text) Source #
The user's last name.