<?php

namespace Remotion\LambdaPhp;

class RenderMediaOnLambdaResponse
{
    public string $type;
    public string $bucketName;
    public string $renderId;
}