Values.EBSOptionsStatusSourceStatus of the EBS options for the specified Elasticsearch domain.
type nonrec t = {options : EBSOptions.t option;Specifies the EBS options for the specified Elasticsearch domain.
*)status : OptionStatus.t option;Specifies the status of the EBS options for the specified Elasticsearch 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 ]