amazonka-codestar-1.6.1: Amazon CodeStar 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.CodeStar.ListTagsForProject

Contents

Description

Gets the tags for a project.

Synopsis

Creating a Request

listTagsForProject Source #

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

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

data ListTagsForProject Source #

See: listTagsForProject smart constructor.

Instances
Eq ListTagsForProject Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

Data ListTagsForProject Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

Methods

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

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

toConstr :: ListTagsForProject -> Constr #

dataTypeOf :: ListTagsForProject -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListTagsForProject Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

Show ListTagsForProject Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

Generic ListTagsForProject Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

Associated Types

type Rep ListTagsForProject :: Type -> Type #

Hashable ListTagsForProject Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

ToJSON ListTagsForProject Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

AWSRequest ListTagsForProject Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

Associated Types

type Rs ListTagsForProject :: Type #

ToHeaders ListTagsForProject Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

ToPath ListTagsForProject Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

ToQuery ListTagsForProject Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

NFData ListTagsForProject Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

Methods

rnf :: ListTagsForProject -> () #

type Rep ListTagsForProject Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

type Rep ListTagsForProject = D1 (MetaData "ListTagsForProject" "Network.AWS.CodeStar.ListTagsForProject" "amazonka-codestar-1.6.1-CcYQrsIZo67Ij9mcPy3qxj" False) (C1 (MetaCons "ListTagsForProject'" PrefixI True) (S1 (MetaSel (Just "_ltfpNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ltfpMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_ltfpId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs ListTagsForProject Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

Request Lenses

ltfpNextToken :: Lens' ListTagsForProject (Maybe Text) Source #

Reserved for future use.

ltfpId :: Lens' ListTagsForProject Text Source #

The ID of the project to get tags for.

Destructuring the Response

listTagsForProjectResponse Source #

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

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

data ListTagsForProjectResponse Source #

See: listTagsForProjectResponse smart constructor.

Instances
Eq ListTagsForProjectResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

Data ListTagsForProjectResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

Methods

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

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

toConstr :: ListTagsForProjectResponse -> Constr #

dataTypeOf :: ListTagsForProjectResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListTagsForProjectResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

Show ListTagsForProjectResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

Generic ListTagsForProjectResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

Associated Types

type Rep ListTagsForProjectResponse :: Type -> Type #

NFData ListTagsForProjectResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

type Rep ListTagsForProjectResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.ListTagsForProject

type Rep ListTagsForProjectResponse = D1 (MetaData "ListTagsForProjectResponse" "Network.AWS.CodeStar.ListTagsForProject" "amazonka-codestar-1.6.1-CcYQrsIZo67Ij9mcPy3qxj" False) (C1 (MetaCons "ListTagsForProjectResponse'" PrefixI True) (S1 (MetaSel (Just "_ltfprsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ltfprsTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Map Text Text))) :*: S1 (MetaSel (Just "_ltfprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses