| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Chime.UntagAttendee
Description
Untags the specified tags from the specified Amazon Chime SDK attendee.
Synopsis
- data UntagAttendee = UntagAttendee' {}
- newUntagAttendee :: Text -> NonEmpty Text -> Text -> UntagAttendee
- untagAttendee_meetingId :: Lens' UntagAttendee Text
- untagAttendee_tagKeys :: Lens' UntagAttendee (NonEmpty Text)
- untagAttendee_attendeeId :: Lens' UntagAttendee Text
- data UntagAttendeeResponse = UntagAttendeeResponse' {
- newUntagAttendeeResponse :: UntagAttendeeResponse
Creating a Request
data UntagAttendee Source #
See: newUntagAttendee smart constructor.
Constructors
| UntagAttendee' | |
Instances
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> Text | |
| -> UntagAttendee |
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:
UntagAttendee, untagAttendee_meetingId - The Amazon Chime SDK meeting ID.
$sel:tagKeys:UntagAttendee', untagAttendee_tagKeys - The tag keys.
UntagAttendee, untagAttendee_attendeeId - The Amazon Chime SDK attendee ID.
Request Lenses
untagAttendee_meetingId :: Lens' UntagAttendee Text Source #
The Amazon Chime SDK meeting ID.
untagAttendee_tagKeys :: Lens' UntagAttendee (NonEmpty Text) Source #
The tag keys.
untagAttendee_attendeeId :: Lens' UntagAttendee Text Source #
The Amazon Chime SDK attendee ID.
Destructuring the Response
data UntagAttendeeResponse Source #
See: newUntagAttendeeResponse smart constructor.
Constructors
| UntagAttendeeResponse' | |
Instances
newUntagAttendeeResponse :: UntagAttendeeResponse Source #
Create a value of UntagAttendeeResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.