Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
Instances
:: 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:
$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_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.
Instances
Eq UntagAttendeeResponse Source # | |
Defined in Amazonka.Chime.UntagAttendee (==) :: UntagAttendeeResponse -> UntagAttendeeResponse -> Bool # (/=) :: UntagAttendeeResponse -> UntagAttendeeResponse -> Bool # | |
Read UntagAttendeeResponse Source # | |
Show UntagAttendeeResponse Source # | |
Defined in Amazonka.Chime.UntagAttendee showsPrec :: Int -> UntagAttendeeResponse -> ShowS # show :: UntagAttendeeResponse -> String # showList :: [UntagAttendeeResponse] -> ShowS # | |
Generic UntagAttendeeResponse Source # | |
Defined in Amazonka.Chime.UntagAttendee type Rep UntagAttendeeResponse :: Type -> Type # | |
NFData UntagAttendeeResponse Source # | |
Defined in Amazonka.Chime.UntagAttendee rnf :: UntagAttendeeResponse -> () # | |
type Rep UntagAttendeeResponse Source # | |
newUntagAttendeeResponse :: UntagAttendeeResponse Source #
Create a value of UntagAttendeeResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.