Values.OptionStatusSourceProvides the current status of the entity.
type nonrec t = {creationDate : UpdateTimestamp.t option;Timestamp which tells the creation date for the entity.
*)updateDate : UpdateTimestamp.t option;Timestamp which tells the last updated time for the entity.
*)updateVersion : UIntValue.t option;Specifies the latest version for the entity.
*)state : OptionState.t option;Provides the OptionState for the Elasticsearch domain.
*)pendingDeletion : Boolean.t option;Indicates whether the Elasticsearch domain is being deleted.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of UIntValue.t
| `Timestamp of UpdateTimestamp.t ])
list ]