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

OTAUpdateFile

import type { OTAUpdateFile } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface OTAUpdateFile {
attributes?: {
[key: string]: string | null | undefined;
}
| null;
codeSigning?: CodeSigning | null;
fileLocation?: FileLocation | null;
fileName?: string | null;
fileType?: number | null;
fileVersion?: string | null;
}

§Properties

§
attributes?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
codeSigning?: CodeSigning | null
[src]
§
fileLocation?: FileLocation | null
[src]
§
fileName?: string | null
[src]
§
fileType?: number | null
[src]
§
fileVersion?: string | null
[src]