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 |
Add cost allocation tags to 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
- tagQueue :: Text -> TagQueue
- data TagQueue
- tqQueueURL :: Lens' TagQueue Text
- tqTags :: Lens' TagQueue (HashMap Text Text)
- tagQueueResponse :: TagQueueResponse
- data TagQueueResponse
Creating a Request
Creates a value of TagQueue
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
tqQueueURL
- The URL of the queue.tqTags
- The list of tags to be added to the specified queue.
See: tagQueue
smart constructor.
Instances
Request Lenses
tqTags :: Lens' TagQueue (HashMap Text Text) Source #
The list of tags to be added to the specified queue.
Destructuring the Response
tagQueueResponse :: TagQueueResponse Source #
Creates a value of TagQueueResponse
with the minimum fields required to make a request.
data TagQueueResponse Source #
See: tagQueueResponse
smart constructor.