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

RobotSoftwareSuite

import type { RobotSoftwareSuite } from "https://aws-api.deno.dev/v0.3/services/robomaker.ts?docs=full";

Information about a robot software suite (ROS distribution).

interface RobotSoftwareSuite {
name?: RobotSoftwareSuiteType | null;
}

§Properties

§

The name of the robot software suite (ROS distribution).

§

The version of the robot software suite (ROS distribution).