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

OTAUpdateSummary

import type { OTAUpdateSummary } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";

An OTA update summary.

interface OTAUpdateSummary {
creationDate?: Date | number | null;
otaUpdateArn?: string | null;
otaUpdateId?: string | null;
}

§Properties

§
creationDate?: Date | number | null
[src]

The date when the OTA update was created.

§
otaUpdateArn?: string | null
[src]

The OTA update ARN.

§
otaUpdateId?: string | null
[src]

The OTA update ID.