Values.GetRequestedServiceQuotaChangeResponseSourceRetrieves information about the specified quota increase request.
type nonrec t = {requestedQuota : RequestedServiceQuotaChange.t option;Information about the quota increase request.
*)}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 GlobalQuota.t
| `Double of QuotaValue.t
| `Enum of string
| `String of RequestId.t
| `Structure of
(string
* [> `Enum of string
| `String of QuotaContextScopeType.t ])
list
| `Timestamp of DateTime.t ])
list ])
list ]