amazonka-resourcegroups-1.6.1: 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 # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

Methods

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

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

Data GetTags Source # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

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 # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

Show GetTags Source # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

Generic GetTags Source # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

Associated Types

type Rep GetTags :: Type -> Type #

Methods

from :: GetTags -> Rep GetTags x #

to :: Rep GetTags x -> GetTags #

Hashable GetTags Source # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

Methods

hashWithSalt :: Int -> GetTags -> Int #

hash :: GetTags -> Int #

AWSRequest GetTags Source # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

Associated Types

type Rs GetTags :: Type #

ToHeaders GetTags Source # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

Methods

toHeaders :: GetTags -> [Header] #

ToPath GetTags Source # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

Methods

toPath :: GetTags -> ByteString #

ToQuery GetTags Source # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

NFData GetTags Source # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

Methods

rnf :: GetTags -> () #

type Rep GetTags Source # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

type Rep GetTags = D1 (MetaData "GetTags" "Network.AWS.ResourceGroups.GetTags" "amazonka-resourcegroups-1.6.1-ESIAO7l4Zjz1j0LGvWxGeP" True) (C1 (MetaCons "GetTags'" PrefixI True) (S1 (MetaSel (Just "_gtARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetTags Source # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

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 # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

Data GetTagsResponse Source # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

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 # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

Show GetTagsResponse Source # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

Generic GetTagsResponse Source # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

Associated Types

type Rep GetTagsResponse :: Type -> Type #

NFData GetTagsResponse Source # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

Methods

rnf :: GetTagsResponse -> () #

type Rep GetTagsResponse Source # 
Instance details

Defined in Network.AWS.ResourceGroups.GetTags

type Rep GetTagsResponse = D1 (MetaData "GetTagsResponse" "Network.AWS.ResourceGroups.GetTags" "amazonka-resourcegroups-1.6.1-ESIAO7l4Zjz1j0LGvWxGeP" False) (C1 (MetaCons "GetTagsResponse'" PrefixI True) (S1 (MetaSel (Just "_gtrsARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_gtrsTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Map Text Text))) :*: S1 (MetaSel (Just "_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.