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 Invite = Invite' {}
- newInvite :: Invite
- invite_status :: Lens' Invite (Maybe InviteStatus)
- invite_emailStatus :: Lens' Invite (Maybe EmailStatus)
- invite_inviteId :: Lens' Invite (Maybe Text)
- invite_emailAddress :: Lens' Invite (Maybe Text)
Documentation
Invitation object returned after emailing users to invite them to join
the Amazon Chime Team
account.
See: newInvite
smart constructor.
Invite' | |
|
Instances
Eq Invite Source # | |
Show Invite Source # | |
Generic Invite Source # | |
NFData Invite Source # | |
Defined in Amazonka.Chime.Types.Invite | |
Hashable Invite Source # | |
Defined in Amazonka.Chime.Types.Invite | |
FromJSON Invite Source # | |
type Rep Invite Source # | |
Defined in Amazonka.Chime.Types.Invite type Rep Invite = D1 ('MetaData "Invite" "Amazonka.Chime.Types.Invite" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "Invite'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InviteStatus)) :*: S1 ('MetaSel ('Just "emailStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EmailStatus))) :*: (S1 ('MetaSel ('Just "inviteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "emailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))) |
Create a value of Invite
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:status:Invite'
, invite_status
- The status of the invite.
$sel:emailStatus:Invite'
, invite_emailStatus
- The status of the invite email.
$sel:inviteId:Invite'
, invite_inviteId
- The invite ID.
$sel:emailAddress:Invite'
, invite_emailAddress
- The email address to which the invite is sent.
invite_status :: Lens' Invite (Maybe InviteStatus) Source #
The status of the invite.
invite_emailStatus :: Lens' Invite (Maybe EmailStatus) Source #
The status of the invite email.