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

RegisterRobotRequest

import type { RegisterRobotRequest } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface RegisterRobotRequest {
fleet: string;
robot: string;
}

§Properties

§
fleet: string
[src]

The Amazon Resource Name (ARN) of the fleet.

§
robot: string
[src]

The Amazon Resource Name (ARN) of the robot.