Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
architecture?: Architecture | null
[src]
§
arn?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
fleetArn?: string | null
[src]
§
greenGrassGroupId?: string | null
[src]
§
lastDeploymentJob?: string | null
[src]
§
lastDeploymentTime?: Date | number | null
[src]
§
name?: string | null
[src]
§
status?: RobotStatus | null
[src]