| 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.DeleteRoom
Description
Deletes a chat room in an Amazon Chime Enterprise account.
Synopsis
Creating a Request
data DeleteRoom Source #
See: newDeleteRoom smart constructor.
Constructors
| DeleteRoom' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DeleteRoom |
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:
DeleteRoom, deleteRoom_accountId - The Amazon Chime account ID.
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.
Constructors
| DeleteRoomResponse' | |
Instances
| Generic DeleteRoomResponse Source # | |
Defined in Amazonka.Chime.DeleteRoom Associated Types type Rep DeleteRoomResponse :: Type -> Type # Methods from :: DeleteRoomResponse -> Rep DeleteRoomResponse x # to :: Rep DeleteRoomResponse x -> DeleteRoomResponse # | |
| Read DeleteRoomResponse Source # | |
Defined in Amazonka.Chime.DeleteRoom Methods readsPrec :: Int -> ReadS DeleteRoomResponse # readList :: ReadS [DeleteRoomResponse] # | |
| Show DeleteRoomResponse Source # | |
Defined in Amazonka.Chime.DeleteRoom Methods showsPrec :: Int -> DeleteRoomResponse -> ShowS # show :: DeleteRoomResponse -> String # showList :: [DeleteRoomResponse] -> ShowS # | |
| NFData DeleteRoomResponse Source # | |
Defined in Amazonka.Chime.DeleteRoom Methods rnf :: DeleteRoomResponse -> () # | |
| Eq DeleteRoomResponse Source # | |
Defined in Amazonka.Chime.DeleteRoom Methods (==) :: DeleteRoomResponse -> DeleteRoomResponse -> Bool # (/=) :: DeleteRoomResponse -> DeleteRoomResponse -> Bool # | |
| 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.