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

Contents

Description

Gets information about one or more build projects.

Synopsis

Creating a Request

batchGetProjects #

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 to get information about.

data BatchGetProjects #

See: batchGetProjects smart constructor.

Instances

Eq BatchGetProjects # 
Data BatchGetProjects # 

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

Methods

rnf :: BatchGetProjects -> () #

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

Request Lenses

bgpNames :: Lens' BatchGetProjects (NonEmpty Text) #

The names of the build projects to get information about.

Destructuring the Response

batchGetProjectsResponse #

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 #

See: batchGetProjectsResponse smart constructor.

Instances

Eq BatchGetProjectsResponse # 
Data BatchGetProjectsResponse # 

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 # 
Show BatchGetProjectsResponse # 
Generic BatchGetProjectsResponse # 
NFData BatchGetProjectsResponse # 
type Rep BatchGetProjectsResponse # 
type Rep BatchGetProjectsResponse = D1 (MetaData "BatchGetProjectsResponse" "Network.AWS.CodeBuild.BatchGetProjects" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" 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 DecidedUnpack) (Rec0 Int)))))

Response Lenses

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

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

bgprsProjects :: Lens' BatchGetProjectsResponse [Project] #

Information about the requested build projects.

bgprsResponseStatus :: Lens' BatchGetProjectsResponse Int #

  • - | The response status code.