Values.DeploymentStrategyOptionsStatusSourceThe status of deployment strategy options for the domain.
type nonrec t = {options : DeploymentStrategyOptions.t option;Deployment strategy options for the domain.
*)status : OptionStatus.t option;The current status of the deployment strategy options for the domain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of UIntValue.t
| `Timestamp of UpdateTimestamp.t ])
list ])
list ]