| 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.RDS.Types.BlueGreenDeploymentTask
Description
Synopsis
Documentation
data BlueGreenDeploymentTask Source #
Contains the details about a task for a blue/green deployment.
For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.
See: newBlueGreenDeploymentTask smart constructor.
Constructors
| BlueGreenDeploymentTask' | |
Fields
| |
Instances
newBlueGreenDeploymentTask :: BlueGreenDeploymentTask Source #
Create a value of BlueGreenDeploymentTask 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:name:BlueGreenDeploymentTask', blueGreenDeploymentTask_name - The name of the blue/green deployment task.
$sel:status:BlueGreenDeploymentTask', blueGreenDeploymentTask_status - The status of the blue/green deployment task.
Values:
PENDING- The resources are being prepared for deployment.IN_PROGRESS- The resource is being deployed.COMPLETED- The resource has been deployed.FAILED- Deployment of the resource failed.
blueGreenDeploymentTask_name :: Lens' BlueGreenDeploymentTask (Maybe Text) Source #
The name of the blue/green deployment task.
blueGreenDeploymentTask_status :: Lens' BlueGreenDeploymentTask (Maybe Text) Source #
The status of the blue/green deployment task.
Values:
PENDING- The resources are being prepared for deployment.IN_PROGRESS- The resource is being deployed.COMPLETED- The resource has been deployed.FAILED- Deployment of the resource failed.