| 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.GameLift.DeleteGameSessionQueue
Description
Deletes a game session queue. Once a queue is successfully deleted, unfulfilled StartGameSessionPlacement requests that reference the queue will fail. To delete a queue, specify the queue name.
Synopsis
- data DeleteGameSessionQueue = DeleteGameSessionQueue' {}
- newDeleteGameSessionQueue :: Text -> DeleteGameSessionQueue
- deleteGameSessionQueue_name :: Lens' DeleteGameSessionQueue Text
- data DeleteGameSessionQueueResponse = DeleteGameSessionQueueResponse' {
- httpStatus :: Int
- newDeleteGameSessionQueueResponse :: Int -> DeleteGameSessionQueueResponse
- deleteGameSessionQueueResponse_httpStatus :: Lens' DeleteGameSessionQueueResponse Int
Creating a Request
data DeleteGameSessionQueue Source #
See: newDeleteGameSessionQueue smart constructor.
Constructors
| DeleteGameSessionQueue' | |
Instances
newDeleteGameSessionQueue Source #
Arguments
| :: Text | |
| -> DeleteGameSessionQueue |
Create a value of DeleteGameSessionQueue 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:
DeleteGameSessionQueue, deleteGameSessionQueue_name - A descriptive label that is associated with game session queue. Queue
names must be unique within each Region. You can use either the queue ID
or ARN value.
Request Lenses
deleteGameSessionQueue_name :: Lens' DeleteGameSessionQueue Text Source #
A descriptive label that is associated with game session queue. Queue names must be unique within each Region. You can use either the queue ID or ARN value.
Destructuring the Response
data DeleteGameSessionQueueResponse Source #
See: newDeleteGameSessionQueueResponse smart constructor.
Constructors
| DeleteGameSessionQueueResponse' | |
Fields
| |
Instances
newDeleteGameSessionQueueResponse Source #
Create a value of DeleteGameSessionQueueResponse 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:DeleteGameSessionQueueResponse', deleteGameSessionQueueResponse_httpStatus - The response's http status code.
Response Lenses
deleteGameSessionQueueResponse_httpStatus :: Lens' DeleteGameSessionQueueResponse Int Source #
The response's http status code.