Values.UpgradeDomainResponseSourceContainer for the response returned by UpgradeDomain operation.
type nonrec t = {upgradeId : String_.t option;The unique identifier of the domain upgrade.
*)domainName : DomainName.t option;The name of the domain that was upgraded.
*)targetVersion : VersionString.t option;OpenSearch or Elasticsearch version that the domain was upgraded to.
*)performCheckOnly : Boolean.t option;When true, indicates that an upgrade eligibility check was performed.
*)advancedOptions : AdvancedOptions.t option;The advanced options configuration for the domain.
*)changeProgressDetails : ChangeProgressDetails.t option;Container for information about a configuration change happening on a domain.
*)}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 ]