| 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.CodeDeploy.Types.DeploymentOverview
Description
Synopsis
- data DeploymentOverview = DeploymentOverview' {}
- newDeploymentOverview :: DeploymentOverview
- deploymentOverview_failed :: Lens' DeploymentOverview (Maybe Integer)
- deploymentOverview_inProgress :: Lens' DeploymentOverview (Maybe Integer)
- deploymentOverview_pending :: Lens' DeploymentOverview (Maybe Integer)
- deploymentOverview_ready :: Lens' DeploymentOverview (Maybe Integer)
- deploymentOverview_skipped :: Lens' DeploymentOverview (Maybe Integer)
- deploymentOverview_succeeded :: Lens' DeploymentOverview (Maybe Integer)
Documentation
data DeploymentOverview Source #
Information about the deployment status of the instances in the deployment.
See: newDeploymentOverview smart constructor.
Constructors
| DeploymentOverview' | |
Fields
| |
Instances
newDeploymentOverview :: DeploymentOverview Source #
Create a value of DeploymentOverview 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:failed:DeploymentOverview', deploymentOverview_failed - The number of instances in the deployment in a failed state.
$sel:inProgress:DeploymentOverview', deploymentOverview_inProgress - The number of instances in which the deployment is in progress.
$sel:pending:DeploymentOverview', deploymentOverview_pending - The number of instances in the deployment in a pending state.
$sel:ready:DeploymentOverview', deploymentOverview_ready - The number of instances in a replacement environment ready to receive
traffic in a blue/green deployment.
$sel:skipped:DeploymentOverview', deploymentOverview_skipped - The number of instances in the deployment in a skipped state.
$sel:succeeded:DeploymentOverview', deploymentOverview_succeeded - The number of instances in the deployment to which revisions have been
successfully deployed.
deploymentOverview_failed :: Lens' DeploymentOverview (Maybe Integer) Source #
The number of instances in the deployment in a failed state.
deploymentOverview_inProgress :: Lens' DeploymentOverview (Maybe Integer) Source #
The number of instances in which the deployment is in progress.
deploymentOverview_pending :: Lens' DeploymentOverview (Maybe Integer) Source #
The number of instances in the deployment in a pending state.
deploymentOverview_ready :: Lens' DeploymentOverview (Maybe Integer) Source #
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
deploymentOverview_skipped :: Lens' DeploymentOverview (Maybe Integer) Source #
The number of instances in the deployment in a skipped state.
deploymentOverview_succeeded :: Lens' DeploymentOverview (Maybe Integer) Source #
The number of instances in the deployment to which revisions have been successfully deployed.