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 |
Amazonka.Chime.UntagMeeting
Description
Untags the specified tags from the specified Amazon Chime SDK meeting.
Synopsis
Creating a Request
data UntagMeeting Source #
See: newUntagMeeting
smart constructor.
Constructors
UntagMeeting' | |
Instances
Arguments
:: Text | |
-> NonEmpty Text | |
-> UntagMeeting |
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.
Constructors
UntagMeetingResponse' | |
Instances
newUntagMeetingResponse :: UntagMeetingResponse Source #
Create a value of UntagMeetingResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.