Copyright | (c) 2013-2018 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 |
Language | Haskell2010 |
Deletes the queue specified by the QueueUrl
, regardless of the queue's contents. If the specified queue doesn't exist, Amazon SQS returns a successful response.
Important: Be careful with the DeleteQueue
action: When you delete a queue, any messages in the queue are no longer available.
When you delete a queue, the deletion process takes up to 60 seconds. Requests you send involving that queue during the 60 seconds might succeed. For example, a
request might succeed, but after 60 seconds the queue and the message you sent no longer exist.SendMessage
When you delete a queue, you must wait at least 60 seconds before creating a queue with the same name.
Synopsis
Creating a Request
Creates a value of DeleteQueue
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dqQueueURL
- The URL of the Amazon SQS queue to delete. Queue URLs are case-sensitive.
data DeleteQueue Source #
See: deleteQueue
smart constructor.
Instances
Request Lenses
dqQueueURL :: Lens' DeleteQueue Text Source #
The URL of the Amazon SQS queue to delete. Queue URLs are case-sensitive.
Destructuring the Response
deleteQueueResponse :: DeleteQueueResponse Source #
Creates a value of DeleteQueueResponse
with the minimum fields required to make a request.
data DeleteQueueResponse Source #
See: deleteQueueResponse
smart constructor.