Values.ServiceUpdatesMessageSourceReturns details of the service updates
type describeServiceUpdatesResult = {marker : String_.t option;An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
*)serviceUpdates : ServiceUpdateList.t option;A list of service updates
*)}and t = {describeServiceUpdatesResult : describeServiceUpdatesResult;responseMetaData : responseMetaData;}type error = [ | `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `ServiceUpdateNotFoundFault of ServiceUpdateNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ServiceUpdateNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ServiceUpdateNotFoundFault of unit
| `Unknown_operation_error of string * string option ]