Values.UpdateIntegrationRequestSourceRepresents an update integration request.
type nonrec t = {restApiId : String_.t;The string identifier of the associated RestApi.
*)resourceId : String_.t;Represents an update integration request's resource identifier.
*)httpMethod : String_.t;Represents an update integration request's HTTP method.
*)patchOperations : ListOfPatchOperation.t option;For more information about supported patch operations, see Patch Operations.
*)}