Values.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetailsSourceProvides information about the state of the domain relative to the latest service software.
type nonrec t = {automatedUpdateDate : NonEmptyString.t option;The epoch time when the deployment window closes for required updates. After this time, OpenSearch Service schedules the software upgrade automatically.
*)cancellable : Boolean.t option;Whether a request to update the domain can be canceled.
*)currentVersion : NonEmptyString.t option;The version of the service software that is currently installed on the domain.
*)description : NonEmptyString.t option;A more detailed description of the service software status.
*)newVersion : NonEmptyString.t option;The most recent version of the service software.
*)updateAvailable : Boolean.t option;Whether a service software update is available for the domain.
*)updateStatus : NonEmptyString.t option;The status of the service software update. Valid values are as follows: COMPLETED ELIGIBLE IN_PROGRESS NOT_ELIGIBLE PENDING_UPDATE
*)optionalDeployment : Boolean.t option;Whether the service software update is optional.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]