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.deno.dev/v0.3/services/robomaker.ts?docs=full";

Information about a robot.

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]

The architecture of the robot.

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the robot.

§
createdAt?: Date | number | null
[src]

The time, in milliseconds since the epoch, when the robot was created.

§
fleetArn?: string | null
[src]

The Amazon Resource Name (ARN) of the fleet.

§
greenGrassGroupId?: string | null
[src]

The Greengrass group associated with the robot.

§
lastDeploymentJob?: string | null
[src]

The Amazon Resource Name (ARN) of the last deployment job.

§
lastDeploymentTime?: Date | number | null
[src]

The time of the last deployment.

§
name?: string | null
[src]

The name of the robot.

§
status?: RobotStatus | null
[src]

The status of the robot.