CreateRobotApplicationVersionResponse
import type { CreateRobotApplicationVersionResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";interface CreateRobotApplicationVersionResponse {
arn?: string | null;
lastUpdatedAt?: Date | number | null;
name?: string | null;
revisionId?: string | null;
robotSoftwareSuite?: RobotSoftwareSuite | null;
sources?: Source[] | null;
version?: string | null;
}