Values_1.DeleteBlueGreenDeploymentRequestSourceDeletes 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 = {blueGreenDeploymentIdentifier : Values_0.BlueGreenDeploymentIdentifier.t;The unique identifier of the blue/green deployment to delete. This parameter isn't case-sensitive. Constraints: Must match an existing blue/green deployment identifier.
*)deleteTarget : Values_0.BooleanOptional.t option;Specifies whether to delete the resources in the green environment. You can't specify this option if the blue/green deployment status is SWITCHOVER_COMPLETED.
*)}val make :
?deleteTarget:??? ->
blueGreenDeploymentIdentifier:Values_0.BlueGreenDeploymentIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.BooleanOptional.t
| `String of Values_0.BlueGreenDeploymentIdentifier.t ])
list ]