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

Description

Applies the specified tags to the specified Amazon Chime SDK attendee.

Synopsis

Creating a Request

data TagAttendee Source #

See: newTagAttendee smart constructor.

Constructors

TagAttendee' 

Fields

Instances

Instances details
Eq TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

Show TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

Generic TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

Associated Types

type Rep TagAttendee :: Type -> Type #

NFData TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

Methods

rnf :: TagAttendee -> () #

Hashable TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

ToJSON TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

AWSRequest TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

Associated Types

type AWSResponse TagAttendee #

ToHeaders TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

Methods

toHeaders :: TagAttendee -> [Header] #

ToPath TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

ToQuery TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

type Rep TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

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

Defined in Amazonka.Chime.TagAttendee

newTagAttendee Source #

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

$sel:attendeeId:TagAttendee', tagAttendee_attendeeId - The Amazon Chime SDK attendee ID.

$sel:tags:TagAttendee', tagAttendee_tags - The tag key-value pairs.

Request Lenses

tagAttendee_meetingId :: Lens' TagAttendee Text Source #

The Amazon Chime SDK meeting ID.

tagAttendee_attendeeId :: Lens' TagAttendee Text Source #

The Amazon Chime SDK attendee ID.

tagAttendee_tags :: Lens' TagAttendee (NonEmpty Tag) Source #

The tag key-value pairs.

Destructuring the Response

data TagAttendeeResponse Source #

See: newTagAttendeeResponse smart constructor.

Constructors

TagAttendeeResponse' 

newTagAttendeeResponse :: TagAttendeeResponse Source #

Create a value of TagAttendeeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.