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