Values.VPCDerivedInfoStatusSourceStatus of the VPC options for a specified domain.
type nonrec t = {options : VPCDerivedInfo.t option;The VPC options for the specified domain.
*)status : OptionStatus.t option;The status of the VPC options for the specified domain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of UIntValue.t
| `List of [> `String of String_.t ] list
| `String of String_.t
| `Timestamp of UpdateTimestamp.t ])
list ])
list ]