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 Environment = Environment' {}
- newEnvironment :: Environment
- environment_state :: Lens' Environment (Maybe EnvironmentState)
- environment_monitors :: Lens' Environment (Maybe [Monitor])
- environment_applicationId :: Lens' Environment (Maybe Text)
- environment_name :: Lens' Environment (Maybe Text)
- environment_id :: Lens' Environment (Maybe Text)
- environment_description :: Lens' Environment (Maybe Text)
Documentation
data Environment Source #
See: newEnvironment
smart constructor.
Environment' | |
|
Instances
newEnvironment :: Environment Source #
Create a value of Environment
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:state:Environment'
, environment_state
- The state of the environment. An environment can be in one of the
following states: READY_FOR_DEPLOYMENT
, DEPLOYING
, ROLLING_BACK
,
or ROLLED_BACK
$sel:monitors:Environment'
, environment_monitors
- Amazon CloudWatch alarms monitored during the deployment.
$sel:applicationId:Environment'
, environment_applicationId
- The application ID.
$sel:name:Environment'
, environment_name
- The name of the environment.
$sel:id:Environment'
, environment_id
- The environment ID.
$sel:description:Environment'
, environment_description
- The description of the environment.
environment_state :: Lens' Environment (Maybe EnvironmentState) Source #
The state of the environment. An environment can be in one of the
following states: READY_FOR_DEPLOYMENT
, DEPLOYING
, ROLLING_BACK
,
or ROLLED_BACK
environment_monitors :: Lens' Environment (Maybe [Monitor]) Source #
Amazon CloudWatch alarms monitored during the deployment.
environment_applicationId :: Lens' Environment (Maybe Text) Source #
The application ID.
environment_name :: Lens' Environment (Maybe Text) Source #
The name of the environment.
environment_id :: Lens' Environment (Maybe Text) Source #
The environment ID.
environment_description :: Lens' Environment (Maybe Text) Source #
The description of the environment.