Values_1.DescribeBlueGreenDeploymentsResponseSourceDescribes one or more blue/green deployments. 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 describeBlueGreenDeploymentsResult = {blueGreenDeployments : Values_0.BlueGreenDeploymentList.t option;A list of blue/green deployments in the current account and Amazon Web Services Region.
*)marker : Values_0.String_.t option;A pagination token that can be used in a later DescribeBlueGreenDeployments request.
*)}and t = {describeBlueGreenDeploymentsResult : describeBlueGreenDeploymentsResult;responseMetaData : responseMetaData;}type error = [ | `BlueGreenDeploymentNotFoundFault of
Values_0.BlueGreenDeploymentNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BlueGreenDeploymentNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BlueGreenDeploymentNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of string ]) list ]
list
| `String of string
| `Timestamp of string ])
list ]
list
| `String of Values_0.String_.t ])
list ])
list ]