| 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.CodeStar.Types.ProjectStatus
Description
Synopsis
Documentation
data ProjectStatus Source #
An indication of whether a project creation or deletion is failed or successful.
See: newProjectStatus smart constructor.
Constructors
| ProjectStatus' | |
Instances
Arguments
| :: Text | |
| -> ProjectStatus |
Create a value of ProjectStatus 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:reason:ProjectStatus', projectStatus_reason - In the case of a project creation or deletion failure, a reason for the
failure.
$sel:state:ProjectStatus', projectStatus_state - The phase of completion for a project creation or deletion.
projectStatus_reason :: Lens' ProjectStatus (Maybe Text) Source #
In the case of a project creation or deletion failure, a reason for the failure.
projectStatus_state :: Lens' ProjectStatus Text Source #
The phase of completion for a project creation or deletion.