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

DescribeRobotResponse

import type { DescribeRobotResponse } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface DescribeRobotResponse {
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;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
architecture?: Architecture | null
[src]

The target architecture of the robot application.

§
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 id.

§
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 job.

§
name?: string | null
[src]

The name of the robot.

§
status?: RobotStatus | null
[src]

The status of the fleet.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The list of all tags added to the specified robot.