Module Values.StartAutoManagementRequestSource

Starts Service Quotas Automatic Management for an Amazon Web Services account, including notification preferences and excluded quotas configurations. 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;
    (*

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

    *)
  2. optInType : OptInType.t;
    (*

    Sets 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. exclusionList : ExclusionList.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.

    *)
}
Sourceval context_ : string
Sourceval make : ?notificationArn:??? -> ?exclusionList:??? -> optInLevel:OptInLevel.t -> optInType:OptInType.t -> unit -> t
Sourceval 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 ]
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