amazonka-sqs-1.6.1: 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 Source #

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 Source #

See: listQueueTags smart constructor.

Instances
Eq ListQueueTags Source # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Data ListQueueTags Source # 
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 Source # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Show ListQueueTags Source # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Generic ListQueueTags Source # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Associated Types

type Rep ListQueueTags :: Type -> Type #

Hashable ListQueueTags Source # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

AWSRequest ListQueueTags Source # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Associated Types

type Rs ListQueueTags :: Type #

ToHeaders ListQueueTags Source # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

ToPath ListQueueTags Source # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

ToQuery ListQueueTags Source # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

NFData ListQueueTags Source # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Methods

rnf :: ListQueueTags -> () #

type Rep ListQueueTags Source # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

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

Defined in Network.AWS.SQS.ListQueueTags

Request Lenses

lqtQueueURL :: Lens' ListQueueTags Text Source #

The URL of the queue.

Destructuring the Response

listQueueTagsResponse Source #

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 Source #

See: listQueueTagsResponse smart constructor.

Instances
Eq ListQueueTagsResponse Source # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Data ListQueueTagsResponse Source # 
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 Source # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Show ListQueueTagsResponse Source # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Generic ListQueueTagsResponse Source # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Associated Types

type Rep ListQueueTagsResponse :: Type -> Type #

NFData ListQueueTagsResponse Source # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

Methods

rnf :: ListQueueTagsResponse -> () #

type Rep ListQueueTagsResponse Source # 
Instance details

Defined in Network.AWS.SQS.ListQueueTags

type Rep ListQueueTagsResponse = D1 (MetaData "ListQueueTagsResponse" "Network.AWS.SQS.ListQueueTags" "amazonka-sqs-1.6.1-4KwGv5jRSGR2noZdqwtyOA" 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) Source #

The list of all tags added to the specified queue.

lqtrsResponseStatus :: Lens' ListQueueTagsResponse Int Source #

  • - | The response status code.