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

ListOTAUpdatesResponse

import type { ListOTAUpdatesResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListOTAUpdatesResponse {
nextToken?: string | null;
otaUpdates?: OTAUpdateSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

A token to use to get the next set of results.

§
otaUpdates?: OTAUpdateSummary[] | null
[src]

A list of OTA update jobs.