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

ListDecoderManifestNetworkInterfacesResponse

import type { ListDecoderManifestNetworkInterfacesResponse } from "https://aws-api.deno.dev/v0.4/services/iotfleetwise.ts?docs=full";
interface ListDecoderManifestNetworkInterfacesResponse {
networkInterfaces?: NetworkInterface[] | null;
nextToken?: string | null;
}

§Properties

§
networkInterfaces?: NetworkInterface[] | null
[src]

A list of information about network interfaces.

§
nextToken?: string | null
[src]

The token to retrieve the next set of results, or null if there are no more results.