amazonka-codestar-1.6.0: 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 # 
Data UntagProject Source # 

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 # 
Show UntagProject Source # 
Generic UntagProject Source # 

Associated Types

type Rep UntagProject :: * -> * #

Hashable UntagProject Source # 
ToJSON UntagProject Source # 
NFData UntagProject Source # 

Methods

rnf :: UntagProject -> () #

AWSRequest UntagProject Source # 
ToHeaders UntagProject Source # 
ToPath UntagProject Source # 
ToQuery UntagProject Source # 
type Rep UntagProject Source # 
type Rep UntagProject = D1 * (MetaData "UntagProject" "Network.AWS.CodeStar.UntagProject" "amazonka-codestar-1.6.0-5SZ4tYCpUgiG3GgoUtUaxn" False) (C1 * (MetaCons "UntagProject'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_uId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_uTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * [Text]))))
type Rs UntagProject Source # 

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

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 # 
Show UntagProjectResponse Source # 
Generic UntagProjectResponse Source # 
NFData UntagProjectResponse Source # 

Methods

rnf :: UntagProjectResponse -> () #

type Rep UntagProjectResponse Source # 
type Rep UntagProjectResponse = D1 * (MetaData "UntagProjectResponse" "Network.AWS.CodeStar.UntagProject" "amazonka-codestar-1.6.0-5SZ4tYCpUgiG3GgoUtUaxn" True) (C1 * (MetaCons "UntagProjectResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_ursResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses

ursResponseStatus :: Lens' UntagProjectResponse Int Source #

  • - | The response status code.