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