Values.UpdateServiceAttributesResponseSourceSubmits a request to update a specified service to add service-level attributes.
type nonrec error = [ | `InvalidInput of InvalidInput.t| `ServiceAttributesLimitExceededException of
ServiceAttributesLimitExceededException.t| `ServiceNotFound of ServiceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInput of InvalidInput.t
| `ServiceAttributesLimitExceededException of
ServiceAttributesLimitExceededException.t
| `ServiceNotFound of ServiceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInput of InvalidInput.t
| `ServiceAttributesLimitExceededException of
ServiceAttributesLimitExceededException.t
| `ServiceNotFound of ServiceNotFound.t
| `Unknown_operation_error of string * string option ]