amazonka-codebuild-1.6.0: 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 #

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 #

See: invalidateProjectCache smart constructor.

Instances
Eq InvalidateProjectCache # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

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

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Show InvalidateProjectCache # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Generic InvalidateProjectCache # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Associated Types

type Rep InvalidateProjectCache :: * -> * #

Hashable InvalidateProjectCache # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

ToJSON InvalidateProjectCache # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

AWSRequest InvalidateProjectCache # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Associated Types

type Rs InvalidateProjectCache :: * #

ToHeaders InvalidateProjectCache # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

ToPath InvalidateProjectCache # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

ToQuery InvalidateProjectCache # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

NFData InvalidateProjectCache # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Methods

rnf :: InvalidateProjectCache -> () #

type Rep InvalidateProjectCache # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

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

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Request Lenses

ipcProjectName :: Lens' InvalidateProjectCache Text #

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

Destructuring the Response

invalidateProjectCacheResponse #

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 #

See: invalidateProjectCacheResponse smart constructor.

Instances
Eq InvalidateProjectCacheResponse # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

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

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Show InvalidateProjectCacheResponse # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Generic InvalidateProjectCacheResponse # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

Associated Types

type Rep InvalidateProjectCacheResponse :: * -> * #

NFData InvalidateProjectCacheResponse # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

type Rep InvalidateProjectCacheResponse # 
Instance details

Defined in Network.AWS.CodeBuild.InvalidateProjectCache

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

Response Lenses