| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeBuild.Types.BuildNotDeleted
Description
Synopsis
Documentation
data BuildNotDeleted Source #
Information about a build that could not be successfully deleted.
See: newBuildNotDeleted smart constructor.
Constructors
| BuildNotDeleted' | |
Instances
newBuildNotDeleted :: BuildNotDeleted Source #
Create a value of BuildNotDeleted with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:id:BuildNotDeleted', buildNotDeleted_id - The ID of the build that could not be successfully deleted.
$sel:statusCode:BuildNotDeleted', buildNotDeleted_statusCode - Additional information about the build that could not be successfully
deleted.
buildNotDeleted_id :: Lens' BuildNotDeleted (Maybe Text) Source #
The ID of the build that could not be successfully deleted.
buildNotDeleted_statusCode :: Lens' BuildNotDeleted (Maybe Text) Source #
Additional information about the build that could not be successfully deleted.