Copyright | (c) 2013-2021 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 |
Synopsis
- data EnvironmentLifecycle = EnvironmentLifecycle' {}
- newEnvironmentLifecycle :: EnvironmentLifecycle
- environmentLifecycle_status :: Lens' EnvironmentLifecycle (Maybe EnvironmentLifecycleStatus)
- environmentLifecycle_failureResource :: Lens' EnvironmentLifecycle (Maybe Text)
- environmentLifecycle_reason :: Lens' EnvironmentLifecycle (Maybe Text)
Documentation
data EnvironmentLifecycle Source #
Information about the current creation or deletion lifecycle state of an Cloud9 development environment.
See: newEnvironmentLifecycle
smart constructor.
EnvironmentLifecycle' | |
|
Instances
newEnvironmentLifecycle :: EnvironmentLifecycle Source #
Create a value of EnvironmentLifecycle
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:status:EnvironmentLifecycle'
, environmentLifecycle_status
- The current creation or deletion lifecycle state of the environment.
CREATING
: The environment is in the process of being created.CREATED
: The environment was successfully created.CREATE_FAILED
: The environment failed to be created.DELETING
: The environment is in the process of being deleted.DELETE_FAILED
: The environment failed to delete.
$sel:failureResource:EnvironmentLifecycle'
, environmentLifecycle_failureResource
- If the environment failed to delete, the Amazon Resource Name (ARN) of
the related Amazon Web Services resource.
$sel:reason:EnvironmentLifecycle'
, environmentLifecycle_reason
- Any informational message about the lifecycle state of the environment.
environmentLifecycle_status :: Lens' EnvironmentLifecycle (Maybe EnvironmentLifecycleStatus) Source #
The current creation or deletion lifecycle state of the environment.
CREATING
: The environment is in the process of being created.CREATED
: The environment was successfully created.CREATE_FAILED
: The environment failed to be created.DELETING
: The environment is in the process of being deleted.DELETE_FAILED
: The environment failed to delete.
environmentLifecycle_failureResource :: Lens' EnvironmentLifecycle (Maybe Text) Source #
If the environment failed to delete, the Amazon Resource Name (ARN) of the related Amazon Web Services resource.
environmentLifecycle_reason :: Lens' EnvironmentLifecycle (Maybe Text) Source #
Any informational message about the lifecycle state of the environment.