| 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.BatchDeleteBuilds
Description
Deletes one or more builds.
Synopsis
- batchDeleteBuilds :: NonEmpty Text -> BatchDeleteBuilds
- data BatchDeleteBuilds
- bdbIds :: Lens' BatchDeleteBuilds (NonEmpty Text)
- batchDeleteBuildsResponse :: Int -> BatchDeleteBuildsResponse
- data BatchDeleteBuildsResponse
- bdbrsBuildsNotDeleted :: Lens' BatchDeleteBuildsResponse [BuildNotDeleted]
- bdbrsBuildsDeleted :: Lens' BatchDeleteBuildsResponse (Maybe (NonEmpty Text))
- bdbrsResponseStatus :: Lens' BatchDeleteBuildsResponse Int
Creating a Request
Arguments
| :: NonEmpty Text | |
| -> BatchDeleteBuilds |
Creates a value of BatchDeleteBuilds with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
bdbIds- The IDs of the builds to delete.
data BatchDeleteBuilds Source #
See: batchDeleteBuilds smart constructor.
Instances
Request Lenses
Destructuring the Response
batchDeleteBuildsResponse Source #
Arguments
| :: Int | |
| -> BatchDeleteBuildsResponse |
Creates a value of BatchDeleteBuildsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
bdbrsBuildsNotDeleted- Information about any builds that could not be successfully deleted.bdbrsBuildsDeleted- The IDs of the builds that were successfully deleted.bdbrsResponseStatus- -- | The response status code.
data BatchDeleteBuildsResponse Source #
See: batchDeleteBuildsResponse smart constructor.
Instances
Response Lenses
bdbrsBuildsNotDeleted :: Lens' BatchDeleteBuildsResponse [BuildNotDeleted] Source #
Information about any builds that could not be successfully deleted.
bdbrsBuildsDeleted :: Lens' BatchDeleteBuildsResponse (Maybe (NonEmpty Text)) Source #
The IDs of the builds that were successfully deleted.
bdbrsResponseStatus :: Lens' BatchDeleteBuildsResponse Int Source #
- - | The response status code.