amazonka-codebuild-1.5.0: Amazon CodeBuild SDK.

Copyright(c) 2013-2017 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.BatchDeleteBuilds

Contents

Description

Deletes one or more builds.

Synopsis

Creating a Request

batchDeleteBuilds Source #

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

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

  • bdbIds - The IDs of the builds to delete.

data BatchDeleteBuilds Source #

See: batchDeleteBuilds smart constructor.

Instances

Eq BatchDeleteBuilds Source # 
Data BatchDeleteBuilds Source # 

Methods

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

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

toConstr :: BatchDeleteBuilds -> Constr #

dataTypeOf :: BatchDeleteBuilds -> DataType #

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

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

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

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

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

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

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

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

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

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

Read BatchDeleteBuilds Source # 
Show BatchDeleteBuilds Source # 
Generic BatchDeleteBuilds Source # 
Hashable BatchDeleteBuilds Source # 
ToJSON BatchDeleteBuilds Source # 
NFData BatchDeleteBuilds Source # 

Methods

rnf :: BatchDeleteBuilds -> () #

AWSRequest BatchDeleteBuilds Source # 
ToQuery BatchDeleteBuilds Source # 
ToPath BatchDeleteBuilds Source # 
ToHeaders BatchDeleteBuilds Source # 
type Rep BatchDeleteBuilds Source # 
type Rep BatchDeleteBuilds = D1 (MetaData "BatchDeleteBuilds" "Network.AWS.CodeBuild.BatchDeleteBuilds" "amazonka-codebuild-1.5.0-2ek6cqv6qBXE0cPl3ApURV" True) (C1 (MetaCons "BatchDeleteBuilds'" PrefixI True) (S1 (MetaSel (Just Symbol "_bdbIds") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (List1 Text))))
type Rs BatchDeleteBuilds Source # 

Request Lenses

bdbIds :: Lens' BatchDeleteBuilds (NonEmpty Text) Source #

The IDs of the builds to delete.

Destructuring the Response

batchDeleteBuildsResponse Source #

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

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

data BatchDeleteBuildsResponse Source #

See: batchDeleteBuildsResponse smart constructor.

Instances

Eq BatchDeleteBuildsResponse Source # 
Data BatchDeleteBuildsResponse Source # 

Methods

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

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

toConstr :: BatchDeleteBuildsResponse -> Constr #

dataTypeOf :: BatchDeleteBuildsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read BatchDeleteBuildsResponse Source # 
Show BatchDeleteBuildsResponse Source # 
Generic BatchDeleteBuildsResponse Source # 
NFData BatchDeleteBuildsResponse Source # 
type Rep BatchDeleteBuildsResponse Source # 
type Rep BatchDeleteBuildsResponse = D1 (MetaData "BatchDeleteBuildsResponse" "Network.AWS.CodeBuild.BatchDeleteBuilds" "amazonka-codebuild-1.5.0-2ek6cqv6qBXE0cPl3ApURV" False) (C1 (MetaCons "BatchDeleteBuildsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_bdbrsBuildsNotDeleted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [BuildNotDeleted]))) ((:*:) (S1 (MetaSel (Just Symbol "_bdbrsBuildsDeleted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 Text)))) (S1 (MetaSel (Just Symbol "_bdbrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

bdbrsBuildsNotDeleted :: Lens' BatchDeleteBuildsResponse [BuildNotDeleted] Source #

Information about any builds that could not be successfully deleted.

bdbrsBuildsDeleted :: Lens' BatchDeleteBuildsResponse (Maybe (NonEmpty Text)) Source #

The IDs of the builds that were successfully deleted.