amazonka-chime-sdk-meetings-2.0: Amazon Chime SDK Meetings SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Creating a Request

data GetAttendee Source #

See: newGetAttendee smart constructor.

Constructors

GetAttendee' 

Fields

Instances

Instances details
ToHeaders GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

Methods

toHeaders :: GetAttendee -> [Header] #

ToPath GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

ToQuery GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

AWSRequest GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

Associated Types

type AWSResponse GetAttendee #

Generic GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

Associated Types

type Rep GetAttendee :: Type -> Type #

Read GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

Show GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

NFData GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

Methods

rnf :: GetAttendee -> () #

Eq GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

Hashable GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

type AWSResponse GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

type Rep GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

type Rep GetAttendee = D1 ('MetaData "GetAttendee" "Amazonka.ChimeSdkMeetings.GetAttendee" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "GetAttendee'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attendeeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetAttendee Source #

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

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.