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 Participants = Participants' {
- groups :: Maybe [GroupMetadata]
- users :: Maybe [UserMetadata]
- newParticipants :: Participants
- participants_groups :: Lens' Participants (Maybe [GroupMetadata])
- participants_users :: Lens' Participants (Maybe [UserMetadata])
Documentation
data Participants Source #
Describes the users or user groups.
See: newParticipants
smart constructor.
Participants' | |
|
Instances
newParticipants :: Participants Source #
Create a value of Participants
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:groups:Participants'
, participants_groups
- The list of user groups.
$sel:users:Participants'
, participants_users
- The list of users.
participants_groups :: Lens' Participants (Maybe [GroupMetadata]) Source #
The list of user groups.
participants_users :: Lens' Participants (Maybe [UserMetadata]) Source #
The list of users.