Robot
import type { Robot } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";interface Robot {
architecture?: Architecture | null;
arn?: string | null;
createdAt?: Date | number | null;
fleetArn?: string | null;
greenGrassGroupId?: string | null;
lastDeploymentJob?: string | null;
lastDeploymentTime?: Date | number | null;
name?: string | null;
status?: RobotStatus | null;
}