Values.ServiceSoftwareOptionsSourceThe current status of the service software for an Amazon OpenSearch Service domain. For more information, see Service software updates in Amazon OpenSearch Service.
type nonrec t = {currentVersion : String_.t option;The current service software version present on the domain.
*)newVersion : String_.t option;The new service software version, if one is available.
*)updateAvailable : Boolean.t option;True if you're able to update your service software version. False if you can't update your service software version.
*)cancellable : Boolean.t option;True if you're able to cancel your service software version update. False if you can't cancel your service software update.
*)updateStatus : DeploymentStatus.t option;The status of your service software update.
*)description : String_.t option;A description of the service software update status.
*)automatedUpdateDate : DeploymentCloseDateTimeStamp.t option;The timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.
*)optionalDeployment : Boolean.t option;True if a service software is never automatically updated. False if a service software is automatically updated after the automated update date.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of String_.t
| `Timestamp of DeploymentCloseDateTimeStamp.t ])
list ]