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 |
Remove cost allocation tags from the specified Amazon SQS queue. For an overview, see Tagging Amazon SQS Queues in the Amazon Simple Queue Service Developer Guide .
When you use queue tags, keep the following guidelines in mind:
- Adding more than 50 tags to a queue isn't recommended.
- Tags don't have any semantic meaning. Amazon SQS interprets tags as character strings.
- Tags are case-sensitive.
- A new tag with a key identical to that of an existing tag overwrites the existing tag.
- Tagging API actions are limited to 5 TPS per AWS account. If your application requires a higher throughput, file a technical support request .
For a full list of tag restrictions, see Limits Related to Queues in the Amazon Simple Queue Service Developer Guide .
Synopsis
Creating a Request
:: Text | |
-> UntagQueue |
Creates a value of UntagQueue
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uqQueueURL
- The URL of the queue.uqTagKeys
- The list of tags to be removed from the specified queue.
data UntagQueue Source #
See: untagQueue
smart constructor.
Instances
Request Lenses
uqQueueURL :: Lens' UntagQueue Text Source #
The URL of the queue.
uqTagKeys :: Lens' UntagQueue [Text] Source #
The list of tags to be removed from the specified queue.
Destructuring the Response
untagQueueResponse :: UntagQueueResponse Source #
Creates a value of UntagQueueResponse
with the minimum fields required to make a request.
data UntagQueueResponse Source #
See: untagQueueResponse
smart constructor.