| 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.ElasticBeanstalk.Types.Deployment
Description
Synopsis
Documentation
data Deployment Source #
Information about an application version deployment.
See: newDeployment smart constructor.
Constructors
| Deployment' | |
Fields
| |
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:deploymentTime:Deployment', deployment_deploymentTime - For in-progress deployments, the time that the deployment started.
For completed deployments, the time that the deployment ended.
$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: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_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_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_versionLabel :: Lens' Deployment (Maybe Text) Source #
The version label of the application version in the deployment.