| 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.GamesParks.DeleteGame
Description
Deletes a game.
Synopsis
Creating a Request
data DeleteGame Source #
See: newDeleteGame smart constructor.
Constructors
| DeleteGame' | |
Instances
Arguments
| :: Text | |
| -> DeleteGame |
Create a value of DeleteGame 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:gameName:DeleteGame', deleteGame_gameName - The name of the game to delete.
Request Lenses
deleteGame_gameName :: Lens' DeleteGame Text Source #
The name of the game to delete.
Destructuring the Response
data DeleteGameResponse Source #
See: newDeleteGameResponse smart constructor.
Constructors
| DeleteGameResponse' | |
Fields
| |
Instances
newDeleteGameResponse Source #
Arguments
| :: Int | |
| -> DeleteGameResponse |
Create a value of DeleteGameResponse 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:DeleteGameResponse', deleteGameResponse_httpStatus - The response's http status code.
Response Lenses
deleteGameResponse_httpStatus :: Lens' DeleteGameResponse Int Source #
The response's http status code.