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.DeleteMeeting
Description
Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
Synopsis
Creating a Request
data DeleteMeeting Source #
See: newDeleteMeeting
smart constructor.
Constructors
DeleteMeeting' | |
Instances
Arguments
:: Text | |
-> DeleteMeeting |
Create a value of DeleteMeeting
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:DeleteMeeting'
, deleteMeeting_meetingId
- The Amazon Chime SDK meeting ID.
Request Lenses
deleteMeeting_meetingId :: Lens' DeleteMeeting Text Source #
The Amazon Chime SDK meeting ID.
Destructuring the Response
data DeleteMeetingResponse Source #
See: newDeleteMeetingResponse
smart constructor.
Constructors
DeleteMeetingResponse' | |
Instances
newDeleteMeetingResponse :: DeleteMeetingResponse Source #
Create a value of DeleteMeetingResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.