Module Values.PutServiceQuotaIncreaseRequestIntoTemplateResponseSource

Adds a quota increase request to your quota request template.

Sourcetype nonrec t = {
  1. serviceQuotaIncreaseRequestInTemplate : ServiceQuotaIncreaseRequestInTemplate.t option;
    (*

    Information about the quota increase request.

    *)
}
Sourcetype nonrec error = [
  1. | `AWSServiceAccessNotEnabledException of AWSServiceAccessNotEnabledException.t
  2. | `AccessDeniedException of AccessDeniedException.t
  3. | `DependencyAccessDeniedException of DependencyAccessDeniedException.t
  4. | `IllegalArgumentException of IllegalArgumentException.t
  5. | `NoAvailableOrganizationException of NoAvailableOrganizationException.t
  6. | `NoSuchResourceException of NoSuchResourceException.t
  7. | `QuotaExceededException of QuotaExceededException.t
  8. | `ServiceException of ServiceException.t
  9. | `TemplatesNotAvailableInRegionException of TemplatesNotAvailableInRegionException.t
  10. | `TooManyRequestsException of TooManyRequestsException.t
  11. | `Unknown_operation_error of string * string option
]
Sourceval make : ?serviceQuotaIncreaseRequestInTemplate:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of GlobalQuota.t | `Double of QuotaValue.t | `String of ServiceCode.t ]) 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