Values.GetServiceQuotaResponseSourceRetrieves the applied quota value for the specified account-level or resource-level quota. For some quotas, only the default values are available. If the applied quota value is not available for a quota, the quota is not retrieved.
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
* [> `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 ]