| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CodeBuild.BatchGetProjects
Description
Gets information about build projects.
Synopsis
- 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.
data BatchGetProjects Source #
See: batchGetProjects smart constructor.
Instances
Request Lenses
Destructuring the Response
batchGetProjectsResponse Source #
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 Source #
See: batchGetProjectsResponse smart constructor.
Instances
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.
bgprsResponseStatus :: Lens' BatchGetProjectsResponse Int Source #
- - | The response status code.