| 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.ChimeSdkMeetings.GetAttendee
Description
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.
Constructors
| GetAttendee' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> GetAttendee |
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:
GetAttendee, getAttendee_meetingId - The Amazon Chime SDK meeting ID.
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.
Constructors
| GetAttendeeResponse' | |
Fields
| |
Instances
newGetAttendeeResponse Source #
Arguments
| :: Int | |
| -> GetAttendeeResponse |
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.