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.ListAttendeeTags

Description

Lists the tags applied to an Amazon Chime SDK attendee resource.

Synopsis

Creating a Request

data ListAttendeeTags Source #

See: newListAttendeeTags smart constructor.

Constructors

ListAttendeeTags' 

Fields

Instances

Instances details
Eq ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Read ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Show ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Generic ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Associated Types

type Rep ListAttendeeTags :: Type -> Type #

NFData ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Methods

rnf :: ListAttendeeTags -> () #

Hashable ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

AWSRequest ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Associated Types

type AWSResponse ListAttendeeTags #

ToHeaders ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

ToPath ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

ToQuery ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

type Rep ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

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

Defined in Amazonka.Chime.ListAttendeeTags

newListAttendeeTags Source #

Create a value of ListAttendeeTags 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:ListAttendeeTags', listAttendeeTags_meetingId - The Amazon Chime SDK meeting ID.

$sel:attendeeId:ListAttendeeTags', listAttendeeTags_attendeeId - The Amazon Chime SDK attendee ID.

Request Lenses

listAttendeeTags_meetingId :: Lens' ListAttendeeTags Text Source #

The Amazon Chime SDK meeting ID.

listAttendeeTags_attendeeId :: Lens' ListAttendeeTags Text Source #

The Amazon Chime SDK attendee ID.

Destructuring the Response

data ListAttendeeTagsResponse Source #

See: newListAttendeeTagsResponse smart constructor.

Constructors

ListAttendeeTagsResponse' 

Fields

Instances

Instances details
Eq ListAttendeeTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Show ListAttendeeTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Generic ListAttendeeTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Associated Types

type Rep ListAttendeeTagsResponse :: Type -> Type #

NFData ListAttendeeTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

type Rep ListAttendeeTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

type Rep ListAttendeeTagsResponse = D1 ('MetaData "ListAttendeeTagsResponse" "Amazonka.Chime.ListAttendeeTags" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListAttendeeTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListAttendeeTagsResponse Source #

Create a value of ListAttendeeTagsResponse 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:tags:ListAttendeeTagsResponse', listAttendeeTagsResponse_tags - A list of tag key-value pairs.

$sel:httpStatus:ListAttendeeTagsResponse', listAttendeeTagsResponse_httpStatus - The response's http status code.

Response Lenses