Values.GetServiceQuotaRequestSourceRetrieves the applied quota value for the specified account-level or resource-level quota. For some quotas, only the default values are available. If the applied quota value is not available for a quota, the quota is not retrieved.
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.
*)contextId : QuotaContextId.t option;Specifies the resource with an Amazon Resource Name (ARN).
*)}