libZSservicesZSamazonka-chimeZSamazonka-chime
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Chime.ListAttendees

Description

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

Creating a Request

data ListAttendees Source #

See: newListAttendees smart constructor.

Constructors

ListAttendees' 

Fields

Instances

Instances details
Eq ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Read ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Show ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Generic ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Associated Types

type Rep ListAttendees :: Type -> Type #

NFData ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Methods

rnf :: ListAttendees -> () #

Hashable ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

AWSRequest ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Associated Types

type AWSResponse ListAttendees #

ToHeaders ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

ToPath ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

ToQuery ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

type Rep ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

type Rep ListAttendees = D1 ('MetaData "ListAttendees" "Amazonka.Chime.ListAttendees" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListAttendees'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

newListAttendees Source #

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:nextToken:ListAttendees', listAttendees_nextToken - The token to use to retrieve the next page of results.

$sel:maxResults:ListAttendees', listAttendees_maxResults - The maximum number of results to return in a single call.

$sel:meetingId:ListAttendees', listAttendees_meetingId - The Amazon Chime SDK meeting ID.

Request Lenses

listAttendees_nextToken :: Lens' ListAttendees (Maybe Text) Source #

The token to use to retrieve the next page of results.

listAttendees_maxResults :: Lens' ListAttendees (Maybe Natural) Source #

The maximum number of results to return in a single call.

listAttendees_meetingId :: Lens' ListAttendees Text Source #

The Amazon Chime SDK meeting ID.

Destructuring the Response

data ListAttendeesResponse Source #

See: newListAttendeesResponse smart constructor.

Constructors

ListAttendeesResponse' 

Fields

Instances

Instances details
Eq ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Show ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Generic ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Associated Types

type Rep ListAttendeesResponse :: Type -> Type #

NFData ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Methods

rnf :: ListAttendeesResponse -> () #

type Rep ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

type Rep ListAttendeesResponse = D1 ('MetaData "ListAttendeesResponse" "Amazonka.Chime.ListAttendees" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListAttendeesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attendees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Attendee])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.

$sel:nextToken: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.