amazonka-codebuild-1.4.5: Amazon CodeBuild SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodeBuild.StopBuild

Contents

Description

Attempts to stop running a build.

Synopsis

Creating a Request

stopBuild Source #

Arguments

:: Text

sbId

-> StopBuild 

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

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

  • sbId - The ID of the build to attempt to stop running.

data StopBuild Source #

See: stopBuild smart constructor.

Instances

Eq StopBuild Source # 
Data StopBuild Source # 

Methods

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

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

toConstr :: StopBuild -> Constr #

dataTypeOf :: StopBuild -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopBuild Source # 
Show StopBuild Source # 
Generic StopBuild Source # 

Associated Types

type Rep StopBuild :: * -> * #

Hashable StopBuild Source # 
ToJSON StopBuild Source # 
NFData StopBuild Source # 

Methods

rnf :: StopBuild -> () #

AWSRequest StopBuild Source # 
ToPath StopBuild Source # 
ToHeaders StopBuild Source # 

Methods

toHeaders :: StopBuild -> [Header] #

ToQuery StopBuild Source # 
type Rep StopBuild Source # 
type Rep StopBuild = D1 (MetaData "StopBuild" "Network.AWS.CodeBuild.StopBuild" "amazonka-codebuild-1.4.5-5xjVRZX955TPfXRasHWjB" True) (C1 (MetaCons "StopBuild'" PrefixI True) (S1 (MetaSel (Just Symbol "_sbId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs StopBuild Source # 

Request Lenses

sbId :: Lens' StopBuild Text Source #

The ID of the build to attempt to stop running.

Destructuring the Response

stopBuildResponse Source #

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

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

data StopBuildResponse Source #

See: stopBuildResponse smart constructor.

Instances

Eq StopBuildResponse Source # 
Data StopBuildResponse Source # 

Methods

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

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

toConstr :: StopBuildResponse -> Constr #

dataTypeOf :: StopBuildResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopBuildResponse Source # 
Show StopBuildResponse Source # 
Generic StopBuildResponse Source # 
NFData StopBuildResponse Source # 

Methods

rnf :: StopBuildResponse -> () #

type Rep StopBuildResponse Source # 
type Rep StopBuildResponse = D1 (MetaData "StopBuildResponse" "Network.AWS.CodeBuild.StopBuild" "amazonka-codebuild-1.4.5-5xjVRZX955TPfXRasHWjB" False) (C1 (MetaCons "StopBuildResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sbrsBuild") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Build))) (S1 (MetaSel (Just Symbol "_sbrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses

sbrsBuild :: Lens' StopBuildResponse (Maybe Build) Source #

Information about the build that was attempted to be stopped.

sbrsResponseStatus :: Lens' StopBuildResponse Int Source #

  • - | The response status code.