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.BatchDeleteBuilds

Contents

Description

Deletes one or more builds.

Synopsis

Creating a Request

batchDeleteBuilds #

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 #

See: batchDeleteBuilds smart constructor.

Instances

Eq BatchDeleteBuilds # 
Data BatchDeleteBuilds # 

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 # 
Show BatchDeleteBuilds # 
Generic BatchDeleteBuilds # 
Hashable BatchDeleteBuilds # 
ToJSON BatchDeleteBuilds # 
NFData BatchDeleteBuilds # 

Methods

rnf :: BatchDeleteBuilds -> () #

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

Request Lenses

bdbIds :: Lens' BatchDeleteBuilds (NonEmpty Text) #

The IDs of the builds to delete.

Destructuring the Response

batchDeleteBuildsResponse #

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 #

See: batchDeleteBuildsResponse smart constructor.

Instances

Eq BatchDeleteBuildsResponse # 
Data BatchDeleteBuildsResponse # 

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 # 
Show BatchDeleteBuildsResponse # 
Generic BatchDeleteBuildsResponse # 
NFData BatchDeleteBuildsResponse # 
type Rep BatchDeleteBuildsResponse # 
type Rep BatchDeleteBuildsResponse = D1 * (MetaData "BatchDeleteBuildsResponse" "Network.AWS.CodeBuild.BatchDeleteBuilds" "amazonka-codebuild-1.6.0-62IjQJ65exL5j9C1qdgcsU" 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] #

Information about any builds that could not be successfully deleted.

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

The IDs of the builds that were successfully deleted.

bdbrsResponseStatus :: Lens' BatchDeleteBuildsResponse Int #

  • - | The response status code.