Values.SnapshotOptionsStatusSourceStatus of a daily automated snapshot.
type nonrec t = {options : SnapshotOptions.t option;Specifies the daily snapshot options specified for the Elasticsearch domain.
*)status : OptionStatus.t option;Specifies the status of a daily automated snapshot.
*)}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 ]