Values.PutServiceQuotaIncreaseRequestIntoTemplateResponseSourceAdds a quota increase request to your quota request template.
type nonrec t = {serviceQuotaIncreaseRequestInTemplate : ServiceQuotaIncreaseRequestInTemplate.t
option;Information about the quota increase request.
*)}type nonrec error = [ | `AWSServiceAccessNotEnabledException of AWSServiceAccessNotEnabledException.t| `AccessDeniedException of AccessDeniedException.t| `DependencyAccessDeniedException of DependencyAccessDeniedException.t| `IllegalArgumentException of IllegalArgumentException.t| `NoAvailableOrganizationException of NoAvailableOrganizationException.t| `NoSuchResourceException of NoSuchResourceException.t| `QuotaExceededException of QuotaExceededException.t| `ServiceException of ServiceException.t| `TemplatesNotAvailableInRegionException of
TemplatesNotAvailableInRegionException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AWSServiceAccessNotEnabledException of
AWSServiceAccessNotEnabledException.t
| `AccessDeniedException of AccessDeniedException.t
| `DependencyAccessDeniedException of DependencyAccessDeniedException.t
| `IllegalArgumentException of IllegalArgumentException.t
| `NoAvailableOrganizationException of NoAvailableOrganizationException.t
| `NoSuchResourceException of NoSuchResourceException.t
| `QuotaExceededException of QuotaExceededException.t
| `ServiceException of ServiceException.t
| `TemplatesNotAvailableInRegionException of
TemplatesNotAvailableInRegionException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AWSServiceAccessNotEnabledException of
AWSServiceAccessNotEnabledException.t
| `AccessDeniedException of AccessDeniedException.t
| `DependencyAccessDeniedException of DependencyAccessDeniedException.t
| `IllegalArgumentException of IllegalArgumentException.t
| `NoAvailableOrganizationException of NoAvailableOrganizationException.t
| `NoSuchResourceException of NoSuchResourceException.t
| `QuotaExceededException of QuotaExceededException.t
| `ServiceException of ServiceException.t
| `TemplatesNotAvailableInRegionException of
TemplatesNotAvailableInRegionException.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
| `String of ServiceCode.t ])
list ])
list ]