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

DeviceDefinitionVersion

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

Information about a device definition version.

interface DeviceDefinitionVersion {
Devices?: Device[] | null;
}

§Properties

§
Devices?: Device[] | null
[src]

A list of devices in the definition version.