Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.CodeBuild.BatchGetProjects
Description
Gets information about one or more build projects.
- batchGetProjects :: NonEmpty Text -> BatchGetProjects
- data BatchGetProjects
- bgpNames :: Lens' BatchGetProjects (NonEmpty Text)
- batchGetProjectsResponse :: Int -> BatchGetProjectsResponse
- data BatchGetProjectsResponse
- bgprsProjectsNotFound :: Lens' BatchGetProjectsResponse (Maybe (NonEmpty Text))
- bgprsProjects :: Lens' BatchGetProjectsResponse [Project]
- bgprsResponseStatus :: Lens' BatchGetProjectsResponse Int
Creating a Request
Arguments
:: NonEmpty Text | |
-> 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
Request Lenses
bgpNames :: Lens' BatchGetProjects (NonEmpty Text) #
The names of the build projects to get information about.
Destructuring the Response
Arguments
:: Int | |
-> 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:
bgprsProjectsNotFound
- The names of build projects for which information could not be found.bgprsProjects
- Information about the requested build projects.bgprsResponseStatus
- -- | The response status code.
data BatchGetProjectsResponse #
See: batchGetProjectsResponse
smart constructor.
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.