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

GatewayPlatform

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

Contains a gateway's platform information.

interface GatewayPlatform {
greengrass?: Greengrass | null;
greengrassV2?: GreengrassV2 | null;
}

§Properties

§
greengrass?: Greengrass | null
[src]

A gateway that runs on IoT Greengrass.

§
greengrassV2?: GreengrassV2 | null
[src]

A gateway that runs on IoT Greengrass V2.