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 meeting.
Synopsis
Creating a Request
data UntagMeeting Source #
See: newUntagMeeting
smart constructor.
Instances
Create a value of UntagMeeting
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:UntagMeeting'
, untagMeeting_meetingId
- The Amazon Chime SDK meeting ID.
$sel:tagKeys:UntagMeeting'
, untagMeeting_tagKeys
- The tag keys.
Request Lenses
untagMeeting_meetingId :: Lens' UntagMeeting Text Source #
The Amazon Chime SDK meeting ID.
untagMeeting_tagKeys :: Lens' UntagMeeting (NonEmpty Text) Source #
The tag keys.
Destructuring the Response
data UntagMeetingResponse Source #
See: newUntagMeetingResponse
smart constructor.
Instances
Eq UntagMeetingResponse Source # | |
Defined in Amazonka.Chime.UntagMeeting (==) :: UntagMeetingResponse -> UntagMeetingResponse -> Bool # (/=) :: UntagMeetingResponse -> UntagMeetingResponse -> Bool # | |
Read UntagMeetingResponse Source # | |
Show UntagMeetingResponse Source # | |
Defined in Amazonka.Chime.UntagMeeting showsPrec :: Int -> UntagMeetingResponse -> ShowS # show :: UntagMeetingResponse -> String # showList :: [UntagMeetingResponse] -> ShowS # | |
Generic UntagMeetingResponse Source # | |
Defined in Amazonka.Chime.UntagMeeting type Rep UntagMeetingResponse :: Type -> Type # from :: UntagMeetingResponse -> Rep UntagMeetingResponse x # to :: Rep UntagMeetingResponse x -> UntagMeetingResponse # | |
NFData UntagMeetingResponse Source # | |
Defined in Amazonka.Chime.UntagMeeting rnf :: UntagMeetingResponse -> () # | |
type Rep UntagMeetingResponse Source # | |
newUntagMeetingResponse :: UntagMeetingResponse Source #
Create a value of UntagMeetingResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.