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 #
Details about an invitation.
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 of when the invitation was sent.
$sel:invitationId:Invitation'
, invitation_invitationId
- The ID of the invitation sent to the member account.
$sel:accountId:Invitation'
, invitation_accountId
- The account ID of the Security Hub administrator account that the
invitation was sent from.
$sel:memberStatus:Invitation'
, invitation_memberStatus
- The current status of the association between the member and
administrator accounts.
invitation_invitedAt :: Lens' Invitation (Maybe UTCTime) Source #
The timestamp of when the invitation was sent.
invitation_invitationId :: Lens' Invitation (Maybe Text) Source #
The ID of the invitation sent to the member account.
invitation_accountId :: Lens' Invitation (Maybe Text) Source #
The account ID of the Security Hub administrator account that the invitation was sent from.
invitation_memberStatus :: Lens' Invitation (Maybe Text) Source #
The current status of the association between the member and administrator accounts.