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 meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide .
Synopsis
- data GetMeeting = GetMeeting' {}
- newGetMeeting :: Text -> GetMeeting
- getMeeting_meetingId :: Lens' GetMeeting Text
- data GetMeetingResponse = GetMeetingResponse' {
- meeting :: Maybe Meeting
- httpStatus :: Int
- newGetMeetingResponse :: Int -> GetMeetingResponse
- getMeetingResponse_meeting :: Lens' GetMeetingResponse (Maybe Meeting)
- getMeetingResponse_httpStatus :: Lens' GetMeetingResponse Int
Creating a Request
data GetMeeting Source #
See: newGetMeeting
smart constructor.
Instances
Create a value of GetMeeting
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:GetMeeting'
, getMeeting_meetingId
- The Amazon Chime SDK meeting ID.
Request Lenses
getMeeting_meetingId :: Lens' GetMeeting Text Source #
The Amazon Chime SDK meeting ID.
Destructuring the Response
data GetMeetingResponse Source #
See: newGetMeetingResponse
smart constructor.
GetMeetingResponse' | |
|
Instances
newGetMeetingResponse Source #
Create a value of GetMeetingResponse
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:meeting:GetMeetingResponse'
, getMeetingResponse_meeting
- The Amazon Chime SDK meeting information.
$sel:httpStatus:GetMeetingResponse'
, getMeetingResponse_httpStatus
- The response's http status code.
Response Lenses
getMeetingResponse_meeting :: Lens' GetMeetingResponse (Maybe Meeting) Source #
The Amazon Chime SDK meeting information.
getMeetingResponse_httpStatus :: Lens' GetMeetingResponse Int Source #
The response's http status code.