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

CreateRobotResponse

import type { CreateRobotResponse } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface CreateRobotResponse {
architecture?: Architecture | null;
arn?: string | null;
createdAt?: Date | number | null;
greengrassGroupId?: string | null;
name?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
architecture?: Architecture | null
[src]

The target 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.

§
greengrassGroupId?: string | null
[src]

The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.

§
name?: string | null
[src]

The name of the robot.

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

The list of all tags added to the robot.