Values.UpdateUsagePlanRequestSourceThe PATCH request to update a usage plan of a given plan Id.
type nonrec t = {usagePlanId : String_.t;The Id of the to-be-updated usage plan.
*)patchOperations : ListOfPatchOperation.t option;For more information about supported patch operations, see Patch Operations.
*)}