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

ListModelManifestsResponse

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

§Properties

§
nextToken?: string | null
[src]

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

§
summaries?: ModelManifestSummary[] | null
[src]

A list of information about vehicle models.