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 |
List all cost allocation tags added to the specified Amazon SQS queue. For an overview, see Tagging Your Amazon SQS Queues in the Amazon SQS Developer Guide.
Cross-account permissions don't apply to this action. For more information, see Grant cross-account permissions to a role and a user name in the Amazon SQS Developer Guide.
Synopsis
- data ListQueueTags = ListQueueTags' {}
- newListQueueTags :: Text -> ListQueueTags
- listQueueTags_queueUrl :: Lens' ListQueueTags Text
- data ListQueueTagsResponse = ListQueueTagsResponse' {}
- newListQueueTagsResponse :: Int -> ListQueueTagsResponse
- listQueueTagsResponse_tags :: Lens' ListQueueTagsResponse (Maybe (HashMap Text Text))
- listQueueTagsResponse_httpStatus :: Lens' ListQueueTagsResponse Int
Creating a Request
data ListQueueTags Source #
See: newListQueueTags
smart constructor.
Instances
Create a value of ListQueueTags
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:queueUrl:ListQueueTags'
, listQueueTags_queueUrl
- The URL of the queue.
Request Lenses
listQueueTags_queueUrl :: Lens' ListQueueTags Text Source #
The URL of the queue.
Destructuring the Response
data ListQueueTagsResponse Source #
See: newListQueueTagsResponse
smart constructor.
Instances
newListQueueTagsResponse Source #
Create a value of ListQueueTagsResponse
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:tags:ListQueueTagsResponse'
, listQueueTagsResponse_tags
- The list of all tags added to the specified queue.
$sel:httpStatus:ListQueueTagsResponse'
, listQueueTagsResponse_httpStatus
- The response's http status code.
Response Lenses
listQueueTagsResponse_tags :: Lens' ListQueueTagsResponse (Maybe (HashMap Text Text)) Source #
The list of all tags added to the specified queue.
listQueueTagsResponse_httpStatus :: Lens' ListQueueTagsResponse Int Source #
The response's http status code.