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
Documentation
data Invitation Source #
Contains information about the invitation to become a member account.
See: newInvitation
smart constructor.
Invitation' | |
|
Instances
newInvitation :: Invitation Source #
Create a value of Invitation
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:Invitation'
, invitation_invitedAt
- The timestamp when the invitation was sent.
$sel:relationshipStatus:Invitation'
, invitation_relationshipStatus
- The status of the relationship between the inviter and invitee accounts.
$sel:invitationId:Invitation'
, invitation_invitationId
- The ID of the invitation. This value is used to validate the inviter
account to the member account.
$sel:accountId:Invitation'
, invitation_accountId
- The ID of the account that the invitation was sent from.
invitation_invitedAt :: Lens' Invitation (Maybe Text) Source #
The timestamp when the invitation was sent.
invitation_relationshipStatus :: Lens' Invitation (Maybe Text) Source #
The status of the relationship between the inviter and invitee accounts.
invitation_invitationId :: Lens' Invitation (Maybe Text) Source #
The ID of the invitation. This value is used to validate the inviter account to the member account.
invitation_accountId :: Lens' Invitation (Maybe Text) Source #
The ID of the account that the invitation was sent from.