package eu.ortlepp.notificationsender.model; /** * The response of a Lambda execution. * * @param status The final execution status of the Lambda */ public record Response(Status status) {}