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 Member = Member' {}
- newMember :: Text -> Text -> Text -> Text -> Text -> Member
- member_invitedAt :: Lens' Member (Maybe Text)
- member_detectorId :: Lens' Member (Maybe Text)
- member_accountId :: Lens' Member Text
- member_masterId :: Lens' Member Text
- member_email :: Lens' Member Text
- member_relationshipStatus :: Lens' Member Text
- member_updatedAt :: Lens' Member Text
Documentation
Contains information about the member account.
See: newMember
smart constructor.
Member' | |
|
Instances
Create a value of Member
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:invitedAt:Member'
, member_invitedAt
- The timestamp when the invitation was sent.
$sel:detectorId:Member'
, member_detectorId
- The detector ID of the member account.
$sel:accountId:Member'
, member_accountId
- The ID of the member account.
$sel:masterId:Member'
, member_masterId
- The administrator account ID.
$sel:email:Member'
, member_email
- The email address of the member account.
$sel:relationshipStatus:Member'
, member_relationshipStatus
- The status of the relationship between the member and the administrator.
$sel:updatedAt:Member'
, member_updatedAt
- The last-updated timestamp of the member.