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 |
Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
Synopsis
- data ListAttendees = ListAttendees' {}
- newListAttendees :: Text -> ListAttendees
- listAttendees_maxResults :: Lens' ListAttendees (Maybe Natural)
- listAttendees_nextToken :: Lens' ListAttendees (Maybe Text)
- listAttendees_meetingId :: Lens' ListAttendees Text
- data ListAttendeesResponse = ListAttendeesResponse' {}
- newListAttendeesResponse :: Int -> ListAttendeesResponse
- listAttendeesResponse_attendees :: Lens' ListAttendeesResponse (Maybe [Attendee])
- listAttendeesResponse_nextToken :: Lens' ListAttendeesResponse (Maybe Text)
- listAttendeesResponse_httpStatus :: Lens' ListAttendeesResponse Int
Creating a Request
data ListAttendees Source #
See: newListAttendees
smart constructor.
Instances
Create a value of ListAttendees
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:maxResults:ListAttendees'
, listAttendees_maxResults
- The maximum number of results to return in a single call.
ListAttendees
, listAttendees_nextToken
- The token to use to retrieve the next page of results.
ListAttendees
, listAttendees_meetingId
- The Amazon Chime SDK meeting ID.
Request Lenses
listAttendees_maxResults :: Lens' ListAttendees (Maybe Natural) Source #
The maximum number of results to return in a single call.
listAttendees_nextToken :: Lens' ListAttendees (Maybe Text) Source #
The token to use to retrieve the next page of results.
listAttendees_meetingId :: Lens' ListAttendees Text Source #
The Amazon Chime SDK meeting ID.
Destructuring the Response
data ListAttendeesResponse Source #
See: newListAttendeesResponse
smart constructor.
Instances
newListAttendeesResponse Source #
Create a value of ListAttendeesResponse
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:attendees:ListAttendeesResponse'
, listAttendeesResponse_attendees
- The Amazon Chime SDK attendee information.
ListAttendees
, listAttendeesResponse_nextToken
- The token to use to retrieve the next page of results.
$sel:httpStatus:ListAttendeesResponse'
, listAttendeesResponse_httpStatus
- The response's http status code.
Response Lenses
listAttendeesResponse_attendees :: Lens' ListAttendeesResponse (Maybe [Attendee]) Source #
The Amazon Chime SDK attendee information.
listAttendeesResponse_nextToken :: Lens' ListAttendeesResponse (Maybe Text) Source #
The token to use to retrieve the next page of results.
listAttendeesResponse_httpStatus :: Lens' ListAttendeesResponse Int Source #
The response's http status code.