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 a chat room in an Amazon Chime Enterprise account.
Synopsis
Creating a Request
data DeleteRoom Source #
See: newDeleteRoom
smart constructor.
Instances
Create a value of DeleteRoom
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:accountId:DeleteRoom'
, deleteRoom_accountId
- The Amazon Chime account ID.
$sel:roomId:DeleteRoom'
, deleteRoom_roomId
- The chat room ID.
Request Lenses
deleteRoom_accountId :: Lens' DeleteRoom Text Source #
The Amazon Chime account ID.
deleteRoom_roomId :: Lens' DeleteRoom Text Source #
The chat room ID.
Destructuring the Response
data DeleteRoomResponse Source #
See: newDeleteRoomResponse
smart constructor.
Instances
Eq DeleteRoomResponse Source # | |
Defined in Amazonka.Chime.DeleteRoom (==) :: DeleteRoomResponse -> DeleteRoomResponse -> Bool # (/=) :: DeleteRoomResponse -> DeleteRoomResponse -> Bool # | |
Read DeleteRoomResponse Source # | |
Defined in Amazonka.Chime.DeleteRoom | |
Show DeleteRoomResponse Source # | |
Defined in Amazonka.Chime.DeleteRoom showsPrec :: Int -> DeleteRoomResponse -> ShowS # show :: DeleteRoomResponse -> String # showList :: [DeleteRoomResponse] -> ShowS # | |
Generic DeleteRoomResponse Source # | |
Defined in Amazonka.Chime.DeleteRoom type Rep DeleteRoomResponse :: Type -> Type # from :: DeleteRoomResponse -> Rep DeleteRoomResponse x # to :: Rep DeleteRoomResponse x -> DeleteRoomResponse # | |
NFData DeleteRoomResponse Source # | |
Defined in Amazonka.Chime.DeleteRoom rnf :: DeleteRoomResponse -> () # | |
type Rep DeleteRoomResponse Source # | |
newDeleteRoomResponse :: DeleteRoomResponse Source #
Create a value of DeleteRoomResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.