| 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.BatchGetBuilds
Description
Gets information about builds.
Synopsis
- batchGetBuilds :: NonEmpty Text -> BatchGetBuilds
- data BatchGetBuilds
- bgbIds :: Lens' BatchGetBuilds (NonEmpty Text)
- batchGetBuildsResponse :: Int -> BatchGetBuildsResponse
- data BatchGetBuildsResponse
- bgbrsBuilds :: Lens' BatchGetBuildsResponse [Build]
- bgbrsBuildsNotFound :: Lens' BatchGetBuildsResponse (Maybe (NonEmpty Text))
- bgbrsResponseStatus :: Lens' BatchGetBuildsResponse Int
Creating a Request
Arguments
| :: NonEmpty Text | |
| -> BatchGetBuilds |
Creates a value of BatchGetBuilds with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
bgbIds- The IDs of the builds.
data BatchGetBuilds Source #
See: batchGetBuilds smart constructor.
Instances
Request Lenses
Destructuring the Response
batchGetBuildsResponse Source #
Arguments
| :: Int | |
| -> BatchGetBuildsResponse |
Creates a value of BatchGetBuildsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
bgbrsBuilds- Information about the requested builds.bgbrsBuildsNotFound- The IDs of builds for which information could not be found.bgbrsResponseStatus- -- | The response status code.
data BatchGetBuildsResponse Source #
See: batchGetBuildsResponse smart constructor.
Instances
Response Lenses
bgbrsBuilds :: Lens' BatchGetBuildsResponse [Build] Source #
Information about the requested builds.
bgbrsBuildsNotFound :: Lens' BatchGetBuildsResponse (Maybe (NonEmpty Text)) Source #
The IDs of builds for which information could not be found.
bgbrsResponseStatus :: Lens' BatchGetBuildsResponse Int Source #
- - | The response status code.