Values.UpgradeElasticsearchDomainRequestSourceContainer for request parameters to UpgradeElasticsearchDomain operation.
type nonrec t = {domainName : DomainName.t;targetVersion : ElasticsearchVersionString.t;The version of Elasticsearch that you intend to upgrade the domain to.
*)performCheckOnly : Boolean.t option;This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade.
*)}val make :
?performCheckOnly:??? ->
domainName:DomainName.t ->
targetVersion:ElasticsearchVersionString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of DomainName.t ]) list ]