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

Contents

Description

Gets information about build projects.

Synopsis

Creating a Request

batchGetProjects Source #

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

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

  • bgpNames - The names of the build projects.

data BatchGetProjects Source #

See: batchGetProjects smart constructor.

Instances

Eq BatchGetProjects Source # 
Data BatchGetProjects Source # 

Methods

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

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

toConstr :: BatchGetProjects -> Constr #

dataTypeOf :: BatchGetProjects -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: BatchGetProjects -> () #

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

Request Lenses

bgpNames :: Lens' BatchGetProjects (NonEmpty Text) Source #

The names of the build projects.

Destructuring the Response

batchGetProjectsResponse Source #

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

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

data BatchGetProjectsResponse Source #

See: batchGetProjectsResponse smart constructor.

Instances

Eq BatchGetProjectsResponse Source # 
Data BatchGetProjectsResponse Source # 

Methods

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

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

toConstr :: BatchGetProjectsResponse -> Constr #

dataTypeOf :: BatchGetProjectsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read BatchGetProjectsResponse Source # 
Show BatchGetProjectsResponse Source # 
Generic BatchGetProjectsResponse Source # 
NFData BatchGetProjectsResponse Source # 
type Rep BatchGetProjectsResponse Source # 
type Rep BatchGetProjectsResponse = D1 * (MetaData "BatchGetProjectsResponse" "Network.AWS.CodeBuild.BatchGetProjects" "amazonka-codebuild-1.6.0-3VlWGhdhReJGNFnMlVFSyp" False) (C1 * (MetaCons "BatchGetProjectsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_bgprsProjectsNotFound") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe (List1 Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_bgprsProjects") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Project]))) (S1 * (MetaSel (Just Symbol "_bgprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

bgprsProjectsNotFound :: Lens' BatchGetProjectsResponse (Maybe (NonEmpty Text)) Source #

The names of build projects for which information could not be found.

bgprsProjects :: Lens' BatchGetProjectsResponse [Project] Source #

Information about the requested build projects.