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
Documentation
data Deployment Source #
Information about an application version deployment.
See: newDeployment
smart constructor.
Deployment' | |
|
Instances
newDeployment :: Deployment Source #
Create a value of Deployment
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:deploymentId:Deployment'
, deployment_deploymentId
- The ID of the deployment. This number increases by one each time that
you deploy source code or change instance configuration settings.
$sel:status:Deployment'
, deployment_status
- The status of the deployment:
In Progress
: The deployment is in progress.Deployed
: The deployment succeeded.Failed
: The deployment failed.
$sel:deploymentTime:Deployment'
, deployment_deploymentTime
- For in-progress deployments, the time that the deployment started.
For completed deployments, the time that the deployment ended.
$sel:versionLabel:Deployment'
, deployment_versionLabel
- The version label of the application version in the deployment.
deployment_deploymentId :: Lens' Deployment (Maybe Integer) Source #
The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
deployment_status :: Lens' Deployment (Maybe Text) Source #
The status of the deployment:
In Progress
: The deployment is in progress.Deployed
: The deployment succeeded.Failed
: The deployment failed.
deployment_deploymentTime :: Lens' Deployment (Maybe UTCTime) Source #
For in-progress deployments, the time that the deployment started.
For completed deployments, the time that the deployment ended.
deployment_versionLabel :: Lens' Deployment (Maybe Text) Source #
The version label of the application version in the deployment.