Module Values.UpdateUsageRequestSource

The PATCH request to grant a temporary extension to the remaining quota of a usage plan associated with a specified API key.

Sourcetype nonrec t = {
  1. usagePlanId : String_.t;
    (*

    The Id of the usage plan associated with the usage data.

    *)
  2. keyId : String_.t;
    (*

    The identifier of the API key associated with the usage plan in which a temporary extension is granted to the remaining quota.

    *)
  3. patchOperations : ListOfPatchOperation.t option;
    (*

    For more information about supported patch operations, see Patch Operations.

    *)
}
Sourceval context_ : string
Sourceval make : ?patchOperations:??? -> usagePlanId:String_.t -> keyId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of String_.t ]) list ] list | `String of String_.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