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

CreateOTAUpdateResponse

import type { CreateOTAUpdateResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface CreateOTAUpdateResponse {
awsIotJobArn?: string | null;
awsIotJobId?: string | null;
otaUpdateArn?: string | null;
otaUpdateId?: string | null;
otaUpdateStatus?: OTAUpdateStatus | null;
}

§Properties

§
awsIotJobArn?: string | null
[src]
§
awsIotJobId?: string | null
[src]
§
otaUpdateArn?: string | null
[src]
§
otaUpdateId?: string | null
[src]
§
otaUpdateStatus?: OTAUpdateStatus | null
[src]