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

UpdateConnectivityInfoRequest

import type { UpdateConnectivityInfoRequest } from "https://aws-api.deno.dev/v0.4/services/greengrassv2.ts?docs=full";
interface UpdateConnectivityInfoRequest {
connectivityInfo: ConnectivityInfo[];
thingName: string;
}

§Properties

§
connectivityInfo: ConnectivityInfo[]
[src]

The connectivity information for the core device.

§
thingName: string
[src]

The name of the core device. This is also the name of the IoT thing.