| 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.IVSChat.DeleteRoom
Description
Deletes the specified room.
Synopsis
Creating a Request
data DeleteRoom Source #
See: newDeleteRoom smart constructor.
Constructors
| DeleteRoom' | |
Fields
| |
Instances
Arguments
| :: 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:
$sel:identifier:DeleteRoom', deleteRoom_identifier - Identifier of the room to be deleted. Currently this must be an ARN.
Request Lenses
deleteRoom_identifier :: Lens' DeleteRoom Text Source #
Identifier of the room to be deleted. Currently this must be an ARN.
Destructuring the Response
data DeleteRoomResponse Source #
See: newDeleteRoomResponse smart constructor.
Constructors
| DeleteRoomResponse' | |
Instances
| Generic DeleteRoomResponse Source # | |
Defined in Amazonka.IVSChat.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.IVSChat.DeleteRoom Methods readsPrec :: Int -> ReadS DeleteRoomResponse # readList :: ReadS [DeleteRoomResponse] # | |
| Show DeleteRoomResponse Source # | |
Defined in Amazonka.IVSChat.DeleteRoom Methods showsPrec :: Int -> DeleteRoomResponse -> ShowS # show :: DeleteRoomResponse -> String # showList :: [DeleteRoomResponse] -> ShowS # | |
| NFData DeleteRoomResponse Source # | |
Defined in Amazonka.IVSChat.DeleteRoom Methods rnf :: DeleteRoomResponse -> () # | |
| Eq DeleteRoomResponse Source # | |
Defined in Amazonka.IVSChat.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.