Values.UpdateActionResultsMessageSourceApply the service update. For more information on service updates and applying them, see Applying Service Updates.
type batchApplyUpdateActionResult = {processedUpdateActions : ProcessedUpdateActionList.t option;Update actions that have been processed successfully
*)unprocessedUpdateActions : UnprocessedUpdateActionList.t option;Update actions that haven't been processed successfully
*)}and t = {batchApplyUpdateActionResult : batchApplyUpdateActionResult;responseMetaData : responseMetaData;}type error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `ServiceUpdateNotFoundFault of ServiceUpdateNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `ServiceUpdateNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `ServiceUpdateNotFoundFault of unit
| `Unknown_operation_error of string * string option ]