Module Values_1.DeleteBlueGreenDeploymentRequestSource

Deletes 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.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?deleteTarget:??? -> blueGreenDeploymentIdentifier:Values_0.BlueGreenDeploymentIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.BooleanOptional.t | `String of Values_0.BlueGreenDeploymentIdentifier.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t