Values.EBSOptionsStatusSourceThe status of the EBS options for the specified OpenSearch Service domain.
type nonrec t = {options : EBSOptions.t option;The configured EBS options for the specified domain.
*)status : OptionStatus.t option;The status of the EBS options for the specified domain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of IntegerClass.t
| `Timestamp of UpdateTimestamp.t ])
list ])
list ]