Module Values.DeleteServiceQuotaIncreaseRequestFromTemplateRequestSource

Deletes the quota increase request for the specified quota from your quota request template.

Sourcetype nonrec t = {
  1. serviceCode : ServiceCode.t;
    (*

    Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.

    *)
  2. 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.

    *)
  3. awsRegion : AwsRegion.t;
    (*

    Specifies the Amazon Web Services Region for which the request was made.

    *)
}
Sourceval context_ : string
Sourceval make : serviceCode:ServiceCode.t -> quotaCode:QuotaCode.t -> awsRegion:AwsRegion.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ServiceCode.t ]) 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