Values.UpdateAutoManagementRequestSourceUpdates 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 t = {optInType : OptInType.t option;Information on the opt-in type for your Automatic Management configuration. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.
*)notificationArn : AmazonResourceName.t option;The User Notifications Amazon Resource Name (ARN) for Automatic Management notifications you want to update.
*)exclusionList : ExclusionList.t option;List of Amazon Web Services services you want to exclude from Automatic Management. You won't be notified of Service Quotas utilization for Amazon Web Services services added to the Automatic Management exclusion list.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of ExcludedService.t ]
* [> `List of [> `String of ExcludedLimit.t ] list ])
list
| `String of AmazonResourceName.t ])
list ]