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