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 an attendee from the specified Amazon Chime SDK meeting and
deletes their JoinToken
. Attendees are automatically deleted when a
Amazon Chime SDK meeting is deleted. For more information about the
Amazon Chime SDK, see
Using the Amazon Chime SDK
in the Amazon Chime Developer Guide.
Synopsis
- data DeleteAttendee = DeleteAttendee' {
- meetingId :: Text
- attendeeId :: Text
- newDeleteAttendee :: Text -> Text -> DeleteAttendee
- deleteAttendee_meetingId :: Lens' DeleteAttendee Text
- deleteAttendee_attendeeId :: Lens' DeleteAttendee Text
- data DeleteAttendeeResponse = DeleteAttendeeResponse' {
- newDeleteAttendeeResponse :: DeleteAttendeeResponse
Creating a Request
data DeleteAttendee Source #
See: newDeleteAttendee
smart constructor.
DeleteAttendee' | |
|
Instances
Create a value of DeleteAttendee
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:DeleteAttendee'
, deleteAttendee_meetingId
- The Amazon Chime SDK meeting ID.
$sel:attendeeId:DeleteAttendee'
, deleteAttendee_attendeeId
- The Amazon Chime SDK attendee ID.
Request Lenses
deleteAttendee_meetingId :: Lens' DeleteAttendee Text Source #
The Amazon Chime SDK meeting ID.
deleteAttendee_attendeeId :: Lens' DeleteAttendee Text Source #
The Amazon Chime SDK attendee ID.
Destructuring the Response
data DeleteAttendeeResponse Source #
See: newDeleteAttendeeResponse
smart constructor.
Instances
Eq DeleteAttendeeResponse Source # | |
Defined in Amazonka.Chime.DeleteAttendee | |
Read DeleteAttendeeResponse Source # | |
Show DeleteAttendeeResponse Source # | |
Defined in Amazonka.Chime.DeleteAttendee showsPrec :: Int -> DeleteAttendeeResponse -> ShowS # show :: DeleteAttendeeResponse -> String # showList :: [DeleteAttendeeResponse] -> ShowS # | |
Generic DeleteAttendeeResponse Source # | |
Defined in Amazonka.Chime.DeleteAttendee type Rep DeleteAttendeeResponse :: Type -> Type # | |
NFData DeleteAttendeeResponse Source # | |
Defined in Amazonka.Chime.DeleteAttendee rnf :: DeleteAttendeeResponse -> () # | |
type Rep DeleteAttendeeResponse Source # | |
newDeleteAttendeeResponse :: DeleteAttendeeResponse Source #
Create a value of DeleteAttendeeResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.