Values.UpgradeElasticsearchDomainResponseSourceContainer for response returned by UpgradeElasticsearchDomain operation.
type nonrec t = {domainName : DomainName.t option;targetVersion : ElasticsearchVersionString.t option;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.
*)changeProgressDetails : ChangeProgressDetails.t option;}type nonrec error = [ | `BaseException of BaseException.t| `DisabledOperationException of DisabledOperationException.t| `InternalException of InternalException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BaseException of BaseException.t
| `DisabledOperationException of unit
| `InternalException of unit
| `ResourceAlreadyExistsException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BaseException of BaseException.t
| `DisabledOperationException of unit
| `InternalException of unit
| `ResourceAlreadyExistsException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of DomainName.t
| `Structure of
(string
* [> `Enum of string
| `String of GUID.t
| `Timestamp of UpdateTimestamp.t ])
list ])
list ]