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

GetConnectivityInfoResponse

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

§Properties

§
connectivityInfo?: ConnectivityInfo[] | null
[src]

The connectivity information for the core device.

§
message?: string | null
[src]

A message about the connectivity information request.