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 UserMetadata = UserMetadata' {}
- newUserMetadata :: UserMetadata
- userMetadata_givenName :: Lens' UserMetadata (Maybe Text)
- userMetadata_username :: Lens' UserMetadata (Maybe Text)
- userMetadata_emailAddress :: Lens' UserMetadata (Maybe Text)
- userMetadata_id :: Lens' UserMetadata (Maybe Text)
- userMetadata_surname :: Lens' UserMetadata (Maybe Text)
Documentation
data UserMetadata Source #
Describes the metadata of the user.
See: newUserMetadata
smart constructor.
Instances
newUserMetadata :: UserMetadata Source #
Create a value of UserMetadata
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:givenName:UserMetadata'
, userMetadata_givenName
- The given name of the user before a rename operation.
$sel:username:UserMetadata'
, userMetadata_username
- The name of the user.
$sel:emailAddress:UserMetadata'
, userMetadata_emailAddress
- The email address of the user.
$sel:id:UserMetadata'
, userMetadata_id
- The ID of the user.
$sel:surname:UserMetadata'
, userMetadata_surname
- The surname of the user.
userMetadata_givenName :: Lens' UserMetadata (Maybe Text) Source #
The given name of the user before a rename operation.
userMetadata_username :: Lens' UserMetadata (Maybe Text) Source #
The name of the user.
userMetadata_emailAddress :: Lens' UserMetadata (Maybe Text) Source #
The email address of the user.
userMetadata_id :: Lens' UserMetadata (Maybe Text) Source #
The ID of the user.
userMetadata_surname :: Lens' UserMetadata (Maybe Text) Source #
The surname of the user.