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 Invitation = Invitation' {}
- newInvitation :: Invitation
- invitation_relationshipStatus :: Lens' Invitation (Maybe RelationshipStatus)
- invitation_invitedAt :: Lens' Invitation (Maybe UTCTime)
- invitation_invitationId :: Lens' Invitation (Maybe Text)
- invitation_accountId :: Lens' Invitation (Maybe Text)
Documentation
data Invitation Source #
Provides information about an Amazon Macie membership invitation that was received by an 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:relationshipStatus:Invitation'
, invitation_relationshipStatus
- The status of the relationship between the account that sent the
invitation (inviter account) and the account that received the
invitation (invitee account).
$sel:invitedAt:Invitation'
, invitation_invitedAt
- The date and time, in UTC and extended ISO 8601 format, when the
invitation was sent.
$sel:invitationId:Invitation'
, invitation_invitationId
- The unique identifier for the invitation. Amazon Macie uses this
identifier to validate the inviter account with the invitee account.
$sel:accountId:Invitation'
, invitation_accountId
- The Amazon Web Services account ID for the account that sent the
invitation.
invitation_relationshipStatus :: Lens' Invitation (Maybe RelationshipStatus) Source #
The status of the relationship between the account that sent the invitation (inviter account) and the account that received the invitation (invitee account).
invitation_invitedAt :: Lens' Invitation (Maybe UTCTime) Source #
The date and time, in UTC and extended ISO 8601 format, when the invitation was sent.
invitation_invitationId :: Lens' Invitation (Maybe Text) Source #
The unique identifier for the invitation. Amazon Macie uses this identifier to validate the inviter account with the invitee account.
invitation_accountId :: Lens' Invitation (Maybe Text) Source #
The Amazon Web Services account ID for the account that sent the invitation.