amazonka-resourcegroups-1.6.0: Amazon Resource Groups 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.ResourceGroups.GetTags

Contents

Description

Returns a list of tags that are associated with a resource, specified by an ARN.

Synopsis

Creating a Request

getTags Source #

Arguments

:: Text

gtARN

-> GetTags 

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

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

  • gtARN - The ARN of the resource for which you want a list of tags. The resource must exist within the account you are using.

data GetTags Source #

See: getTags smart constructor.

Instances

Eq GetTags Source # 

Methods

(==) :: GetTags -> GetTags -> Bool #

(/=) :: GetTags -> GetTags -> Bool #

Data GetTags Source # 

Methods

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

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

toConstr :: GetTags -> Constr #

dataTypeOf :: GetTags -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetTags Source # 
Show GetTags Source # 
Generic GetTags Source # 

Associated Types

type Rep GetTags :: * -> * #

Methods

from :: GetTags -> Rep GetTags x #

to :: Rep GetTags x -> GetTags #

Hashable GetTags Source # 

Methods

hashWithSalt :: Int -> GetTags -> Int #

hash :: GetTags -> Int #

NFData GetTags Source # 

Methods

rnf :: GetTags -> () #

AWSRequest GetTags Source # 

Associated Types

type Rs GetTags :: * #

ToHeaders GetTags Source # 

Methods

toHeaders :: GetTags -> [Header] #

ToPath GetTags Source # 

Methods

toPath :: GetTags -> ByteString #

ToQuery GetTags Source # 
type Rep GetTags Source # 
type Rep GetTags = D1 * (MetaData "GetTags" "Network.AWS.ResourceGroups.GetTags" "amazonka-resourcegroups-1.6.0-BcTE97yO3xiNkTKZdYgRR" True) (C1 * (MetaCons "GetTags'" PrefixI True) (S1 * (MetaSel (Just Symbol "_gtARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs GetTags Source # 

Request Lenses

gtARN :: Lens' GetTags Text Source #

The ARN of the resource for which you want a list of tags. The resource must exist within the account you are using.

Destructuring the Response

getTagsResponse Source #

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

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

data GetTagsResponse Source #

See: getTagsResponse smart constructor.

Instances

Eq GetTagsResponse Source # 
Data GetTagsResponse Source # 

Methods

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

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

toConstr :: GetTagsResponse -> Constr #

dataTypeOf :: GetTagsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetTagsResponse Source # 
Show GetTagsResponse Source # 
Generic GetTagsResponse Source # 
NFData GetTagsResponse Source # 

Methods

rnf :: GetTagsResponse -> () #

type Rep GetTagsResponse Source # 
type Rep GetTagsResponse = D1 * (MetaData "GetTagsResponse" "Network.AWS.ResourceGroups.GetTags" "amazonka-resourcegroups-1.6.0-BcTE97yO3xiNkTKZdYgRR" False) (C1 * (MetaCons "GetTagsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gtrsARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gtrsTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe (Map Text Text)))) (S1 * (MetaSel (Just Symbol "_gtrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

gtrsARN :: Lens' GetTagsResponse (Maybe Text) Source #

The ARN of the tagged resource.

gtrsTags :: Lens' GetTagsResponse (HashMap Text Text) Source #

The tags associated with the specified resource.

gtrsResponseStatus :: Lens' GetTagsResponse Int Source #

  • - | The response status code.