| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MacieV2.Types.Invitation
Description
Synopsis
- data Invitation = Invitation' {}
- newInvitation :: Invitation
- invitation_accountId :: Lens' Invitation (Maybe Text)
- invitation_invitationId :: Lens' Invitation (Maybe Text)
- invitation_invitedAt :: Lens' Invitation (Maybe UTCTime)
- invitation_relationshipStatus :: Lens' Invitation (Maybe RelationshipStatus)
Documentation
data Invitation Source #
Provides information about an Amazon Macie membership invitation.
See: newInvitation smart constructor.
Constructors
| Invitation' | |
Fields
| |
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:accountId:Invitation', invitation_accountId - The Amazon Web Services account ID for the account that sent the
invitation.
$sel:invitationId:Invitation', invitation_invitationId - The unique identifier for the invitation.
$sel:invitedAt:Invitation', invitation_invitedAt - The date and time, in UTC and extended ISO 8601 format, when the
invitation was sent.
$sel:relationshipStatus:Invitation', invitation_relationshipStatus - The status of the relationship between the account that sent the
invitation and the account that received the invitation.
invitation_accountId :: Lens' Invitation (Maybe Text) Source #
The Amazon Web Services account ID for the account that sent the invitation.
invitation_invitationId :: Lens' Invitation (Maybe Text) Source #
The unique identifier for the invitation.
invitation_invitedAt :: Lens' Invitation (Maybe UTCTime) Source #
The date and time, in UTC and extended ISO 8601 format, when the invitation was sent.
invitation_relationshipStatus :: Lens' Invitation (Maybe RelationshipStatus) Source #
The status of the relationship between the account that sent the invitation and the account that received the invitation.