Values.UpdateMethodRequestSourceRequest to update an existing Method resource.
type nonrec t = {restApiId : String_.t;The string identifier of the associated RestApi.
*)resourceId : String_.t;The Resource identifier for the Method resource.
*)httpMethod : String_.t;The HTTP verb of the Method resource.
*)patchOperations : ListOfPatchOperation.t option;For more information about supported patch operations, see Patch Operations.
*)}