Values.GetAutoManagementConfigurationResponseSourceRetrieves information about your Service Quotas Automatic Management configuration. Automatic Management monitors your Service Quotas utilization and notifies you before you run out of your allocated quotas.
type nonrec t = {optInLevel : OptInLevel.t option;Information on the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.
*)optInType : OptInType.t option;Information on the opt-in type for Automatic Management. 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.
*)optInStatus : OptInStatus.t option;Status on whether Automatic Management is started or stopped.
*)exclusionList : ExclusionQuotaList.t option;List of Amazon Web Services services excluded from Automatic Management. You won't be notified of Service Quotas utilization for Amazon Web Services services added to the Automatic Management exclusion list.
*)}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 ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of ExcludedService.t ]
* [> `List of
[> `Structure of
(string * [> `String of QuotaCode.t ]) list ]
list ])
list
| `String of AmazonResourceName.t ])
list ]