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

GreengrassV2

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

Contains details for a gateway that runs on IoT Greengrass V2. To create a gateway that runs on IoT Greengrass V2, you must deploy the IoT SiteWise Edge component to your gateway device. Your Greengrass device role must use the AWSIoTSiteWiseEdgeAccess policy. For more information, see Using IoT SiteWise at the edge in the IoT SiteWise User Guide.

interface GreengrassV2 {
coreDeviceThingName: string;
}

§Properties

§
coreDeviceThingName: string
[src]

The name of the IoT thing for your IoT Greengrass V2 core device.