Values.UpdateAutoManagementResponseSourceUpdates your Service Quotas Automatic Management configuration, including notification preferences and excluded quotas. Automatic Management monitors your Service Quotas utilization and notifies you before you run out of your allocated quotas.
type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `IllegalArgumentException of IllegalArgumentException.t| `NoSuchResourceException of NoSuchResourceException.t| `ServiceException of ServiceException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `IllegalArgumentException of IllegalArgumentException.t
| `NoSuchResourceException of NoSuchResourceException.t
| `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `IllegalArgumentException of IllegalArgumentException.t
| `NoSuchResourceException of NoSuchResourceException.t
| `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]