| 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.MediaConvert.DeleteQueue
Description
Permanently delete a queue you have created.
Synopsis
Creating a Request
data DeleteQueue Source #
See: newDeleteQueue smart constructor.
Constructors
| DeleteQueue' | |
Instances
Arguments
| :: Text | |
| -> DeleteQueue |
Create a value of DeleteQueue 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:
DeleteQueue, deleteQueue_name - The name of the queue that you want to delete.
Request Lenses
deleteQueue_name :: Lens' DeleteQueue Text Source #
The name of the queue that you want to delete.
Destructuring the Response
data DeleteQueueResponse Source #
See: newDeleteQueueResponse smart constructor.
Constructors
| DeleteQueueResponse' | |
Fields
| |
Instances
newDeleteQueueResponse Source #
Arguments
| :: Int | |
| -> DeleteQueueResponse |
Create a value of DeleteQueueResponse 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:DeleteQueueResponse', deleteQueueResponse_httpStatus - The response's http status code.
Response Lenses
deleteQueueResponse_httpStatus :: Lens' DeleteQueueResponse Int Source #
The response's http status code.