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