CreateWorldExportJobRequest
import type { CreateWorldExportJobRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";interface CreateWorldExportJobRequest {
clientRequestToken?: string | null;
iamRole: string;
outputLocation: OutputLocation;
tags?: {} | null;
[key: string]: string | null | undefined;
worlds: string[];
}