Module Values.GetAWSDefaultServiceQuotaResponseSource

Retrieves the default value for the specified quota. The default value does not reflect any quota increases.

Sourcetype nonrec t = {
  1. quota : ServiceQuota.t option;
    (*

    Information about the quota.

    *)
}
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 : ?quota:??? -> 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 * [> `Structure of (string * [> `Boolean of QuotaAdjustable.t | `Double of QuotaValue.t | `Enum of string | `String of ServiceCode.t | `Structure of (string * [> `Enum of string | `Integer of PeriodValue.t | `Map of ([> `String of MetricDimensionName.t ] * [> `String of MetricDimensionValue.t ]) list | `String of QuotaMetricNamespace.t ]) list ]) list ]) 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