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.UntagProject

Contents

Description

Removes tags from a project.

Synopsis

Creating a Request

untagProject Source #

Arguments

:: Text

uId

-> UntagProject 

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

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

  • uId - The ID of the project to remove tags from.
  • uTags - The tags to remove from the project.

data UntagProject Source #

See: untagProject smart constructor.

Instances
Eq UntagProject Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

Data UntagProject Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

Methods

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

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

toConstr :: UntagProject -> Constr #

dataTypeOf :: UntagProject -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UntagProject Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

Show UntagProject Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

Generic UntagProject Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

Associated Types

type Rep UntagProject :: Type -> Type #

Hashable UntagProject Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

ToJSON UntagProject Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

AWSRequest UntagProject Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

Associated Types

type Rs UntagProject :: Type #

ToHeaders UntagProject Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

ToPath UntagProject Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

ToQuery UntagProject Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

NFData UntagProject Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

Methods

rnf :: UntagProject -> () #

type Rep UntagProject Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

type Rep UntagProject = D1 (MetaData "UntagProject" "Network.AWS.CodeStar.UntagProject" "amazonka-codestar-1.6.1-CcYQrsIZo67Ij9mcPy3qxj" False) (C1 (MetaCons "UntagProject'" PrefixI True) (S1 (MetaSel (Just "_uId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_uTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text])))
type Rs UntagProject Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

Request Lenses

uId :: Lens' UntagProject Text Source #

The ID of the project to remove tags from.

uTags :: Lens' UntagProject [Text] Source #

The tags to remove from the project.

Destructuring the Response

untagProjectResponse Source #

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

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

data UntagProjectResponse Source #

See: untagProjectResponse smart constructor.

Instances
Eq UntagProjectResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

Data UntagProjectResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

Methods

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

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

toConstr :: UntagProjectResponse -> Constr #

dataTypeOf :: UntagProjectResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UntagProjectResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

Show UntagProjectResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

Generic UntagProjectResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

Associated Types

type Rep UntagProjectResponse :: Type -> Type #

NFData UntagProjectResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

Methods

rnf :: UntagProjectResponse -> () #

type Rep UntagProjectResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.UntagProject

type Rep UntagProjectResponse = D1 (MetaData "UntagProjectResponse" "Network.AWS.CodeStar.UntagProject" "amazonka-codestar-1.6.1-CcYQrsIZo67Ij9mcPy3qxj" True) (C1 (MetaCons "UntagProjectResponse'" PrefixI True) (S1 (MetaSel (Just "_ursResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

ursResponseStatus :: Lens' UntagProjectResponse Int Source #

  • - | The response status code.