Module Values.GetAutoManagementConfigurationResponseSource

Retrieves 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.

Sourcetype nonrec t = {
  1. optInLevel : OptInLevel.t option;
    (*

    Information on the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.

    *)
  2. 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.

    *)
  3. notificationArn : AmazonResourceName.t option;
    (*

    The User Notifications Amazon Resource Name (ARN) for Automatic Management notifications.

    *)
  4. optInStatus : OptInStatus.t option;
    (*

    Status on whether Automatic Management is started or stopped.

    *)
  5. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `IllegalArgumentException of IllegalArgumentException.t
  3. | `NoSuchResourceException of NoSuchResourceException.t
  4. | `ServiceException of ServiceException.t
  5. | `TooManyRequestsException of TooManyRequestsException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?optInLevel:??? -> ?optInType:??? -> ?notificationArn:??? -> ?optInStatus:??? -> ?exclusionList:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t