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 |
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.
Instances
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.
Instances
Eq DeleteMeetingResponse Source # | |
Defined in Amazonka.Chime.DeleteMeeting (==) :: DeleteMeetingResponse -> DeleteMeetingResponse -> Bool # (/=) :: DeleteMeetingResponse -> DeleteMeetingResponse -> Bool # | |
Read DeleteMeetingResponse Source # | |
Show DeleteMeetingResponse Source # | |
Defined in Amazonka.Chime.DeleteMeeting showsPrec :: Int -> DeleteMeetingResponse -> ShowS # show :: DeleteMeetingResponse -> String # showList :: [DeleteMeetingResponse] -> ShowS # | |
Generic DeleteMeetingResponse Source # | |
Defined in Amazonka.Chime.DeleteMeeting type Rep DeleteMeetingResponse :: Type -> Type # | |
NFData DeleteMeetingResponse Source # | |
Defined in Amazonka.Chime.DeleteMeeting rnf :: DeleteMeetingResponse -> () # | |
type Rep DeleteMeetingResponse Source # | |
newDeleteMeetingResponse :: DeleteMeetingResponse Source #
Create a value of DeleteMeetingResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.