amazonka-sqs-1.6.0: Amazon Simple Queue Service SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.SQS.ListQueueTags

Contents

Description

List all cost allocation tags added 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

Creating a Request

listQueueTags #

Creates a value of ListQueueTags with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ListQueueTags #

See: listQueueTags smart constructor.

Instances
Eq ListQueueTags # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Data ListQueueTags # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListQueueTags -> c ListQueueTags #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListQueueTags #

toConstr :: ListQueueTags -> Constr #

dataTypeOf :: ListQueueTags -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListQueueTags) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListQueueTags) #

gmapT :: (forall b. Data b => b -> b) -> ListQueueTags -> ListQueueTags #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListQueueTags -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListQueueTags -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListQueueTags -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListQueueTags -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListQueueTags -> m ListQueueTags #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListQueueTags -> m ListQueueTags #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListQueueTags -> m ListQueueTags #

Read ListQueueTags # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Show ListQueueTags # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Generic ListQueueTags # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Associated Types

type Rep ListQueueTags :: * -> * #

Hashable ListQueueTags # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

AWSRequest ListQueueTags # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Associated Types

type Rs ListQueueTags :: * #

ToHeaders ListQueueTags # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

ToPath ListQueueTags # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

ToQuery ListQueueTags # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

NFData ListQueueTags # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Methods

rnf :: ListQueueTags -> () #

type Rep ListQueueTags # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

type Rep ListQueueTags = D1 (MetaData "ListQueueTags" "Network.AWS.SQS.ListQueueTags" "amazonka-sqs-1.6.0-6BfvsoMwFto2w6xsl91xQd" True) (C1 (MetaCons "ListQueueTags'" PrefixI True) (S1 (MetaSel (Just "_lqtQueueURL") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs ListQueueTags # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Request Lenses

lqtQueueURL :: Lens' ListQueueTags Text #

The URL of the queue.

Destructuring the Response

listQueueTagsResponse #

Creates a value of ListQueueTagsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ListQueueTagsResponse #

See: listQueueTagsResponse smart constructor.

Instances
Eq ListQueueTagsResponse # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Data ListQueueTagsResponse # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListQueueTagsResponse -> c ListQueueTagsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListQueueTagsResponse #

toConstr :: ListQueueTagsResponse -> Constr #

dataTypeOf :: ListQueueTagsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListQueueTagsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListQueueTagsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListQueueTagsResponse -> ListQueueTagsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListQueueTagsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListQueueTagsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListQueueTagsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListQueueTagsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListQueueTagsResponse -> m ListQueueTagsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListQueueTagsResponse -> m ListQueueTagsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListQueueTagsResponse -> m ListQueueTagsResponse #

Read ListQueueTagsResponse # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Show ListQueueTagsResponse # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Generic ListQueueTagsResponse # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Associated Types

type Rep ListQueueTagsResponse :: * -> * #

NFData ListQueueTagsResponse # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Methods

rnf :: ListQueueTagsResponse -> () #

type Rep ListQueueTagsResponse # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

type Rep ListQueueTagsResponse = D1 (MetaData "ListQueueTagsResponse" "Network.AWS.SQS.ListQueueTags" "amazonka-sqs-1.6.0-6BfvsoMwFto2w6xsl91xQd" False) (C1 (MetaCons "ListQueueTagsResponse'" PrefixI True) (S1 (MetaSel (Just "_lqtrsTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Map Text Text))) :*: S1 (MetaSel (Just "_lqtrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

lqtrsTags :: Lens' ListQueueTagsResponse (HashMap Text Text) #

The list of all tags added to the specified queue.

lqtrsResponseStatus :: Lens' ListQueueTagsResponse Int #

  • - | The response status code.