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

RegisterRobotResponse

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

§Properties

§
fleet?: string | null
[src]

The Amazon Resource Name (ARN) of the fleet that the robot will join.

§
robot?: string | null
[src]

Information about the robot registration.