Values_1.ResetServiceSettingResultSourceThe result body of the ResetServiceSetting API operation.
type nonrec t = {serviceSetting : ServiceSetting.t option;The current, effective service setting after calling the ResetServiceSetting API operation.
*)}type nonrec error = [ | `InternalServerError of Values_0.InternalServerError.t| `ServiceSettingNotFound of ServiceSettingNotFound.t| `TooManyUpdates of Values_0.TooManyUpdates.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `ServiceSettingNotFound of ServiceSettingNotFound.t
| `TooManyUpdates of Values_0.TooManyUpdates.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `ServiceSettingNotFound of ServiceSettingNotFound.t
| `TooManyUpdates of Values_0.TooManyUpdates.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of ServiceSettingId.t
| `Timestamp of Values_0.DateTime.t ])
list ])
list ]