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 |
Permanently delete a queue you have created.
Synopsis
Creating a Request
data DeleteQueue Source #
See: newDeleteQueue
smart constructor.
Instances
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:
$sel:name: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.
DeleteQueueResponse' | |
|
Instances
newDeleteQueueResponse Source #
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.