Values.RequestServiceQuotaIncreaseResponseSourceSubmits a quota increase request for the specified quota at the account or resource level.
type nonrec t = {requestedQuota : RequestedServiceQuotaChange.t option;Information about the quota increase request.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `DependencyAccessDeniedException of DependencyAccessDeniedException.t| `IllegalArgumentException of IllegalArgumentException.t| `InvalidResourceStateException of InvalidResourceStateException.t| `NoSuchResourceException of NoSuchResourceException.t| `QuotaExceededException of QuotaExceededException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.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
| `DependencyAccessDeniedException of DependencyAccessDeniedException.t
| `IllegalArgumentException of IllegalArgumentException.t
| `InvalidResourceStateException of InvalidResourceStateException.t
| `NoSuchResourceException of NoSuchResourceException.t
| `QuotaExceededException of QuotaExceededException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.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
| `DependencyAccessDeniedException of DependencyAccessDeniedException.t
| `IllegalArgumentException of IllegalArgumentException.t
| `InvalidResourceStateException of InvalidResourceStateException.t
| `NoSuchResourceException of NoSuchResourceException.t
| `QuotaExceededException of QuotaExceededException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.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 ]