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