Module Values.QuotaInfoSource

Information on your Service Quotas for Service Quotas Automatic Management. Automatic Management monitors your Service Quotas utilization and notifies you before you run out of your allocated quotas.

Sourcetype nonrec t = {
  1. quotaCode : QuotaCode.t option;
    (*

    The Service Quotas code for the Amazon Web Services service monitored with Automatic Management.

    *)
  2. quotaName : QuotaName.t option;
    (*

    The Service Quotas name for the Amazon Web Services service monitored with Automatic Management.

    *)
}
Sourceval make : ?quotaCode:??? -> ?quotaName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of QuotaCode.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