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

Description

Untags the specified tags from the specified Amazon Chime SDK attendee.

Synopsis

Creating a Request

data UntagAttendee Source #

See: newUntagAttendee smart constructor.

Constructors

UntagAttendee' 

Fields

Instances

Instances details
Eq UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Show UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Generic UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Associated Types

type Rep UntagAttendee :: Type -> Type #

NFData UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Methods

rnf :: UntagAttendee -> () #

Hashable UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

ToJSON UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

AWSRequest UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Associated Types

type AWSResponse UntagAttendee #

ToHeaders UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

ToPath UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

ToQuery UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

type Rep UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

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

Defined in Amazonka.Chime.UntagAttendee

newUntagAttendee Source #

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

$sel:tagKeys:UntagAttendee', untagAttendee_tagKeys - The tag keys.

$sel:attendeeId:UntagAttendee', untagAttendee_attendeeId - The Amazon Chime SDK attendee ID.

Request Lenses

untagAttendee_meetingId :: Lens' UntagAttendee Text Source #

The Amazon Chime SDK meeting ID.

untagAttendee_attendeeId :: Lens' UntagAttendee Text Source #

The Amazon Chime SDK attendee ID.

Destructuring the Response

data UntagAttendeeResponse Source #

See: newUntagAttendeeResponse smart constructor.

Instances

Instances details
Eq UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Read UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Show UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Generic UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Associated Types

type Rep UntagAttendeeResponse :: Type -> Type #

NFData UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Methods

rnf :: UntagAttendeeResponse -> () #

type Rep UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

type Rep UntagAttendeeResponse = D1 ('MetaData "UntagAttendeeResponse" "Amazonka.Chime.UntagAttendee" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "UntagAttendeeResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUntagAttendeeResponse :: UntagAttendeeResponse Source #

Create a value of UntagAttendeeResponse with all optional fields omitted.

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