Values_0.BlueGreenDeploymentTaskSourceDetails 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.
type nonrec t = {name : BlueGreenDeploymentTaskName.t option;The name of the blue/green deployment task.
*)status : BlueGreenDeploymentTaskStatus.t option;The status of the blue/green deployment task. Valid Values: PENDING - The resource is being prepared for deployment. IN_PROGRESS - The resource is being deployed. COMPLETED - The resource has been deployed. FAILED - Deployment of the resource failed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of BlueGreenDeploymentTaskName.t ]) list ]