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