Values.GetServiceQuotaIncreaseRequestFromTemplateRequestSourceRetrieves information about the specified quota increase request in your quota request template.
type nonrec t = {serviceCode : ServiceCode.t;Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
*)quotaCode : QuotaCode.t;Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the QuotaCode response in the output for the quota you want.
*)awsRegion : AwsRegion.t;Specifies the Amazon Web Services Region for which you made the request.
*)}val make :
serviceCode:ServiceCode.t ->
quotaCode:QuotaCode.t ->
awsRegion:AwsRegion.t ->
unit ->
t