amazonka-codebuild-1.6.1: 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 # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

Data BatchGetProjects Source # 
Instance details

Defined in Network.AWS.CodeBuild.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 Source # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

Show BatchGetProjects Source # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

Generic BatchGetProjects Source # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

Associated Types

type Rep BatchGetProjects :: Type -> Type #

Hashable BatchGetProjects Source # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

ToJSON BatchGetProjects Source # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

AWSRequest BatchGetProjects Source # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

Associated Types

type Rs BatchGetProjects :: Type #

ToHeaders BatchGetProjects Source # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

ToPath BatchGetProjects Source # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

ToQuery BatchGetProjects Source # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

NFData BatchGetProjects Source # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

Methods

rnf :: BatchGetProjects -> () #

type Rep BatchGetProjects Source # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

type Rep BatchGetProjects = D1 (MetaData "BatchGetProjects" "Network.AWS.CodeBuild.BatchGetProjects" "amazonka-codebuild-1.6.1-CHtoXrKmhWY3Wp1eAVtcUH" True) (C1 (MetaCons "BatchGetProjects'" PrefixI True) (S1 (MetaSel (Just "_bgpNames") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (List1 Text))))
type Rs BatchGetProjects Source # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

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 # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

Data BatchGetProjectsResponse Source # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

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 # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

Show BatchGetProjectsResponse Source # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

Generic BatchGetProjectsResponse Source # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

Associated Types

type Rep BatchGetProjectsResponse :: Type -> Type #

NFData BatchGetProjectsResponse Source # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

type Rep BatchGetProjectsResponse Source # 
Instance details

Defined in Network.AWS.CodeBuild.BatchGetProjects

type Rep BatchGetProjectsResponse = D1 (MetaData "BatchGetProjectsResponse" "Network.AWS.CodeBuild.BatchGetProjects" "amazonka-codebuild-1.6.1-CHtoXrKmhWY3Wp1eAVtcUH" False) (C1 (MetaCons "BatchGetProjectsResponse'" PrefixI True) (S1 (MetaSel (Just "_bgprsProjectsNotFound") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 Text))) :*: (S1 (MetaSel (Just "_bgprsProjects") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Project])) :*: S1 (MetaSel (Just "_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.