amazonka-codebuild-1.6.1: Amazon CodeBuild 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.CodeBuild.InvalidateProjectCache

Contents

Description

Resets the cache for a project.

Synopsis

Creating a Request

invalidateProjectCache Source #

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

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

  • ipcProjectName - The name of the AWS CodeBuild build project that the cache will be reset for.

data InvalidateProjectCache Source #

See: invalidateProjectCache smart constructor.

Instances
Eq InvalidateProjectCache Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Data InvalidateProjectCache Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Methods

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

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

toConstr :: InvalidateProjectCache -> Constr #

dataTypeOf :: InvalidateProjectCache -> DataType #

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

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

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

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

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

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

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

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

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

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

Read InvalidateProjectCache Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Show InvalidateProjectCache Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Generic InvalidateProjectCache Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Associated Types

type Rep InvalidateProjectCache :: Type -> Type #

Hashable InvalidateProjectCache Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

ToJSON InvalidateProjectCache Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

AWSRequest InvalidateProjectCache Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Associated Types

type Rs InvalidateProjectCache :: Type #

ToHeaders InvalidateProjectCache Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

ToPath InvalidateProjectCache Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

ToQuery InvalidateProjectCache Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

NFData InvalidateProjectCache Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Methods

rnf :: InvalidateProjectCache -> () #

type Rep InvalidateProjectCache Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

type Rep InvalidateProjectCache = D1 (MetaData "InvalidateProjectCache" "Network.AWS.CodeBuild.InvalidateProjectCache" "amazonka-codebuild-1.6.1-CHtoXrKmhWY3Wp1eAVtcUH" True) (C1 (MetaCons "InvalidateProjectCache'" PrefixI True) (S1 (MetaSel (Just "_ipcProjectName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs InvalidateProjectCache Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Request Lenses

ipcProjectName :: Lens' InvalidateProjectCache Text Source #

The name of the AWS CodeBuild build project that the cache will be reset for.

Destructuring the Response

invalidateProjectCacheResponse Source #

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

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

data InvalidateProjectCacheResponse Source #

See: invalidateProjectCacheResponse smart constructor.

Instances
Eq InvalidateProjectCacheResponse Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Data InvalidateProjectCacheResponse Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Methods

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

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

toConstr :: InvalidateProjectCacheResponse -> Constr #

dataTypeOf :: InvalidateProjectCacheResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read InvalidateProjectCacheResponse Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Show InvalidateProjectCacheResponse Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Generic InvalidateProjectCacheResponse Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Associated Types

type Rep InvalidateProjectCacheResponse :: Type -> Type #

NFData InvalidateProjectCacheResponse Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

type Rep InvalidateProjectCacheResponse Source # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

type Rep InvalidateProjectCacheResponse = D1 (MetaData "InvalidateProjectCacheResponse" "Network.AWS.CodeBuild.InvalidateProjectCache" "amazonka-codebuild-1.6.1-CHtoXrKmhWY3Wp1eAVtcUH" True) (C1 (MetaCons "InvalidateProjectCacheResponse'" PrefixI True) (S1 (MetaSel (Just "_ipcrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses