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 room by the room ARN.
Synopsis
Creating a Request
data DeleteRoom Source #
See: newDeleteRoom
smart constructor.
Instances
newDeleteRoom :: DeleteRoom Source #
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:roomArn:DeleteRoom'
, deleteRoom_roomArn
- The ARN of the room to delete. Required.
Request Lenses
deleteRoom_roomArn :: Lens' DeleteRoom (Maybe Text) Source #
The ARN of the room to delete. Required.
Destructuring the Response
data DeleteRoomResponse Source #
See: newDeleteRoomResponse
smart constructor.
DeleteRoomResponse' | |
|
Instances
newDeleteRoomResponse Source #
Create a value of DeleteRoomResponse
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:httpStatus:DeleteRoomResponse'
, deleteRoomResponse_httpStatus
- The response's http status code.
Response Lenses
deleteRoomResponse_httpStatus :: Lens' DeleteRoomResponse Int Source #
The response's http status code.