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 |
Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide .
Synopsis
- data GetAttendee = GetAttendee' {
- meetingId :: Text
- attendeeId :: Text
- newGetAttendee :: Text -> Text -> GetAttendee
- getAttendee_meetingId :: Lens' GetAttendee Text
- getAttendee_attendeeId :: Lens' GetAttendee Text
- data GetAttendeeResponse = GetAttendeeResponse' {
- attendee :: Maybe Attendee
- httpStatus :: Int
- newGetAttendeeResponse :: Int -> GetAttendeeResponse
- getAttendeeResponse_attendee :: Lens' GetAttendeeResponse (Maybe Attendee)
- getAttendeeResponse_httpStatus :: Lens' GetAttendeeResponse Int
Creating a Request
data GetAttendee Source #
See: newGetAttendee
smart constructor.
GetAttendee' | |
|
Instances
Create a value of GetAttendee
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:meetingId:GetAttendee'
, getAttendee_meetingId
- The Amazon Chime SDK meeting ID.
$sel:attendeeId:GetAttendee'
, getAttendee_attendeeId
- The Amazon Chime SDK attendee ID.
Request Lenses
getAttendee_meetingId :: Lens' GetAttendee Text Source #
The Amazon Chime SDK meeting ID.
getAttendee_attendeeId :: Lens' GetAttendee Text Source #
The Amazon Chime SDK attendee ID.
Destructuring the Response
data GetAttendeeResponse Source #
See: newGetAttendeeResponse
smart constructor.
GetAttendeeResponse' | |
|
Instances
newGetAttendeeResponse Source #
Create a value of GetAttendeeResponse
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:attendee:GetAttendeeResponse'
, getAttendeeResponse_attendee
- The Amazon Chime SDK attendee information.
$sel:httpStatus:GetAttendeeResponse'
, getAttendeeResponse_httpStatus
- The response's http status code.
Response Lenses
getAttendeeResponse_attendee :: Lens' GetAttendeeResponse (Maybe Attendee) Source #
The Amazon Chime SDK attendee information.
getAttendeeResponse_httpStatus :: Lens' GetAttendeeResponse Int Source #
The response's http status code.