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 |
Documentation
data UserIdentityInfo Source #
Contains information about the identity of a user.
See: newUserIdentityInfo
smart constructor.
UserIdentityInfo' | |
|
Instances
newUserIdentityInfo :: UserIdentityInfo Source #
Create a value of UserIdentityInfo
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:email:UserIdentityInfo'
, userIdentityInfo_email
- The email address. If you are using SAML for identity management and
include this parameter, an error is returned.
$sel:lastName:UserIdentityInfo'
, userIdentityInfo_lastName
- The last name. This is required if you are using Amazon Connect or SAML
for identity management.
$sel:firstName:UserIdentityInfo'
, userIdentityInfo_firstName
- The first name. This is required if you are using Amazon Connect or SAML
for identity management.
userIdentityInfo_email :: Lens' UserIdentityInfo (Maybe Text) Source #
The email address. If you are using SAML for identity management and include this parameter, an error is returned.
userIdentityInfo_lastName :: Lens' UserIdentityInfo (Maybe Text) Source #
The last name. This is required if you are using Amazon Connect or SAML for identity management.
userIdentityInfo_firstName :: Lens' UserIdentityInfo (Maybe Text) Source #
The first name. This is required if you are using Amazon Connect or SAML for identity management.